/* CSS Document */
html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-color: #25432b;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
}
#main {
	margin: 0 auto;
  	width: 760px;
	text-align: left;
}
/* Main Content */
#content { 
	width: 100%;
}
#content h1 { 
	font-size: 24px; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 1px solid #e0d3ad;
	margin: 0px;
	padding: 5px 0px 8px;
}
#content h2 { 
	font-size: 16px; 
	color: #369; 
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
#content p {
	font-size: 12px;
	color: #000; 
	line-height: 20px;
	margin: 0px;
	padding: 10px 0px 0px;
}
#content ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#content li {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
}
#content a:link {
	color: #369;
	text-decoration: underline;
}
#content a:visited {
	color: #369;
	text-decoration: underline;
}
#content a:hover {
	color: #333;
	text-decoration: underline;
}

/* Side Content */
#side { 
	width: 180px;
	margin: 0px;
	padding: 0px 0px 8px;
}
#side h2 { 
	font-size: 14px; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 1px solid #e0d3ad;
	margin: 0px;
	padding: 6px 0px 8px;
}
#side ul {
	font-size: 12px;
	color: #000; 
	line-height: 18px;
	margin: 0px;
	padding: 10px 0px 0px;
}
#side li {
	font-size: 12px;
	color: #000; 
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-position: inside;
	list-style-type: disc;
}

/* Custom Layout Styles */
.border {
	border: 1px solid #000;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.abtborder {
	border: 1px solid #000;
	margin: 4px 10px 0px 0px;
	padding: 0px;
}
.tileleft {
	background-image: url(../images/tile_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.tileright {
	background-image: url(../images/tile_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* Custom Text Styles */
.sm {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333;
}
a.sm:link, a.sm:visited {
	font-size: 10px;
	color: #2d3b32;
	text-decoration: underline;
}
a.sm:hover {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}
/* Custom Nav Styles */
a.nav:link {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a.nav:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a.nav:hover {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.navbgtop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a38f;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}
.navbg {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #a6a38f;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}
.navbgbot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	margin: 0px;
	padding: 2px 10px 2px 10px;
}
/* Footer Styles */
#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
/* Breadcrumbs Styles */
#bread {
	font-size: 10px;
	color: #fff;
	background-color: #a39c89;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	float:left;
}
#bread a:link {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
#bread a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
#bread a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
#date {
	font-size: 10px;
	color: #fff;
	background-color: #a39c89;
	margin: 0px;
	padding: 5px 15px 5px 5px;
	clear: right;
	text-align: right;
}
/* Colors Styles */
.white {
	background-color: #fff;
}
.tan {
	background-color: #e5e1c6;
}
.dtan {
	background-color: #a39c89;
}
/* Contact Styles */
.contactborder {
	border: 1px solid #ccc;
}
.formtdtop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #e3e1db;
}
.formtd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	background-color: #f5f3ee;
}
.formtdbot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background-color: #f5f3ee;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	background-color: #fff;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #424854;
	background-color: #577a67;
	margin: 0px;
	padding: 2px;
}
hr {
     border: 0px;
     width: 100%;
    }
hr {
	color: #ccc;
	background-color: #ccc;
 	height: 1px;	
}

