 /*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	Bycast
	Author:	Darren Gould
	Date:	August, 2009
		
*/

/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */



/* ===================================================================================== STYLES FOR ALL PAGES */


/* ===== Main Wrapper For Site ===== */

#uber 
{
	position: relative;
	margin: auto auto;
	width: 1000px;
	background: transparent;
}


	/* ===== Header ===== */
	
	#header 
	{
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
		width: 980px;
		height: 139px;
		background: transparent;
		/*overflow: hidden;*/
	}
		
		
		/* ===== Logo ===== */
		
		#logo 
		{
			float: left;
			margin: 0;
			padding: 31px 0 0 0;
			width: 165px;
			height: 35px;
			overflow: hidden;
		}
		
		
		/* ===== Tag Line ===== */
		
		#tagline 
		{
			float: left;
			margin: 0;
			padding: 32px 0 0 34px;
			width: 346px;
			height: 38px;
			list-style: none;
			overflow: hidden;
		}
		
		
		/* ===== Top Navigation ===== */
		
		#topNav 
		{
			float: right; 
			margin: 0;
			padding: 50px 0 0 0;
			text-align: right;
			font-size: 12px;
		}
		
		
		/* ===== Main Navigation ===== */
		
		#mainNav 
		{
			position: absolute;
			margin: 0;
			padding: 0;
			top: 90px;
			left: 10px;
			width: 980px;
			height: 49px;
			z-index: 1000;
		}


/* ===== Footer Wrapper For Site ===== */

#footer_fullWidth 
{
	width: 100%;
	background: transparent url(/images/structure/background_footerTopBorder.png) 0 0 repeat-x;
}
	
	
	/* ===== Footer ===== */
	
	#footer 
	{
		position: relative;
		margin: 0 auto 50px auto;
		padding: 20px 0 0 0;
		width: 980px;
		border-top: solid 6px #424443;
		font-size: 10px;
	}
		
		#footerNav
		{
			margin-bottom: 10px;
			vertical-align: top;
		}
		
		#footerNav img
		{
			position: relative;
			top: 5px;
		}
		
		#footerNav .horizNavSeparator
		{
			margin: 0 7px 0 10px;
		}
		
		#footerNav a{
			color: #5E5E5E;
		}
		
		#footerNav a:hover{
			color: #005581;
		}
		
		#footerText 
		{
			float: left;
			width: 800px;
			font-size: 11px;
			vertical-align: top;
		}
		
		#footerIcon
		{
			float: left;
			width: 53px;
			height: 62px;
			margin-right: 20px;
			background: #FFF;
		}
		
		#esol 
		{
			float: right;
			margin: 0px 0px 0px 0px;
			vertical-align: top;
		}


/* ===== Main Content Container ===== */

#main 
{
	float: left;
	padding: 0 0 0 10px;
}
	


/* ===================================================================================== STYLES HOME PAGE */


/* ===== Background ===== */

#homepageBackground 
{
	background: #FFF url(/images/structure/background_home.jpg) 0 0 repeat-x;
}


/* ===== Banner ===== */

#homepageBannerContainer 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 383px;
	overflow: hidden;
}
	
	#homepageBanner 
	{
		/*display: none;*/ /* Display none if using rotating banners */
	}
	

/* ===== Home Page Content Area ===== */

#contentInt_home 
{
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Background ===== */

#interiorBackground 
{
	background: #FFF url(/images/structure/background_interior.jpg) 0 0 repeat-x;
}


/* ===== Header Area ===== */

#headingContainer
{
	float: left;
	margin: 0;
	padding: 40px 30px 5px 30px;
	width: 920px;
	height: 50px;
	border-top: 2px solid #A69871;
	border-bottom: 1px solid #FFF;
	background: url(/images/structure/background_interiorHeader.jpg) 0 0 no-repeat;
	overflow: hidden;
}


/* ===== Breadcrumbs and Search ===== */

#breadcrumbsContainer 
{
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 0 30px;
	width: 950px;
	height: 32px;
	border-bottom: 3px solid none;
}
	
	#breadcrumbsWrap 
	{
		float: left;
		padding: 7px 0 0 0;
		width: 677px;
	}
		
		#breadcrumbs 
		{
			float: left;
			padding: 0;
			color: #FFF;
			font-size: 12px;
			overflow: hidden;
		}
	
	#searchWrap
	{
		float: right;
		margin: 5px 0 0 0;
		padding: 0;
		width: 234px;
		height: 27px;
	}
		
		#search 
		{
			position: relative;
			width: 234px;
			height: 22px;
			background: url(/images/structure/searchbox.gif) 0 0 no-repeat;
		}
			
			#search .searchText
			{
				position: absolute;
				float: left;
				left: 4px;
				top: 3px;
				width: 204px;
				height: 17px;
				border: none;
				background: transparent;
				font-family: Arial, Helvetica, sans-serif;
				color: #5E5E5E;
			}
			
			#search #goSearch 
			{
				position: absolute;
				float: left;
				left: 212px;
				top: 2px;
				display: block;
				width: 20px;
				height: 18px;
				background: url(/images/structure/spacer.gif);
				font-size: 1%;
				text-indent: -9999px;
				overflow: hidden;
			}


/* ===== Interior Layout ===== */

#main .interior 
{
	float: left;
	padding: 0 0 0 10px;
}

#contentInt 
{
	float: left;
	clear: both;
	margin: 12px 0;
	padding: 25px 30px 0 30px;
	width: 677px;
	background: url(/images/structure/background_contentInt.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#contentRight
{
	float: left;
	margin: 12px 0 12px 8px;
	padding: 0;
	width: 234px;
}


/* -- This is a full width interior - used when there is no sub navigation on the page -- */

#contentInt_wide 
{
	float: left;
	clear: both;
	margin: 12px 0;
	padding: 25px 30px 0 30px;
	width: 920px;
	background: url(/images/structure/background_contentInt_wide.jpg) 0 0 no-repeat;
	overflow: hidden;
}


/* ===== Interior Sign Off ===== */

#content_signoff
{
	position: relative;
	margin: 12px 0 12px 10px;
	padding: 0;
	width: 980px;
	height: 125px;
	background: url(/images/content_signoff/background_signoff.jpg) 0 0 no-repeat;
}
	
	#content_signoff .bubble_icon
	{
		position: absolute;
		left: 37px;
		top: 22px;
	}

	#content_signoff .details
	{
		margin: 0 30px 0px 125px;
		padding: 20px 0 5px 0;
		list-style: none;
		overflow: hidden;
	}
		
		#content_signoff p
		{
			margin: 0;
			padding: 0 0 5px 0;
			font-size: 16px;
			font-weight: bold;
			color: #3F3F3F;
		}
		
		#content_signoff p .altContent
		{
			color: #676767;
		}
		
		#content_signoff p .contactDetails
		{
			color: #005581;
		}



/* ----- END OF TEMPLATE ----- */