@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }
html, body { height: 100%; min-height: 100%; }
body {
	background: url(/images/tamest_bck.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form {
	margin-bottom: 25px;
}

#wrapper {
	background: url(/images/footer_bck.jpg) repeat-x bottom;
	width: 852px;
	padding-top: 5px;
	border: 1px solid #90a0ad;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 5px;
}


#hyper_nav {
	font-size: 0.6em;
	padding: 4px 0px 4px 0px;
	text-align: right;
	text-transform: uppercase;
	color: #999999;
	background-color: #FFFFFF;
}

#hyper_nav ul {
padding: 2px;
color: #425208;
white-space: normal;
margin: 0px;
}

#hyper_nav li {
list-style-type: none;
display: inline;
}

#hyper_nav li a {
	text-decoration: none;
	padding: 5px 10px 15px 0px;
	color: #999999;
	
}
#hyper_nav li a:link {
color: #999999;
}
#hyper_nav li a:visited {
color: #999999;
}
#hyper_nav li a:hover {
color: #000000;
}

#logo {
	background-image: url(/images/logo_hdr3.jpg);
	height: 171px;
	width: 852px;
}

#container {
	background: url(/images/container_bck.jpg) repeat-y;
	min-height: 440px;
	text-align: left;
	font-size: .8em;
	padding-top: 0px;
	margin-top: 0px;
}

#nav {
	float: left;
	display: inline;
	width: 178px;
	background: url(/images/container_bck.jpg) repeat-y;
	text-transform: uppercase;
	text-decoration: none;
	color: #024792;
}

#nav ul {
margin-top: 0px;
list-style-type: none;
width: 176px;
}

#nav ul li{
	width: 178px;
	padding-left:10px;
	position: relative;
	left: -10px;
}


#nav ul li a{
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

#nav ul li a:hover{
	color: #FFFFFF;
	background-color: #274358;
	text-decoration: none;
}
#nav ul li ul{
margin-top: 0px;
list-style-type: none;
text-transform:capitalize;
}

#nav ul li ul li{
	width: 150px;
	padding-left:25px;
	position: relative;
	left: 0px;
}
#nav ul li ul li a{
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #024792;
	display: block;
}

#nav ul li ul li a:hover{
	color: #FFFFFF;
	background-color: #d3a10e;
	text-decoration: none;

}

#nav ul li.here a {
	color: #FFFFFF;
	background-color: #024792;}

#content { 
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	min-height: 100%;
	width: 450px;
}

#content2 { /* Full Screen*/
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	min-height: 100%;
	width: 650px;
}

#content a, #content2 a {
	color: #000000;
}

#content p, #content2 p {
	margin: 0px 0px 10px 0px;
}

#content img {
	float: left;
	margin: 0px 10px 10px 0px;
	margin-right: 10px;
}

#content ul, #content2 ul {
	margin: 0px 0px 10px 15px;
}

#side_col {
	float: right;
	width: 187px;
	position: relative;
	top: -72px;
	left: -14px;
	margin: 0px;
	padding: 0px;
}

.news_col {
	background-image: url(/images/side_col_newsbck.jpg);
	padding: 10px 20px;s
}

.news_col a {
	color: #000000;
}



.clear { clear: both; background: none;}

#footer {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}

.footer_info {
	font-size: 10px;
	color: #074B96;
}

.footer_info a {
	color: #666666;
}

.footer_info a:hover {
	color: #084796;
	text-decoration: none;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #5c7f92;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.buttons{
	margin-top: 10px;
	margin-bottom: 10px;
}
label.desc{
	line-height: 150%;
	padding: 0 4px 1px 0;
	border: none;
	color: #000000;
	display: block;
	font-size: 95%;
	font-weight: bold;
}
label.choice{
	line-height: 150%;
	padding: 0 4px 1px 0;
	border: none;
	color: #000000;
	font-size: 95%;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

input.small, select.small{
width:25%;
}
input.medium, select.medium{
width:50%;
}
input.large, select.large, textarea.textarea{
width:100%;
}

div#content form ul{
list-style-type:none;
width:600px;
}
div#content form li{
position:relative;
padding: 0px 0px 5px 0px;
}

#results ul {
	margin: 0px; 
	padding: 0px;
	list-style-type:none;
	width: 400px;
}

#results ul li {
	padding: 2px 0px 2px 0px;
}

div#survey a {
	text-decoration: none;
	color: #000000;
}

div#survey a:hover {
	text-decoration: underline;
}

.callout {
	margin: 15px;
	padding: 10px;
	border: thin solid #666666;
}


table.odonnell {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 600px;
	background-color: #fafafa;
	border-bottom: 2px solid #01354d;
	border-collapse: collapse;
	border-spacing: 0px;
}

.odonnell_add { 
	background-color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
	height: 30px;
}

.odonnell_hdr { 
	border-bottom: 2px solid #01354d;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}

.odonnell_bdy { 
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #404040;
	background-color: #fafafa;
	text-indent: 10px;
}

table.users {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 650px;
	background-color: #fafafa;
	border-bottom: 2px solid #01354d;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 10px 0px;
}

.users_hdr { 
	border-bottom: 2px solid #01354d;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}

.users { 
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #404040;
	background-color: #fafafa;
	text-indent: 10px;
}
