/* CSS Document */

	
body {
	text-align:center;
	background:#ffffff url(../images/bkgd.jpg) top repeat-x;
	}
	
* {
	margin: 0;
	padding: 0;
	}

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}
	
#siteheader {
	width: 800px;
	}
	
#logo {
	width:180px;
	height:105;
	float:left;
	}
	
#flash {
	width:700px;
	height:276px;
	margin:0 0 10px 50px;
	float:left;
	background:url(../images/results.jpg) top center no-repeat;
	}

#pageheader {
	width:800px;
	margin:0 0 20px 0px;
	float:left;
	}
	
#headertext {
	width:535px;
	float:right;
	margin:15px 0 0 0;
	}
	
#divider {
	width:800px;
	margin-bottom:20px;
	float:left;
	}

#homeimage {
	width:265px;
	margin-left:120px;
	margin-right:20px;
	padding:0 0 40px 0;
	float:left;
	}

#homecontent {
	width:280px;
	margin:0 0 0 20px;
	padding:0px;
	float:left;
	}
	
#homelist {
	width:750px;
	margin:0;
	padding:0px;
	}

#pagecontent {
	width:750px;
	margin:0 25px 0 50px;
	padding:0px;
	float:left;
	}
	
#resultstext {
	width:700px;
	text-align:justify;
	margin:10px 0 0 50px;
	}
	
	
/*---------- TEXT ATTRIBUTES ----------*/

#homecontent p {
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#87797d;
	line-height:22px;
	margin:0;
	}

#homecontent p a:link, #homecontent p a:visited {
	font:14px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#3a6f8f;
	line-height:22px;
	margin:0;
	}

#homecontent p a:hover {
	font:14px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#3a6f8f;
	line-height:22px;
	margin:0;
	}
			
#pagecontent p {
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;
	margin:0 20px 5px 25px;
	}

#homelist p.section, #pagecontent p.section {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#3a6f8f;
	line-height:22px;
	margin:0 0 5px 25px;
	}
	
#homelist p.section-right {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#3a6f8f;
	line-height:22px;
	margin:0 15px 5px 25px;
	}

#headertext p {
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#87797d;
	line-height:22px;
	margin:0 25px 10px 0;
	}
	
#headertext p a:link, #headertext p a:link {
	color:#3a6f8f;
	text-decoration:underline;
	}
	
#headertext p a:hover {
	color:#3a6f8f;
	text-decoration:none;
	}

#pagecontent p a:link, #pagecontent p a:visited {
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#3a6f8f;
	line-height:18px;
	text-decoration:underline;
	}

#pagecontent p a:hover {
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	text-decoration:underline;
	}

.title {
	font:14px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#3a6f8f;
	font-weight:bold;
	line-height:18px;
	margin:0;
	}

#pagecontent p.linktitle {
	font:14px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#87797d;
	font-weight:bold;
	line-height:18px;
	padding-bottom:10px;
	}
	
ol li {
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;
	margin:0 20px 0 65px;
	}
	
.buttonindent {
	background-color: #fff;
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color: #3a6f8f;
	margin: 0px 0px 10px 25px;
	padding:4px 7px 5px 7px;
	border: 1px solid #87797d;
	text-decoration:underline;
	}
	
.headerindent {
	margin:0 0 0 50px;
	float:left;
	}
	
.subhead {
	font:32px Georgia, "Times New Roman", Times, serif;
	color:#3a6f8f;
	line-height:22px;
	margin:10px 0 10px 295px;
	}
	
.emphasis {
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#87797d;
	line-height:22px;
	margin:0 100px 0 110px;
	}
	
.rulestyle {
	margin:10px 0 20px 0;
	text-align:center;
	}

.rulestyle2 {
	margin:0 0 10px 25px;
	text-align:center;
	}

.homeindent {
	margin:0 0 0 50px;
	}
	
.formlabel {
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 10px 25px;
	padding:4px 7px 5px 7px;
	}
	
.buttonform {
	background-color: #fff;
	font:12px Lucida Sans, Arial, Helvetica, sans-serif;
	color: #3a6f8f;
	margin: 10px 0px 10px 0px;
	padding:2px 5px 3px 5px;
	border: 1px solid #87797d;
	text-decoration:underline;
	}



/*---------- NAVIGATION ---------*/

#mainnav {
	width:620px;
	float:left;
	margin-top:57px;
	margin-bottom:47px;
	}

#nav {
  width: 620px;
  height: 30px;
  position: relative;
  background: url(../images/nav.jpg);
  margin: 0;    
  padding: 0;
  float:right;
}
#nav li {
  float: left;
  list-style:none;

}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 30px;
  background: url(../images/nav.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
li#nav_hom a {
  left: 0;
  width: 108px;
  background-position: 0 0;
}
li#nav_abo a {
  left: 108px;
  width: 84px;
  background-position: -108px 0;
}
li#nav_con a {
  left: 192px;
  width: 111px;
  background-position: -192px 0;
}
li#nav_leg a {
  left: 303px;
  width: 137px;
  background-position: -303px 0;
}
li#nav_reg a {
  left: 440px;
  width: 180px;
  background-position: -440px 0;
}
li#nav_hom a:hover {
  background-position: 0 -30px;
}
li#nav_abo a:hover {
  background-position: -108px -30px;
}
li#nav_con a:hover {
  background-position: -192px -30px;
}
li#nav_leg a:hover {
  background-position: -303px -30px;
}
li#nav_reg a:hover {
  background-position: -440px -30px;
}


/*---------- FOOTER ----------*/

#footerwrap {
	width:100%;
	height:100px;
	margin-top:20px;
	margin-bottom:40px;
	}
	
#footframe {
	width:800px;
	background:url(../images/divider.png) top center no-repeat;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:10px 0 0 120px;
	text-align:left;
	}

#address {
	width:180px;
	margin-bottom:40px;
	float:left;
	}
	
#info {
	width:164px;
	margin-left:20px;
	float:left;
	}
	
#footnav {
	width:110px;
	margin-left:20px;
	float:left;
	}
	
#vitals {
	width:210px;
	margin-left:20px;
	float:left;
	}
		
p.footheader {
	font:10px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#3a6f8f;
	font-weight:bolder;
	text-transform:uppercase;
	margin-top:15px;
	}

p.footheaderserif {
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#3a6f8f;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
	}
	
p.footheader2 {
	font:10px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#696969;
	font-weight:bolder;
	margin-top:15px;
	}

p.foottext {
	font:10px Lucida Sans, Arial, Helvetica, sans-serif;
	color:#696969;
	line-height:18px;
	margin-bottom:5px;
	}
	
#footframe a:link, #footframe a:visited {
	color:#666666;
	text-decoration:none;
	}
	
#footframe a:hover {
	color:#000000;
	text-decoration:underline;
	}