/* CSS Document */
body {
	text-align: center;
	line-height: 160%;
	min-width: 850px;
	background-color:#DFDFDF;
	padding: 0;
	margin: 5px 0px 0px 0px;
 }
a:link {
	color: #000066; text-decoration: none; 
}
a:visited {
	color: #E2A42D; text-decoration: none;
}
a:hover {
	color: #E2A42D; text-decoration: none;
}
a: active {color:#000066;text-decoration: none;
}
 #wrapper {
 	background-image:#FFFFFF url(xxx) repeat-x top;
	background-color:#ffffff;
	text-align: left;
    margin: auto;
    width: 854px;
    padding: 0;
 }
 #logo {
	text-align: centre;
	width: 850px;
	margin: 2px 0px 0px  2px;
	padding: 0px;
	float: left;
	height: 70px;
	background-image:url(assets/images/logo.jpg);
	background-repeat:no-repeat;
	
}
#address {
	text-align:right;
	margin: 0px 2px 0px 0px;
	width: 360px;
	height:55px;
	float: right;
	padding:5px 25px 5px 5px;
	background-color: #F0F1EE;
	position:relative;
		}
#header {
	text-align: left;
	width: 850px;
	margin: 0px 0px 5px  2px;
	padding: 0px;
	background-image:url(assets/photos/index_header.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 250px;
}

#lower_bar {
	text-align: center;
	margin: 0px 0px 15px 2px;
	width: 850px;
	height:16px;
	background-image:url(assets/images/top_divider_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E2A42D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2A42D;
} 
#date{ 
	width:190px;
	height: 12px;
	float:right;
	top:-5px;
	right:-45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#465826;
	padding:0px 5px 0px 0px;
	position:relative;
	margin:0px 0px 0px 0px;
	}
#side {
	width: 193px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 3px;
	float: left;
	background-color:#FFFFFF;
	background-image:url(assets/images/menu_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	
	line-height: 20px;
 }
 #side ul {  
	 padding-top: 10px;  
	 padding-left: 5px;  
	 text-align: left;  
	 list-style: none;
	 text-decoration:none;
	 margin: 0px;
}  
#side ul li {  
	 display: block;  
	 margin: 0px 0px 5px 0px;  
}  
#side ul li a {  
	 font-size: 12px;
	 font-weight:bold;  
	 line-height: 20px;  
	 text-decoration: none;  
	 color: #465826;  
}  
#side ul li a:hover {  
 	color: #E2A42D;
	text-shadow:1px 1px 1px #000;  
} 

 #content {
 	width: 625px;
	margin: 0px 0px 0px 205px;
	padding: 0px 10px 0px 10px;
	background-image:url(assets/images/menu_bg.gif);
	background-repeat:repeat-x;	
	background-color:#FEFEEE;
	border-left: thin solid #BACB94;
	line-height: 18px;
 }
#photo1 {
	width: 182px;
	height:140px;
	background-color:#BACB94;
	float:left;
	margin: 0px 0px 0px 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2A42D;
}
#photo2 {
	width: 182px;
	height:140px;
	background-color:#BACB94;
	float:left;
	margin: 0px 0px 0px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2A42D;
}
#photo3 {
	width: 182px;
	height:140px;
	background-color:#BACB94;
	float:left;
	margin: 0px 0px 0px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2A42D;
}
#photo4 {
	width: 182px;
	height:140px;
	background-color:#BACB94;
	float:right;
	margin: 10px 20px 0px 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2A42D;
}
#photo5 {
	width: 182px;
	height:140px;
	background-color:#BACB94;
	float:left;
	margin: 0px 10px 0px 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2A42D;
}
#photo6 {
	width: 182px;
	height:257px;
	background-image:url(assets/photos/sideboard_fp.jpg);
	background-repeat:no-repeat;
	float:right;
	margin: 0px 10px 0px 15px;
	
}
#map{
	width: 502px;
	height:305px;
	background-image:url(assets/images/location_map.gif);
	background-repeat:no-repeat;
	float:left;
	margin: 0px 0px 0px 14px;
	border: 2px solid #E2A42D;
	clear:both;

	}
 #footer {
	margin-top: 10px;
	clear: both;
	padding: 0px 0px 0px 5px;
	border-top:  thin solid #BACB94;
	 }

 
#extra {
	height: 150px;
	position: relative;
	width: 168px;
	float: left;
	margin-left: 0px;
	border: thin solid #666666;
	top: auto;
}
img.floatLeft { 
    float: left; 
    margin: 5px 25px 5px 5px; 
}
img.floatRight { 
    float: right; 
    margin: 5px; 
}

#side a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #465826;
	text-decoration: none;
	padding: 0px 0px;
	float: none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#465826;}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717E54;
	}
.style4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9D2B03;
	padding: 0px 0px 0px 2px;
	}
.style5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E2A42D;
	}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#465826;}
.style7 {
	font-size: 10px;	}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; font-weight:bold;
	color:#151515;
	}
.style12 {
	font-size: 38px;
	color: #9D2B03;
	}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#9D2B03;
	}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#151515;
	}
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#465826;
	}
.style16{
font-family:"Book Antiqua", Arial, "Times New Roman"; font-size:36px; color:#9D2B03; font-weight:bold;}
.style17{
font-family:"Book Antiqua", Arial, "Times New Roman"; font-size:36px; color:#465826; font-weight:bold;}
.style18{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9D2B03;}
p  {font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#151515;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#3E3E3D;}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#465826;}
h4{
	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
 	color:#FFFFFF;
	background-color:#9D2B03;
	height:22px;
	width: 185px;
	padding-top:3px;
	padding-left:2px;
	margin:0px 0px 5px 0px;
	 } 
.email{
	text-align:center;
	margin:100px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#465826;}

