@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x; 
	margin-top: 0px; 
	margin-bottom: 0px;	
	background-color: #230502;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #49230b;
	line-height: 25px;	
}

a{
color: #820505;	

}

.main{
	width: 950px;
	margin: 0 auto;
	display: block; 
	height: auto;
	
}

.logo{
	padding-left: 20px;
	float: left;
	position: relative;
	z-index: 99;
}

#current {
	color: #ffa000;	
}

.inactive {
	color: white;	
}

.top_nav{
	margin-top: 35px;
	float: right;
	width: 75%;
	/*border: 1px solid yellow;*/
	height: 20px;
	padding-right: 10px;
	
}

.top_nav ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

.top_nav ul li{
	display: inline;	
	padding-left: 30px;
	float: left;
	
}

.top_nav ul li a{
	color: white;
	text-decoration: none;
}

.top_nav ul li a:hover{
	color: #ffa000;
}


/**/
.top_nav li ul { 
	padding-top: 8px;
	display: none; 
	position: relative;
	top: 45px;
	margin-left: 0;
	padding-left: 0;
}

.top_nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  /*background: #2C5463;*/
  margin: 0;
  white-space: nowrap;

}

.top_nav li:hover ul {
  display: block;
  position: absolute;
}
.top_nav li:hover li {
  float: none;
  font-size: 12px;
}
.top_nav li:hover ul li a { 
	padding: 0px 10px 0px 10px;
}


.top_nav ul li ul li{
	text-align: left;
	position: relative;
	left: 0px;
	
	
}


.subnav_cont{
	width: 100%;
	height: 22px;
	background-color: #592c1f;
	line-height: 22px;
	margin-bottom: 10px;
}

.sub_nav{
	
	float: right;
	width: 66%;
	/*border: 1px solid yellow;*/
	height: 20px;
	padding-right: 10px;	
}

.sub_nav ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

.sub_nav ul li{
	display: inline;	
	padding-left: 30px;
	
}

.sub_nav ul li a{
	
	text-decoration: none;
}

.sub_nav ul li a:hover{
	color: #ffa000;
}

.home_cont{
	width:950px;
	height: 500px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 60px;
}

.home_cont a{
	color: #ffa000;
}

.home_contact_btn{
	position: relative;
	float: right; 
	margin-right: 20px; 
	background-image: url(/images/contact_back.jpg); 
	background-repeat: no-repeat; 
	width: 421px; 
	height: 31px; 
	z-index: 1;
}

.home_swirl{
	position: absolute;
	left: 110px;
	z-index: 2;
}

.home_text{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: white;
	text-align: left;
	width: 80%;
}

.home_text a{
	color: #ffa000;
}	


.content_box{
	width: 100%;
	height: 100%;
	/*border: 1px solid green;*/
	
}

.content_sub{
	background-color: #978e88;
	height: 100%;
}



.content_body{
	background-image: url(images/content_back.jpg);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 525px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #230502;
	 
}

.content_text{
	line-height: 19px;
	width: 65%;
	margin-left:30px;
	margin-top: 30px;
	/*border: 1px solid red;*/
}

.content_image{
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #49230b;
	line-height: 25px;
}

.footer{
	text-align: center;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
}

.idc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a{
	text-decoration: none;
	color: white;
}

.contact_form input, .contact_form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #dcd9d9;
}
