@charset "UTF-8";
/* Global Style */
/* border: #fff 1px solid; Debugging Tool ;) */

/* CSS Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* CLEAR */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* END CLEAR */
 
 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b6381a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #e5d29d;
}
.wrapper #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b6381a;
	padding: 0 0 0 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('../images/hours_panel.png');
	background-repeat: no-repeat;
}
.wrapper #header { 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wapper #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #b6af55;
}
.wrapper #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}

.wrapper #footer p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 20px 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Navigation */
#nav{
	float:left;
	margin:20px 35px 30px 220px;
}
#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 11px;
	float:left;
	margin: 0 0 0 0;
	padding:0 31px 0 0;
}

#tag{
	padding:12px 0 0 3px;
}

#logo{
	float:left;
	margin:30px 0 20px 85px;

}
/* Footer */
#footer{
	margin:500px 0 0 0;
}

#footer a{
	color: #b1af54;
}

/* Mail Form */
#header #mailform{
	width: 322px;
	height: 129px;
	background-color: #692800;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#fff;
}
#callout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#e5d29d;
	padding:5px 0 7px 0px;
	margin-left: 11px;
}

/* */

.formTitle{
font-size: 14px;
font-weight: bold;
}

#form{
margin: 15px 0 0 0;
font-size: 12px;
}
#submitinput{
padding-left: 295px;
}
#left{
float:left;
padding:0 0 0 0;
margin-left:11px;
}
#right{
float:right;
padding:0 0 0 0;
margin-right: 11px;
}
#submitBtn{
padding-left:115px;
}

span.label,span.spacer,span.multiple span {} 
span.multiple {} 
span.button {} 
div.clear {clear:both;padding-top:5px;} 



/* Content */
#mainContent p{
	padding:0 0 180px 0;
	width:330px;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 0 110px;
}

#menuDL a{
	
	color:#692800;
}

#leftContent{
float:left;
width:330px;
height:350px;
padding:0 0 0 0;
margin:0 0 0 110px;

}

#rightContent{
	float:right;
	padding:0 0 0 0;
}

#rightContent img{
	border: #919738 4px solid;
}

#plug{
margin-left:290px;
}
#plug ul{
list-style-type: none;
}
#plug li{
float:left;
padding:0 15px 0 0;
}

