@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background:url(images/brown_bg.jpg) repeat-x top #cbdcdb;
	background-position:top;
	background-repeat:repeat-x;
	}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px 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. */
	border: 1px solid #f57b20;
	}
	#button {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f57b20;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 3px;
	color: #fff;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border: 1px solid #009f94;
	}
	
	#hours {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f57b20;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 3px;
	color: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 3px double #F60;
	font-size: 11px;
	line-height: 12px;
	}
	#hours h5 {
		color:#fff;
		font-size:10px;
		font-weight: 700;
		margin: 2px;
	}
	
	
	#button a {
	color: #fff;
	text-decoration:none;
	font-weight:700;
	}
	#button a:hover {
	color: #fff;
	text-decoration:underline;
	font-weight:700;
	}

#header {
	padding: 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. */
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#pic{
	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 */
	height: 250px;
	width:100%;
	border: 3px solid #f57b20;
	border-left: 0px;
	border-right: 0px;	
}
#mainContent {
	margin: 0 468px 0 20px;
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:400;
}

#formContent {
	margin: 10px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:400;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; 
	margin: 10px;
	font-size:x-small;
	font-weight: 400;
	color: #000;
	}
	
	#insideContent {
	margin: 0 360px 0 20px;
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:400;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; 
	margin: 10px 0px 10px 10px;
	font-size:small;
	font-weight: 400;
	color: #000;
	}
	
.sidehead {
	margin: 0px;
	width: 310px;
	height: 26px; 
	padding: 7px;
	padding-left: 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:small;
	color: #FFFFFF;
	background-image:url(images/sideheaderbg.gif);
	}
	

.sidewrap {
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size:small;
	color: #412f1b;
	}
	
.sidewrap img {
	padding: 0px 5px 5px 0px;
	}
	
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#006666;
	font-weight: 700;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background:#412f1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#FFFFFF;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration:underline;
}

#bottom {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color:#412f1b;
}
#bottom a {
	color:#412f1b;
}
#bottom a:hover {
	color:#009f94;
	}
	
#clear {
clear:both;
height: 0px;
	}
	
.line {
width: 960px;
border-top: 1px solid #006666;
padding-bottom: 14px;
padding-top: 7px;
	}
	
	a:link {
	color: #412f1b;
	text-decoration:none;
}
a:visited {
	color: #412f1b;
	text-decoration:none;

}
a:hover {
	color: #F57B20;
	text-decoration: underline;

}
a:active {
	color: #501A0A;
}

#mainContent h2 {
color:#fff;
padding: 3px;
padding-left: 10px;
background-color:#009f94;
border: 1px solid #f57b20;
}

#insideContent h2 {
margin-top: 19px;
height: 37px;
color:#ffffff;
padding: 3px;
padding-top: 10px;
padding-left: 19px;
background-image:url(images/h2back.gif)
}

#formContent h2 {
margin-top: 19px;
height: 37px;
color:#ffffff;
padding: 3px;
padding-top: 10px;
padding-left: 19px;
background-image:url(images/h2formback.gif)
}
.homeheader {
margin-top: 5px;
background-color: #009f94;
border-bottom: #f57b20 1px solid;
width: 403px;
height: 20px;
color:#ffffff;
font-size: medium;
padding: 3px;
padding-left: 19px;
}#container #insideContent div p .style27 {
	font-size: x-small;
	text-align: center;
}

