/* CSS Document */

#flashcontent {
	width:921px;
	height:600px;
}
#wrapper {
	width:921px;
	height:auto;
}

/* Main Div Styles */

#header {
	width:921px;
}
#nav {
	width:921px;
}
#spacer {
	width:921px;
}
#footer {
	width:921px;
	margin-top:0px;
}

/* Nav Styles */

#nav {
	
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float:left;
	position:relative;
}
#nav a{
	display:block;
}
#nav a:hover img{
	visibility:hidden;
}
#nav li ul {
	clear:left;
	display: none;
	position: absolute; 
	top: 1em;
	left: -60px;
	border:solid;
	border-color:#FFFFFF;
	border-width:thin;
}
#nav li > ul {
	top: auto;
	left: -60px;
}

#nav li li {
	color:#FEFDEB;
	background-color:#462816;
	width:220px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:24px;
}
#nav li li a{
	text-decoration:none;
}
#nav li li a:hover{
	background-color:#351e11;
}

#nav li:hover ul, #nav li.over ul { 
	display: block; 
}
span {
	display:none;
}

/* --------------------------------------------------- */

#homenav {
	width:72px;
	height:43px;
	background-image:url(../images/_html/btn_home-over.jpg);
	background-repeat:no-repeat;
}
#aboutnav {
	width:100px;
	height:43px;
	background-image:url(../images/_html/btn_about_us-over.jpg);
	background-repeat:no-repeat;
}
#servicesnav {
	width:92px;
	height:43px;
	background-image:url(../images/_html/btn_services-over.jpg);
	background-repeat:no-repeat;
}
#portfolionav {
	width:109px;
	height:43px;
	background-image:url(../images/_html/btn_portfolio-over.jpg);
	background-repeat:no-repeat;
}
#newsnav {
	width:70px;
	height:43px;
	background-image:url(../images/_html/btn_news-over.jpg);
	background-repeat:no-repeat;
}
#contactnav {
	width:119px;
	height:43px;
	background-image:url(../images/_html/btn_contact_us-over.jpg);
	background-repeat:no-repeat;
}

/* Section Content Div Styles */

#content{
	clear:both;
	width:921px;
	height:320px;
}

.home {
	background-image:url(../images/_html/mid_img_home.jpg);
	background-repeat:no-repeat;
}
.about {
	background-image:url(../images/_html/mid_img_text_area.gif);
	background-repeat:no-repeat;
	color:#000000;
}
.portfolio {
	background-image:url(../images/_html/mid_img_text_area.gif);
	background-repeat:no-repeat;
	color:#000000;
}
.services {
	background-image:url(../images/_html/mid_img_text_area.gif);
	background-repeat:no-repeat;
	color:#000000;
}
.contact {
	background-image:url(../images/_html/mid_img_text_area.gif);
	background-repeat:no-repeat;
	color:#000000;
}
.news {
	background-image:url(../images/_html/mid_img_text_area.gif);
	background-repeat:no-repeat;
	color:#000000;
}

#left {
	margin-left:35px;
}
#contentimg {
	width:435px;
	height:245px;
	padding-top:12px;
}
#list {
	width:435px;
	height:43px;
	padding-top:20px;
}

#right {
	width:408px;
	float:right;
	margin-right:26px;
}

#contentheader {
	width:408px;
	height:47px;
}
#contenttext {
	width:390px;
	height:230px;
	overflow-y:auto;
	margin-top:14px;
	margin-left:8px;
}
#contenttext a {
	color:#000000;
}

#corp {
	margin-top:10px;
}
#jupiter {
	margin-top:10px;
}
#baton {
	margin-top:10px;
}