/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/**/

body, html {
	margin:0;
	padding:0;
}

body {
	background-color: #ECE9D8;
}

#pageContainer {
	width:920px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}

/*------------------- HEADER AREAS -------------------*/
#header {
	min-height:148px;
	border-bottom:solid 2px #003333;
}

*html #header { /* a hack for IE6 */
	height:150px;
}

#headerLeft {
	position:relative;
	float:left;
	padding-bottom:5px;
}

#headerRight {
	position:relative;
	float:right;
	text-align:right;
}

#headerRight img {
	border-left:solid 2px #003333;	
}

#navigation {
	padding:0 0 7px 0;
	font-size:8pt;
	float:right;
	text-align: right;
	width: 920px;
	background-color: #ECE9D8;
}
#tagline {
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 120px;
	z-index: 10000;
	width: 700px;
	color: #011645;
	font-family: Arial, Helvetica, sans-serif;
}


#navigation a:link, #navigation a:visited {
	color:#000;
	text-decoration:none;
}

#navigation a:hover {
	color:#228ecb;
	text-decoration:none;
}


/*------------------- CONTENT AREAS -------------------*/
#content {
	border-bottom:solid 2px #003333;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(../images/site/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#leftCol {
	width:424px;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	float:left;
	color:#666666;
	background-color: #252525;
	background-image: url(../images/leftcolback.jpg);
	background-repeat: repeat-y;
	
}

#leftCol p {
	padding-left:15px;
	padding-right:10px;
}

#rightCol {
	width:476px;
	position:relative;
	float:right;
	text-align:left;
	color:#555;
	padding-bottom:20px;
	background-color: #FFFFFF;
	background-image: url(../images/site/rightCol_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 10px;
}

#rightCol p {
	padding-left:30px;
	padding-right:50px;
}


/*------------------- FOOTER -------------------*/
#footer {
	font-size:7pt;
	color: #ECE9D8;
	display:block;
	min-height:150px;
	background-color: #010101;
	background-image: url(../images/site/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#footerLeft {
	width:424px;
	background-color:#011341;
	position:relative;
	float:left;
	padding: 0px;
	margins:0px;
	
}



#footerRight {
	position:relative;
	float:right;
	text-align:center;
	text-align:right;
	font-weight:bold;
	color: #ECE9D8;
	background-color: #010101;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 470px;
}
#footerRight h2{
	color: #ffffff;
	}
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}

#pageContainer #content #rightCol li {
	margin-left: 50px;
}
.hometxt {
	font-size: 12pt;
	line-height: 1.5em;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #010101;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}
#copy #rightcol {
	width: 486px;
	float: right;
}

