html,body {
	background: #760026;
	font:		normal 13px arial,tahoma,sans-serif;
	color:		#999;
} #pageWrap { max-width: 988px; }

/*/
/// Header
/// - Logo/Title and Main/Sub Navigation(s)
/*/
#header {
	width:		100%;
	min-width:	985px;
	background: url('http://westgrovevoice.com/images/bgHeader.png') 0 0 repeat-x;
}	#headerWrap {
		width:	985px;
	}
	#header h1 {
		width:		300px;
		margin-left: 0;
	}
	#header h1 a {
		height:		138px;
		width:		293px;
		display:	block;
		background: url('http://westgrovevoice.com/images/logo.png') 10px 35px no-repeat !important;
		background: url('http://westgrovevoice.com/images/logo.gif') 10px 35px no-repeat;
	} #header h1 a span { display: none; visibility: hidden; }
	#header #celerWgvNotice {
		position:			absolute;
		top:				48px;
		right:				7%;
		padding:			10px;
		background-color:	#ffffff;
		background:			url('http://westgrovevoice.com/images/noticebg.gif') bottom left repeat-x;
		border:				1px dotted #b3b38e;
		color:				#7c7c55;
		font-size:			15px;
		font-weight:		bold;
	} 
		#header #celerWgvNotice span {
			display:			block;
			text-indent:		18px;
			background:			url('http://westgrovevoice.com/images/notice.gif') 0 0 no-repeat;
		}
	#header #openCall {
		position:			absolute;
		top:				15px;
		right:				5%;
	}
		#header #openCall a {
			display:			block;
			text-decoration:	none;
			width:				208px;
			height:				32px;
			padding-top:		5px;
			text-align:			center;
			color:				#cf9daf;
			font-size:			18px;
			background:			url('http://westgrovevoice.com/images/opencall.png') 0 0 no-repeat !important;
			background:			url('http://westgrovevoice.com/images/opencall.gif') 0 0 no-repeat;
		}
			#header #openCall a:hover {
				background:			url('http://westgrovevoice.com/images/opencall.png') 0 -37px no-repeat !important;
				background:			url('http://westgrovevoice.com/images/opencall.gif') 0 -37px no-repeat;
			}
			#header #openCall a:hover span {
				color:			#ffffff;
				border-bottom:	2px dotted #289dfc;
			}
	#header #nav {
		width:		625px;
		height:		31px;
		float:		right;
	}
		#header #nav li {
			float:			 right;
			width:			 102px;
			height:			 26px;
			margin:			 0 1px 0 0;
		}
		#header #nav li a {
			display:		 block;
			text-decoration: none;
			text-align:		 center;
			width:			 102px;
			height:			 20px;
			padding:		 6px 0 0 0;
			color:			 #d8d8d8;
			font:			 bold 14px arial,tahoma,sans-serif;
			background:		 url('http://westgrovevoice.com/images/menuu.png') 0 0 no-repeat !important;
			background:		 url('http://westgrovevoice.com/images/menuu.gif') 0 0 no-repeat;
		}
		#header #nav li a:hover {
			height:			57px;
			background:		url('http://westgrovevoice.com/images/menuu.png') 0 -57px no-repeat !important;
			background:		url('http://westgrovevoice.com/images/menuu.gif') 0 -57px no-repeat !important;
		} #header #nav li a:hover span { color: #ffffff; border-bottom: 2px dotted #289dfc; }
		#header #nav li a:focus {
			color:		#3399cc;
			background:	url('http://westgrovevoice.com/images/menuu.png') 0 -57px no-repeat !important;
			background:	url('http://westgrovevoice.com/images/menuu.gif') 0 -57px no-repeat;
		}
		#header #nav li#active a {
			height:		57px;
			color:		#ffffff; 
			background:	url('http://westgrovevoice.com/images/menuu.png') 0 -114px no-repeat !important;
			background:	url('http://westgrovevoice.com/images/menuu.gif') 0 -114px no-repeat;
		} #header #nav li#active a:hover {
			background:	url('http://westgrovevoice.com/images/menuu.png') 0 -114px no-repeat !important;
			background:	url('http://westgrovevoice.com/images/menuu.gif') 0 -114px no-repeat;
		} 
		  #header #nav li#active a span { color: #ffffff; border-bottom: 2px dotted #289dfc; }
	#header #subnav {
		height:		26px;
		float:		right;
		clear:		both;
	}
		#header #subnav li {
			float:			 left;
			height:			 26px;
			margin:			 0 15px 0 0;
		}
		#header #subnav li a {
			display:		 block;
			text-decoration: none;
			padding:		 3px 5px 2px 5px;
			color:			 #e4e6d8;
			border-right:	 2px solid #e4e6d8;
		}
			#header #subnav li a:hover , #header #subnav li#sactive a { 
				background:		 #fff;
				color:			 #760026;
				border-right:	 2px solid #0099ff;
				border-bottom:	 1px solid #e4e6d8;
				text-decoration: underline;
			}
	
	#header #welcomeTxt {
		height:		23px;
		float:		left;
		padding-top: 3px;
		color:		#e4e6d8;
	}
		#header #welcomeTxt strong {
			color:		#fff;
			padding:	2px;
		}
		#header #welcomeTxt a {
			padding:	2px;
			color:		#fff;
		}
		#header #welcomeTxt a:hover {
			text-decoration: none;
			color:		#760026;
			background: #fff;
		}
	
#headFoot {
	width:			100%;
	min-width:		985px;
	height:			20px;
	clear:			both;
	background-image: url('http://westgrovevoice.com/images/bgHeadFoot.png') !important;
	background-image: url('http://westgrovevoice.com/images/bgHeadFoot.gif');
	background-repeat: repeat-x; position: absolute; left: 0;
}
/*/
/// SubHeader
/// - Featured Articles Scroller/Box & List
/*/
#subHeader {
	width:		985px;
	background:	#fff;
	padding:	20px 0 10px 0;
	border-right: 2px solid #8e8570;
	border-left: 2px solid #8e8570;
}
	#subHeader #featBox {
		float:		left;
		width:		633px;
		margin:		0 0 0 10px;
	}
		#subHeader #featBoxx img {
			margin-left: 5px;
			border:		 2px solid #e0e0e0;
		} #subHeader #featBoxx img:hover { border: 2px solid #760026; }
	#bodyWrap #featList {
		width:		320px;
		float:		right;
		margin:		13px 10px 0 0;
	}
		#bodyWrap #featList ul {
			width:		320px; 
			margin:		0 0 3px 0;
		}
			#bodyWrap #featList ul h2 span { visibility: hidden; }
			#bodyWrap #featList ul h2 {
				width:		303px;
				height:		35px;
				background: url('http://westgrovevoice.com/images/featHeader.gif') 0 0 no-repeat;
			}
		#bodyWrap #featList li {
			font-size:		18px;
		}
			#bodyWrap #featList li a {
				display:		block;
				width:			303px;
				height:			47px;
				background:		url('http://westgrovevoice.com/images/featBg.jpg') 0 0 no-repeat;
				color:			#e0e0e0;
				text-indent:	20px;
				text-decoration: none;
			}
			#bodyWrap #featList li a:hover {
				background-position: 0 -47px;
				color:			#ffffff;
			}
			#bodyWrap #featList li a span {
				display:		block;
				font-size:		11px;
				text-indent:	35px;
			}

/*/
/// BodyWrap
/// - Main Body 3 Column Wrapper
/*/
#bodyWrap {
	clear:		both;
	width:		100%;
	min-width:	985px;
	background:	url('http://westgrovevoice.com/images/bg.gif') 0 0;
}
	#innerBodyWrap {
		width:		985px;
		background: #fff;
		border-right: 2px solid #8e8570;
		border-left: 2px solid #8e8570;
		color: #414141;
		font-size: 14px; padding-bottom: 25px;
	} .subPage { padding-top: 15px;  }
		#innerBodyWrap a { padding: 3px; color: #1481fb; }
		#innerBodyWrap a:hover {
			color:		#414141;
			background:	#ffffff;
		}
	#bodyWrap #directoryLink {
		float:left;
		width: 683px;
		margin: 20px 0 20px 15px;
		text-align: center;
		font-size: 14px;
	}
	#bodyWrap #weeklyPoll {
		float:		left;
		width:		633px;
		margin-left: 10px;
		text-align: center;
	}
		ul#pollList {
			width:			80%;
			margin:			10px auto 10px auto;
		}
			ul#pollList li {
				
			}
			ul#pollList li a {
				display:	block;
				padding:	10px;
				border-bottom: 1px dotted #e0e0e0;
			}
		#bodyWrap #frmPoll div {
			width:			40%;
			text-align:		left;
			height:			30px;
			color:			#414141;
			font-size:		18px;
			margin-top:		1px;
			margin-bottom:	1px;
		}
		#bodyWrap #frmPoll div label {
			display:		block;
			width:			100%;
			height:			28px;
			margin-left:	0;
			padding-top:	2px;
			text-indent:	5px;
			border-left:	2px solid #e0e0e0;
			border-bottom:	1px dotted #9b9b9b;
			background-color: #dfdfdf;
		} #bodyWrap #frmPoll div label:hover { background-color: #d1d1d1; border-left:	2px solid #9b9b9b; }
		#bodyWrap #frmPoll div input {
			float:			left;
			margin:			9px 0 0 3px;
		}
		#bodyWrap #frmPoll input.inputPollBtn {
			border:			none;
			width:			195px;
			height:			36px;
			margin-top:		3px;
			margin-bottom:	5px;
			color:			#ffffff;
			font:			bold 15px arial,sans-serif;
			background:		url('http://westgrovevoice.com/images/btnA.gif') 0 0 no-repeat;
		} #bodyWrap #frmPoll input.inputPollBtn:hover { background-position: 0 -36px; }

	#bodyWrap #loggedIn {
		line-height: 20px;
	} #bodyWrap #loggedIn { padding: 2px 5px 0 5px; }
	  #bodyWrap #loggedIn em { padding-left: 10px; }
	#bodyWrap #loginBox {
		width:		320px;
		float:		right;
		margin:		0 10px 0 0;
	}
		#frmLogin {
			width:		100%;
		}
		#frmLogin p {
			padding:	5px;
		}
			#frmLogin .inputLogin {
				width:		235px;
				height:		33px;
				border:		1px solid #ffffff;
				color:		#760026;
				margin:		1px 0 0 6px;
				font-size:	15px;
				font-weight: bold;
				background-color: white; 
			}
			#frmLogin .inputLogin:hover { border: 1px solid #a6a6a6; }
			#frmLogin .inputLogin:focus { border: 1px solid #760026; }
			#frmLogin .inputLoginBtn, #frmRegister .inputLoginBtn , #submitStoryFrm .inputLoginBtn {
				display:	block;
				float:		right;
				width:		70px;
				height:		73px;
				margin:		-74px 6px 0 0;
				color:		#ffffff;
				font-weight: bold;
				background: #760026;
				border:		none;
			} #frmLogin .inputLoginBtn:hover, #frmRegister .inputLoginBtn:hover , #submitStoryFrm .inputLoginBtn:hover { background: #8e0035; }
			#loginwgv #frmLogin .inputLoginBtn { margin: -74px 7px 0 0; width: 127px; font-size: 18px; cursor: pointer; }
				#submitStoryFrm input#submitStoryBtn.inputLoginBtn { width: 145px; }
			#frmLogin .inputCheckbox {
				display:	block;
			}
			#frmLogin #username { background: url('http://westgrovevoice.com/images/username.gif') bottom left no-repeat; background-color: #ffffff; }
			#frmLogin #password { background: url('http://westgrovevoice.com/images/password.gif') bottom left no-repeat; background-color: #ffffff; }

	#bodyWrap #editorNote {
		width:		320px;
		float:		right;
		margin:		7px 10px 0 0;
	}
		#bodyWrap h2.sectionHead {
			font-size:		20px;
			color:			#760026;
			text-indent:	7px;
			width:			100%;
			text-align:		left;
		}
		#bodyWrap h3.sectionSubHead {
			font-size:		16px;
			color:			#760026;
			text-indent:	18px;
			width:			100%;
			text-align:		left;
			margin:			5px 0 10px 0;
			clear:			both;
		}
		#bodyWrap #editorNote #enInfo {
			width:			95%;
			height:			18px;
			padding-top:	3px;
			background:		#d1d1d1;
			color:			#838383;
			font-size:		12px;
			text-indent:	15px;
			border-top:		1px dotted #9b9b9b;
			border-bottom:	1px dotted #9b9b9b;
		}
		div#enNote , div#enNote p {
			text-indent:	15px;
			padding:		7px;
			text-align:		justify;
		}
/*/
/// Footer
/// - More Featured Articles List(s) & Navigation Links
/*/
#footHead {
	width:			100%;
	min-width:		985px;
	height:			20px;
	clear:			both; margin-top: -15px;
	background-image: url('http://westgrovevoice.com/images/bgFooter.png') !important;
	background-image: url('http://westgrovevoice.com/images/bgFooter.gif');
	background-repeat: repeat-x; position: absolute; left: 0;
}
#footer {
	width:		985px;
	padding-bottom:	 25px;
}
	#footer .footList {
		float:		left;
		width:		30%;
		margin:		10px 0 0 20px; /* IE6 needs a 0 left margin */
		font:		normal 15px arial,tahoma,sans-serif;
	} #footer .footList li { width: 100%;  padding-left: 10px; }
		#footer .footList li a {
			display:		block;
			width:			100%;
			padding-top:	6px;
			height:			22px;
			background:		transparent;
			border-bottom:	1px dotted #c2003f;
			text-decoration: none;
			text-indent:	10px;
			color:			#e4e6d8;
		}
		#footer .footList li a:hover {
			border-bottom:	1px dotted #fff;
			background:		#9a0032;
			color:			#fff;
		}
		#footer .footList li a:focus {
			background:		#aeaeae;
			border-bottom:	1px solid #fff;
		}
	#footer .footList li.listHead h2 {
		width:		214px;
		height:		34px;
		background-image: url('http://westgrovevoice.com/images/footHeaders.gif');
		background-repeat: no-repeat;
	}
	#footer ul.footList li.listHead		{ padding-left: 0;	  }
	#footer .footList li h2 span		{ visibility: hidden; }
	#footer .footList li h2#fArticles	{ background-position: 0 0;		}
	#footer .footList li h2#fIssues		{ background-position: 0 -34px; }
	#footer .footList li h2#fNavigate	{ background-position: 0 -68px; }

	#footer #footNotice {
		width:		50%;
		clear:		both;
		padding-top: 25px;
		text-align:	center;
		color:		#d21e58;
		font-size:	14px;
	}
	#footer #footNotice a { color:#fff; text-decoration: none; }
	#footer #footNotice #celermedia {
		background:	url('http://westgrovevoice.com/images/celermedia.gif') 0 0 no-repeat;
		color:		#fff;
		padding:	2px 0 2px 46px;
		text-decoration: none;
	}
	#footer #footNotice a:hover#celermedia { background-position: 0 -21px; text-decoration: underline; }


#bodyWrap #aboutwgv , #bodyWrap #registerwgv, #bodyWrap #loginwgv , #bodyWrap #wgvgallery {
	float:			left;
	width:			633px;
	margin-left:	10px;
}
#bodyWrap #wgvissue , #bodyWrap #wgvadvertisers , #bodyWrap #wgvopencall, #bodyWrap #wgvissues  {
	width:			938px;
	padding-left:	10px;
	padding-right:	10px;
}
	#adsLeft {
		width:		31.5%;
		float:		left;
	}
	#adsMid {
		width:		31.5%;
		float:		left;
	}
	#adsRight {
		width:		35.5%;
		float:		right;
	}
		#adsLeft img , #adsRight img , #adsMid img {
			display:	block;
			margin:		0 auto;
			margin-top:	8px;
			border:		1px solid #cccccc;
		} #adsLeft img:hover , #adsRight img:hover , #adsMid img:hover { border-color: #ffffff; }
	#gallery , #issues {
		min-height:	200px;
		height:		auto !important;
		height:		200px;
		width:		93%;
		margin-top: 15px;
	}
		#gallery .galleryThumb , #issues .issueThumb {
			float:		left;
			margin:		5px 0 5px 15px;
			width:		128px;
			text-align:	center; 
		}
			#gallery .galleryThumb a , #issues .issueThumb a {
				padding:	0;
				display:	block;
				text-decoration: none;
				width:		100%;
				height:		100%;
				background-color: #d0d0d0;
			} #gallery .galleryThumb a:hover , #issues .issueThumb a:hover { background-color: #ffffff; }
			#gallery .galleryThumb a strong , #issues .issueThumb a strong {
				display:	block;
				font-style:	normal;
				font-size:	11px;
				color:		#ffffff;
				background-color: #760026;
			}
				#gallery .galleryThumb a:hover strong , #issues .issueThumb a:hover strong {
					color:		#1481fb;
					background-color: #ffffff;
				}
		#wgvgallery a span , #wgvissues a span {
			border-bottom: 1px solid #1481fb;
			cursor: pointer;
		} #wgvgallery a span:hover , #wgvissues a span:hover { border-color: #414141; }

#bodyWrap #aboutwgv p.aboutInfo {
	text-indent:	15px;
	width:			92%;
	padding-bottom:	15px;
	line-height:	20px;
}



#submitStoryFrm {
	width:			100%;
}
	#submitStoryFrm p {
		width:		60%;
		height:		35px;
	}
	
	#submitStoryFrm p input {
		float:		right;
		width:		200px;
	}
		#submitStoryFrm p.txtArea {
			height:		150px;
		}
		#submitStoryFrm p.txtArea textarea {
			float:		right;
			height:		125px;
			width:		275px;
		}
	#submitStoryFrm p label {
		float:		left;
		font-weight: bold;
	}