@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/bgtall.jpg);
	background-repeat:repeat-x;
}
	

#container {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	float:left;
	width:908px;
}

#logo {
	width:437px;
	height:262px;
	float:left;
}

#logo img {
	border:0;
}

#imgheader {
	width:486px;
	height:130px;
	float:left;
}

#menu {
	float:left;
	width:150px;
	clear:left;
	padding-left:74px;
}

#menu img {
	clear:left;
	float:left;
	text-align:right;
	border:0;
}

#content {
	float:left;
	padding-left:50px;
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	width:610px;
	line-height:16px;
	padding-top:7px;
	font-weight:normal;
	text-transform:uppercase;
}

#location {
	text-align:center;
	font-weight:bold;
	width:425px;
	float:left;
}

#content b {
	font-size:14px;
}

#contenthome {
	float:left;
	padding-left:50px;
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	width:610px;
	line-height:16px;
	padding-top:7px;
	font-weight:bold;
	text-transform:uppercase;
}

#smallprint {
	font-size:9px;
}

h3 {
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	margin:0;
}

h2 {
	font-family:Helvetica, sans-serif;
	color:#662b15;
	font-size:15px;
	margin:0;
	font-weight:bold;
	padding-bottom:6px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:890px;
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	padding-top:30px;
	padding-bottom:25px;
	clear:both;
	
}

#footerbg {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footerimg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:83px;
	clear:both;
}

#footerimg {
	margin-left:auto;
	margin-right:auto;
	width:914px;
}

table {
	float:left;
	padding-top:15px;
}
	
table td {
	padding-left:0;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
}

td.bg b {
	background-color:#fff6b3;
	border:2px solid #000;
	padding:4px 2px 2px 2px;
	line-height:29px;
}

table tr {
	border-bottom-color:#8C6138;
	border-bottom:solid;
}

#map {
	background-image:url(images/mapborder.gif);
	background-repeat:no-repeat;
	width:435px;
	height:360px;
	padding-left:5px;
	padding-top:5px;
	float:left;
	clear:both;
}

a:link {color: #fff3a2;}
a:active  {color: #fff3a2;}
a:hover  {color: #fff3a2;}
a:visited  {color: #fff3a2;}

