@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
}
.layout #container {
	width: 960px; 
	background: none;
	margin: 0 auto; 
	text-align: left;
}

img.bg {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:-2;
}

/*************** HEADER ***************/
.layout #header {
	background: none;
    width:960px;
    height:auto;
	margin: 0; 
	padding: 20px 0 0 0;
}
.layout #headerLeft {
    width:170px;
    height:auto;
    float:left;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0; 
}
.layout #headerRight {
    width:770px;
    height:auto;
    float:right;
	padding: 135px 0 0 0;
	margin: 0; 
	text-align: right;
}

/******************************************* Navigation ****************************************************/
.layout #nav {
	padding: 8px 0 4px 0;
	margin: 0 0 0 80px;
	width: 650px;
    text-align:right;
	background: #000;
	float: right;
}
.layout #nav li {
	list-style:none;
	display:inline;
    padding: 0 15px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}
.layout #nav a {
	color:#9F662D;
	text-decoration:none;
}
.layout #nav a:hover {
	color:#e82d64;
	text-decoration:none;
}
#navCurrent {
	color:#BB9645;
	text-decoration:none;
	background: #000;
}

/******************************************* Main Content ****************************************************/
.layout #mainContent {
	/*background: url(../images/content-tbg.png);*/
	background-color: #FFFFFF;
padding: 20px;
	margin: 0;
	border-top: 5px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.layout #mainContentLeft {
	background: none;
    width: 459px;
	float: left;
}
.layout #mainContentRight {
	background: none;
    width: 459px;
	float: right;
}
.layout #mainContent p {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
.layout #mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
.layout #mainContent h2 {
	font-size: 20px;
	font-weight: normal;
	color: #222;
}
.layout #mainContent h3 {
	font-size: 18px;
	font-weight: normal;
	color: #222;
	text-decoration:underline;
}
.layout #mainContent h4 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
}
.layout #banner {
    background: none;
	width:420px;
	height:320px;
	margin: 0 0 20px 30px;
	padding:0;
}

/*************** FOOTER ***************/
.layout #footer {
	background: #000;
	width: 960px;
	padding: 0;
	margin: 0;
}
.layout #footer p {
	font-size:10px;
	font-weight:normal;
	color:#9F662D;
	margin: 0;
	padding: 5px 0; 
}
.layout #footer a {
	color:#9F662D;
	text-decoration:none;
}
.layout #footer a:hover {
	color:#BB9645;
	text-decoration:none;
}
.layout #footerLeft {
    width:280px;
    height:auto;
    float:left;
	text-align: left;
	padding-left: 20px;
}
.layout #footerMiddle {
    width:360px;
    height:auto;
    float:left;
	text-align: center;
}
.layout #footerMiddle p {
	font-size:12px;
}       
.layout #footerRight {
    width:280px;
    height:auto;
    float:right;
	text-align: right;
	padding-right: 20px;
}

/*************** FLOATS ***************/
.fltrt { 
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*************** MISC ***************/
a {
	color: #000;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/******************************************* Contact Us ****************************************************/
.layout #contactForm {
    width: 359px;
	margin: 0  0 0 50px;
}
.layout #contactInfo {
    background: url(../images/contact_info_bg.png) repeat;
	width: 300px;
	height: 220px;
	margin: 0 0 0 40px;
	padding: 50px;
	border:2px solid #444;
}
.layout #contactInfo h2 {
	font-size: 22px;
	font-weight: normal;
	color:#9F662D;
    margin:0;
	padding:0;
}
.layout #contactInfo p {
	font-size: 16px;
	font-weight: normal;
	color:#BB9645;
    margin:0;
	padding:0;
}
.layout #contactInfo a {
	color:#BB9645;
	text-decoration: none;
	outline: none;
}
.layout #contactInfo a:hover {
	color:#BB9645;
	text-decoration: underline;
	outline: none;
}

/******************************************* Contact Us Without Form ****************************************************/
.layout #contactInfo2 {
	width: auto;
	height: 220px;
	margin: 0 40px;
	padding: 50px;
}
.layout #contactInfo2 h2 {
	font-size: 24px;
	font-weight: normal;
	color:#222;
    margin:0;
	padding:0;
}
.layout #contactInfo2 p {
	font-size: 18px;
	font-weight: normal;
	color:#282828;
    margin:0;
	padding:0;
}
.layout #contactInfo2 a {
	color:#282828;
	outline: none;
	text-decoration: underline;
}
.layout #contactInfo2 a:hover {
	color:#333;
}