/* General page layout markup*/
body{
	margin:0px;
	margin-top:0px;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #99CC00;
	scrollbar-darkshadow-color: #99CC00; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #99CC00
	}

#container{
	width:766px;
	margin:0 auto;
	text-align:left;
	background-image:url(images/layout/header_bg.gif);
	}

#wrapper{
		clear: both;
	float:left;
	width:766px;
	background-color:#677E34;
	text-align: left;
	margin:0px;
	}		
	
#content{
	clear:both;
    margin-top:0px;
	padding-left:0px;
	}

#mainimage{
	background-color:#677E34;
	float:left;}
	
	
#columnleft{
	padding-left:3px;
	float:left;
	width:380px;
	}
	
#colleftdot{
	float:left;
	width:45px;
	}

#collefttext{
	float:left;
	width:330px;
	}

#columnright{
	padding-left:3px;
	float:right;
	width:380px;
	}
	
#colrightdot{
	
	float:left;
	width:45px;
	}

#colrighttext{
	
	float:left;
	width:330px;
	}

#menu {

	float:left;
	text-align:left;
	background-color:#FFFFFF;
	width:766px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:3px;
}

#menu a{
	color:#5E3201;
	font-size:0.95em;
	font-weight:bold;
	text-decoration:none;
	}
	
#menu a:hover{
	color:#677E34;
	}	

#menu ul {
	margin-left: 0;
	padding-left: 0;
	} 

#menu ul li {
	margin-left: 10px;
	display: inline;

	}
		
#menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

.floatleft{
	float:left;}

#header{
	/*color: #CEE0A4;*/
	/*width:766px;*/
	/*background-image:url(images/layout/header_bg.gif);*/
	/*height: 500px;*/
  	}
	
#headerlogo{
	float:left;	
	width:369px;
}

#headercol1{
	float:left;
	width:174px;
	/*height:78px;*/
	background-image:url(images/layout/openhours_bg.gif);
	text-align:left;
	}

#headercol2{
	float:left;
	width:94px;
    /*height:78px;*/
	background-image:url(images/layout/address1_bg.gif);
	text-align:left;
	}
	
#headercol3{
	float:left;
	width:129px;
	/*height:78px;*/
	background-image:url(images/layout/address2_bg.gif);
	text-align:left;
	}
	
.headerlight {
	margin-top:15px;
	margin-left:3px;
	color:#E1E5D6;
	font-size:0.8em;
	}
.headerdark {
	margin-top:15px;
	margin-left:3px;
	color:#677E34;
	font-size:0.8em;
	}
	
#footer{
	text-align: right;
	width:766px;
	height:60px;
	float:left;
	background-image:url(images/layout/footer_bg.gif);
	background-position:top;
	font-size:0.8em;
	}

#footer p{
	color:#E1E5D6;
	}
	
#footer a{
	color:#E1E5D6;
	}

#footer a:hover{
	color:#5E3201;
	}
	
img {
	margin:0;}
	
	
#content p{
	line-height:1.5em;
	color:#E1E5D6;
	font-size:0.9em;
	padding-right: 25px;	
	}

a {
	color:#E1E5D6;
	text-decoration:none;
	font-weight:bold
	}

a:hover {
 	color:#5E3201;
	}
 
#content ul li{
	color:#E1E5D6;
	list-style-image:url(images/layout/bulletpoint.gif);
	font-size:0.9em;
	padding-right: 25px;
	list-style-type: disc;
	line-height:1.5em;
	}

h1 {
	color:#E1E5D6;
	font-size:0.9em;
	font-weight:bold
	}
h2 {
	color:#E1E5D6;
	font-size:0.9em;
	font-weight:bold;
	}
/*  ----------------clearing spacer---------------------- */ 
.spacer { 
	clear: both; 
	}
/* -----------------form----------------------------------*/
.form_standard { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; 
color: #677E34; text-decoration: none; background-color: #CEE0A4; font-weight: normal; BORDER-WIDTH: 1px; BORDER-STYLE: solid;}
.form_standard2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; 
color: #677E34; text-decoration: none; background-color: #CEE0A4; font-weight: normal; BORDER-WIDTH: 0px; BORDER-STYLE: solid;}

.submit {BORDER-WIDTH: 0px; BORDER-STYLE: solid; BACKGROUND-COLOR: #CEE0A4; COLOR: #677E34; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: xx-small
}
/*  -------------------table------------------------*/
table {
	font-size:1em;}