/* 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 {
	font-family: arial,helvetica,verdana,clean,sans-serif;
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}

body {
	margin:0;
	background:#e5f1fb url('../images/background.jpg') repeat-x;
	font-size: 0.9em;
	color:#333;
}

a{
	color:#3399ff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#326693;
}

#wrapper{
	width:100%;
}
#inner{
	background:url('../images/page_background.gif') repeat-y;
	width:960px;
	overflow:auto;
}
#header{
	background:url('../images/header_background.jpg') no-repeat;
	padding-top:45px;
	padding-right:35px;
	overflow:auto;
}

#search{
	float:left;
	margin-left:70px;
}
#search form.search{
	padding:0;
	margin:0;
}
#search input.text {
	padding-left: 3px;
	border:1px solid #989d92;
}
#search input.submit{
	font-size:0.9em;
	background:transparent;
	border:1px solid #83b05a;
	color:#fff;
	cursor:pointer;
	background:#83b05a;
}

#topnav{
	overflow:auto;
	color:#a6d152;
	width:450px;
	float:right;
}
#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	padding:0 20px;
	text-align:left;
	float:left;
	list-style-type:none;
	white-space:nowrap;
}
#topnav li.seperator{
	padding:0;
}
#topnav a:link, #topnav a:visited {
	font-size:13px;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform:uppercase;
	color:#a6d152;
	text-decoration: none;
}
#topnav a:hover {
	color:#83b05a;
	text-decoration:underline;
}
#topnav a:link.on, #topnav a:visited.on, #topnav a:hover.on {}

#imgtagline{
	background-color:#333;
	overflow:auto;
	color:#fff;
	text-align:left;
}
#tagline{
	margin:40px 40px 0 0;
	line-height:1.6em;
	font-size:0.9em;
}
#tagline h2{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:1.3em;
}

#floatimage {
	position:absolute;
	left:50%;
}
#floatimageinner{
	position:absolute;
	z-index:1;
	left:290px;
	top:80px;
	overflow:auto;
}
#transparentpng{
	behavior:url("css/iepngfix.htc");
}
#bannerbar{
	width:954px;
	background:#a6d152;
	border:1px solid #83b05a;
	border-left:0;
	border-right:0;
	overflow:auto;
}

#banner{
	float:left;
	margin-left:50px;
}
#logo{
	float:left;
	margin-left:30px;
}

#nav{
	overflow:visible;
	width:185px;
}
ul.nav{
	padding:0;
	margin:0;
}
ul.nav li {
	padding:3px 25px;
	margin:2px 0px;
	list-style:none;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	line-height:1.6em;
}
ul.nav a{
	text-decoration:none;
	color:#172111;
}
ul.nav li.over{
}
ul.nav li.on{
}
ul.nav li.over a,ul.nav li.on a{
	color:#a6d152;
}

#subnav{
	overflow:visible;
}
ul.subnav {
	padding:0;
	margin:0;
}
ul.subnav li{
	padding:0 40px;
	margin:2px 0px;
	list-style:none;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	line-height:1.6em;
}
ul.subnav a{
	text-decoration:none;
	color:#172111;
}
ul.subnav li.over{
}
ul.subnav li.on{
}
ul.subnav li.over a, ul.subnav li.on a{
	color:#a6d152;
}


#left-column {
	text-align:left;
	width:185px;
	float:left;
}

#right-column {
	padding-top:150px;
	width: 200px;
	float:right;
	text-align:left;
}
#right-column a:link, #right-column a:visited {
	text-decoration: none;
}
#right-column a:hover {
	text-decoration: underline;
}

#content {
	color:#333;
	font-size:0.9em;
	width:575px;
	float:left;
	text-align:left;
	vertical-align:top;
	line-height:1.6em;
}

#content table, table.spintable{
	font-size:100%;
	line-height:1.6em;
}
#content p {
}
/* use h2 for the title of a section */
#content h2 {
	font-family:'trebuchet ms';
	font-size:1.3em;
	margin-bottom:5px;
	padding-bottom:10px;
	color:#666;
	background:url('../images/h2_background.gif') bottom center no-repeat;
}
/* use h3 for the title of an item, or a group heading */
#content h3 {
	font-family:'trebuchet ms';
	font-size:1.1em;
	color:#666;
}
/* use h4 for subtitles and such */
#content h4 {
	font-family:'trebuchet ms';
	font-weight:bold;
	color:#666;
}
/* caption style override for pictures within the template1-content area */
#content .caption {
}

/* inline links */
#content a:link, #content a:visited {
}
#content a:hover {
}
/* 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_sponsors1 {
	border-left: 180px solid #CCC;
}

#footer {
	border-top:1px solid #cad9e7;
	background-color:#ebf2f8;
	overflow:auto;
	font-size:0.8em;
	width:954px;
}
#footerinner{
	width:960px;
}
#footer a:link, #footer a:visited {
	color:#326693;
	text-decoration:none;
}
#footer a:hover {
	color:#3399ff;
	text-decoration:underline;
}

.contentbox table {
	margin: 0px;
}

.sponsors {
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
}

.sponsors p {
	background-color: #999999;
	padding: 5px;
	margin: 0px;
}

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

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

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

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

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