@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-style: normal;
	color: #000000;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	margin: 5px 0px 5px 5px;
	padding: 0px;
}
li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-indent: 5px;
}
h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #947932;
	text-align: left;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #947932;
	text-align: left;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
a {
	color: #947932;
	text-decoration: none;
}
a:link {
	color: #947932;
	text-decoration: none;
}
a:visited {
	color: #947932;
	text-decoration: none;
}
a:hover {
	color: #947932;
	text-decoration: underline;
}
a:active {
	color: #947932;
	text-decoration: underline;
}
/*---- HEADER ----*/
#Header {
	width:920px;
	height:200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
	margin: 0px auto;
}
/*---- END HEADER ----*/

/*---- NAV ----*/
#Nav {
	width:910px;
	height:18px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: #947932 2px solid;
	border-top: #947932 2px solid;
	position:relative;
	margin: 0px auto;
	padding: 8px 0px 0px 10px;
}
#Nav a{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
}
/*---- END Nav ----*/

/*---- CONTENT ----*/
#Wrapper {
	width:880px;
	background-color: #FFFFFF;
	position:relative;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
}
/*---- CONTENT LEFT ----*/
#ContentLeft {
	width:185px;
	text-align: left;
	color: #999999;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
#ContentLeft h2 {
	margin: 0px 0px 15px 0px;
	text-transform: none;
}
/*---- END CONTENT LEFT ----*/

/*---- CONTENT CENTER ----*/
#ContentCenter {
	width:650px;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
}
/*---- CONTENT RIGHT ----*/
#ContentRight {
	width:185px;
	background-color: #e2d9c0;
	border: #947932 1px solid;
	text-align: left;
	float: right;
	padding: 10px;
	margin: 0px;
}
#ContentRight p {
	font-size: 10px;
	line-height: 13px;
}
#ContentRight h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0px 10px 0px;
	border-bottom: #947932 1px solid;
	border-top: #947932 1px solid;
}
#ContentRight h2 {
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
/*---- END CONTENT RIGHT ----*/

/*---- CONTACT FORM ----*/
#Form {
	margin: 0px 0px 15px 0px;
	border-bottom: #947932 1px solid;
	padding: 0px 0px 10px 0px;
	color: #947932;
}
#Form .button {
	width: 65px;
	margin: 5px 0px 0px 15px;
	font-size: 11px;
	color: #ffffff;
	border: 0px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color:#947932;
	cursor: pointer;
}
#Form .button:hover {
	color: #000000;
}
#Form .input-text {
	width: 100%;
	border: solid 1px #947932;
	margin: 2px 0px 2px 0px;
	background-color:#ffffff;
}
#Form .input-text:hover {
	background-color:#eeeeee;
}
/*---- END CONTACT FORM ----*/

/*---- FOOTER ----*/
#Footer {
	width:900px;
	height: 50px;
	text-align: left;
	position:relative;
	margin: 0 auto;
	font-size: 10px;
	padding: 20px 0px 0px 20px;
}
#Footer a{
	text-transform: uppercase;
	color: #947932;
	padding: 0px 10px 0px 10px;
}
#Footer a:hover{
	color: #947932;
}
/*---- END FOOTER ----*/
.clearBOTH {
	height: 1px;
	clear: both;
}
.space {
	height: 1px;
	clear: both;
	background-color:#e2d9c0;
	margin: 10px 0px 10px 0px;
}
