@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	background-image: url(http://www.salisburypost.com/images/environment/enviro-bg-gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6C50;
}

#enviroHeader{
	width: 960px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

#enviroNavBar{
	width: 960px;
	height: 20px;
	background-color: #0d2c4b;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	color: #FFF;
	font-size: 12px;
	display: block;
}

#enviroBodySurround{
	width: 960px;
	min-height: 700px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;	
	background-image: url(http://www.salisburypost.com/images/environment/body-bg-image.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#enviroBody{
	width: 940px;
	display: block;
	background-color: #FFF;
	margin: 0px 0px 0px 10px;
}

#enviroBodyLeft{
	width: 610px;
	display: inline;
	float: left;
	margin: 10px 0px 0px 10px;
}

#enviroBodyRight{
	width: 300px;
	display: inline;
	float: right; 
	margin: 10px 10px 0px 0px;
}

#enviroRightRailBottomSpot{
	width: 300px;
	height: 300px;
	background-color:#D8D6BB;
	display: block;
	margin-top: 10px;

}

#enviroFooter{
	width: 930px;
	margin-left: 10px;
	height: 30px;
	display: block;
	font-size: 12px;
	color: #7c7c7a;
	padding: 15px 0px 15px 0px;
}

.spacer10px{
	height: 10px;
	font-size: 10px;
	clear: both;
}

.spacer5px{
	height: 5px;
	font-size: 5px;
	clear: both;
}

.spacer1px{
	height: 1px;
	font-size: 1px;
	clear: both;
}

/* Global text styles */

a{
	text-decoration: none;
	color: #6e6c50;
}

a:hover{
	text-decoration: underline;	
}

img{
	border: none;	
}

a.enviroNavLinks{
	color: #FFF;
	margin: 0px 3px 0px 3px;
}

a.enviroFooterLinks{
	margin: 0px 4px 0px 4px;	
}

img.enviroNavIcons{
	vertical-align: bottom;	
}

#enviroFooterCopyright{
	font-size: 11px;	
}

.listNostyle {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.PollsQuestionTitle { display: block; clear: both; }
.PollsQuestionTitle h1 { font-size: 18px; font-weight: bold; text-align: center; }

#enviroBodyInnerRight ul { list-style-position:outside; list-style-type:none; margin:0 5px 0 5px; padding:0; text-align: left; }
