body { 
margin:0 auto;
padding: 0px; 
background: #eceae6; 
}


.container {
margin:0 auto;
width:960px;
background:#ffffff;
border:1px solid #000;
overflow:auto;
padding:0px;
}

.topbar {
margin:0 auto;
width:960px;
height:30px;
background:#970000;
}

.topbar p {
	font:12.5px Arial,Helvetica,sans-serif;
	text-align:center;
	color:#ffffff;
	margin:0px;
	padding:0px;
	line-height:24px;
letter-spacing:2px
}	
	

.header {
margin:0 auto;
	width:960px;
	height:100px;
	background:#ffffff;
}

.address {
	float:right;
	height:100px;
	width:300px;
	}
	
	.address strong {
	color: #8C8C8D;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding-top: 15px;
    font-family: Arial,Helvetica,sans-serif;
 }		


#navb {
margin:0 auto;
height:40px;
width:960px;
background:#000000; 
}

#navb ul {
  font-family: Arial, Verdana;
  font-size: 13px;
  margin:0px;
  padding: 0px;
  list-style: none;
}
#navb ul li {
  display: block;
  position: relative;
  z-index:100;
  float: left;
}
#navb li ul { display: none; }

#navb ul li a {
height:40px;
display: block;
text-decoration: none;
color: #ffffff;
font-weight:bold;
line-height:2.9em;
padding: 0px 25px 0px 10px;
background:clear;
}

#navb ul li a:hover { background: #970000; color:#ffffff; }

#navb li:hover ul {
display: block;
position: absolute;
}

#navb li:hover li {
width:200px;
color:#ffffff;
font-size: 12px;
float:none;
}

#navb li:hover a { 
color:#ffffff; background: #000000; }

#navb li:hover li a:hover { 
width:165px;
font-style:italic;
color:#ffffff;
background: #970000; }

.nav {
width:960px;
height:30px;
background:#000000;
}

.content {
	width:960px;
	background:#ffffff;
	margin:0 auto;
	padding:0px;
}

.leftside {
	float:left;
	width:650px;
	background:#ffffff;
	padding:5px;
}

.rightside {
	float:right;
	width:300px;
	background:#ffffff url('rightbg.png') repeat-y;
}

.hourbox {
	float:right;
	width:270px;
	height:187px;
	background:url('bg-hourbox.jpg');
	margin:10px 15px 0 0;
font:13.5px Arial,Helvetica,sans-serif;
text-align: center;
color:#ffffff;
line-height: 20px;
}

iframe.mapcontainer {
	width:275px;
	height:350px;
	border:none;
	margin:0 0 0 10px;
	padding-top:30px;
}

iframe{
	border:1px solid #000;
}


p {
	font:13.5px Arial,Helvetica,sans-serif;
	line-height: 23px;
	color:#000000;
}

h2 {
	color:#BA3232;
   font: 300 25px/1.3em "myriad-pro-1","myriad-pro-2",sans-serif;
    letter-spacing: -0.03em;
}
 
 ul.frontleft {
float:left;
margin-left:100px;
width:200px;
list-style-position: outside;
list-style-image: url(images/bullet.gif);
list-style-type: square; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
padding: 6px;
}

 ul.frontright {
float:right;
width:200px;
list-style-position: outside;
list-style-image: url(images/bullet.gif);
list-style-type: square; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 5px;
padding: 6px;
}

.footer {
margin:0 auto;
width:960px;
background:#970000;
padding:0px;
height:auto;
} 

.footer p {
	font:11.5px Arial,Helvetica,sans-serif;
	line-height:18px;
	color:#000000;
	text-align: center;
}

label.signupform {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0 5px 0 0;
    text-align: right;
    width: 150px;
}

.longtext {
display:block;
width:450px;	
	}

textarea {
	width:450px;
	height:200px;
	
	}
