@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/mainBg.jpg) top repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	border-top: 1px dotted #32291b;
	border-bottom: 1px solid #32291b;
	color: #32291b;
	height: 3px;
	
}
img {
	border: 0px;
}
a {
	color: #fcffaa;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 5px 0;
	color: #fcffaa;
}
h3 {
	margin: 0px 0;
	color: #fcffaa;
	font-weight: bold;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #fcffaa;
}
input {
	width: 156px;
	border: 1px solid;
	background-color: #ffffda;
	border: 1px solid #000000;
}
textarea {
	width: 206px;
	border: 1px solid;
	background-color: #ffffda;
	border: 1px solid #000000;
}
.heading-main {
	margin: 60px 0 0 70px;
}
.demo {
	font-size: 12px;
}
.small {
	font-size: 11px;
}
.space {
	line-height: 23px;
}
.heading {
	background: url(../images/frontSectionBg.jpg);
	width: 556px;
	height: 49px;
	display: block;
	margin-bottom: 11px;
	line-height: 55px;
	padding-left: 50px;
}
.heading-right {
	background: url(../images/frontSectionRightBg.jpg) no-repeat;
	width: 218px;
	height: 49px;
	display: block;
	margin-bottom: 11px;
	line-height: 50px;
	padding-left: 50px;
}
.news-item {
	background: #000;
	padding: 15px;
	margin: 0px 0px 0px 0px;
}
.news-title {
	font-weight: bold;
	font-size: 14px;
	color: #fcffaa;
}
.news-date {
	font-size: 10px;
	font-style: italic;
}
.news-hr {
	background: url(../images/newsDiv.jpg) center center no-repeat;
	margin: 10px auto 10px auto;
	padding: 0px;
	display: block;
	height: 4px;
	width: 241px;
}
.news-text {
	font-size: 12px;
	text-align: ;
	line-height: 18px;
}
.copy {
	font-size: 14px;
	line-height: 22px;
	padding: 5px;
}
/**********************************/

#clearfix {
	clear: both;
}
/**********************************/

#wrap {
	width: 100%;
	background: url(../images/headerBg.jpg) top center no-repeat;
}
#header, #header-sub, #content, #footer {
	width: 892px;
	margin: 0px auto 0px auto;
}
#header {
	height: 125px;
}
/**** Nav **/
#nav {
	height: 47px;
	width: 680px;
	margin: 0px auto 0px auto;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*^'^ Navigation Structure ^'^*/
.nav-container-outer {
	padding: 0px;
	height: 47px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.nav-container .divider {
	display:block;
	font-size:1px;
	border-width:0px;
	border-style: none;
}
.nav-container .divider-vert {
	float:left;
	width:0px;
	display: block;
}
.nav-container .item-secondary-title {
	display:block;
	cursor:default;
	white-space:nowrap;
}
.clear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none;
}
.nav-container {
	position:relative;
	zoom:1;
	margin: 0 auto;
}
.nav-container a, .nav-container li {
	float:left;
	display:block;
	white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li {
	float:none;
}
.nav-container ul {
	left:-10000px;
	position:absolute;
}
.nav-container, .nav-container ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.nav-container li a {
	float:none
}
.nav-container li {
	position:relative;
}
.nav-container ul {
	z-index:100;
}
.nav-container ul ul {
	z-index:200;
}
.nav-container ul ul ul {
	z-index:300;
}
.nav-container ul ul ul ul {
	z-index:400;
}
.nav-container ul ul ul ul ul {
	z-index:500;
}
li:hover>ul {
	left:auto;
}
#nav-container ul {
	top:100%;
}
#nav-container ul li:hover>ul {
	top:0px;
	left:100%;
}
/*^'^ Primary Items ^'^*/	
#nav-container a {
	padding:4px 17px 7px 18px;
	margin: 10px 0px 0px 0px;
	color: #fcffaa;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	background: url(images/item-primary-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#nav-container a:hover {
	color: #6C3600;
	background: url(images/item-primary-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1000;
}
/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul {
	padding:10px 16px 10px 4px;
	margin:0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-color: #000;
	border-bottom: 1px dotted #fcffaa;
	border-top: 1px dotted #fcffaa;
	z-index: 1000;
}
/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a {
	padding:3px 10px 3px 6px;
	background-repeat: no-repeat;
	background-position: 0px 22px;
	font-size:11px;
	border-width:0px;
	border-style:none;
	margin: 0px 0px 0px 0px;
	width: 149px;
	z-index: 1000;
}
/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover {
	background-repeat: no-repeat;
	color:#6C3600;
	z-index: 1000;
}
/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title {
	cursor:default;
	padding:4px 0px 3px 7px;
	color: #6C3600;
	font-size:11px;
	background-repeat: no-repeat;
	z-index: 1000;
}
/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz {
	border-top-width:0px;
	margin:5px 5px;
}
/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert {
	border-left-width:1px;
	height:15px;
	margin:4px 2px 0px 2px;
}
#header-sub {
	height: 312px;

}
#header-sub-left {
	width: 430px;
	margin-top: 50px;
	margin-left: 60px;
	padding: 10px;
	float: left;
	line-height: 23px;
	font-size: 14px;
}
#header-sub-right {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}
#content-wrap {
	margin: 0px;
	padding: 0px;
	background: #170901 url(../images/contentBg.jpg);
	z-index: 1;
}
#content {
}
#content-left {
	float: left;
}
#content-right {
	float: right;
}
#footer {
	height: 135px;
	background: #000000 url(../images/footerBg.jpg) top center no-repeat;
	text-align: center;
}
/***************** Black Round Corners Start ******************/

.box {
	float:left;
	padding:0 10px;
	margin-bottom: 20px;
	display:inline;/* IE double margin bug*/
}
.one {
	width:248px;
	background:#0d0501;
}
.two {
	width:585px;
	background:#0d0501;
}
.inner {
	background:#0d0501;
	padding:10px 0;
	margin:-10px 0;
	min-height:0;/* ie7 haslayout issues fix*/
	position:relative;
}
* html .inner {
	height:1px;
	z-index: 1;
}/* ie6 haslayout issues fix*/
.top, .base {
	margin:-10px -10px 0;
	background:url(../images/blackCorner.png) no-repeat left top;
	height:10px;
	position:relative;
	font-size:10px;
}
.base {
	background-position:left bottom;
	margin:0 -10px -10px;
}
.top span, .base span {
	background:url(../images/blackCorner.png) no-repeat right top;
	display:block;
	height:10px;
	font-size:10px;
}
.base span {
	background-position:right bottom;
}
.content {
}
/***************** Black Round Corners End ******************/

/*********** demo lists **/

.demo-list {
margin: 0px;
padding: 0px;
}

.demo-list ul {
list-style: none;
margin: 0px;
padding: 0px;
}

.demo-list li {
float: left;
text-align: center;
margin-right: 5px;
}

.demo-list a {
display: block;
height: 23px;
width: 23px;
background: #000000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
line-height: 23px;
border: 1px solid #461914;
}

.demo-list a:hover {
background: #461914;
}