
/* CSS Document */

/* HTML styles */


body {
	text-align:left;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	background: #1c090b url(../images/bg-body.jpg) top left repeat-x; color: #fff;

}

a:visited  {
	color: #bcab68;
	text-decoration: underline;
	background: transparent;
}
a:link  {
	color: #bcab68;
	text-decoration: underline;
	background: transparent;
}	
a:hover   {
	text-decoration: none; color: #fff;
}

#h1 {
	font-size:3.0em; font-family:Georgia, "Times New Roman", Times, serif;
	color:#b6a96b;
	line-height:42px;
	padding-bottom:15px;
}
h2 {
	line-height: 2.6em;
	color: #b6a96b;
	font-size: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}



h3 {
	margin-bottom: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #b6a96b;
}

h4 {
	margin-bottom: 0.8em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b6a96b;
	padding-bottom: 4px;
	font-weight: bold;
	}
	
h5 {
	 font-weight: bold; padding: 0px; margin: 0px;color: #b6a96b;
	
}
h6 {
	font-style: italic; font-weight: bold;padding: 0px; margin: 0px; color: #b6a96b;}


/* DIV styles */

#wrap {width: 1106px; margin: 0 auto; background: transparent url(../images/bg-content.jpg) top left no-repeat; min-height: 804px;}

#header {
	width:655px;
	float:right; margin-top: 65px;
}
#slogan { display: none; }

#logo {float: left;  width: 192px; position: relative;}

#content {margin-top:52px; width:465px;
	/*height:672px;*/
	float:right; margin-right: 50px;}
#content p {
	font-size:1.5em;
	line-height: 30px;
	color:#fff;
	line-height:25px;
	padding-bottom:15px;line-height: 1.6em;
}

#content h1 {
	font-size:3.0em; font-family:Georgia, "Times New Roman", Times, serif;
	color:#b6a96b;
	line-height:42px;
	padding-bottom:15px;
}

#content h1 .print {
	font-size:13px; font-family: Geneva, Arial, Helvetica, sans-serif; letter-spacing: 1px;

}


#content .right {
	width:445px;
	/*margin-top:62px;*/
	margin-right: 20px;
	float:right; 
}
.copy_span {
	width:400px;
	float:left; 
}
.copy {
	width:340px;
	float:left;
}



/* navigation */


#nav {
	padding-top: 15px;float: right; width: 435px; position: relative;
	padding-right: 10px;
	color: #554437; font-family: lucida sans, sans-serif; font-size:1.5em;
}

#nav li {
	float:left; padding: 0 3px 0 3px;
}

#nav a {
	
	color:#fff;
	letter-spacing: 0px; text-decoration: none;
	/*display:block;*/
}

#nav a:hover {
	text-decoration:none; color: #9d9993;
}


/* footer */

#footer {
	font-size:1.0em;
	color:#62464a;
	width:1075px;
	margin:10px auto 0 auto;
	padding-bottom:100px;
	clear: both;  width: 1100px;
	font-family: lucida sans, sans-serif;
}

#footer .left {
	width:500px;
	margin-left:15px;
	float:left;
	display:inline;
}

#footer .right {
	width:520px;
	float:right; 
}


#footernav {
	padding-right: 10px;
	color: #554437; font-family: lucida sans, sans-serif; font-size:1em;
}

#footernav li {
	padding: 0 3px 0 0px; float: left;
}

#footernav a {
	
	color:#9d9993;
	letter-spacing: 0px;
	text-decoration: none;
	/*display:block;*/
}

#footernav a:hover {
	text-decoration:none; color: #fff;
}


/* styles */

.bolditalic {font-style: italic; font-weight: bold;}
.bold {font-weight: bold;}
.sm-txt {font-size: 11px;}
.gold-txt {color: #b6a96b; text-transform: uppercase; font-weight: bold;}

