@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #e9e3be;
	color: #000000;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	text-align: left;
}
p { margin-bottom: 10px;}
h1, h2, h3, h4 { color: #91772c; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; margin-bottom: 10px;}
h1 { font-size: 15px; letter-spacing: 1px; line-height: 18px;}
h2, h3 { font-size: 14px; line-height: 16px;}
h3 { text-transform: none;}
h4 { font-size: 11px; font-weight: bold; text-transform: none;}

ol { color: #91772c; list-style-position: inside; margin: 10px 0px;}
ol li { padding: 1px 10px;}
ul { list-style-type: none; margin: 10px 5px;}
ul li { background: url(../images/bullet.gif) no-repeat left top; list-style-type: none; padding: 1px 0px 5px 10px;}

a { color: #91772c; text-decoration: none;}
a:hover { text-decoration: underline;}

/*---- HEADER ----*/
#Header { width: 950px; height: 325px; position: relative; margin: 0px auto; background:url(../images/header.jpg) center top no-repeat; border-left:#91772c 10px solid; border-right:#91772c 10px solid;}
/*---- NAV ----*/ 
#Nav { color: #e9e3be; width: 660px; position: relative; top: 267px; left: 290px;}
#Nav ul { margin:0px; padding:0px;}
#Nav ul li { background: none; border-right: #e9e3be 1px solid; float:left; list-style-type: none; margin: 0px; padding: 0px;}
#Nav ul li a { color: #e9e3be; font-family: "Trajan Pro", "Times New Roman", Times; text-transform: uppercase; display: block; padding: 2px 10px;}
#Nav ul li a:hover { color: #000000; text-decoration: none;}
/*---- END Nav ----*/

/*---- END HEADER ----*/

/*---- CONTENT ----*/
#Wrapper { width:950px; position:relative; margin: 0 auto; background:url(../images/bg_center.jpg) center top repeat-y; border-left:#91772c 10px solid; border-right:#91772c 10px solid;}
#Center { width: 420px; float: left; margin: 0px 25px 0px 60px;}

#Banner { width: 625px; height:193px; float: left; margin: 0px 0px 30px 60px;}
#Banner img { border: none;}

#LeftColumn { width: 220px; float: left; margin-left: 20px;}
#RightColumn { width: 180px; float: left;}
.ColumnIn { border-bottom: #91772c 1px solid; padding-bottom:5px; margin-bottom: 15px;}

/*---- LEF COLUMN ----*/
#LeftNav { width: 100%; padding-bottom: 10px;}
#LeftNav ul { margin: 0px; padding: 0px;}
#LeftNav ul li { background: none; margin: 0px; padding: 0px;}
#LeftNav li a {
	background: url(../images/bullet.gif) no-repeat 5px center;
	font-size: 12px; display: block; padding: 5px 0px 5px 15px;
	text-decoration: none; }
#LeftNav li a:hover { background-color:#FFFFFF; text-decoration: none;}
/*---- END LEFT COLUMN ----*/

/*---- CONTACT FORM ----*/
#Form { margin-bottom: 10px; text-transform: uppercase;}
#Form .input-text { width:100%; background-color:#ffffff; border: #000000 1px solid; margin: 2px 0px; padding: 2px; text-transform: none;}
#Form .button { margin-top: 10px; text-align: center;}
/*---- END CONTACT FORM ----*/

/*---- FOOTER ----*/
#Footer {
	width: 950px; height: 35px;
	font-size: 10px;
	position:relative; bottom:0px; clear:both; padding-top: 20px;
}
#NavFooter {
	width: 610px; height: 25px;
	background: #e9e3be url(../images/bg_footer.jpg) left top no-repeat;
	padding: 10px 10px 0px 30px; float: right;
}
#NavFooter ul { margin:0px; padding:0px;}
#NavFooter ul li { background: none; border-right: #FFFFFF 2px solid; float:left; list-style-type: none; margin: 0px; padding: 0px;}
#NavFooter ul li a { text-transform: uppercase; display: block; padding: 0px 5px;}
#Legal { width:240px; float:left; margin-left: 20px;}
/*---- END FOOTER ----*/

.clearBOTH { height: 20px; clear: both;}