/* begin color options */ 

/* 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 {
	margin:0;
	padding:0;
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
}

a{
	color: #008bb0;
	text-decoration: underline;
}

a:hover {
	background-color: #e4f4f4;
}

#headerwrapper, #mainwrapper{
	width:100%;
	background-color: #f1f1f1;
}

#header{
	width:1000px;
	padding: 0 10px;
	text-align:left;
	background-color: #fff;
}

#headerleft {
	background:#fff url(../images/content.gif) 0px 260px no-repeat;
	height: 320px;
	width: 1000px;
	overflow: hidden;
	text-align: center;
}

/* #headerright {padding-right: 10px} */

#headerinner{
	width:625px;
	float:right;
	/* overflow:auto; */
}

#search {
	height: 60px;
	clear: both;
}

#searchform{
	padding:20px 14px 0 0;
	width:230px;
}

#searchform form, #searchform input{
	margin:0;
	padding:0;
}

#search input.input {
	border: 2px solid #fff;
	padding: 2px 3px;
}

#search input.submit{
	background:#333;
	color:#fff;
	border:1px solid #333;
	cursor:pointer;
	padding: 2px 10px;
}

#logo{
	float:left;
	width:350px;
	background:#fff;
	text-align: center;
	position: relative; 
	top: 70px;
}

#tagbanner{
	/*  overflow:auto; */
}

#tagbanner img{
	float:right;
	margin-left:10px;
	/* margin-right: -10px; */
	/* overflow:auto; */
}

#topnav-wrapper {
	width: 100%;
	background: transparent url(../images/topnav.png) 0 0 repeat;
	position: absolute;
	z-index: 999999;
	height: 50px;
	overflow: hidden;
}

#topnav{
	margin: 0 auto;
	line-height: 15px;
	padding-top: 15px;
	width:1024px;
	font-size: 12px;
}

#tagline {
	width: 500px;
	overflow: hidden;
	float: right;
	color: #fff;
	text-align: right;
	padding-right: 30px;
}

#header-title{
	/*height: 75px;*/
	overflow: hidden;
}

#tagline p{
	margin: 0;
}

#tagline h2{
	font-size: 1.2em;
	color: #fff;
}

#topnav a:hover {
	text-decoration: underline!important;
	background-color: transparent;
}

#topnav ul{
	margin:0;
	padding:0;
	width: 400px;
	float: left;
}
#topnav li{
	float:left;
	list-style-type:none;
	white-space:nowrap;
	padding: 0 10px;
}
#topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
	float: left;
	text-transform:uppercase;
}

#main {
	width:1000px;
	padding: 0 10px;
	text-align:left;
	background-color: #fff;
}

#mainright {
	background:#fff url(../images/content.gif) 0px -60px no-repeat;
}

#left-column {
	float:left;
	width: 225px;
	padding-top: 2px;
}

#navigation {
	background: transparent url(../images/featurebox.gif) -10px 0 no-repeat;
	padding: 10px 0 0 2px;
	width: 215px;
	overflow: hidden;
}

ul.nav {
	vertical-align: top;
	padding: 0;
	margin: 0;

}
ul.nav li {
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #d1d6da;
}
ul.nav li.on {
	font-weight: bold;
}
ul.nav a:link, ul.nav a:visited {
	color: #000;
	display: block;
 	padding: 8px 0px 8px 25px;
	text-decoration: none;
}

ul.nav a:hover {
	background: transparent;
	text-decoration: underline;		
}

ul.subnav {
	padding: 0 0 0 45px;
	margin: 0;
}
ul.subnav li{
	padding: 4px 0px;
	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 {
	font-weight: bold;
	text-decoration: none;
}

#right-column {
	vertical-align: top;
	width: 240px;
	float: right;
}

p.subscribe-links {
	font-size: 12px;
	padding-left: 3px;
}

.subscribe-links img {
	vertical-align: middle;
}

#content {
	vertical-align: top;
	padding: 0 15px 15px;
	line-height: 1.5;
	margin-left: 240px;
}
#content h1 {
	font-size: 1.8em;
	padding-bottom:5px;
}

/* use h2 for the title of a section */
#content h2 {
	font-size: 1.4em;
	padding-bottom:5px;
}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {
	font-size: 1.2em;
	padding-bottom:5px;
}

/* use h4 for subtitles and such */
#content h4 {
    font-weight: bold;
}
	
/* inline links */

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

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

.sponsors {
	padding: 0 15px 10px 15px;
}

.sponsors p {
	margin: 0 0 5px 0;
	padding: 5px;
	font-weight:bold;
	padding-bottom:15px;
}

.sponsors img {
	padding: 10px;
	background-color: #f2f2f2;
}

#footer {
	border-top: 1px dotted #d1d6da;
	padding: 5px 15px 15px 15px;
	margin-top: 5px;
}

#footer img {
	float: right;
}
	
.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;
}

.left {
	float: left;
}

.center {
	margin: 0 auto;
}

.right {
	float: right;
}

.clear {
	display: block;
	clear: both;
}