html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
border-style:none;}

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
	color: #000;
	background-color: #686;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

#wrapper {
margin: 0 auto;
background: url(../images/wrap.jpg) repeat-y;
}
#printlogo{
	display: block;
}
#head {
	display: none;
}

#head h1 {
width : 860px;
height : 170px;
margin : 0;
padding : 0;
background : url(../images/head.jpg) no-repeat;
text-indent : -9999px;
}

#navbox {
display: none;
}
#navbox p {
	font-size: 12px;/*scales the font to 80% of the default set int he body selector*/
	margin: 5px 0px 5px 39px;
	padding: 0;/*zeroes the padding*/
	color: #333333;/*sets the colour for the text*/
	line-height: 130%;/*set a line height for easier reading*/
}
#navbox h1 {
	font-size: 14px;/*scales the text size against the body selector default*/
	margin: 5px 0px 5px 39px;
  Color: #576;/*sets the text colour for the h1 text*/
	font-weight: normal;
}

#content {
width: 565px;
margin: 0px;
}

#content p {
	font-size: 80%;/*scales the font to 80% of the default set int he body selector*/
	margin: 5px 0 0 10px;/*sets the required margins on the p element*/
	padding: 0;/*zeroes the padding*/
	color: #000;/*sets the colour for the text*/
	line-height: 130%;/*set a line height for easier reading*/
}
#content h1 {
	font-size: 120%;/*scales the text size against the body selector default*/
	padding: 0 0 1px 0;/*sets the padding on the h1 element*/
  Color: #886688;/*sets the text colour for the h1 text*/
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#content h2 {
	font-size: 95%;/*scales the text size against the body selector default*/
	padding: 1px 0 1px 0;/*sets the padding on the h2 element*/
	Color: #576;/*sets the text colour for the h2 text*/
		font-weight: bold;
	letter-spacing: .1em;
}
#content ol li{
	font-size:80%;
	margin:5px 5px 5px 20px;
	list-style-position: outside;
	list-style-type:lower-roman;
}

#content ul li{
	font-size:80%;
	margin:5px 5px 5px 20px;
	list-style-position: outside;
	list-style-type:square;
}
#content a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #868;
}
#content a:hover {
	text-decoration: underline;
	color: #576;
}
#content a:active {
	text-decoration: none;
}

#box {
	display: none;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
display: none;
}

* html #blueblock{ /*IE 6 only */
display: none;}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #BBCCAA;
margin: 0;
}

#blueblock li a {
display: block;
padding: 5px 5px 5px 8px;
border-left: 5px solid #557766;
border-right: 5px solid #889977;
background-color: #668866;
color: #FFFFF0;
text-decoration: none;
	font-weight: bold;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 5px solid #779988;
border-right: 5px solid #AABBAA;
background-color: #889988;
color: #FFFFF0;
}
/* end navigation */
#border {
	height: 29px;
	background: url(../images/purple_border.jpg) no-repeat;
}
#print_footer{
margin: inherit;
	display: block;
}
#print_footer p {
font-size: 70%;
color: #000;
/*text-align: center;
padding: 0px;*/
}

#footer{display: none;
}	

#footer p {
font-size: 80%;
color: #000;
text-align: center;
padding: 0px;
}
#footer a {
	text-decoration: none;
	color: #676;

}#footer a:hover {
	text-decoration: underline;
	color: #676;

}
#repeat {
clear: both;
margin: 0px;

}

#address {
width: 33%;
float: left;
	
}
#address p {
font-size: 80%;
color: #000;
padding: 0px 0px 0px 0px;
text-align: center;
}
#phone{
width: 33%;
float: left;
}
#phone p {
font-size: 80%;
color: #000;
padding: 0px 0px 0px 0px;
text-align: center;
}
#hours {
width: 34%;
float: left;	
}

#hours p {
font-size: 80%;
color: #000;
text-align: center;
padding: 0px 0px 0px 0px;
}
#bottom {
	background: url(../images/foot.jpg) no-repeat;
	height: 27px;
}
.left {
	float: left;/*float the image to the left*/
	border: 1px solid #000;/*add a border around the image*/
	margin: 5px 10px 0 0;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
}

.right {
	float: right;/*float the image to the right*/
	border: 1px solid #000;/*add a border around the image*/
	margin: 100px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
}

.center {
float:none;
border: 1px solid #000;
}
.left_noborder {
	float: left;/*float the image to the left*/
	margin: 5px 10px 0 0;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
}
.right_noborder {
	float: right;/*float the image to the right*/
	margin: 5px 10px 0 10px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
}
.clearit{
clear: both;
}
