body {
	background: url(../images/bg.png) repeat-x scroll top;
	margin: 0;
	font: 63.125% Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #00f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#holder {
	background: transparent url(../images/mainbg.png) repeat top;
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 800px;
	height: 210px;
	text-align: center;
	background: transparent url(../images/bg.png) repeat-x top;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu {
	width: 800px;
	height: 30px;
	line-height: 30px;
	clear: both;
	background: transparent url(../images/navbg.png);
	z-index:9999;
}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:9999;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border: none;
	z-index:80;
	left:-3px;
	top:27px;
	font-size: 1.1em;
}

/* style all the links */
.menu a, .menu :visited {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	width: 130px;
	padding: 0 10px;
	color: #000;
	background: transparent url(../images/navbg.png);
	text-decoration: none;
	border: none;
}
/* style the links hover */
.menu :hover{
	color: #060;
	background: #d4d8bd url(../images/navbghover.png);
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:130px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	padding:0;
	margin:0;
	font-size: 1.0em;
}
/**************************************************/
/* rotator in-page placement */
#rotator {
	width: 780px;
	height: 280px;
	margin: 0 auto 10px auto;
	text-align: center;
}
/* rotator css */
#rotator ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/* rotator image style */	
#rotator ul li img {
	background: #FFF;
	margin: 0;
}
#rotator ul li.show {
	z-index:1;
}
/**************************************************/
#content {
	width: 775px;
	margin: 0 auto;
	font-size: 1.1em;
	clear: both;
}
h1 {
	margin: 5px;
	font: bold 2.2em Arial, Helvetica, sans-serif;
	color: #060;
}
h2 {
	margin: 5px 0;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #060;
}
h3 {
	margin: 5px 0;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #060;
	border: none;
	border-bottom: 1px solid #060;
}
.article {
	width: 340px;
	float: left;
	margin: 10px;
	border: 0px solid #C0C0C0;
	background: transparent;
	padding: 0 10px;
	font-size: 1.1em;
}
.article2 {
	width: 530px;
	float: left;
	margin: 10px;
	border: 1px solid #C0C0C0;
	background: transparent;
	padding: 0 10px;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}
.article .service {
	width: 300px;
	margin: 0 auto 20px auto;
}
.article .service .svclft {
	width: 135px;
	float: left;
	padding-bottom: 20px;
}
.article .service .svcrt {
	width: 135px;
	float: right;
	padding-bottom: 20px;
}
.article2 .biznav {
	width: 500px;
	margin: 5px auto;
	font: 1.0em Arial, Helvetica, sans-serif;
	text-align: center;
}
.article2 .biznav a {
	margin: 0 10px 10px 10px;
}
.side {
	width: 371px;
	margin: 10px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	float: right;
	border: 1px solid #C0C0C0;
	background: transparent;
	padding: 0;
}
.side2 {
	width: 180px;
	margin: 10px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	float: right;
	border: 1px solid #C0C0C0;
	background: transparent;
	padding: 0;
}
.side3 {
	width: 180px;
	margin: 10px;
	font-size: 1.1em;
	float: right;
	border: 1px solid #C0C0C0;
	background: transparent;
	padding: 0;
}
.side3 p {
	margin: 10px;
}
.social {
	margin: 10px;
	text-align: center;
	float: right;
	border: 1px solid #C0C0C0;
	background: transparent;
	padding: 0;
}
.social2 {
	width: 550px;
	margin: 10px;
	text-align: center;
	float: left;
	border: 1px solid #C0C0C0;
	background: transparent;
	padding: 0;
}
.side h4, .side2 h4, .social h4, .social2 h4 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	color: #060;
}
.side3 h4 {
	margin: 2px;
	font-weight: bold;
	font-size: 1.4em;
	font-style: normal;
	color: #006600;
}
.article h4 {
	margin: 2px 0;
	font-weight: bold;
	font-size: 1.4em;
	font-style: normal;
	color: #006600;
}
hr {
	clear: both;
	width: 90%;
	margin: 0 auto;
	color: black;
	border: 1px solid #333;
}
#footer {
	width: 800px;
	height: 50px;
	line-height: 50px;
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
	color: #eee;
	background: transparent url(../images/footerbg.png) repeat-x top;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0;
}
.bull {
	margin: 0 10px;
}
.bold {
	font-weight: bold;
	color: #900;
}
#calendar {
	width: 760px;
	margin: 10px auto;
	text-align:center;
	font-size: 1.1em;
}
#weather {
	width: 190px;
	height: 160px;
	float: left;
	text-align: center;
	margin: 10px;
	margin-left: 120px;
	margin-bottom: 50px;
}
#weather h5 {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	color: #600;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.artthumb {
	float: right;
	text-align: center;
	font: italic 0.8em Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 5px;
}
blockquote {
	margin: 10px 5px 10px 25px;
}
a.top {
	font-size: 0.8em;
	color: #777;
	text-decoration: none;
	margin: 5px 0;
	float: right;
}
a.top:hover {
	text-decoration: underline;
	color: #111;
}
.pic {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	color: #000;
}
