/* 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, td { 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent;
}

body{
	background: #0177a9 url('../images/body_background.jpg') top repeat-x;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
}

#header {
	background: #fff url('../images/masthead_background.gif') top no-repeat;
	width: 960px;
	text-align:left;
	margin:20px 0 0 10px;
	overflow:auto;
}

#innerwrapper{
	width:970px;
	text-align:left;
}

#main {
	width:970px;
	font-size:.9em;
}

#maininner{
	text-align:left;
	width:960px;
	background:#fff url('../images/page_background.jpg') right bottom no-repeat;
}

#search{
	padding-left:12px;
	margin-top:114px;
	float:left;
}
#search form.search input.input {
	border: 1px solid #fff;
	padding-left: 3px;
}
#search form.search input.submit {
	border:1px solid #013a57;
	background:#013a57;
	color:#fff;
}

a#logo {
	display: block;
	height: 110px;
	position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -470px;
	text-decoration: none;
	width: 300px;
}
a#logo span {
	visibility: hidden;
}

#headerimage{
	float:left;
	width:390px;
	margin-top:37px;
	margin-bottom:5px;
}

#topnav {
	margin-top:120px;
	color: #fff;
	font-size:0.75em;
	width:345px;
	float:left;
}
#topnav a:link, #topnav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	float: left;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav a:link.on, #topnav a:visited.on, #topnav a:hover.on {}

p.tagline {
	text-align: right;
	background-color: #1C1A1B;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
	margin: 0px;
}

#left-column {
	float:left;
	width: 200px;
	font-size: 0.9em;
	margin-left:-10px;
}

ul.nav {
	vertical-align: top;
	font-size: .9em;
	padding:0px;
	margin:0px;
}

ul.nav li {
	padding: 0px 0px 0px 20px;
	margin:0px;
	list-style: none;
	line-height:25px;
}
ul.nav li.over {
}
ul.nav li.on {
	padding-top:5px;
	line-height:41px;
	background:url('../images/leftnav_background_on.gif') no-repeat;
	color:#fff;
}
ul.nav a:link, ul.nav a:visited {
	color: #023b59;
	text-decoration: none;		
}
ul.nav a:link.on, ul.nav a:visited.on, ul.nav a:hover.on {
}
ul.nav a:hover {
}
ul.nav li.over a:link, ul.nav li.over a:visited {
}

ul.subnav {
	margin:0;
	padding-left:25px;
}
ul.subnav li{
}
ul.subnav li.on {
	padding:0 0 0 20px;
	line-height:25px;
	background:#fff;
}
ul.subnav a:link, ul.subnav a:visited {
}
ul.subnav a:link.on, ul.subnav a:visited.on {
	font-weight: bold;
	color: #023b59;
	
}
ul.subnav a:hover {
}

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

#right-column a:link, #right-column a:visited {
	color: #7acce8;
	text-decoration: underline;
}

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

#content {
	vertical-align: top;
	padding: 15px;
	line-height: 1.5;
	padding-left:200px;
	font-size:.9em;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content table, table.spintable {
	font-size: 10pt;
}

#content p {}

#content h1 {
	background:url('../images/h2_h3_background.gif') bottom repeat-x;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	color: #0171a3;
	font-size:1.8em;
	padding-bottom:5px;
}
/* use h2 for the title of a section */
#content h2 {
	background:url('../images/h2_h3_background.gif') bottom repeat-x;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	color: #0171a3;
	font-size:1.6em;
	padding-bottom:5px;
}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {
	background:url('../images/h2_h3_background.gif') bottom repeat-x;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	color: #0171a3;
	font-size:1.3em;
	padding-bottom:5px;
}

/* use h4 for subtitles and such */
#content h4 {
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	color: #0171a3;
	font-size:1.1em;
	font-weight:bold;
}

#content h5, #content h6{
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	color: #0171a3;
	font-size:1em;
	font-weight:bold;
}

/* caption style override for pictures within the template1-content area */
#content .caption {}

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

/* 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;
	color: #000000;
}

div.wd_sponsors {
	float:left;
	width:403px;
	margin: 15px;
	overflow:auto;
	color:#000;
}
div.wd_sponsors p.sponsors_title {
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-size:1.3em;
	color:#fff;
}

div.wd_sponsors .sponsors_padding {
	padding:15px;
	background:#fff;
	overflow:auto;
	clear:both;
}

div.wd_sponsors p {
	margin: 0 0 5px 0;
	padding: 5px;
}
div.wd_sponsors .nopaddingimg {
	padding:0;
	margin:0;
}

div.wd_sponsors img {
	padding: 10px;
	float:left;
}

#footer {
	background:url('../images/footer_background.jpg') top no-repeat;
	padding:4px 15px 15px 15px;
	color: #fff;
	font-size:.9em;
}

#footer img {
	float: right;
}
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
	
#footer a:hover {
	text-decoration: none;
}

.contentbox table {
	margin: 0px;
}

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

.poll td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

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