html, body, form, ul, li, p, h1, h2 { 
	padding: 0px;
	margin: 0px auto;
}
html, body, * html #main { 
	height: 100%;
}
img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}
body {
	font-size: 12px;
	font-family: verdana;
	color:#333333;
	/*text-align:center;
	background: url(images/bg.jpg) repeat-x;*/
}
#main {
	width: 900px;
	min-height: 100%;
	background: url(images/content_bg.png) repeat-y;
	margin: 0px auto;
	position: relative;
/*	border:1px solid blue;
*/}
* html #main {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='scale', src='images/content_bg.png' );
}

#header{
	width:100%;
	text-align:center;
position:relative;
padding:10px 0;
border-bottom:12px solid #0054a6;
}

#header div.date {
background:url(images/bg_strikethrough.gif) top center repeat-x;
width:100%;
height:10px;
padding:0;
}
.header img.bg {z-index:1; padding-top:10px;}
.header a.logo {position:absolute; top:10px; left:20px; z-index:2;}


#navColumn {
	width:165px;
	float:left;
	font-family: "Trajan Pro", Times, serif;
	font-size:14px;
	text-transform:uppercase;
}
#navColumn strong {font-size:16px; font-weight:bold;}

#menu {
	list-style: none;
}
#menu li {
	display:block;
}

#menu a {
	display:block;
	width:140px;
	background: url(images/menu_bg.gif) repeat-x;
	height: 23px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-family: "Trajan Pro", Times, serif;
	padding: 4px 13px 2px 13px;
	border-bottom:1px solid #444444;
	text-align:right;

}
#menu a:hover {
	background: url(images/menu_bg_hover.gif) repeat-x;
	border-bottom:1px solid #444444;
}
#content {
	width: 475px;
	color: #555555;
	padding: 10px 20px 30px 30px;
	float: left;
/*	border-right:2px solid #efefef;
*/	/*border:1px solid red;*/
}

#content .color {
	width: 600px;
	height: 20px;
	color: #000000;
	font-size: 18px;
	font-family: Times New Roman;
	padding: 0 0 0 35px;
	margin: 0 0 0 -30px;
	display: inline;
	float: left;
}

#content p {
margin:15px 0;
}

#content .news {
	width: 610px;
	padding: 0 0 10px 0;
	float: left;
}
#content .img {
display:block;
margin:10px auto 30px auto;
}

#content h1 {
	color: #06284B;
	font-size: 38px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 15px 0;
	display: block;
}
#content h2 {
	color: #4B2C06;
	font-size: 30px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 0 15px 0;
	display: block;
}
#content h2 span {
	font-size: 31px;
	font-style: italic;
}
#content a, #content a:visited{
	color:#0000cc;
	text-decoration:none;
	}
#content a:hover, #content a:active{
	color:#0000CC;
	text-decoration:underline;
	}
	
#content p {
	padding: 0 0 10px 0;
	display: block;
	line-height:20px;
}
#content p.byline{
	
	}
#content small {
	float: right;
}

.archive_section ul {
list-style:none;
padding-left:35px;
}

#sidebar {
	width: 175px;
	min-height: 465px;
	_height: 465px;
	text-align: center;
	padding:0 0 0 25px;
	float: right;
	z-index:10;
	font-family: "Trajan Pro", Times, serif;
	background:url(images/bg_sideBar.gif) left top repeat-y;
	/*border-left:2px solid #efefef;*/
}
* html #sidebar {
	z-index:10;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod='crop', src='images/sidebar_bg.png' );
}
#sidebar a {
	padding: 5px 0 5px 0;
	display: block;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}

div#sideAD {
text-align:left;
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#333333;
margin-top:15px;
padding-bottom:10px;
border-bottom:1px dotted #dedede;
}

div#sideAD h1{
font:11px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#003399;
margin-bottom:3px;
}

#sidebar a.ad_4 {
	height: 31px;
	text-indent: -9999px;
	background: url(images/ad_4.jpg) no-repeat center 0;
	padding: 0;
	margin: 20px 0 0 0;
}
#sidebar a:hover.ad_4 {
	background: url(images/ad_4_hover.jpg) no-repeat center 0;
}
#footer_main {
	width: 100%;
	min-width: 924px;
	height: 30px;
	/*background: url(images/footer_main_bg.gif) repeat-x;*/
	position: relative;
}
#footer {
	width: 100%;
	height: 27px;
	color: #999999;
	font-size: 10px;
	border-top:5px solid #cccccc;
}

#footer p {
margin-top:5px;
}

#footer a {
	color: #777;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
.clearfooter {
	height: 30px;
	clear: both;
}


/* Ads - MDW */
#ad_container{
	width:100%;
	overflow:hidden;
	}
#ad_container div.ad_holder{
	width:120px;
	float:left;
	margin:3px;
	}
#ad_container div.ad_holder p.ad_title{
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	margin:0 0 3px 0;
	height:auto;
	padding:0;
	}
#ad_container div.ad_holder p.ad_caption{
	font:10px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	}
/* End Ads - MDW */

/*=====================================================================================================
	Pagination
======================================================================================================= */
h5.pagination{
	width:510px;
	margin:40px auto 0;
	}
div.pages span.current{
	padding:1px 0px 1px 5px;
	margin:0 2px;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	}
div.pages a{
	padding:1px 4px;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	text-align:center;
	margin:0 2px;
	}
div.pages a:hover{
	border-color:#ccc;
	}
p.previous_page{
	width:510px;
	margin:15px auto;
	padding:2px 0;
	}

/*=====================================================================================================
	Edits to p styles for business listings. 4-2008 sdp
======================================================================================================= */

div#business_menu li {
list-style:none;
font-size:12px;
font-weight:bold;
/*float:left;
margin:auto 8px;
*/
}

div.business_section h3 {padding-bottom: 5px; display:block; border-bottom:1px solid #cccccc; margin:25px 0 5px 0;}


div.business {line-height:12px; padding:10px; border-bottom:1px dotted #dedede;}

div.logoClassified {
width:160px;
float:left;
padding:10px;
}

div.business p {
padding:0;
margin:0;
height:1px;
}

div.business p.business_name {font-weight:bold;}


/*div.business p.business_city {padding:0;
margin:0;}
div.business p.business_email {padding:0;
margin:0;}
div.business p.business_website {padding:0;
margin:0;}
*/

/*###########################################
											#
Styles for form container and children     	#
											#
###########################################*/


div.formHolder {
text-align:right;
width:300px;
margin-left:10px;
line-height:120%;
float:right;
}


div.formHolder input {
margin:3px 10px;
}


div.formHolder input.text {
font:11px Verdana, Arial, Helvetica, sans-serif normal;
padding:1px;
height:14px;
width:150px;
color:#666666;
border:1px solid #999999;
margin:3px 10px;
}

div.formHolder input.zip {
font:11px Verdana, Arial, Helvetica, sans-serif normal;
padding:1px;
height:14px;
width:50px;
color:#666666;
border:1px solid #999999;
margin:3px 10px;
}
div.formHolder input.button { width:75px; padding:3px; height:30px; cursor:pointer; }


/*##########  Form Holder Styles END  #######*/

