@charset "utf-8";
/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {color:inherit}
/*-----------main---------*/

html, body {height:100%;}
body {

	font-size: 75%;
	text-align:center;
	line-height: 1;
	background-color: #F6F7C7;
	color: #5A7436;
	background-image:url(images/bottom_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	min-height:100%;


}

#container {
	margin:1% auto;
	background-color: #E9E9D6;
	text-align:left;
	min-width:900px;
	max-width:1200px;
	width:90%;


}


#header {
	background-image:url(images/headerbg.jpg);
	background-repeat: repeat-x;
	color:#F6F6DD;
	font-size:1.6em;
	font-weight:bold;
	vertical-align:bottom;
	position:relative;
}
#headertop {
	background-color:#583E3B;
	height:10px;

}
#headermenu {
	position:absolute;
	right:10px;
	top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#header_topleft{position:absolute; left:0px; top:0px;}
#header_topright{position:absolute; right:0px; top:0px;}
#footer_bottomleft{position:absolute; left:0px; bottom:0px;}
#footer_bottomright{position:absolute; right:0px; bottom:0px;}

#main { 
	background-color:transparent;

}

.col_left {	width:235px; float:left;padding:0 0 0 15px;}
.col_right { 
	margin:0 15px 0 250px; position:relative;
}


#maincontent {
	font-family:Palatino Linotype, serif;
	font-size:1.4em;

}
#maincontent p {margin:10px 0 10px 0; line-height:1.4em;}
#sidebar {
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 { font-family:Palatino Linotype, serif;color: #663333; }
#sidebar h2{
	font-size: 1.8em;
	padding: 0 0 25px 0;
}
#sidebar h3{
	font-size: 1.6em;
	padding: 20px 0 0px 0;
}
#sidebar h4{
	font-size: 1.4em;
	padding: 10px 0 20px 0;
}

#hours, #address {font-size:1.2em; line-height:1.2;}
#hours dt { float:left; }
#hours dd { margin: 0 0 0 100px}

#address span { display:block }

#info {
	background-color: #B1BA88;
	width:100%;height:100%;
	position:relative;
	clear:both;
	overflow:hidden;
	padding:30px 0 0 0;
	background-image:url(images/info_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	

}
.ieinfo {
	overflow:hidden;

}

.infobox {
	background-color: #F6F6DD;
	width:47%;
	margin:0 0 0 10px;
	display:inline;
	
}
.infoboxcontent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.2em;
	vertical-align:top;
	min-height:180px;
	padding-bottom: 500px;
	margin-bottom: -500px;
}
.infoboxcontent h2, {
	padding:10px 15px 10px 15px;
}
.infoboxcontent p {
	padding:10px 15px 10px 15px;
}
.infobox h2{
	font-family:Palatino Linotype, serif;
	font-size: 1.4em;
	color: #663333;
}

.infoboxbottom {
	height:10px;
	clear:both;
}
.left {float:left}
.right {float:right}

#footer{ position:relative; background-color: #B1BA88;clear:both;height:50px}

#topbgimg{
	width:100%; height:300px; position:absolute; top:0px; left:0px; right:0px; z-index:-1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_bg.png',sizingMethod='scale');
}



* html #topbgimg img {
  display:none;
}
* html #container {
  width:900px;
}
