body {
	font-family: "Times New Roman", Times, serif;
	font-size: 69%;
	color: #666666;
	font-style: normal;
	line-height: 145%;
	margin: 0;
	border: 0px;
	text-align: center;
	background-image: url(../images/bg_slice.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E3BB95;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.35em;
	font-size: 1.1em;
	text-align: left;
}

ul {
	font-size: 1em;
	color: #666666;
	list-style-type: disc;
	line-height: 1.35em;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #594022;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #594022;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size:1.5em;
	line-height: normal;
	color: #594022;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size:1.3em;
	color: #333333;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.1em;
	line-height: normal;
	color: #594022;
}
h4 {
	line-height: 100%;
	color: #1F4A8C;
	font-size: 1.1em;
}

.border_all {border: solid #CCCCDD 1px;}
.border_left {border-left: 1px solid #CCCCDD;}
.border_right {border-right: 1px solid #CCCCDD;}
.border_top {border-top: 1px solid #CCCCDD;}
.border_topandleft {border-top: 1px solid #CCCCDD; border-left: 1px solid #CCCCDD;}
.border_bottom {border-bottom: 1px solid #CCCCDD;}
.border_leftandright {border-left: 1px solid #CCCCDD; border-right: 1px solid #CCCCDD;}
.border_topandbottom {border-top: 1px solid #CCCCDD; border-bottom: 1px solid #CCCCDD;}



 ul#navlist {
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	color: #CCCCCC;
	font-size: 0.9em;
	vertical-align: text-bottom;
	line-height: normal;
	margin: 12px 12px 0px 0px;
	padding: 0px;
}
 #navlist li {list-style-type: none; display: inline;}
 #navlist a {
	padding: 3px 9px 3px 9px;
}
 #navlist a:link {
	color: #FFFFFF;
	text-decoration: none;
}
 #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 #navlist a:hover {
	color: #FFCC00;
	background-color: #452509;
	text-decoration: none;
}
.navlist_on {
	color: #FFCC00;
	background-color: #452509;
	padding: 3px 9px 3px 9px;
}


 ul#subnavlist {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	border-top: solid #CCCCDD 1px;
	border-bottom: solid #CCCCDD 1px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
}
 #subnavlist a {
	padding: 3px 10px 3px 10px;
	display: block;
}
 #subnavlist a:link {
	color: #666666;
	text-decoration: none;
	display: block;
}
 #subnavlist a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
}
 #subnavlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #D4AB83;
}


.subnavlist_on {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #E3BB95;
	padding: 3px 10px 3px 10px;
}

 ul#featurelist {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.3em;
	padding: 10px 8px 10px 20px;
	list-style-type: circle;
}
 #featurelist li {
	list-style-type: disc;
	display: list-item;
	list-style-position: inherit;
}
 #featurelist a {padding: 4px 10px 4px 10px;}
 #featurelist a:link {color: #5C4A56; background-color: #FFFFFF; text-decoration: none;}
 #featurelist a:visited {color: #5C4A56; background-color: #FFFFFF; text-decoration: none;}
 #featurelist a:hover {color: #FFFFFF; background-color: #aea5ab; text-decoration: none;}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CDA47A;
	line-height: 1em;
	padding: 4px;
	margin: 0px;
}

.footertext a:link{
	text-decoration: none;
	color: #E7C7A4;
	display: inline;
}
.footertext a:visited{
	text-decoration: none;
	color: #E7C7A4;
}
.footertext a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #6B5331;
}


#wrapper {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	z-index: 1;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	}
		
#header {
	position:relative;
	width:740px;
	height:150px;
	top: 100px;
	left: 0px;
	visibility: visible;
	border-bottom: solid #999999 1px;
	padding: 10px 10px 10px 10px;
	z-index: 4;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-top: solid #999999 1px;
}


#main_nav {
	position:inherit;
	left:auto;
	top:0px;
	width:770px;
	height:100px;
	z-index:1;
	visibility: visible;
	clear: right;
	overflow: visible;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}
#banner {
	position:relative;
	top:0px;
	width:770px;
	z-index:1;
	left: 0px;
	height: 170px;
	visibility: visible;
	padding: 25px 0px 0px 0px;
	float: left;
	margin: 0px;
	background-color: #594022;
	clear: both;
}

#content {
	position:relative;
	top:0px;
	width:730px;
	height:auto;
	z-index:1;
	float: left;
	margin: 0px;
	text-align: left;
	padding: 20px;
	overflow: visible;
	clear: both;
}
#content2 {
	position:relative;
	top:0px;
	width:380px;
	height:auto;
	z-index:1;
	float: right;
	right: 0px;
	margin: 10px;
	text-align: left;
	padding: 20px;
}
#navbar {
	position:relative;
	top:0px;
	width:770px;
	height:35px;
	z-index:1;
	float: left;
	margin: 0px;
	text-align: left;
	clear: both;
	padding: 0px 0px 0px 0px;
	left: 0px;
	overflow: visible;
	background-color: #594022;
}


#footer {
	clear: both;
	float: left;
	bottom: 0px;
	z-index: 1;
	position: inherit;
	margin: 0;
	padding: 5px;
	width: 760px;
	background-color: #6B5331;
}

#contact_details_head {
	position:relative;
	top:0px;
	width:750px;
	height:25px;
	z-index:10;
	right: 0px;
	float: left;
	clear: both;
	padding: 10px 0px 0px 20px;
	overflow: visible;
	margin: 0;
}
.contact_details_head {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8C8C8C;
	text-decoration: none;
	letter-spacing: 0.1em;
}

