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


/* --------------------| BODY |-------------------- */

body {
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #474747;
}

html, body {
width: 100%;
height: 100%;
}


/* --------------------| GENERAL TEXT |-------------------- */

.blue { 	color: #446e8f; }
.dblue { 	color: #0b548d; }
.grey { 	color: #a6a5a4; }
.lgrey { 	color: #747474; }
.red { 		color: #990000; }
.green { 	color: #037d00; }


a {
text-decoration:none;
color: #640e27;
} 

a:hover {
color: #acbd63;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}

/* --------------------| GENERAL CRAP |-------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear10 {height:10px; clear:both;}
.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

.regalert {
padding: 12px 0 15px 55px;
background: url(../images/admin/alert.png) no-repeat 0 2px;
color: #900;
}


/* --------------------| CONTENT FRAME |-------------------- */

#container {
width: 914px;
margin: 0 auto;
padding: 30px 0;
}

#header {
width: 900px;
padding: 7px 7px 0;
background: url(../images/bgFrameTop.png) no-repeat top;
}

	div.headerImage {
	height:expression(this.scrollHeight>539?"540px":"auto"); 
	max-height: 540px;
	overflow: hidden;
	}

	img.headerImage {
	display: block;
	width: 900px;
	}
	
	.headerImageDefault {
	display: block;	
	width: 715px;
	height: 90px;
	padding: 30px 140px 0 45px;
	background: url(../images/defaultHeader.png) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 33px;
	
	}
	
	ul#headerNav {
	width: 100%;
	height: 32px;
	padding-top: 8px;
	background-image: url(../images/bgNavFade.png);
	background-repeat: repeat-x;
	}
	
		#headerNav li {
		display: inline;
		float: left;
		margin-left: 45px;
		}
		
		#headerNav a {
		float: left;
		}
		
			#headerNav a span {
			float: left;
			display: block;
			height: 24px;
			cursor: pointer;
			}
			
				#headerNav a.active span.l {
				background: url(../images/bgNavLeft.png) no-repeat left;	
				width: 15px;
				}
				
				#headerNav a.active span.r {
				background: url(../images/bgNavRight.png) no-repeat right;
				width: 15px;
				}
				
				#headerNav a span.text {
				padding-top: 2px;
				height: 22px;
				font-size: 21px;
				color: #fff;
				}
				
				#headerNav a.active span.text {
				background: #fff;
				}
		
	
#footer {
width: 900px;
padding: 0 7px 7px;
background: url(../images/bgFrameBottom.png) no-repeat bottom;
}

	div.footerImage {
	height:expression(this.scrollHeight>539?"540px":"auto"); 
	
	max-height: 540px;
	overflow: hidden;
	}

	img.footerImage {
	display: block;	
	width: 900px;
	}
	
#pageFooter {
padding-top: 15px;
padding-left: 52px;
}

	#pageFooter p {
	color: #222;
	font-size: 10px;
	line-height: 15px;
	}
	
		#pageFooter a {
		color: #222;
		text-decoration: underline;
		}
	
/* --------------------| MAIN CONTENT AREA |-------------------- */

div.mainFrame {
width: 810px;
padding: 45px;
border-left: 7px solid #d9d9d9;
border-right: 7px solid #d9d9d9;
background: #fff;
}

	.main h2 {
	margin-bottom: 1em;	
	}

	.main p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	}
	
	.main ul.p, 
	.main ol {
	margin-bottom: 1em;	
	}
	
		.main ul.p li,
		.main ol li {
		line-height: 1.5em;
		}
	
	.main ul.p li {
	list-style-type: disc;
	margin-left: 20px;
	}
	
	.main ol li {
	list-style-type: decimal;
	margin-left: 20px;
	}
	
.date_selector {
background: #d9d9d9;
}	
