/* undohtml.css */
/* (CC) 2004 Tantek Celik.  Some Rights Reserved. */
/* http://creativecommons.org/ licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6 { 
	font-size:1.3em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, body, html, p, img, fieldset, input, div, span, table, td {
	margin:0; padding:0;
}
/* end of undo css elements */


body {
	margin: 0px;
	background:#000 url(../../images/common/background.jpg) top repeat-x;
	padding: 0px;
}

h1 {
	font:bold 110% Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h1.subTitle {
	font:bold 90% Verdana, Helvetica, sans-serif;
	color:#2A5F00;
}

h2 {
	font:bold 70% Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
}

h2.banner {
	font:normal 80% Verdana, Helvetica, sans-serif;
	width:234px;
	color:#fff;
	text-align:center;
	padding:5px 0;	
}

.Normal {background-image:url(../../images/common/menu_background.jpg);}
.Highlight {background-image:url(../../images/common/gold_background.gif);}

h2.banner a:link, h2.banner a:active, h2.banner a:visited {
	color:#fff;
	text-decoration:none;
}
h2.banner a:hover {
	text-decoration:underline;
}


h2.subbanner {
	font:normal 80% Verdana, Helvetica, sans-serif;
	background-image:url(../../images/common/gold_background.gif);
	width:190px;
	color:#fff;
	text-align:center;
	padding:5px 0;	
	margin-top:10px;
}

h2.subnav {
	margin-top:20px;
}
h2.subnav a:link, h2.subnav a:active, h2.subnav a:visited {
	font:bold 100% Verdana, Helvetica, sans-serif;
	color:#c90;	
	text-decoration:none;
}

h2.subbanner a:link, h2.subbanner a:active, h2.subbanner a:visited {
	font:normal 100% Verdana, Helvetica, sans-serif;
	color:#fff;	
	text-decoration:none;
}
h2.subnav a:hover, h2.subbanner a:hover {
	text-decoration:underline;
}

h3 {
	margin-top:5px;
	font:bold 70% Verdana, Helvetica, sans-serif;
	color:#2A5F00;
}
h3 a:link, h3 a:active, h3 a:visited {
	text-decoration:none;
	color:#2A5F00;
}

h3 a:hover {
	text-decoration:underline;
	color:#2A5F00;
}
h4 {
	margin-top:5px;
	font:bold 70% Verdana, Helvetica, sans-serif;
}

h4 a:link, h4 a:active, h4 a:visited {
	margin-top:5px;
	font:bold 100% Verdana, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
	color:#000;
}

td {

}

.subTitle {
	color:#000;
	font-weight:bold;
}

img {
	border:none;
}

a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#content a:link, #content a:active, #content a:visited {
	color:#000;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:underline;
}

p, li {
	font:normal 70% Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #000;

}
p {
	padding-bottom:10px;
}



#top {
	width:990px;
	margin:auto;
	text-align:right;
	height:40px;
}
#top p {
	font:normal 11px Verdana, Helvetica, sans-serif;
}
#search {
	display:inline;
	margin-right:30px;
	margin-top:-15px;
}
#searchbox {
	width:120px;
}
#main {
	width:990px;
	background-color:#fff;
	margin:auto;
}

#submain {
	width:990px;
	margin:auto;
}

#header {
	height:250px;
}
#headerleft {
	float:left;
	padding-top:15px;
	width:386px;
}
#headercenter {
	position:relative;
	float:left;
	text-align:center;
	margin-left:24px;
	margin-top:15px;
	width:306px;
}
#headercenter img {
	position:relative;
}

#headerbanner {
	float:left;
	margin-left:14px;
	margin-top:23px;
}
#contenthome {
padding:10px 0;
}
#content {
	margin-left:200px;
}
#left {
	float:left;
	padding:5px 20px 15px 20px;
}
#menu {
	height:28px;
	width:690px;
	color:#fff;
}
#blockcontent {
	position:relative;
	width:672px;
	background:#2A5F00 url(../../css/images/common/content_background.jpg) bottom repeat-x;
	padding:10px;
	margin-top:35px;
}

#blockcontent td {
	vertical-align:top;
}

#right {
	margin-left:725px;
	width:254px;
	margin-top:5px;
}

#headlinecontent {
	width:230px;
	height:162px;
}

#subLeft {
	color:#fff;
	width:190px;
	float:left;
	margin-right:10px;
}
#subheader {
margin-bottom:10px;
}
#subheaderleft {
	position:relative;
	padding-left:5px;
	float:left;
	padding-top:15px;
	width:300px;
}
#subheadercenter {
	float:left;
	margin-left:9px;
	margin-top:15px;
}
#subheadercenter img {
	position:relative;
}
#subheaderright {
	margin-left:510px;
	padding-top:10px;
	padding-bottom:20px;	
	width:255px;
	clear:right;
}
#subblockcontent {
	margin-top:30px;
	padding:10px 20px;
}

#subblockcontent p, #subblockcontent li {
	font:normal 80% Verdana, Helvetica, sans-serif;
}

#subblockcontent h4 {
	font:bold 80% Verdana, Helvetica, sans-serif;
}

#team {
	width:90%;
	margin:auto;
	border:1px solid #dedede;
	margin-bottom:20px;
}
#team td {
	padding:5px;
	width:49%;
	vertical-align:top;	
}

#footer {
	width:990px;
	margin:auto;

}
#footer p {
	color:#fff;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#top a:link,
#top p a:active, 
#top p a:visited,
#footer p a:link, 
#footer p a:active, 
#footer p a:visited {
	color:#fff;
	text-decoration:none;
}
#top p a:hover, 
#footer p a:hover {
	color:#fff;
	text-decoration:underline;
}

.homequote {
	font:normal 12px Verdana, Helvetica, sans-serif;
	line-height: 1.6em;	
}
.quote {
	font:normal 11px Verdana, Helvetica, sans-serif;
	line-height: 1.6em;	
}

.basiclist {
	margin:0 0 20px 30px;
	padding:0;
}

.tallLi li {
	padding-bottom:10px;
}
.submenulist {
	margin:0;
	margin:5px 0 0 20px;
	padding:0;
	list-style-type:none;
}
.submenulist li a:link, .submenulist li a:active, .submenulist li a:visited {
	color:#fff;
}
.submenulist li a:hover {
	color:#fff;
}

#blockcontent1 ul a {
	color:#2A5F00;
}

.standardlist {
	margin:0;
	margin:5px 0 0 20px;
	padding:0;
}

.extendedlist, .extendedlistwhite {
	margin:0;
	margin:5px 0 0 20px;
	padding:0;
}
.extendedlist li, .extendedlistwhite li {
	padding-bottom:10px;
	color:#fff;
}

.extendedlistwhite li a:link,
.extendedlistwhite li a:active, 
.extendedlistwhite li a:visited {
	color:#fff;
	text-decoration:none;
}

.extendedlistwhite li a:hover {
	text-decoration:underline;
}

.black li{
	color: #000;
}

.blockstyle {
	list-style:none;
}
.blockstyle li {
	padding-bottom:15px;
}

.resources {
	width:95%;
	margin-bottom:20px;
}
.resources td {
	vertical-align:top;
}
.cs_indent {
	margin-left:30px;
}

.regorm input {
	width:305px;
}