@charset "UTF-8";
*,h1, h2, h3, p, table, form, ul, li, a, img, div {
	margin: 0;
	padding: 0;
}
img {
	border: none;	
}
body {
	font: 1em Arial,Verdana Helvetica, sans-serif;
	background: url(images/body-blue-repeat.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#headerTitle {
	height: 93px;
	margin: 0 auto;
	text-align: left;
	background: url(images/header-title.jpg) top center no-repeat;
}
#outerContainer {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background: url(images/side-shadows.png) top center no-repeat;
}
#container {
	width: 906px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 258px;
	background: #fff;
	padding: 10px 0 0 10px;
}
#menu {
	height: 42px;
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
}
#menu.interior {
	margin: 0 0 12px 0;	
}
#menu ul {
	margin: 12px 0 0 0;	
}
#menu li {
	display: inline;
	border-right: 1px solid #545454;
	margin-right: 12px;
	padding-right: 12px;
}
#menu li.last {
	border-right: none;	
}
#menu a {
	text-decoration: none;
	color: #545454;
}	
#menu a:hover {
	color: #9F9F9F;	
}
#description {
	height: 70px;
	padding: 12px 0 0 0;
}
#descTitle {
	padding: 16px 0 0 0;
	float: left;
	width: 150px;
}
#descTitle h1 {
	color:#333; 
	font-size: .9em;
	border-right: 1px solid #DEDEDE;
	width: 80px;
	padding: 0 20px 0 28px;
}
#descText {
	float: left;
	width: 756px;
	font-size: .75em;
}
#descText p {	
	padding-right: 20px;
}
#descText a {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
#descText a:hover {
	text-decoration: underline;	
}
#documents {
	height:239px;
	border: 1px solid #DEDEDE;
	background: #F3F3F3;
	margin: 0 0 16px 0;
}
#documentsHeader {
	height: 37px;
	background: #E9E9E9;
	border-bottom: 1px solid #DEDEDE;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}
#documentsHeader h1 {
	color: #333;	
	font-size: .9em;
	margin: 0 0 0 6px;
	padding: 8px 0 0 0;
}
#documents div.document {
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
}
#documents h3 {
	font-size: .75em;
	color: #545454;
}
#documents img {
	border: 1px solid #DEDEDE;
	margin: 4px 0;
}
#documents img:hover {
	border: 1px solid black;	
}
#documents p {
	font-size: .75em;	
}
#documents a, #documents p {
	color: #545454;
	text-decoration: none;
}
#documents a:hover {
	text-decoration: underline;	
}
#mainContent {
	background: #fff;
	font-size: .8em;
}
#mainContent h1 {
	width: 100%;
	border-bottom: 1px solid  #DEDEDE;
	font-size: 1.1em;
	padding-bottom: 20px;
	margin-bottom: 14px;	
}
#mainContent ul {
	margin: 12px 0 0 20px;
	list-style-type: none;
}
#mainContent li {
	margin: 0 0 8px 0;	
}
#leftMain {
	float: left;
	width: 400px;
	padding: 0 0 0 20px;
}
#leftMain h2 {
	color: #1E9A99;
	font-size: 1em;
	margin: 0 0 6px 0;
}
#leftMain p {
	margin: 0 0 12px 0;	
}
#rightMain {
	float: left;
	width: 350px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;		
}
#rightMain h1 {
	width: 100%;
	margin: 0 0 0 20px;
}
#rightMain a {
	color: #1E9A99;
}
#rightMain span.timeHeader {
	font-weight: bold;
	color: #1E9A99;
}
#signupWrapper {
	height: 180px;	
}
#signUp {
	background: #E9E9E9;
	border: 1px solid #DEDEDE;
	margin: 0 0 20px 0;
}
#signUp h1 {
	width: 50%;	
	margin-bottom: 10px;
}
#signUp form {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	border: none;
}
#footer {
	padding: 0 10px;
	margin: 40px 0 0 0;
	background:#232323;
}
#footer p {
	color: #9D9D9D;
	margin: 0;
	padding: 10px 0;
	font-size: .9em;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*************Interior************/
#rightMain.interior {
	padding-left: 50px;
	height: 400px;
}