body {
	background-image: url(/images/bgPattern.gif);
	background-repeat: repeat-x;
	background-color: #686868;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	padding: 0px;
	color: #666666;
	margin:0;
}
p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 1.6em;
}
a {
	color:#333333;
}
a:hover {
	text-decoration:none;
}
h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 22px;
	font-weight:normal;
	border-bottom:1px dashed #CCCCCC;
}
h2 {
	font-size: 18px;
	font-style: italic;
	padding: 0px 0px 5px 0px;
	margin: -5px 0px 5px 0px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-style: italic;
	padding: 0px;
	margin: -10px 0px 10px 0px;
	font-weight: normal;
	color:#999999;
}
li {
	line-height:1.6em;
	margin-bottom:10px;
}
p + ul {
	margin-top:-5px;
}
ul + p {
	padding-top:10px;
}
img {
	float:left;
	margin-right:10px;
}
blockquote, pre {
	padding: 0.25em 40px;
}

blockquote {
	font: italic Georgia, Times, serif;
	background: url(/images/quote.gif) 10px 0.75em no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;	
}
table li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;	
}

#wrap {
	background-image: url(/images/wrapBG.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: visible;
	border-width:0px 1px;
	border-style:solid;
	border-color:#666666;
}
#banner {
	width: 750px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
#banner a {
	display:block;
	margin-top:135px;
	height:15px;
	float:right;
	margin-left:15px;
}
#banner a:hover {
	filter:alpha(opacity=50);   
-moz-opacity: .50;   
opacity: .50;
-khtml-opacity: .50;
}
#contact {
	background-image: url(/images/contactButton.gif);
	background-repeat: no-repeat;
	width: 65px;
	margin-right:15px;
}
#calendar {
	background-image: url(/images/calendarButton.gif);
	background-repeat: no-repeat;
	width: 65px;
}
#service {
	background-image: url(/images/serviceButton.gif);
	background-repeat: no-repeat;
	width: 90px;
}
#sideNav {
	width: 183px;
	float: left;
	padding-left: 6px;
	margin-top: 2px;
	background:#FFFFFF;
}
#content {
	width: 550px;
	float: left;
	margin-left: 6px;
}
#footer {
	background-color: #545454;
	color:#CCCCCC;
	clear: both;
	height: 40px;
	line-height:40px;
	display:block;
	text-align:center;
	border-bottom:5px solid #444444;
}
.boxTop {
	background-image: url(/images/boxTop.gif);
	height: 15px;
	background-repeat: no-repeat;
	margin:0px;
	background-position: top;
}
.box {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin:0px;
}
.boxBottom {
	background-image: url(/images/boxBottom.gif);
	background-repeat: no-repeat;
	height: 29px;
	background-position: top;
}
/*------------------------MENU ITEMS-----------------------*/

#masterdiv {
	border-top:2px solid #FFFFFF;
}
.menutitle{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 15px;
	height: 40px;
	line-height: 40px;
	border-left: 15px solid #555555;
	border-left: 15px solid #555555;
	background-color: #CAC0A3;
	cursor:pointer;
}
.menutitle a{
	color:#666;
	text-decoration:none;
	display:block;
}
.submenu{
	background-color:#FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
.submenu a{
	display:block;
	padding: 6px 0px 6px 15px;
	background-color: #CCCCCC;
	color: #555555;
	border-left: 15px solid #888888;
	text-decoration:none;
}
.submenu a:hover{
	background-color:#DCDCDC;
}
/*------------------------MICRO SITE NAV-------------------*/

#microNav {
	display:block;
	text-align:right;
	margin-top:-5px;
	margin-bottom:15px;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:5px;
	width:100%;
}
#microNav a {
	color:#666;
	text-decoration:none;
	margin-right:10px;
	font-style:italic;
}
#microNav a:hover {
	text-decoration:underline;
	color:#666;
}