/* TABLE OF CONTENT
1  Universal
2 Template Layout
3 Branding / Logo elements
4 Main navigation elements
5 Sub navigation elements
6 Footer elements  */
/* ------- 1 UNIVERSAL ---------- */

html {
	padding:0;
	margin:0;
	overflow-y:scroll;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	background: #d5d5d0;
	color: #000;
	margin: 0;
	padding: 13px 0 5% 0;
}

img { 
	border: 0;
	display: block;
}

.hidden {
	position: absolute;
	top: -1000px;
	left: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* ------- 2 TEMPLATE LAYOUT ---------- */
#sitewrapper {
	position: relative;
	background: #FFF url("../images/site_objects/bg_site_mainshadow.gif") repeat-y;
	min-height: 100%;
	margin: 0 auto;
	width: 775px;
	text-align: left;
	font-size: 70%;
}
#header {
	background: url("../images/site_objects/bg_site_headershadow.gif") top no-repeat;
	float: left;
	width: 775px;
}
#navigation {
	float: left;
	width: 586px;
}
#pagetrail {
/*	margin-top: -48px;
	position: relative;*/
	padding: 0 0 41px;
	float:left;
	clear: both;
	font-size: 95%;
	color: #898989;
}
#pagetrail ol, #pagetrail ol li {
	margin: 0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	display:inline;
}
#bodywrapper {
	float: left;
	width: 775px;
	margin: 0 0 80px;
}
#contentwrapper {
	float: left;
	width: 545px; /*570px*/
	margin:0;
	padding: 6px 0 0 23px;
	font-size: 105%;
}
#contentwrapper div.content{
	width: 340px;
	float:left;
	clear: both;
}
#contentwrapper div.contentright {
	float: right; 
	clear: right;
	width: 150px;	
}
#contentwrapper div.contentwide{
	width: 430px;
	float:left;
	clear: both;
}
#subnavigation {
	display:block;
	float: left;
	margin:0;
	padding: 0 7px 0 18px;
	width: 163px;
}
#sectionhome {
	padding: 34px 0 0 10px;
}
#search {
	background: #fff url("../images/site_objects/bg_submenu.gif") repeat-x scroll left top;
	padding: 10px 0 0 0;
	margin: 28px 0 0 0;
}
#search div {
	background: #fff url("../images/site_objects/bg_submenu.gif") repeat-x scroll left bottom;
	padding: 0 0 10px 11px;
}
#leftcolhotspot {
	background: #eaeaea;
}
#leftcolhotspot .hotspotheading{
	background:#eaeaea url("../images/site_objects/bg_hotspot_top_leftcol.gif") top no-repeat;
	padding: 6px 0 0;
}
#leftcolhotspot .hotspotmain {
	padding: 0 15px 2px 11px;
	background:#eaeaea url("../images/site_objects/bg_hotspot_bottom_leftcol.gif") bottom no-repeat;
}

#footer {
	background: url("../images/site_objects/bg_site_footershadow.gif") bottom no-repeat;
	color:#000;
	width: 775px;
}


/* ------- 3 BRANDING / LOGO  ---------- */
#branding {
	float: left;
	padding: 32px 0 0 29px;
	width: 159px; 
}
p.branding {
	margin:0px 0 0px 12px;

}

#footer div.branding {
	padding: 22px 0 11px 0;
}

/* ------- 4 MAIN NAVIGATION ELEMENTS   ---------- */
#navigation ul {
	font-weight:bold;
	list-style-type:none;
	margin:0 0 0 16px;
	padding:0;	
}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#navigation a:link, #navigation a:visited {
	float:left;
	background:url("../images/site_objects/bg_topmenu_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	cursor:pointer;
}
#navigation a:link span, #navigation a:visited span {
	float:left;
	display:block;
	background:url("../images/site_objects/bg_topmenu_right.gif") no-repeat right top;
	padding:20px 8px 4px 0;
	font-weight:bold;
}
#navigation #topmenulit a:link, #navigation #topmenulit a:visited, #navigation #topmenulit a:focus, #navigation #topmenulit a:hover, #navigation #topmenulit a:active {
	background-position:0 -150px;
	border-width:0;
	color:#A1102A;
	text-decoration: underline;
}
#navigation #topmenulit a:link span, #navigation #topmenulit a:visited span, #navigation #topmenulit a:focus span, #navigation #topmenulit a:hover span, #navigation #topmenulit a:active span {
	background-position:100% -150px;
	padding-bottom:5px;
}
#navigation a:focus, #navigation a:hover, #navigation a:active {
	background-position:0% -150px;
}
#navigation a:focus span, #navigation a:hover span, #navigation a:active span {
	background-position:100% -150px;
	color:#A1102A;
	text-decoration: underline;
}

/* ------- 5 SUB NAVIGATION ELEMENTS   ---------- */
#accessiblenav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#accessiblenav li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#accessiblenav a:link, #accessiblenav a:visited {
	position: absolute;
	top: 0.6em;
	left: 100px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 60%;
	z-index: 1002;
}
#accessiblenav a:active, #accessiblenav a:focus { /* Only show skiplinks on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	border: 0;
	color: #FFF;
	margin: 0;
	padding: 4px;
	background: #10147e;
	z-index: 10000;
	text-decoration:underline;
}

#pagetrail a:link, #pagetrail a:visited { 
	text-decoration: none; 
	background: none;
	color: #898989;
	float:none;
}

#pagetrail a:hover, #pagetrail a:focus, #pagetrail a:active, #pagetrail a.lit:link, #pagetrail a.lit:visited { 
	text-decoration: underline; 
	background: none;
	color: #898989;
	float:none;
}
#sectionhome a:link, #sectionhome a:visited, #sectionhome a:focus, #sectionhome a:hover, #sectionhome a:active {
	background: none;
	color: #898989;
	font-size: 160%;
	text-decoration:none;
	font-weight: bold;
}

#sectionhome a:focus, #sectionhome a:hover, #sectionhome a:active {
 	background: none;
	color: #000;
}
#subnavigation ul {
	background: url("../images/site_objects/bg_submenu.gif") top no-repeat;
	list-style-type:none;
	margin: 30px 0 0 0; 
	padding:1px 0 0 0;
}
#subnavigation ul li {
	margin: 0; 
	padding:0;
}
#subnavigation ul li a:link, #subnavigation ul li a:visited {
	color: #333;
	text-decoration:none;
	background: url("../images/site_objects/bg_submenu.gif") bottom no-repeat #FFF;
	display:block;
	width: 141px;
	padding: 3px 11px 4px;
}
#subnavigation ul li a:focus, #subnavigation ul li a:hover, #subnavigation ul li a:active {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	background: url("../images/site_objects/bg_submenu.gif") bottom no-repeat  #a1102a;
}
#subnavigation ul li a.lit:link, #subnavigation ul li a.lit:visited, #subnavigation ul li a.lit:focus, #subnavigation ul li a.lit:hover, #subnavigation ul li a.lit:active {
	background: url("../images/site_objects/bg_submenu.gif") bottom no-repeat  #a1102a;
	color: #fff;
	font-weight: bold;
}

#subnavigation ul li ul {
	margin: 0; 
	border-top: 0;
	background-image:none;
}
#subnavigation ul li ul li a:link, #subnavigation ul li ul li a:visited {
	background: #FFF;
	color: #333;
	text-decoration:none;
	background: url("../images/site_objects/bg_submenu.gif") bottom no-repeat #FFF;
	display:block;
	width: 130px;
	padding: 4px 11px 4px 22px;
}
#subnavigation ul li ul li a:focus, #subnavigation ul li ul li a:hover, #subnavigation ul li ul li a:active {
	background: #FFF;
	color: #000;
	font-weight: bold;
	text-decoration:none;
	background: url("../images/site_objects/bg_submenu.gif") bottom no-repeat #FFF;
}
#subnavigation ul li ul li a.lit:link, #subnavigation ul li ul li a.lit:visited, #subnavigation ul li ul li a.lit:focus, #subnavigation ul li ul li a.lit:hover, #subnavigation ul li ul li a.lit:active {
	background: url("../images/site_objects/bg_submenu.gif") bottom no-repeat #FFF;
	color: #000;
	font-weight: bold;
}


/* ------- 6 FOOTER ELEMENTS   ---------- */
#lastupdated {
	color: #999;
	padding: 0 0 7px 216px;
}

#backtoptop {
	color: #999;
	padding: 0 0 7px 216px;
}

#copyright {
	float: left;
	padding: 0 0 5px 30px;
	width: 158px;
}


#companyinfo {
	background: url("../images/site_objects/bg_site_footertopshadow.gif") top no-repeat;
	clear: both;
	padding: 0 0 26px 22px;
	margin: 0 8px;
	width: 737px;
}
#footer ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li{
	display: inline;
	margin:0 7px 0 0;
	padding:0;
}
#companyinfo ul li{
	display:block;
}

#footernavigation ul {
padding-left:216px;
}

#footernavigation ul li a, #footernavigation ul li a:visited{
	text-decoration: none;
}
#footernavigation ul li a:hover, #footernavigation ul li a:focus, #footernavigation ul li a:active{
	text-decoration: underline;
}
#companyinfo p {
	margin: 0 0 7px 0;
}


/* ------- END OF STYLE.CSS   ---------- */

