@charset "utf-8";
/* CSS Document */

body {
	
	background-image:url(../images/54-bg-wide.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#160002;
	color:#3e2310;
	padding:0px;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}
.loader {
	display:none;
}
div#page {
	width:980px;
	margin:0 auto 0 auto;
	padding:0px;
}
div#topNav {
	float:left;
	width:980px;
	height:35px;
	padding:0px;
	margin:0px;
}
div#content {
	float:left;
	width:980px;
	padding:0px;
	margin-top:70px;
	background-color:#FFF;
}
div#flash {
	float:left;
	padding:0px;
	margin:0px;
	width:980px;
}
div#quad {
	float:left;
	width:980px;
	padding-top:10px;
	margin:0px;
}
div#indexContent {
	float:left;
	width:980px;
	padding-top:10px;
	margin:0px;
}

div#insideContent {
	float:left;
	width:980px;
	min-height:500px;
	height:auto !important;
	height:500px;	
	padding:0px;
	margin:0px;
/*	background-image:url(../images/pageGradient.jpg);
	background-repeat:repeat-x;*/
}

div#leftNav {
	float:left;
	width:241px;
	min-height:500px;
	height:auto !important;
	height:500px;	
	padding-left:8px;
	margin:0px;
	background-image:url(../images/leftNav.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #caab4c;
}

div#insideRight {
	float:left;
	width:700px;
	padding:10px 10px 10px 10px;
	margin:0px;
}
div#indexContentL {
	float:left;
	width:535px;
	padding:0px 10px 0px 10px;
	margin:0px;
}
div#indexContentR {
	float:left;
	width:425px;
	padding:0px;
	margin:0px;
}
div#footer {
	float:left;
	width:960px;
	height:36px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}

div#footerLeft {
	float:left;
	width:600px;
	height:31px;
	padding:0px;
	margin:0px;
}

div#footerRight {
	float:left;
	width:360px;
	height:31px;
	padding:0px;
	margin:0px;
	text-align:right;
}

div#footerBottom {
	float:left;
	width:960px;
	height:31px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	text-align:center;
}


/* LEFT HAND NAVIGATION*/


/* TEXT STYLES */


h1 {
	color:#af0303;
	font-size:26px;
	font-weight:normal;
	line-height:normal;
	margin-top:10px;
}
h2 {
	color:#af0303;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

/*h2 a.navtitle, a:visited.navtitle {
	text-decoration:none;
}

h2 a:hover.navtitle, a:active.navtitle {
	text-decoration:underline;
}
ul, ol {
	margin-top:5px;
	margin-bottom:5px;
}
li {
	padding-top:5px;
}*/

a {
	color:#003366;
	font-weight:normal;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}
a.link-emphasis {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
a.footer {
	font-weight:normal;
	text-decoration:none;
}
 a.footer a.footer:visited, {
font-weight:normal;
text-decoration:none;
}
a.footer:hover, a.footer:active {
	text-decoration:underline;
}

.footer2 {
	color:#f08f1e;
	font-weight:normal;
}

a.footer2 {
	color:#f08f1e;
	font-weight:normal;
	text-decoration:none;
}
 a.footer2 a.footer2:visited, {
	color:#f08f1e;
	font-weight:normal;
	text-decoration:none;
}
a.footer2:hover, a.footer2:active {
	color:#f08f1e;
	text-decoration:underline;
}

#thePageTitle {
	font-size: 1.6em;
	padding: 10px;
}

#menuStatic {
	float: right;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 200px;
}
#menuStatic ul {
	padding: 0 0 0 20px;
	margin: 0;
}

div.sectionHeader {
	margin: 28px 0 20px 0;
}