@charset "utf-8";
/* general tag styles */
html {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-color: #e2e2ff;
}
/* end general tag styles */

/* masthead and child element styles */
#masthead {
	background-color: #e2e2ff;
	height: 127px;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../assets/images/city.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#logo {
	height: 127px;
	width: 590px;
	margin: 0 auto 0 190px;
}
img.screen   {
	border: none;
	margin: 30px 0 0 0;
	padding: 0px;
}
#subhead {
	margin: 0px;
	border-bottom: 1px solid #000000;
}
/* end masthead styles */

/* content styles. includes sidebar textarea and footer divs */
#contentwrapper {
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	clear:both;
}
#content {
	width: 780px;
	margin: 0 auto;
	background-image: url(../assets/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Hack to hide the min-height rule from IE6 and older */
html>body #content {min-height: 350px;}
/* end hack */

#textarea {
	width: 480px;
	float: right;
	text-align: left;
	margin: 0 10px 2em 0;
}
#textarea h2 {
	padding: 0px;
	margin: 40px 0 0 30px;
	font-size: 24px;
	color: #7A7A63;
}
#textarea h3 {
	padding: 0px;
	color: #333333;
	margin: 1em 10px 0 30px;
	font-size: 16px;
}
#textarea h3 span {
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
#textarea p {
	line-height: 1.2em;
	font-size: 15px;
	color: #333333;
	padding: 0px;
	word-spacing: 0.2em;
	width: 80%;
	margin: 1.5em auto 0 30px;
}
#textarea #newsfooter{
	border-top: dotted #999999 1px;
	padding: 5px 0px 0px 0px;
	width: 90%;
}
#textarea ul li.nfoption{
	font-size: 12px;
	font-style:italic;
	float:left;
	display: block;
	width: 25%;
}
#textarea p img{
	float: left;
	margin: 0px 10px 10px 0px; 
}
#textarea ul {
	margin: 1.5em auto 0 30px;
	padding: 0px;
}
#textarea ul.bullet li {
	background-image: url(../assets/bullet_flower.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#textarea li  {
	padding: 0px;
	margin: 0 0 .5em 0;
	color: #333333;
	list-style: none;
}
#textarea span.leadin {
	font-style: italic;
	font-size: 15px;
}
#textarea a, h4 a  {
	text-decoration: none;
	color: #3169A8;
}

/* hack to hide width and float from IE6 and older */
html>body #sidebar {float: left; width: 270px;}
/* end hack */

#sidebar {
	text-align:left;
	margin: 0 0 0 10px;
}
#sidebar ul {
	margin: 36px 0 0 0;
	padding: 0px;
}
#sidebar li {
	margin: 0 0 0 73px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	width: 165px;
}
#sidebar li a {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
	color: #000080;
	margin: 0px;
	display: block;
	width: 100%;
	border-right: 1px solid #d0e0f1;
}
#sidebar li.selected a{
	background-image: url(../assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #F3f3f3;
	color: #786656;
}
#sidebar li a:hover {
	color: #786656;
	text-transform:uppercase;
}
#sidebar #last {
	margin-top: 1.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D0E0F1;
}
#sidebar li#last a {
	border-right-style: none;
}
#textarea li a:hover, #textarea a:hover, h4 a:hover, #sidebar li a:hover {
	text-decoration: underline;
}
#spotlight {
	text-align: left;
	width: 250px;
	margin: 50px 0px 20px 10px;
	clear: both;
}
#spotlight h4 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
}
#spotlight span {
	color: #FF9900;
}
#footer {
	text-align: center;
	margin: 0px auto;
	width: 760px;
	clear: both;
}
#footer table {
	text-align: center;
}
#footer table a {
	color: #000080;
}
#footer table a:hover {
	color: #804040;
}
#footer h6 {
	color: #666666;
}
#footer a{
	text-decoration: none;
	color: #3169A8;
}
/* end content styles */

/* print logo style */
.img_print   {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	padding: 0px;
	width: 1px;
	height:1px;
}
