@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url('../images/homepagebg.gif') no-repeat center top;
	background-color:#591c1b;
}

#frame {
	width: 960px;
	margin: 0 auto;	
} 

#header {
	width: 960px;
	height: 130px;
	float: left;
}
#navigation {
	width: 960px;
	height: 26px;
	float: left;
}

#navigationRight {
	width: 460px;
	height: 26px;
	float: right;
}

#mainbody {
	width: 960px;
	float: left;
	padding-bottom: 20px;
}

#mainbody p {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	color: #fff;	
	text-align: justify;
	width: 960px;
	padding-bottom: 14px;
}

#contentLeft {
	width: 480px;
	float:left;	
	padding-right: 20px;
}

#contentLeft h1 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:24px;
	color:#ecc254;
	font-weight: normal;
	padding-bottom: 14px;
}

#contentLeft p {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	color: #fff;
	width: 480px;
	padding-bottom: 14px;
}

#contentLeft  a {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	color: #fff;
}

#contentLeft  a:hover {
	
	color: #ecc254;
}

#contentRight_pic {
	width: 460px;
	height: 310px;
	float:left
}
#contact_sect {
	width: 960px;
	height: 30px;
	float: left;
	padding-top: 35px;
	background: url('../images/bottomnav.gif') no-repeat center top;
}
#contact_sect_text{	
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:center;
}

#contact_sect_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#contact_sect_text a:hover {
	
	color: #ecc254;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 30px;
font-family:Georgia, "Times New Roman", Times, serif;	
font-size: 14px;
color:#fff;
text-decoration:none;
background-color:#591c1b;
}

#nav a:hover{
background-color:#591c1b;
color:#ecc254;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:6em;
top:1.5em;
}

#nav li ul a{
width:6em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:6em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#flashcontent {
		width: 960px;	
		height:480px;			
	}