@charset "utf-8";
/* Base Layout -------------------- */
body  {
	background:url(../img/body_bg.png) center top no-repeat;
	background-color:#b7b7b7;
	margin:0;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	height:100%;
	}
 div.fullscreen {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
	min-height:100%;
  	}
/* Global Styles ------------------- */	
a {
	outline:none;
	text-decoration:none;
	color:#c1181f;
	}
	a:hover {
		text-decoration:underline;
		color:#254282;
		}
h1 {
	font-size:17px;
	font-family: "TrajanB", Times, serif;
	text-align:left;
	}
img {
	border:none;
	}
h2, h3 {
	font-family:"TrajanB", times, serif;
	text-align:left;
	}

/* IDs -------------------- */
	
  #main {
  	width:1030px;
	margin:0 auto;
	background:url(../img/main_bg.png) repeat-y top center;
	}
	
	/* Header ---------- */
	
	#header {
		width:1016px;
		margin:0 auto;
		padding-top:8px;
		}
	#logo {
		height:75px;
		width:320px;
		float:left;
		margin-left:30px;
		}
		#logo a {
			height:75px;
			width:320px;
			background:url(../img/logo.png) no-repeat;
			display:block;
		}
		#slogan {
			float:right;
			margin:25px 30px 0px 0px;
			}
		#bannerTop {
			height:8px;
			margin-top:10px;
			background:url(../img/bg_above_banner.png) repeat-x;
			clear:both;
			}
	#nav {
		height:44px;
		background:url(../img/nav_bg.png) 0px 0px repeat-x;
		overflow:hidden;
		}
/* ---------- DROPDOWN NAV ---------- */

#jsddm {
	margin: 0;
	padding: 0;
	float:left;
	/*z-index:90;*/
	}

	#jsddm li {
		float: left;
		list-style: none;
		}

	#jsddm li a	{
			background:url(../img/nav_bg.png) repeat-x;
			color:#FFF;
			font-size:15px;
			font-family:'TrajanB', Times, serif;
			padding:11px 23px;
			display:block;
			text-decoration:none;
			height:44px;
			/*border-right:solid 1px #c76a6d;*/
			overflow:hidden;
		}
		#jsddm li img {
			float:left;
			}
		
		#jsddm li ul {
			margin:0;
			margin-left:0;
			margin-top:-22px;
			padding: 0 3px 0 0;
			position: absolute;
			visibility: hidden;
			/*border:solid 0 1px 1px 1px #e9e9e9;*/
			background: url(../img/sdw_navRgt.png) repeat-y right;
			z-index:99;
			}
		
			#jsddm li ul li {
				float: none;
				display: inline;
				}
			
			#jsddm li ul li a {
				width: auto;
				height:17px;
				background:#FFF;
				color:#c1181f;
				display:block;
				font-family: Arial, Helvetica, sans-serif;
				text-decoration:none;
				padding:5px 12px 5px 12px;
				font-size:14px;
				border:solid 1px #e1e1e1;
				}
			
			#jsddm li ul li a:hover	{
				background:#e2f2f7;
				color:#13659D;
				}
	/* ------------------------------------- */			
		#nav li a {
			}
			#nav li a:hover {
				background-position:0px -44px;
				}
				#nav li a.active, #nav li a:active {
					background-position:0px -88px;
					}
			#nav li a#guide {
				padding:11px 30px 11px 31px;
				}
			#nav li img {
				float:left;
				}
 /* Content ---------- */
				
	#mainCont {
		margin:0 auto;
		width:1016px;
		z-index:2;
		clear:both;
		}
		#content {
			width:1016px;
			margin:0 auto;
			}
		#mainLeft {
			float:left;
			width:706px;
			height:529px;
			position:relative;
			}
			.headline {
				width:636px;
				height:26px;
				border-bottom:solid 1px #a6a6a6;
				padding-left:32px;
				padding-bottom:8px;
				margin:10px auto;
				}
				.headline a {
					float:right;
					margin-right:10px;
					}
				.headline h1 {
					float:left;
					}
			#homeNews {
				background:#ebebeb;
				border-top:solid 1px #a6a6a6;
				height:285px;
				border-bottom:solid 1px #FFF;
				text-align:left;
				}
			#contentNews {
				background:#ebebeb;
				border-top:solid 1px #a6a6a6;
				padding-top:20px;
				height:150px;
				border-bottom:solid 1px #FFF;
				float:left;
				width:706px;
			}
			#welcome {
				height:404px;
				}
		#mainRight {
			float:right;
			background-color:#414142;
			}
			#mainRight.one {
				width:310px;
				height:529px;
				background:#414142 url(../img/bg_sidebar1.jpg) no-repeat;
			}
			#mainRight.two {
				width:310px;
				height:701px;
				background:#414142 url(../img/bg_sidebar2.jpg) no-repeat;
			}
			#mainRight ul {
				color:#FFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				margin-left:15px;
				list-style-image:url(../img/list.png);
			}
			#mainRight ul a {
				color:#FFF;
			}
				#mainRight ul a:hover {
					color: #00CCFF;
				}
		#btmAdverts {
			height:94px;
			background:#414142;
			clear:both;
		}
	/* Sidebar ---------- */
	#adSide {
		margin:18px auto;
		height:190px;
		width:265px;
		border:solid 1px #f9f9f9;
		margin-bottom:15px;
	}
		#adSide a.voterguide {
			display:block;
			height:190px;
			width:265px;
			background:url(../img/VOTERS-GUIDE-2.jpg) no-repeat;
		}
		#adSide img {
			height:190px;
			width:265px;
			}
	#headerSide {
		padding-left:8px;
		padding-bottom:4px;
		margin:0 auto;
		margin-bottom:4px;
		width:263px;
		border-bottom:solid 1px #bdbdbd;
		height:18px;
	}
		#headerSide h2 {
			color:#FFF;
			font-size:17px;
		}
		#headerSide h3 {
			color:#FFF;
			font-size:13px;
		}
	.sideSpot {
		height:64px;
		width:264px;
		margin:8px auto;
		border:solid 1px #5a5b5b;
	}
		.sideSpot a {
			display:block;
			height:64px;
			width:264px;
		}
		a.newsletter {
			background:url(../img/newsletter.jpg) no-repeat;
		}
		a.commentary {
			background:url(../img/membershipbutton.jpg) no-repeat;
		}
		a.stance {
			background:url(../img/stance.jpg) no-repeat;
		}
	/* Footer Ads ---------- */
	#adLeft {
		float:left;
		height:80px;
		width:480px;
		margin:7px 0px 7px 16px;
		border:solid 1px #FFF;
	}
		#adLeft a {
			display:block;
			height:80px;
			width:480px;
		}
	#adRight {
		float:right;
		height:80px;
		width:480px;
		margin:7px 16px 7px 0px;
		border:solid 1px #FFF;
	}
		#adRight a {
			display:block;
			height:80px;
			width:480px;
		}
/* Classes ---------- */
.more {
	font-weight:normal;
	text-align:left;
}
.subnav {
	margin:10px auto;
	padding-bottom:10px;
	width:668px;
	border-bottom:solid 1px #a6a6a6;
	height:22px;
	clear:both;
}
	.subnav a {
		float:left;
		text-decoration:underline;
		color:#13659D;
		font-family:"TrajanB";
		font-size:14px;
		margin:0px 5px;
	}
		.subnav a:hover, .subnav a.active {
			color:#c1181f;
		}
.red {
	color:#c1181f;
	}
.blue {
	color:#13659d;
	}
	.hmNews {
		margin-top:30px;
		padding:20px 0px 0px 0px;
		border-top:solid 1px #829c79;
		}
	.hmEvents {
		margin-top:20px;
		padding:0px 0px;
		}
	.hmText {
		padding:20px 0px;
		border-bottom:solid 1px #829c79;
		}
	#articles {
		height:440px;
		width:605px;
		padding-right:15px;
		/*margin:0 auto;*/
		overflow:auto;
		position:absolute;
		left:45px;
	}	
	#articlesTall {
		height:580px;
		width:605px;
		padding-right:15px;
		/*margin:0 auto;*/
		overflow:auto;
		position:absolute;
		left:45px;
	}
	#articlesShort {
		height:415px;
		width:605px;
		padding-right:15px;
		/*margin:0 auto;*/
		overflow:auto;
		position:absolute;
		left:45px;
	}
.article {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:dotted 1px #e1e1e1;
	}
.article h2 {
	color:#c1181f;
	font-size:16px;
	margin:0px 0px 6px 0px;
}
.hmArticle {
	width:190px;
	margin:0px 22px;
	float:left;
}
		
/* Forms -------------------- */

#tinymce {
	background:#FFF;
	}			
input {
	border:solid 1px #13659d;
	width:200px;
	margin:5px 5px 5px 0px;
	}	
textarea {
	width:440px;
	height:200px;
	border:solid 1px #13659d;
	margin:5px 5px 5px 0px;
	}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#a10b0f;
	}	
input.box {
	width:20px;
	}
input.submit, input.reset {
	width:75px;
	margin:5px 5px 5px 0px;
	background-color:#13659d;
	border-color:#13659d;
	color:#FFF;
	}
	input.submit:hover, input.reset:hover {
		cursor:pointer;
		background-color:#a00b0f;
		border-color:#a00b0f;
		}
#editor {
		width:950px;
		margin:20px auto;
	}
#editor textarea {
	width:100%;
	height:350px;
	background-color:#FFF;
	}
#editor input {
	width:200px;
	}
	
#editor input.submit, #editor input.reset {
	width:75px;
	border:solid 1px #13659d;
	color:#13659d;
	margin:5px 5px 5px 0px;
	background-color:#FFF;
}
	#editor input.submit:hover, #editor input.reset:hover {
		background-color:#a00b0f;
		color:#FFF;
		border-color:#a00b0f;
		cursor:pointer;
	}
	
.date {
	font-size:11px;
	font-style:italic;
	}
.admin {}
.admin a {
	color:red;
	font-size:11px;
	text-decoration:underline;
	}
	.admin a:hover {
		text-decoration:none;
		}
.dateBox {
float:left;
margin-right:10px;
background:#13659d;
color:#FFF;
padding:3px 6px;
font-family:'CGBold';
}
h2.news {
	color:#c1181f;
	font-family:'TrajanB';
	font-size:14px;
	margin:0px 0px 4px 0px;
	clear:left;
	}
.dateTime {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
img.imgLeft {
	float:left;
	margin:10px 10px 8px 0px;
	clear:left;
}
.clear {
	clear:both;
	}
.arcItem {
	margin-bottom:10px;
	border-bottom:dotted 1px #e1e1e1;
	padding-bottom:5px;
}
	.arcTitle {
		float:left;
		margin-left:20px;
	}
	.arcDate {
		float:left;
	}
/* FOOTER ------------------------------------ */
	
#footer {
	clear:both;
	height:26px;
	font-size:11px;
	vertical-align:middle;
	background: url(../img/bg_footer.png) repeat-x;
	color:#FFF;
	padding:20px 15px 0px 15px
	}
	#footer a {
		color:#FFF;
	}
		#footer a:hover {
			color:#FFF;
		}
	#credit {
		height:10px;
		float:right;
		right:10px;
		}
		#credit a {
			height:10px;
			width:10px;
			overflow:hidden;
			display:block;
			background:url(../img/credit.gif) no-repeat 0px 0px;
			float:right;
			}
			#credit a:hover {
				background-position:-10px 0px;
				}
