@charset "utf-8";
/* CSS Document */

body{
background:none repeat scroll 0 0 #000;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;
}
		
#main_wrapper {
margin:0 auto;
width:904px;
}
#header {
overflow:hidden;
	}

#logo{
	float:left;
}
#contact-top{
	float:right;
}
#nav{
	background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-x;
	height:41px;
	margin-top:8px;
	border:10px solid #FFF;
	color:#FFF;
	font-weight:bold;
	
}

#nav ul{
	padding:0px;
	margin:0;
}

#nav li {
	padding-left:7px;
	padding-right:8px;
	list-style-type:none;
	float:left;
}

#nav li a:hover {
	background-image:url(../images/nav-hover-bg.gif);
	background-repeat:repeat-x;
	height:41px;
	display:inline;
	overflow:none;
}

#nav li a {
	padding:12px 13px;
	color:#FFF;
	font-style:normal;
	text-transform: none;
	text-decoration: none;
	float:left;
}

#headerimage{
	margin-top:14px;
}

#content{
	margin-top:13px;
	background-color:#CBE3E8;
	border:#FFF 10px solid;
	overflow:auto;
	}

#left_panel
{
	text-align:center;
	background-color:#B6D0D6;
	width:302px;
	float:left;
}

#txt_content{
	margin-top:20px;
	width:582px;
	float:right;
	}

p {
	font-size:13px;
	margin-left:7px;
	margin-right:7px;
}

#footer{
	background-color:#CBE3E8;
	height:190px;
	margin-top:8px;
	border:10px solid #FFF;
	color:#FFF;
	font-weight:bold;
	
}

#footer li {
	padding-left:7px;
	padding-right:8px;
	list-style-type:none;
	float:left;
}

#footer li a {
	padding:0px 10px;
	color:#000;
	font-style:normal;
	text-transform: none;
	text-decoration: none;
	float:left;
}

#footer li a:hover {
	color:#999;
	display:inline;
	overflow:none;
}

#slideshow {
    position:relative;
    height:480px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.textbox {
	border:1px #900 solid;
	}
	
