/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/

/* 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: 950px;
	background: #FFF;
}


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

#header {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 950px;
	background-image: url(/images/structure/header_bg.gif);
	background-repeat: no-repeat;
}


/* ===== Search ===== */

#search {
	position:absolute;
	right: 0px;
	top: 10px;
	width: 160px;
	height: 28px;
	background-image: url(/images/structure/search_field.gif);
	background-repeat: no-repeat;
}
#search #searchField {
	float: left;
	padding: 0;
	border: 0;
	width: 108px;
	background: none;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
}
#search #go {
	float: right;
}



/* ===== Logo ===== */

#logo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 159px;
	height: 141px;
	overflow: hidden;
}

#logotext {
	position:absolute;
	top: 51px;
	left: 159px;
	width:601px;
	height: 21px;
}


/* ===== Main Navigation ===== */

#mainNav {
	position:absolute;
	margin: 0px 0px 0px 0px;
	width: 791px;
	z-index: 1000;
	right:0px;
	top: 93px;
}


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

#main {
	position: relative;
	float: left;
	width: 950px;
	background-image: url(/images/structure/bg_line.gif);
	background-repeat: repeat-y;
	background-position: 0px 550px;
}


/* ===== Footer ===== */

#footer {
	float: left;
	width: 950px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c2240f;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerText {
	float: left;
}

#footerNav {
	float: left;
}

#esol {
	float: right;
	margin: 0px 0px 0px 0px;
}





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

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

#homepageBannerContainer {
	margin: 0px 0px 15px 0px;
	width: 950px;
	height: 235px;
	overflow: hidden;
}

#homepageBannerTextLeft {
	position:absolute;
	top:30px;
	left:23px;
	width:170px;
	height:170px;
	overflow: hidden;
	color:#c2240f;
}
#homepageBannerTextLeft a {
	color:#c2240f;
}
#homepageBannerTextRight {
	position:absolute;
	top:30px;
	right:15px;
	width:160px;
	height:180px;
	overflow: hidden;
	color:#FFFFFF
}
#homepageBannerTextRight a {
	color:#FFFFFF
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


.colheading {
	padding-bottom: 12px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


/* ===== Left Content ===== */

#contentLeft {
	float: left;
	width: 270px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/structure/quicklinks_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;

}

#contentLeft p {
	margin: 0px;
	padding-bottom: 9px;
	padding-left: 35px;
}



/* ===== Middle Content ===== */

#contentMiddle {
	float: left;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	width: 436px;
}


/* ===== Right Content ===== */
		
#contentRight {
	float: left;
	width: 176px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(/images/structure/idliketo_bg.gif);
	background-repeat: repeat-y;
	background-position: 14px 24px;
}
#contentRight p {
	margin: 0px;
	padding-bottom: 9px;
}





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

/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	width: 950px;
	height: 35px;
	padding-bottom:15px;
	background-image: url(/images/structure/breadcrumb_bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	
	position: relative;
	float: left;
	clear: both;
	/*z-index: 1000; */
}

#actionsContainer a {
	color: #FFFFFF;
}

#actions a
{
	float: right;
}

#breadcrumbs {
	padding-left:15px;
	padding-top: 10px;
	padding-right:15px;
}

.breadcrumbSeparator
{
	padding: 0px 5px 0px 5px;
}

#actions {
	position: relative;
	float: right;
	padding: 3px 5px 3px 5px;
	width: 390px;
	text-align: right;
}	

#actions form { display: inline; }


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

#mainint {
	position: relative;
	float: left;
	width: 950px;
}
#mainintsub {
	position: relative;
	float: left;
	width: 950px;
}



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

#contentInt.wide {
	width: 780px;
	background-color: #FFFFFF; /* This hides mainInterior's bg image */		
}

#interiorBannerContainer {
	margin: 0px 0px 15px 0px;
	width: 950px;
	height: 170px;
	overflow: hidden;
}

#coloneint {
	width:210px;
	float:left;
	margin: 0px 0px 15px 0px;
	border-right: 1px solid #999999;
}

#coltwoint {
	width:714px;
	overflow: hidden;
	float:left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}

#coltwoint_wide {
	width:950px;
	overflow: hidden;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*
	Site Map
*/

.siteMapSection
{
	width: 460px;	
	float: left;
	padding-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.siteMapSection a, .siteMapSection span.siteMapSectionHeading a
{
	font-size: 12px;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.siteMapSection span.siteMapSectionHeading
{
	display: block;
	font-weight: bold;
	border-bottom: solid 1px #C2240F !important;
	font-size: 14px;
	color: #C2240F;
}

.siteMapSection span.siteMapSectionHeading a
{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #C2240F;
}

.siteMapSection ul
{
	margin: 0px 0px 0px 5px !important;
	padding: 0px 0px 0px 0px !important;
	list-style-type: none;
	list-style-image: none;
}

.siteMapSection li a, .siteMapSection li a:active, .siteMapSection li a:visited
{
	display: block;
	padding: 3px 0px 3px 0px !important;
	text-decoration: none;
}

.siteMapSection li a:hover
{
}

/* Second level */
.siteMapSection ul li ul
{
	margin: 0px 0px 0px 15px !important;
}	

