/* color option 1 */ 

#logo, #tagbanner {
	border-bottom: 5px solid #0ba1d9;
}
#topnav{
	border-bottom: 1px solid #0ba1d9;
}
#topnav a:hover {
	background-color: #0ba1d9;
}
a, ul.nav a:link, ul.nav a:visited, #footer a:link, #footer a:visited {
	color: #0ba1d9;
}
div.wd_featurebox_container {
	background-color: #db760b;
}


/* color option 2 */ 

/*
#logo, #tagbanner {
	border-bottom: 5px solid #b51426;
}
#topnav{
	border-bottom: 1px solid #b51426;
}
#topnav a:hover {
	background-color: #b51426;
}
a, ul.nav a:link, ul.nav a:visited, #footer a:link, #footer a:visited {
	color: #b51426;
}
div.wd_featurebox_container {
	background-color: #ecc951;
}
*/

/* color option 3 */ 

/*
#logo, #tagbanner {
	border-bottom: 5px solid #444d52;
}
#topnav{
	border-bottom: 1px solid #444d52;
}
#topnav a:hover {
	background-color: #444d52;
}
a, ul.nav a:link, ul.nav a:visited, #footer a:link, #footer a:visited {
	color: #95c04c;
}
div.wd_featurebox_container {
	background-color: #95c04c;
}
*/




/* 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;
}

h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#headerwrapper{
	width:100%;
}

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

#headerinner{
	width:740px;
	float:left;
	overflow:auto;
}

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

#searchform{
	width:275px;
	clear: both;
	padding: 15px 0 0;
}

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

#search input.input {
	border: 1px solid #fff;
	padding: 2px 3px;
	background-color: #f0f0f0;
	height: 20px;
	width: 175px;
}

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

#logo {
	float:left;
	width:220px;
}

#logo a {
	border-bottom: 5px solid #0ba1d9;
	position: absolute;
}

#tagbanner{
	height: 315px;
	overflow:auto;
	background: #191a1b;
	margin: 20px 0 0;
}

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

#tagline p{
	margin: 0;
}

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


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

#topnav{
	overflow:auto;
	line-height: 65px;
	width:740px;
	font-size: .9em;
	padding-bottom: 4px;
	height: 120px;
}
#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	float:right;
	list-style-type:none;
	white-space:nowrap;
	padding-top:20px;
}
#topnav a:link, #topnav a:visited {
	color: #333;
	text-decoration: none;
	float: left;
	padding: 10px 15px;
	text-transform:uppercase;
	font-family: Impact, Arial, sans-serif;
	font-size: 28px;
}
#topnav a:hover {
	color: #fff;
}


#main {
	width:976px;
	text-align:left;
}


#left-column {
	float:left;
	width: 200px;
	margin-top: -360px;
	position: relative;
}

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

}
ul.nav li, ul.subnav li {
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e3e2e2;
}
ul.nav li.over {
	margin: 0px;
}
ul.nav li.on {
	background:#e4e4e4;
	font-weight: bold;
	color: #333;
}
ul.nav a:link, ul.nav a:visited {
	display: block;
	text-decoration: none;
	padding: 8px 0px 8px 5px;
}
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 {
	padding: 0;
	margin: 0;
}
ul.subnav li{
	padding: 0px;
	list-style: none;
}
ul.subnav li.on {
	background:none;
}
ul.subnav a:link, ul.subnav a:visited {
	display: block;
	text-decoration: none;
	padding: 8px 0px 8px 15px;
	background: transparent url(../images/bullet.gif) 5px center no-repeat;
}
ul.subnav a:link.on, ul.subnav a:visited.on {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
ul.subnav a:hover, ul.nav a:hover {
color: #736C4C;
}

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

#right-column a:link, #right-column a:visited {}

#right-column a:hover {}

#content {
	vertical-align: top;
	padding: 0 15px 15px 20px;
	line-height: 1.5;
	margin-left: 200px;
}
#content table, table.spintable {
	font-size: 10pt;
}

#content p {}

#content h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	padding-bottom:35px;
	margin-bottom: -15px;
	margin-top: 0;
	padding-top: 0;
	background:url('../images/heading_background.png') bottom no-repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

/* use h2 for the title of a section */
#content h2 {
	font-size: 1.9em;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom:15px;
	border-bottom: 1px dotted #97927a;
	margin-bottom: 15px;
}
	
/* use h3 for the title of an item, or a group heading */
#content h3 {
	font-size: 1.7em;
	padding-bottom:10px;
	border-bottom: 1px dotted #97927a;
	margin-bottom: 10px;
}

/* use h4 for subtitles and such */
#content h4 {
	font-size: 1.6em;
    font-weight: bold;
}

#content h5 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h6 {
	font-size: 1.1em;
}
	
/* 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;
}

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

.sponsors p {
	margin: 0 0 5px 0;
	padding: 5px 0;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}

.sponsors img {
	padding: 5px;
	background: #333333;
}

#footerwrapper {
	background: #191a1c;
}

#footer {
	padding: 4px 15px 15px 15px;
	width: 972px;
	margin: 0 auto;
	color: #a9a9a9;
}

#footer img {
	float: right;
}
	
#footer a:hover {
	color: #fff;
}

.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;
}
.clear {
	display: block;
	clear: both;
}