/*

	DotNetNuke Skin for HBCAlive
	http://www.hbcalive.org

    Designed by Spence Hackney Design
    http://www.spencehackney.com 

*/

/****************************/
/***** Generic Elements *****/
/****************************/
*
{
	padding: 0em;
	margin: 0em;
}

html, body 
{
    height: 100%;
}


body
{
	z-index:0;
	padding: 0px 0px 0px 0px;
	background: Transparent url('images/main_bg.png') repeat center;
}

body,input
{
	font-size: 10pt;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #333;
}

p
{
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: left;
}

h3 span
{

}

h3,h4
{

}

h3
{

}

h4
{

}

img
{

}

/**********************************/
/***** DNN Styles to override *****/
/**********************************/

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 100%;
    font-weight: normal;
    color:#333;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

.Normal ul.linklist
{
	list-style: none;
	margin: 0;
}

.Normal ul.linklist li
{
	line-height: 2.0em;
	list-style: none;
}

.Normal .details
{
	position: relative;
	top: -1.5em;
	font-size: 0.8em;
	color: #787878;
}

.Normal ul
{
	margin: 10px 0 10px 20px;
}

.Normal ul.controls
{
	clear: both;
	margin: 0;
}

.Normal ul.controls li
{
	display: inline;
	font-size: 0.8em;
}

.Normal ul.controls li a
{
	background-repeat: no-repeat;
	background-position: left;
	padding: 0em 1.0em 0em 20px;
}

.Normal ul.controls li a.printerfriendly
{
	background-image: url('images/icon-printerfriendly.gif');
}

.Normal ul.controls li a.comments
{
	background-image: url('images/icon-comments.gif');
}

.Normal ul.controls li a.more
{
	background-image: url('images/icon-more.gif');
}

h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}
.ControlPanel 
{
    padding: 10px;
}


/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}

.SkinItemSearch
{
	text-transform:uppercase;
    font-weight: bold;
    font-size: 0.8em;
    vertical-align: middle;
    height: 20px;
    padding:5px 5px 3px 5px;
}

a:link.SkinItemSearch {
    color: #aeb7c4;
    text-decoration: none;
}
a:hover.SkinItemSearch {
    text-decoration: underline;
}

#dnn_dnnSEARCH_txtSearch
{
    /*margin-right: 0.5em;*/
    background-color:#bec3c1;
    vertical-align: middle;
    border: solid 1px #1e4478;
    padding: 3px 5px 3px 5px;
    width: 240px;
	font-family: "Arial", "Helvetica", "sans-serif";
    height: 15px;
 }

.FCKImageGalleryContainer, .FCKLinkGalleryContainer 
{
    background: #fff;
}


/*****************/
/***** Links *****/
/*****************/

a:link, a:visited
{
	color: #B96D00;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	color: #B96D00;
	text-decoration: underline;
}

/****************/
/***** Text *****/
/****************/

.contentarea
{
	color: #222222;
	text-align: left;
}

/******************/
/***** Layout *****/
/******************/

#topline
{
	position: absolute;
	float:left;
	z-index: 2;
	width:100%;
	height: 6px;
	top: 0px;
	left: 0px;
	background: Transparent url('images/top-brown.png') repeat top center;
	margin: 0 auto 0 auto;
}

#bodybg
{
	position: absolute;
	z-index: 0;
	width:100%;
	top: 0px;
	left: 0px;
	margin: 0 auto 0 auto;
}

#outer
{
	z-index: 2;
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 1000px;
	margin: 0 auto 0 auto;
}

#topmenu 
{
    width: 100%;
    background-color: Transparent;
    height: 10px;
    color:#6b7f8b;  
}

#topmenuright
{
	float: right;
	position:relative;
	top:6px;
	padding: 0px 0px 0px 30px;  
	height:161px;
	background: Transparent url('images/searchBox.png') no-repeat top;
	width:330px;
	z-index:1;
}


a:link.sharesite, a:visited.sharesite {
    color: #aeb7c4;
    text-decoration: none;
}
a:hover.sharesite, a:active.sharesite  {
    text-decoration: underline;
}



#headerbg
{
	position: absolute;
	z-index: 1;
	width:100%;
	height: 225px;
	left: 0px;
	background: #7a8776 url('images/header_bg.jpg') no-repeat top center;
	margin: 0 auto 0 auto;
}



#header
{
	position: relative;
	width: 100%;
	height: 154px;
	background: transparent;
}

#menubackground
{
	position:relative;
	z-index: 3;
	background: Transparent url('images/MainMnu_bg.png') repeat-x top center;
	top:165px;
	width:100%;
	height:60px;
}

#headercontent
{
    height: 134px;
    

}

#contentbg
{
}

#content 
{
}

#primarycontainer
{
	float: left;
	width: 620px;
}

#primarycontent
{
	margin: 0px 0px 0px 0px;
}

#menu
{
	position: relative;
	background: #ffffff url('images/menu_bg.jpg') no-repeat top left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}

#leftpanecontainer
{
	padding: 0px 10px 10px 10px;
	height:100%;
	float:left;
	position:relative;
	z-index:2;
	left:auto;
	width:720px;
	background: Transparent url('images/body_bg.jpg') repeat top;
}

#bottomleftpanecontainer
{
	padding: 10px 10px 10px 10px;
    width: 310px;
    float: left;
}

#bottomrightpanecontainer
{
	padding: 10px 10px 10px 10px;
    width: 310px;
    float: right;
}

#secondarycontent
{
	float: right;
	width: 304px;
}

#footer
{
	left:-140px;
	position:relative;
    width: 1280px;
	height: 47px;
}

#footercontent 
{
	z-index:0;
	position:relative;
	float:left;
	width: 1000px;
        height:100%;
	background: Transparent url('images/Footer.jpg') no-repeat top center;
	color: #aeb7c4;
    padding-top:7px;
	font-family:Arial Narrow;
}
    

#footer .left
{
	float:left;
	padding: 10px 20px 10px 20px;
}

#footer .right
{
	float:right;
	padding: 10px 20px 10px 20px;
}

#footer .center
{
	width:100%;
	padding-top: 60px
}
p.footercenterp
{
	text-align: center;
	color: #aeb7c4;
}

#footer a:link, #footer a:visited {
    color: #aeb7c4;
    text-decoration: none;
	font-weight:bold;
}
#footer a:hover, #footer a:active {
    text-decoration: underline;
	font-weight:bold;
}

/***********************/
/***** Wide Layout *****/
/***********************/

#widemenu
{
	position: relative;
	height: 60px;
	margin: 1px 0px 0px 0px;
	z-index: 1000;
}

#wideprimarycontainer
{
    width: 1000px;
}

#widebottomleftpanecontainer
{
	padding: 10px 10px 10px 10px;
	height:100%;
	float:left;
	position:relative;
	z-index:2;
	left:auto;
	width:460px;
	background: Transparent url('images/body_bg.jpg') repeat top;
}

#widebottomrightpanecontainer
{
	padding: 10px 10px 10px 10px;
	height:100%;
	float:right;
	position:relative;
	z-index:2;
	left:auto;
	width:460px;
	background: Transparent url('images/body_bg.jpg') repeat top;
}

#bottomcontainer
{
	float:left;
	position:relative;
	width:1000px;
	height:100%;	
	background: Transparent url('images/body_bg.jpg') repeat top;
}

/****************/
/***** Menu *****/
/****************/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	padding: 10px 0px 0px 0px; /* 10px top pad is to center the text in the background. */
	margin: 0 0 0 0;
	border-top: 0px;
	border-bottom: 0px;
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	height: 60px;
	background-color: transparent;
	
}

#HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
	/*need to use transparent PNG instead of "opacity" as this hides the theird level menus*/
	background: url('images/menu_sub_bg.png'); 
	z-index: 99999;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	color : #aeb7c4;
	letter-spacing:1px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight : bold;
	text-decoration : none;
	background-color: transparent;
	padding: 8px 8px 10px 8px;
	width: auto;
	height: 10px; /*controls distance between primary and secondary nav*/
	margin: 0; 
	border: 0;
}


#HouseMenuNav li { /* all list items */
    position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	height: 28px;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0; 
	padding: 8px 8px 10px 8px;
	color: #fff; 
	background-color: transparent; 	
}

*:first-child+html #HouseMenuNav 
{
    /* This corrects the "sticky" submenu bug in IE7 */
    /* ref:  http://forums.devshed.com/css-help-116/son-of-suckerfish-ie7-just-a-little-hack-395117.html */
height: 1%;
}
*:first-child+html #HouseMenuNav li {
height: 1%;
} 

#HouseMenuNav li ul, #HouseMenuNav li li ul { /* second-level lists */
	position: absolute;
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 0px;
	padding: 0;
	margin: -2px 0 0 0;
	white-space: nowrap;
	z-index: 11112;
	line-height: 12px;
}


#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 200px;
	white-space: nowrap;
	line-height: 12px;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;

}

#HouseMenuNav li li, #HouseMenuNav li li li  { /* all items under the top level */
	list-style-type: none;
	width: 200px;

	z-index: 11113;
}

#HouseMenuNav li li a, #HouseMenuNav li li li a { /* all item links under the top level */
    color: #aeb7c4;
    font-size: 11px;
    text-transform   :none;
	width: 200px;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #aeb7c4; 
	background-color: #000; 
	text-decoration: none;
}

#HouseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}

#HouseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0;
	border: 0; 
	padding: 8px 8px 10px 8px;
	color: #eee; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}

#featuresection
{
	position:relative;
    width: 1280px;
    left:-140px;
    height:213px;
}

.leftShadow
{
	z-index: 20;
	float:left;
	background: Transparent url('Images/LeftContent.png') repeat-y top;
	width:140px;
	position:relative;
	height:100%;
	margin: 0 auto 0 auto;
}
.rightShadow
{
	z-index: 2;
	top:0px;
	float:right;
	background: Transparent url('Images/RightContent.png') repeat-y top;
	width:140px;
	position:relative;
	height:100%;
	margin: 0 auto 0 auto;
}
#servicetimes
{
	float:left;
	z-index: 0;
	position:relative;
	top:0px;
	left:auto;
	height:213px;
	width:223px;
	background: transparent url('images/ServiceTimes.png') no-repeat top;
	z-index:200;
}

#servicetext
{
	color:#4f5449;
	padding:10px 0px 0px 30px;
}

#servicetext a
{
	color:#4f5449;
}


#featureimage
{
	float:left;
	position:relative;
	top:0px;
	left:auto;
	height:213px;
	width:774px;
	background: url('images/FeatureImage.jpg') no-repeat top;
}

.bannerpane
{
	float:left;
	position:relative;
	top:0px;
	right:0px;
	margin-left:-123px;
	height:213px;
	width:774px;
	z-index:100;
}


#featurebottom
{
	position:relative;
    width: 1280px;
    left:-140px;
	height:52px;
}

#servicebottom
{
	float:left;
	position:relative;
	left:auto;
	height:52px;
	width:226px;
	background: #2b0e05 url('images/ServiceBottom.png') no-repeat top;
}

#secondnav
{
	padding-top:20px;
	float:left;
	position:relative;
	left:auto;
	height:32px;
	width:774px;
	background: #2b0e05 url('images/SecondaryNav.png') no-repeat top;
	color:#aeb7c4;
	font-weight:bold;
}

#secondnav a
{
	color: #aeb7c4;
	text-decoration:none;
	font-weight:bold;
}

#secondnav a:hover
{
	color: #fff;
	text-decoration:underline;
}
#contentmain
{
	z-index:0;
	position:relative;
    width: 1280px;
    left:-140px;
    height:100%;
	background: Transparent url('images/content-bg-gutters.png') repeat top;
	float:left;
}

#contentpanecontainer
{
	height:100%;
	position:relative;
	width:1000px;
	left:auto;
	top:0px;
}


#sidepanecontainer
{
	padding: 20px 20px 20px 40px;
	position:relative;
	width:240px;
	height:100%;
	float:left;
	background: Transparent;
}

#sidepanecontainer img 
{
    border: 0px;
}


#homepanecontainer
{
	padding: 20px 20px 20px 20px;
	height:100%;
	position:relative;
	width:690px;
	height:100%;
	float:left;
	
}

.clr
{
	clear:both;
	height:0px;
}
.spacer-left
{
	z-index: 20;
	float:left;
	background-color:Transparent;
	width:140px;
	position:relative;
	height:100%;
	margin: 0 auto 0 auto;
}