#topnav{
}

#search{
	float: right;
}

#searchform{

}

#left-column {
	
}

#content {
	border-left: 200px solid #fff;
}

#headerwrapper{
	float: left;
}


#headerinner, ul.nav a:hover{

}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #666;
	background: #f8f8f8 url(../images/acme-background.png) no-repeat top left;
}

a{
	color: #187118;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#headerwrapper{
	width:100%;
	/* background: url(../images/header-repeater.jpg) repeat 0 0; */
	background: #494949;
}

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

#header{
	width: 79%;
	text-align:left;
	background: #333;
	margin: 0 auto;
}

#headerinner{
	width:100%;
	float:left;
	background: #333;
}


#searchform{
	clear: both;
	padding: 3px 0;
	display: block;
}

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


#searchform .wd_search_form_container input[type='text']::-webkit-input-placeholder {
	color: #000;
}

#search input.input,
#search .wd_search_form_container input[type='text'] {
	border: none;
	padding: 0 0 0 2px;
	background: #a1a1a1;
	color: #333;
	float: left;
	font-size: 13px;
	line-height: normal;
	height: 26px;
	border-radius: 0;
}

#search input.submit,
#search .wd_search_form_container input[type='submit'] {
	background: transparent url(../images/search-submit.jpg) no-repeat 0 0;
	color: transparent;
	border: none;;
	cursor:pointer;
	/* padding: 26px 30px 0 0;
	display: block; */
	height: 28px;
	width: 30px;
	float: left;
}

:-webkit-input-placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {  
   color: #000;  
}

#logo{
	width: 1000px;
	margin: 0px auto 20px auto;
}

#logo img {
	margin-top: 20px;
}

#tagbanner{
	float: left;
}

#tagline {
	padding:10px 5px 5px 5px;
	color: #f2f2f2;
}

#tagline p{
	margin: 0;
}

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


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

#footerClear {
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #DDD;
	height: 10px;

}

#topnavClear {
	background: #F8F8F8;
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	height: 10px;
}

#topnav{
	width:1000px;
	margin: 0 auto;
	font-size: 1.2em;
	
	background: #e5e5e5;
	border: 1px solid #DDD;
	padding: 0px;
	height: 45px;
}

#topnav ul{
	margin:0;
	padding:0;
}
#topnav li{
	float: left;
	list-style-type:none;
	white-space:nowrap;
	margin:0px;
	/* letter-spacing: -1px; */
	font-weight: bold;
	border-right: 1px solid #DDD;
	line-height: 35px;
	padding: 5px 25px;
	background: #fafafa;
}

#topnav li.over {
	background: #333;
	color: #FFF;
}

 #topnav li#home.over {
	background: #333 url(../images/home-over.png) no-repeat 5px 10px;
	color: #FFF;
}

#topnav li.over a {
	color: #fff;
}

#topnav li .last {
	border: none;
}

#topnav li#home {
	background: #fafafa url(../images/home.png) no-repeat 5px 10px;
}

 #topnav li#subscribe.over {
 	color: #FFF;
 	/* background: #333 url(../images/subscribe-rss.png) no-repeat 131px 10px; */
	background: #333;
 }

#topnav li#subscribe {
	/* background: #e5e5e5 url(../images/subscribe-rss.png) no-repeat 131px 10px; */
	background: #e5e5e5;
	/* padding: 5px 36px 5px 20px; *//* padding suited for bg img */
	padding: 5px 19px 5px 34px;
	border-right: none;
}


#topnav a:link, #topnav a:visited {
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
}
#topnav a:hover {
	
}

#mainwrapper{
	background: #fff;
	border: 1px solid #DDD;
	margin: 0 auto 20px auto;
	width: 1000px;
	clear: both;
}

#main {
	background:#fff;
	width:1000px;
	overflow:hidden;
	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;
	/* border-right: 1px solid #DDD; */
}

* html ul li a {
	height: 1em;
}

ul.nav {
	vertical-align: top;
	padding: 0 0 20px 0;
	margin: 0;
	background: #f8f8f8;

}
ul.nav li {
	margin: 0;
	list-style: none;
	width: 208px;
}

ul.nav li.over {
	margin: 0px;
}
ul.nav li.on {
	font-weight: bold;
	background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: -13px 0px;
    width: 208px;

}

ul.nav li.on a {
	color: #FFF;
}

ul.nav li.over {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: -13px 0px;
	width: 208px;
}

ul.nav li.over a {
	color: #FFF;
}

span.nav-on {
	background: url(../images/nav-on.png);
	height: 25px;
	width: 9px;
	position: relative;
	right: -7px;
	top: -25px;
	float: right;
}

ul.nav a:link, ul.nav a:visited {
	color: #333;
	display: block;
 	padding: 6px 0px 6px 10px;
	text-decoration: none;
}
ul.nav a:link.on, ul.nav a:visited.on, ul.nav a:hover.on {
	text-decoration: none;		
}
ul.nav li.over a:link, ul.nav li.over a:visited {}

.subnav {
	padding: 0 0 0 15px;
	margin: 0;
}
ul.subnav li{
	padding: 0px;
	list-style: none;
}
ul.subnav li.on {
	background:none;
}
.nav li ul.subnav a:link, .nav li ul.subnav a:visited {
	color: #187118;
	text-decoration: none;
}
ul.subnav a:link.on, ul.subnav a:visited.on {
	font-weight: bold;
	text-decoration: none;
}
.nav li ul.subnav li a:hover {
	text-decoration: underline;
}

#right-column {
	vertical-align: top;
	width: 275px;
	margin-top: 30px;
	float: right;
	/* margin-left:15px;
	border-left: 1px solid #DDD; */

}

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

#right-column a:hover {}

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

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

#wd_printable_content, .tags {
	padding: 5px 15px 0px 15px;
}

#content {
	vertical-align: top;
	padding: 0px;
	line-height: 1.5;
	background: url(../images/main-repeater.jpg) repeat top right;
}
#content table, #content table.spintable, #content table.wd_formbuilder, #content .wd_formbuilder form {
	font-size: 10pt;
	width: 98%; /* 100% width tables drop down in #content column */
}

#content table.wd_extimagetable {
	width: auto;
}

#content .wd_formbuilder td {
	white-space:normal; /* IE8, need form builder table cell text to wrap or content drops down */
}

#content div.wd_page_toolbar table, #content .wd_imagetable, #content .wd_assets_container table {
	width: auto; /* reset width so it's not 98% from above declaration */
}

#content p {
	margin: 0 0 10px 0;
}

#content h1.page_header, #content h1.category_header {
	font-size: 1.8em;
	padding-bottom:15px;
	/* breadcrumb workaround */
	margin: 5px -15px 0 -15px;
	/* end breadcrumb */
}

/* add top border to page title only when breadcrumb is on */
#content h1.page_header.border-top {
	border-top: 1px solid #DDD;
}

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

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

td.sponsors {
	padding: 0;
}

td.sponsors table {
	border-collapse: collapse;
	*border-collapse: expression('separate', cellSpacing = '0px');  /* IE hack  */
}

.sponsors img {
	padding: 10px;
}

#footer {
	padding: 15px;
	clear:both;
	background: #f7f7f7;
	border-top: 1px solid #DDD;
	text-align: center;
	color: #333;
}

#footer a:link, #footer a:visited {
	color: #333;
}
	
#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;
}
.clear {
	display: block;
	clear: both;
}

.category-nav {
	padding: 0px 0px 0px 15px;
}

li .category-nav li a:link, li .category-nav li a:visited {
	color: #187118;
	text-decoration: none;
}
