@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;}

div#wrapper {
	width:950px;
	margin:0 auto;}

div#threeColumn {
	background:url(images/3columnbg.gif) repeat-y;
	width:950px;
	clear:both;}
div#twoColumn {
	background:url(images/2columnbg.gif) repeat-y;
	width:950px;
	clear:both;}

div#leftside {
	width:721px;
	float:left;}
div#subleftside {
	width:201px;
	float:left;}

div#rightside {
	width:159px;
	float:right;
	padding:15px 35px 0 35px;}
div#subrightside {
	width:679px;
	float:right;
	padding:15px 35px 0 35px;}
	
div#menu {
	width:201px;
	float:left;}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:-5000px;}
#menu ul li a {
	width:201px;
	height:30px;
	display:block;
	margin:0;
	padding:0;}
a.menuHome {
	background:url(images/menu_home1.gif) no-repeat;}
a.menuHome:hover {
	background:url(images/menu_home2.gif) no-repeat;}
a.menuAbout {
	background:url(images/menu_aboutus1.gif) no-repeat;}
a.menuAbout:hover {
	background:url(images/menu_aboutus2.gif) no-repeat;}
a.menuDirectory {
	background:url(images/menu_directory1.gif) no-repeat;}
a.menuDirectory:hover {
	background:url(images/menu_directory2.gif) no-repeat;}
a.menuResources {
	background:url(images/menu_resources1.gif) no-repeat;}
a.menuResources:hover {
	background:url(images/menu_resources2.gif) no-repeat;}
a.menuIssues {
	background:url(images/menu_issues1.gif) no-repeat;}
a.menuIssues:hover {
	background:url(images/menu_issues2.gif) no-repeat;}
a.menuCalendar {
	background:url(images/menu_calendar1.gif) no-repeat;}
a.menuCalendar:hover {
	background:url(images/menu_calendar2.gif) no-repeat;}
a.menuWecare {
	background:url(images/menu_wecare1.gif) no-repeat;}
a.menuWecare:hover {
	background:url(images/menu_wecare2.gif) no-repeat;}
a.menuContact {
	background:url(images/menu_contact1.gif) no-repeat;}
a.menuContact:hover {
	background:url(images/menu_contact2.gif) no-repeat;}
	
div#homecontent {
	float:right;
	width:460px;
	padding:30px 30px 30px; 30px;}
#homecontent p {
	margin-top:0;
	padding-top:0;}

h1#header {
	display:block;
	width:950px;
	height:152px;
	background:url(images/polk_header2.jpg) no-repeat;
	margin:0;
	padding:0;
	text-indent:-5000px;}
	
h2#newshighlights {
	background:url(images/title_newshighlights.gif) no-repeat;
	width:156px;
	height:30px;
	text-indent:-5000px;
	margin:0;}
	
a.newslink {
	color:#177195;
	font-weight:bold;
	text-decoration:none;}

#homecontent p,ul,li,  #subcontent p,ul,li, #rightside p {
	font-size:12px;
	line-height:16px;}

div#footer {
	width:950px;
	margin:0 auto;
	color:#FFFFFF;
	text-align:center;
	padding:20px 0 20px 0;}
	
#footer p {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
#footer a {
	color:#FFFFFF;}
	
a {
	outline:none;}