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

html, body{ width: 100%; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #555; }
body{ background: url(images/background.jpg) repeat-x #a1a1a1; }

a img{ border: none; }

.clear{ clear: both; }

p, li, td, th, input{ font-size: 12px; }
h1{ font-size: 18px; font-family:Georgia, "Times New Roman", Times, serif; }
h2{ font-size: 15px; font-family:Georgia, "Times New Roman", Times, serif; }
h3{ font-size: 14px; }

td, th{ text-align: center; }

a { color: #2d7c98; font-weight: bold; }
a:hover{ color: #333; }

.alt{ color: #2d7c98; font-weight: bold; }

#container{ 
	width: 850px;
	position: relative;
	top: -1px;
	left: 50%;
	margin-left: -425px;
	border: 1px solid #333;
	background-color: #fff;
}

#nav{ 
	float: right;
	_width: 50%;
	margin: 50px 35px 0; _margin: -30px 35px;
	font-size: 17px;
}

#logo{ width: 270px; float: left; }

#subNav p{ font-size: 10px; text-align: center; }

#quote{
	position: fixed;
	top: 70px;
	left: 50%;
	margin-left: 427px;
}

#flash{
	width:818px;
	height: 225px;
	margin: 20px 15px;
	clear: both;
}

#content{
	padding: 0 15px;
}

#mainCol{
	width: 650px;
	float: left;
}

#sideBar {
	width: 150px;
	float: right;
}
#sideBar a img{ margin: 0 0 5px; }

#footer{
	width: 850px;
	position: relative;
	top: 5px;
	left: 50%;
	margin: 0 0 15px -425px;
	text-align: right;
}

#footer p{ font-size: 11px; margin: 2px 0; }
#footer .logo{ position: absolute; left: 0; }

/*---------------------------------------------------------------------*/


.third{
	width: 195px;
	float: left;
	margin-right: 25px;
	text-align: center;
}
.third div{ 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	padding: 0 5px;
	_padding: 0px; 
	margin: 0;
	.margin: -5px 0 0 0;
	background-color: #ddd; 
	color: #151515; 
}
.third h3{ margin: 0; font-size: 12px; }
.third p{ font-size: 11px; margin-bottom: 0; }
.third .img{ position:relative; left: -6px; _left: -1px; .top: 4px; }

.containerImage{
	display:block;
	margin: 2px;
}

.section{
	width: 600px;
	border: 1px solid #aaa;
	margin: 10px 0;
	padding: 5px 20px;
}

.section ul{
	margin-top: 0px;
}

.clear{ clear:both; }

.row{ background-color: #eee; }

form{ line-height: 25px; font-size: 12px; }
label{ 
	display: inline-block; 
	width: 150px;
	text-align: right; 
	font-weight: bold; 
	margin-right: 10px;
}
.req{ color: #111; }
.indent{ position: relative; left: 160px; }

