/* BASIC ELEMENTS *************************************************/
html {
	margin: 0;
	padding: 0;
	font-size: small;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	/*background: #022e66 url(../images/background.jpg) repeat-x top left !important;*/
	color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}

h2.pagetitle {
	margin: 15px 0 10px 0;
	padding: 0 0 5px 0;
	color: #8C929C;
	font-size: 180%;
	font-weight: normal;
}

h4 {
	margin: 15px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 140%;
}

a {
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

p a {
	padding: 1px;
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}

p.highlight {
	float: left;
	margin: 10px 0;
	padding: 7px;
	background: #ffffcc;
	border: 1px solid #ecec83;
	color: #404040;
	font-size: 110%;
	text-align: left;
	width: 608px;
}

p.highlight a {
	color: #404040;
}

p.highlight a:hover {
	border: none !important;
	background: none !important;
	color: #404040 !important;
}

p.highlight span {
	color: #404040 !important;
	font-weight: bold !important;
	background: none !important;
}

p span {
	color: #333;
	background: #ffffcc;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.line {
	margin: 15px 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

.more-link a {
	margin: 5px 0;
	padding: 0;
	color: #505050;
	font-weight: bold;
}

.more-link a:hover {
	border-bottom: 1px solid #505050;
}


/* WRAP ***********************************************************/
#wrap {
	margin: 0 auto;
	padding: 0 3px;
	_padding: 0;
	width: 800px;
	_width: 800px;
	
	
}

/* HEADER *********************************************************/
#header {
	width: 100%;
	background: #fff url(../graphics/header1.jpg) no-repeat top left;
	height: 189px;
	
	
	
}

#header .logolink{
	float:right;
	margin:32px 0 0 0;
	width:320px;
	height:35px;
	
	cursor:pointer;

}

#header .logolink a{
	width:320px;
}
#header .issue{
	float:right;
	
	width:310px;
	height:27px;
	margin-left:180px;
	margin-top:63px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;

}

#header .subtext {
	float:left;
	text-align:center;
	margin:5px 0 0 0px;
	padding: 3px 0 0 0;
	width:800px;
	color:#FFFFFF;
	background-color:#b7d22d;
	height:22px;
	font-size:15px;
	font-weight:bold;
	
}

#header .logo {
	float: left;
	margin: 57px 108px 0 107px;
	_height: 84px;
	
}

#header .nav {
	float: right;
	margin: 100px 0 0 0;
	padding: 0;
	background: url(../images/nav_bg.jpg) repeat-x top left;
	width: 358px;
	height: 59px;
	border:solid 1px red;
}

#header .nav ul {
	margin: 0;
	padding: 30px 0 0 85px; /* was padding: 45px 0 0 140px; before ABOUT */
	padding: 31px#; /* Safari Hack */
	
}

#header .nav ul li {
	float: left;
}

#header .nav ul li a {
	margin: 0 24px 0 0;
	padding: 0;
	color: #fff;
	
}

#header .nav ul li a:hover {
	color: #6db5e8;
}

#header .nav ul li a.active {
	position: relative;
	color: #6db5e8;
	padding: 0 0 17px 0;
	_padding: 0 0 16px 0;
	background: url(../images/activenav.jpg) no-repeat bottom center;
}

/* SIDECONTENT ****************************************************/
#sidecontent {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 2px 0px;
	width: 209px;
	background: #fff;
	
	
	
}

#sidecontent h2 span {
	display: none;
}

/* SIDECONTENT - ABOUT ********************************************/
#sidecontent .about {
	margin: 0;
	padding: 0;
}

#sidecontent .about p {
	margin: 0;
	padding: 0;
}

#sidecontent .ads {
	margin: 10px 0 0 0;
	padding: 0;
}

#sidecontent .ads p {
	margin: 0;
	padding: 0;
	font-size: 80%;
}



/* SIDECONTENT - FEEDS ********************************************/
#sidecontent .feeds {
	_float: left;
	margin: 10px 0 20px 0;
	_margin: 10px 0;
	padding: 7px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f0f0f0;
}

#sidecontent .feeds h2 {
	margin: 15px 0 5px 0;
	padding: 0;
	background: url(../images/title_feed.gif) no-repeat;
	height: 16px;
}

#sidecontent .feeds p {
	padding: 0 0 10px 0;
}

#sidecontent .feeds ul li a {
	display: block;
	margin: 0;
	padding: 3px 7px;
	background: #f0f0f0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	color: #808080;
}

#sidecontent .feeds ul li a:hover {
	color: #606060;
	background: #e3e3e3;
	border-bottom: 1px solid #fff;
}

#sidecontent .feeds ul li a:active {
	color: #fff;
	background: #c0c0c0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}

/* SIDECONTENT - NAV ********************************************/

#sidecontent .nav{
	
	font-size:14px;
	font-weight:bold;
	
}

#sidecontent .nav ul{
/*list-style-image: url(arrow.gif);*/
	
	
}

#sidecontent .nav ul li{
/*list-style-image: url(arrow.gif);*/
	padding-bottom:5px;
	
	
}

#sidecontent .nav ul li a {
	margin: 0 24px 0 0;
	padding: 0;
	color: #8C929C;
	
}

#sidecontent .nav ul li a:hover {
	color: #B5D329;
	text-decoration:underline;
}

#sidecontent .nav ul li a.active {
	position: relative;
	color: #B5D329;
	text-decoration:underline;
}


/* MAINCONTENT ****************************************************/
#maincontent {
	float: right;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	width: 565px;
	position: relative;	
	text-align: left;
	_background: #fff;
	
	
	border-left:solid 1px #CFCFCF;
	
}

#maincontent h1 {
	margin: 0 0 5px 0;
}

#maincontent h1 a {
	font-size: 75%;
	color: #404040;
	text-decoration: underline;
}

#maincontent h3 {
	margin: 0 0 5px 0;
	color: #bbb;
	font-size: 110%;
}

#maincontent h3 a {
	color: #bbb;
}

#maincontent span.brand {
	color: #B2CF26;
	background:#FFFFFF;
	font-weight:bold;
}

/* MAINCONTENT - POST *********************************************/
#maincontent .post {
	_float: left;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: justify;
}

#maincontent .post h1 a:hover {
	color: #101010;
}

#maincontent .post .title {
	margin: 0;
	padding: 0;
}

#maincontent .post .entry {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#maincontent .potwentry {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	_width: 300px;
}

#maincontent .post h1 {
	font-size: 170%;
}

#maincontent .post .entry a.homelink {
	margin: 0 0 15px 0;
	padding: 0;
	color: #606060;
	font-weight: bold;
}

#maincontent .post .entry a.homelink:hover {
	color: #303030;
}

#maincontent .post .entry img,
#maincontent img.postpic {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#maincontent .post .entry a img.potw {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#maincontent .post .entry p {
	margin: 5px 0 12px 0;
	padding: 0;
}

#maincontent .post .entry p.details {
	margin: 0 0 10px 0;
	padding: 5px 10px 7px 10px;
	background: #e4f2fd;
	border: 1px solid #c6d9e7;
}

#maincontent .post .entry ul {
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

#maincontent .post .entry ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 17px;
	background: url(../images/post_bullet.gif) no-repeat left top;
}

#maincontent .post .notable {
	margin: 5px 0 0 0;
	padding: 0;
}

#maincontent .post .comments {
	margin: 0;
	padding: 0;
}

#maincontent .post .comments a,
#maincontent .post ul li a {
	margin: 0;
	padding: 1px;
	color: #404040;
	text-decoration: underline;
}

#maincontent .post ul li a:hover {
	color: #fff;
	background: #103d74;
	text-decoration: none;
}

#maincontent .post .comments a:hover {
	color: #fff;
	background: #4e565a;
	text-decoration: none;
}

#maincontent .commentsubmit {
	margin: 0;
	padding: 0;
	background: url(../images/contact_submit.gif) no-repeat;
	border: none;
	width: 65px;
	height: 21px;
}

#maincontent .navigation {
	float: left;
	margin: 0;
	padding: 12px;
	width: 600px;
	border-top: 1px solid #ddd;
}

#maincontent .navigation a {
	color: #303030;
	text-decoration: underline;
}

#maincontent .navigation a:hover {
	text-decoration: none;
}

#maincontent .navigation .alignleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}

#maincontent .navigation .alignright {
	float: right;
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: right;
}




/* MAINCONTENT - SUB **********************************************/
#maincontent .sub {
	/* float: left; */
	/* width: 475px; */
	margin: 0 5px 0 0;
	padding: 0;
	
}

/* SIDEADS - COMMENTED OUT
#maincontent .sidead {
	float: right;
	margin: 15px 0 2px 0;
	padding: 3px;
	border: 1px solid #ddd;
}
*/

#maincontent .potwsub {
	margin: 0;
	padding: 0;
	width: 625px;
}

/* MAINCONTENT - SUB - NEWS ***************************************/
#maincontent .sub h1.subtitle {
	display: none;
}

#maincontent .sub h1.news {
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/header_news.gif) no-repeat top left;
	height: 30px;
}

#maincontent .sub h1.news span {
	display: none;
}

/* MAINCONTENT - SUB - BIOS ***************************************/
#maincontent .bio {
	margin: 15px 0 25px 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
}

.bio h5 {
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #022959;
	font-size: 125%;
}

.bio h5 span {
	color: #c0c0c0;
	font-style: italic;
}


/* CONTACT ********************************************************/
#maincontent .sub .info h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 130%;
	color: #303030;
}
#maincontent .sub .info .picleft{
	float:left;
	font-size:85%;	
	padding-right:10px;
}


#maincontent .sub .info .picright{
	float:right;
	font-size:85%;		
	padding-left:10px;
}

#maincontent .sub .info .promo{
	
	font-size:85%;		
	
}

#maincontent #form {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	border: none;
	color: #444;
	border-top: 3px solid #6db5e8;
	background: #fff url(../images/form_bg.gif) repeat-x top left;
	width: 590px;
}

#maincontent #form p {
	padding: 0 15px 0 15px;
}

#maincontent #required label {
	margin: 0;
	padding: 0;
	display: block;
	color: #303030;
}

#maincontent #required label span {
	margin: 0;
	padding: 0;
	color: #ff0000;
	font-size: 115%;
}

#maincontent #required input, #required select {
	margin: 1px 0 8px 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
}

#maincontent #required select {
	background: #fff;
	border: 1px solid #ccc;
	width: 590px;
}

#maincontent #form #controls input {
	margin: 10px 10px 0 0;
	width: 80px;
	background: #fff;
	border: 1px solid #ccc;
}

#maincontent #form #controls input.submit {
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/contact_submit.gif) no-repeat;
	border: none;
	width: 65px;
	height: 21px;
}

#maincontent #form textarea {
	width: 590px;
}



/* FOOTER *********************************************************/
#footer {
	float: none;
	/*margin: 0 15px;
	padding: 10px 15px 0px 15px;
	*/
	background: #fff url(../graphics/footer1.jpg) no-repeat bottom left;
	height:72px;
	width:801px;
	_width: 801px;
	
	
}
#footer .subtext{
	width:800px;
	text-align:center;
	padding-top:5px;
	height:24px;
	background-color:#b7d22d;
	font-size:20px ;
	font-weight:bold;
	color:#FFFFFF;
}
#footer a {
	color: #404040;
	font-size: 95%;
}

#footer a:hover {
	border: none;
	background: none;
}

#footer a.active {
	text-decoration: underline;
	background: none;
}

#footer p.credits {
	margin: 0;
	padding: 0;
	color: #707070;
}

#footer .left {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	background: #d0d0d0;
}

#footer .left ul {
	margin: 0 0 10px 0;
	padding: 0;
	height: 18px;
}

#footer .left ul li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #808080;
}

#footer .left ul li a {
	color: #808080;
	font-size: 95%;
}

#footer .left ul li a.active,
#footer .left ul li a:hover {
	color: #404040 !important;
}

#footer .left ul li.ad a {
	margin: 0 0 0 2px;
	padding: 0 0 0 20px;
	background: url(../images/footer_ad.gif) no-repeat top left;
}

#footer .left ul li.sitemap a {
	margin: 0;
	padding: 0 0 0 21px;
	background: url(../images/icon_sitemap.gif) no-repeat left center;
}

#footer .left ul li.xml {
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
	background-position: left center;
}

#footer .right {
	float: right;
	background: #d0d0d0;
	_position: relative;
	_top: -75px;
}

#footer .right a {
	margin: 0;
	padding: 1px 20px 0 0;
	background: url(../images/top.gif) no-repeat top right;
}

#footer .right a:hover {
	margin: 0;
	padding: 1px 20px 0 0;
	background: url(../images/top.gif) no-repeat top right;
}

/*EDITOR*/

.editor{
	border:dotted 1px orange;
	color:orange;
}
