@import url(./menu.css);

body, div, p, a, img, span, select, input, label, form, h1, h2, h3, h4, hr, table, th, td, tr {
	margin: 0px;
	padding: 0px;
} 

body {
	/*text-align:center;
	min-width:700px;*/
	font: 78%/1.5 verdana, arial, helvetica, serif;
}
ul, li,{
 margin-left: 20px;
}

a{
	text-decoration:none;
}

h1, h2, h3{	
	color:#E67827;
	font-weight:bold;
}

h1 {
	font-size:1.7em;
	margin-bottom:20px;
}

h2{
	font-size:1.3em;
}

h3{
	font-size:1.1em;
}

img {
	border:0px;
}

 .orange {
	color: #E67827;
}

.purple {
	color: #2C1E6F;
}

.big{
	font-size:1.4em;
	font-weight:bold;
}

.white{
	color:#FFFFFF;
}

.normal{
	font-size:1.2em;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

#wrapper {
	display:block;
	/*width:100%;*/
	width:1000px;
	margin:auto;
}

#header {
	width:100%;
}

#header img{
	float:left;
	margin-top:15px;
}

#header p {
	padding-top:50px;
	padding-bottom:30px;
	padding-right:0px;
	text-align:right;
	font-size:1.3em;
	font-weight:bold;
	float:right;
	width:650px;
}

#footer {
	width:100%;
	clear:both;
	background:#E67827;
	display:block;
	float:left;
}

#footer .left{
	float:left;
	width:45%;	
}

#footer .right {
	float:right;
	width:45%;
}

#footer p {
	padding:5px;
}

#maincontent {
	padding-top:30px;
	width:100%;
	clear:both;
}

#maincontent p {
	margin-bottom:20px;
}

#maincontentleft{
	padding-left:70px;
	min-width:450px;
	width:450px;
	float:left;
}

#maincontentright{
	min-width:410px;
	width:410px;
	float:right;
	text-align:left;
}

#mapleft {
	float:left;
	width:48%;
}

#mapleft img, #mapleft p{
	padding-left:70px;
}

#mapright{
	float:right;
	width:48%;
}

#mapleft img, #mapright img{
	margin-bottom:20px;
}

#opentimes{
	width:400px;
	color:#2C1E6F;
}

#opentimes td{
	vertical-align:top;
}

#contactemail{
	padding-left:70px;
}

.facilities {
	margin-bottom:20px;
}

.bulletted{
	list-style-type:circle;
}

a.summary:hover{
	text-decoration:underline;
	color: #2C1E6F;
}





