/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/mainbodyback.jpg);
}

#wrapper{
	width: 775px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/siteback.gif);
	background-repeat: repeat-y;
}
#left {
	width: 180px;
}
#maincontent h2 {
	font-size: 16px;
	color: #393C5D;
	padding-bottom: 6px;
}
#maincontent h3 {
	font-size: 13px;
	color: #39395B;
	padding-bottom: 6px;
}
#maincontent h4 {
	font-size: 11px;
	font-weight: normal;
	color: #9EA7AE;
}
#maincontent a:link, a:active, a:visited {
	font-size: 12px;
	color: #1C1E59;
	text-decoration: none;
}
#maincontent a:hover {
	color: #000000;
	text-decoration: underline;
}
.special {
	font-size: 9px;
	color: #CCCCCC;
}




#header {
	background-image: url(images/header.jpg);
	height: 205px;
}
#left ul{
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 3px;
}
.lastnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#list ul {
	background-color: #FFFFFF;
}
#list ul li {
	list-style-type: none;
	font-family: "Myriad Pro", Arial, Georgia;
	font-size: 17px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	background-position: 0px;
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 40px;
}
.clearfix {
	clear: both;
	height: 2px;
}
#wrapper .clearfix p {
	text-indent: -200em;
	font-size: 1px;
}
#maincontent p {
	font-size: 12px;
	padding-bottom: 8px;
	color: #666666;
}
#maincontent img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincontent h1 {
	font-size: 18px;
	padding-bottom: 8px;
	color: #1C1E59;
}

#maincontent {
	float: left;
	width: 550px;
	margin-left: 15px;
}
#footer p {
	font-size: 12px;
	color: #999999;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#footer {
	background-image: url(images/footer.gif);
	height: 30px;
}

#mainleft {
	float: left;
	width: 180px;
}
#list {
	margin-top: 20px;
	padding-left: 10px;
}


#left ul li{
	display: block;
	margin: 0;
	list-style-type: none;
	background-image: url(images/buttonback.gif);
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#left ul li a{
	color: #333333;
	text-decoration: none;
	text-align: left;
	width: 9em;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 30px;
	font-size: 12px;
} 
#left ul li a:hover, #left ul li a:focus{
	text-decoration: underline;
	color: #000000;
}
.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 

#maincontent ul {
	padding-bottom: 8px;
	margin-left: 15px;
	padding-left: 15px;
}
#maincontent ul li {
	list-style-type: disc;
	font-size: 13px;
	color: #666666;
}

table hr {
	color: #CCCCCC;
}


#maincontent h6 {
	font-size: 12px;
	color: #185C76;
	font-weight: normal;
}

/* Form */
#maincontent form {
	margin-left: 20px;
	padding-top: 30px;

}
#maincontent #DataCollection p {
	padding-top: 20px;
	font-size: 10px;
	color: #022D42;
}


#maincontent fieldset fieldset {
width: 170px;
padding: 0;
}

#maincontent input {
	background-color: #FFFFFF;
	color: #022D42;
	border: 1px solid #4C5854;
	width: 180px;
	display: block;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.indent {
}


#maincontent textarea {
	background-color: #FFFFFF;
	color: #022D42;
	border: 1px solid #4C5854;
	height: 200px;
	display: block;
	margin-top: 3px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

/* focus styles */

#maincontent textarea:focus, #maincontent input:focus {
   border: 1px solid #0099CB;
   background-color: #FFFFFF;
   color: #022D42;
}

.labelfloat {
	float: right;
	margin-right: 5px;
}
.labelfloat2 {
	float: right;
	margin-right: 5px;
}
#wrapper #maincontent #DataCollection label {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 3px;
}
#wrapper #maincontent #DataCollection select {
	margin-bottom: 15px;
	width: 180px;
}
#wrapper #maincontent #DataCollection .button {
	width: 70px;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
.phone {
	float: right;
}
