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

html {
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: “Trebuchet MS”, sans-serif;	
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #c58f63;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: “Trebuchet MS”, sans-serif;	
	font-size: 12px;
	line-height: 1.5em;
}
#container {
	width: 800px;
	margin: 0 auto;
	display: block;
	height: 100%;
}
#topbanner {
	height: 145px;
	width: 800px;
}
#topbanner #topright {
	width: 584px;
	float: right;
	color: #FFFFFF;
	height: 106px;
	padding-top: 5px;
}
#topbanner #topright a{
	color: #FFFFFF;
	padding-bottom: 5px;

}
#topbanner #topleft {
	width: 209px;
	float: left;
	color: #FFFFFF;
}
#middle {
	width: 800px;
	background-color: #000000;
}

#nav {
	width: 800px;
	float: left;
}

#middle #homeimg {
	width: 800px;
	height: 190px;
	clear: both;
	padding-top: 10px;
}
#middle #content {
	width: 800px;
	float: left;
	background-color: #FFFFFF;
}
#middle #btmcontent {
	width: 800px;
	float: left;
	background-color: #130e0f;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
}
.tiletext{
	padding: 25px 10px 10px;
	font-size: 12px;
}
#middle #content #col1 {
	float: left;
	width: 470px;
	padding-top: 15px;
	margin-left: 12px;
	color: #404040;
	display: inline; /* fixes IE/Win double margin bug*/
	padding-left: 12px;
}
img.border {
	border: 2px solid #d5d3d3;
}

img.border2 {
	border: 2px solid #d5d3d3;
	margin-left: 5px;
}
#middle #content #homephoto {
	float: right;
	width: 280px;
	display: inline; /* fixes IE/Win double margin bug*/
	padding: 10px;
	color: #666666;
	text-align: center;
}
#middle #btmcontent #col2 {
	float: left;
	width: 253px;
	height: 228px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline; /* fixes IE/Win double margin bug*/
	background-image: url(../images/tile.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-left: 9px;
}
#middle #btmcontent #col3 {
	float: left;
	width: 253px;
	height: 228px;
	margin-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline; /* fixes IE/Win double margin bug*/
	background-image: url(../images/tile.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 5px 0px 5px 2px;
	margin-right: 5px;
}

#middle #btmcontent #col4 {
	float: left;
	width: 253px;
	height: 228px;
	margin-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	display: inline; /* fixes IE/Win double margin bug*/
	background-image: url(../images/tile.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 5px 0px 5px 2px;
	margin-right: 5px;
}
	
#middle #content2 {
	width: 800px;
	float: left;
	height: 100%;
	margin-top: 8px;
	background-color: #FFFFFF;
}
#middle #content2 #col1 {
	float: left;
	width: 221px;
	display: inline; /* fixes IE/Win double margin bug*/
}
#middle #content2 #col2 {
	float: left;
	width: 600px;
	height: 100%;
	margin-top: 8px;
	margin-left: 60px;
	color: #404040;
	display: inline; /* fixes IE/Win double margin bug*/
}

h1 {
	font-size: 16px;
	color: #4d4d4d;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/img_h1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	text-transform: uppercase;
}
img.content {
	border: 2px solid #a89a5f;
}
h2 {
	font-size: 14px;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px 0px 10px;
}

h3 {
	font-size: 16px;
	color: #d5d3d3;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 2px;
	background-image: url(../images/img_02.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin-top: 5px;

}
h4 {
	font-size: 14px;
	color: #d5d3d3;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 2px;
	background-image: url(../images/img_02.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin-top: 5px;
	letter-spacing: 0.02em;
	word-spacing: 0.05em;
}
h5 {
	font-size: 13px;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px 0px 10px;
}
a {
	color: #993f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.white {
	color: #fffff;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
}
a.subnav {
	color: #bebebe;
	text-decoration: none;
	display: block;
	font-family: “Trebuchet MS”, sans-serif;	
	font-size: 12px;
	line-height: 25px;
	background-color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	}
	
a.subnav:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0f73d3;
	}
	
.subnavon {
	color: #ffffff;
	text-decoration:none;
	background-color: #0f73d3;
	display: block;
	font-family: “Trebuchet MS”, sans-serif;	
	font-size: 12px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;

	}
#footer {
	bottom: 0px;
	width: 800px;
	height: 64px;
	background-color: #130e0f;
}
#footer #copyright {
	color: #D1D1D1;
	font-size: 11px;
	background-position: center;
	width: 800px;
	text-align: center;
	padding-top: 10px;
}

