/* begin css reset */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
caption, tbody, tfoot, thead, tr, th { 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}

body {
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#headerwrapper{
	width:100%;
	background:#003366;
}

#headerleft{
	background:url('../images/header_shadow_left.png') bottom left no-repeat;
	padding-left:15px;
}
#headerright{
	background:url('../images/header_shadow_right.png') bottom right no-repeat; 
	padding-right:15px;
}

#header{
	width:990px;
	text-align:left;
}

#headerinner{
	width:760px;
	background:#6597c1;
	float:left;
	overflow:auto;
}

#search{
	background:#003366;
	border-left:200px solid #6597c1;
	border-right:20px solid #00649a;

}

#searchform{
	line-height:44px;
	height: 44px;
	width:275px;
	background:#00649a url('../images/search_background.gif') left center no-repeat;
}

#search input.input {
	margin: 0;
	border: 1px solid #fff;
	padding-left: 3px;
}

#search input.submit{
	margin: 0;
	background:#ffcc00;
	color:#000;
	text-decoration:underline;
	border:1px solid #ffcc00;
	cursor:pointer;
}

#logo{
	float:left;
	width:200px;
	background:#fff;
	padding: 50px 0 87px;
}

#tagbanner {
	overflow:auto;
}

#tagbanner img {
	float: right;
}

#tagline {
	color: #fff;
	padding: 40px 20px 0 20px;
}

#banner{
	float:right;
	margin-left:10px;
	overflow:auto;
}

#topnav{
	overflow:auto;
	background: #00649a;
	line-height:2.5em;
	width:760px;
}
#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	float:left;
	list-style-type:none;
	white-space:nowrap;
	background:url('../images/topnav_arrow.gif') left center no-repeat;
	padding-left:20px;
	margin-left:20px;
}
#topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
	float: left;
	text-transform:uppercase;
}
#topnav a:hover {
	text-decoration: underline;
}

#mainwrapper{
	background:#fff url('../images/page_background.png') repeat-x;
}

#main {
	background:#fff;
	width:990px;
	overflow:auto;
	text-align:left;
}

#mainleft{
	background:url('../images/page_shadow_left.png') top left no-repeat;
	padding-left:15px;
	overflow:auto;
}
#mainright{
	background:url('../images/page_shadow_right.png') top right no-repeat;
	padding-right:15px;
	overflow:auto;
}

#left-column {
	float:left;
	width: 200px;
	background:url('../images/left-column_background.gif') top right no-repeat;
	padding-top: 20px;
}

ul.nav {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
ul.nav li {
	padding: 8px 0px 8px 25px;
	margin: 0px;
	vertical-align: middle;
	list-style: none;
}
ul.nav li.over {
	margin: 0px;
	background:#d3e2ee;
}
ul.nav li.on {
	background:#d3e2ee url('../images/leftnav_arrow.gif') 5px center no-repeat;
}
ul.nav a:link, ul.nav a:visited {
	color: #000;
	text-decoration: none;		
}
ul.nav a:link.on, ul.nav a:visited.on, ul.nav a:hover.on {
	text-decoration: none;		
}
ul.nav a:hover {}
ul.nav li.over a:link, ul.nav li.over a:visited {}

ul.subnav {
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 35px;
	font-size: 0.8em;
}
ul.subnav li{
	padding: 4px 0px;
	vertical-align: middle;
	list-style: none;
}
ul.subnav li.on {
	background:none;
}
ul.subnav a:link, ul.subnav a:visited {
	color: #000;
	text-decoration: none;
}
ul.subnav a:link.on, ul.subnav a:visited.on {
	color:#000;
	text-decoration:underline;
}
ul.subnav a:hover {
	text-decoration: underline;
}

#right-column {
	vertical-align: top;
	width: 275px;
	padding-top: 15px;
	float: right;
	margin-left:15px;
}

#right-column a:link, #right-column a:visited {
	color: #008bb0;
	text-decoration: none;
}

#right-column a:hover {
	text-decoration: underline;
}

#content {
	vertical-align: top;
	padding: 15px;
	line-height: 1.5;
	border-left: 200px solid #eff4f9;
}

#left-column-bottom {
	background: url('../images/mandog-blur2.jpg') no-repeat 5px 0px;
	height: 318px;
}
#content table, table.spintable {
	font-size: 10pt;
}

#content p {}

#content h1 {
	font-size: 1.8em;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}

/* use h2 for the title of a section */
#content h2 {
	font-size: 1.4em;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {
	font-size: 1.2em;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}

/* use h4 for subtitles and such */
#content h4 {
    font-weight: bold;
}
	
/* caption style override for pictures within the template1-content area */
#content .caption {}

/* inline links */
#content a:link, #content a:visited {
	color: #008bb0;
	text-decoration: none;
}
	
#content a:hover {
	text-decoration: underline;
}

/* use .itemlink class for anything that clicks through to an item */
#content a:link.itemlink, #content a:visited.itemlink {
	font-weight: bold; 
}

#content a:hover.itemlink {}

/* use .itemtitle for things that are like .itemlink, but aren't links */
#content .itemtitle {
	font-weight: bold;
}

div.wd_sponsors {
	padding: 0 15px 10px 15px;
}

div.wd_sponsors p {
	margin: 0 0 5px 0;
	padding: 5px;
	font-weight:bold;
	padding-bottom:15px;
	background:url('../images/heading_background.png') bottom no-repeat;
}

div.wd_sponsors img {
	padding: 10px;
}

#footer {
	padding: 4px 15px 15px 15px;
}

#footer img {
	float: right;
}
	
#footer a:link, #footer a:visited {
	color: #008bb0;
}
	
#footer a:hover {
}

.contentbox table {
	margin: 0px;
}

.pageimage {
	margin: 0px;
	padding: 0px;
}

.poll td {
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

.formbuilder p {
	margin: 0px;
	padding: 0px;
}
