body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#002;
}
img {
	border:none;
}
.img-left {
	float:left;
	padding:5px 10px;
}
.img-right {
	float:right;
	padding:5px 10px;
}
.clear {
	clear:both;
}
.dLeft {
	float:left;
	display:block;
}
.dRight {
	float:right;
	display:block;
}

.wrapper {
	width:980px;
	margin:0 auto;
}

#cream {
	width:100%;
	min-height:500px;
	background:#F8F6EE;
}
#blue {
	width:100%;
	min-height:100px;
	padding:30px 0 30px 0;
	background:#003;
}
#navy {
	width:100%;
	padding:25px 0 25px 0;
	background:#002;
	border-top:1px solid #222;
}

#header {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#header_left {
	float:left;
	width:240px;
}
#header_right {
	float:right;
	width:700px;
}

#logo {
	padding:10px 0 0 0;
}

#info {
	padding:10px 0 10px 0;
	text-align:right;
}
.info1 {
	font-size:15px;
	color:#666;
}
.info2 {
	font-size:18px;
	color:#567910;
}
.info2 a, .info2 a:hover, .info2 a:visited {
	color:#567910;
	text-decoration:none;
}

#top_menu {
	width:700px;
	padding:15px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px solid #666;
}
#top_menu ul {
	list-style:none;
	margin:0 0 0 -40px;
	font-weight:bold;
	text-transform:uppercase;
}
/*#top_menu li {
	display:inline;
	padding:0 16px;
}
#top_menu li a {
	color:#3C2F14;
	text-decoration:none;
}
#top_menu li a:hover {
	color:#032B53;
}*/

#top_menu ul li {
	display: block;
	position: relative;
	float: left;
	z-index:1000;
}
#top_menu li ul {
	display: none;
}
#top_menu ul li a {
	display: block;
	text-decoration: none;
	color:#3C2F14;
	padding: 8px 20px 8px 20px;
	/*background: #2C5463;*/
	margin:0 0 0 5px;
	white-space: nowrap;
}

#top_menu ul li a:hover, #top_menu ul li.current a {
	color:#FFF;
	background: #567910;
}
#top_menu li:hover ul { 
	display: block; 
	position: absolute;
	padding:10px 25px 10px 5px;
	margin-left:0;
}
#top_menu li:hover li { 
	float: none;
	font-size: 12px;
	text-transform:none;
	border-top: 1px solid #ffffff;
}
#top_menu li:hover a {
	color:#FFF;
	background:#567910;
}
#top_menu li:hover ul a {
	color:#FFF;
	background:#567910;
	-moz-box-shadow: 1px 1px 2px #FFF;
	-webkit-box-shadow: 1px 1px 2px #FFF;
	box-shadow: 1px 1px 2px #FFF;
}
#top_menu li:hover li a:hover {
	background:#A8C924;
}

#slideshow {
	width:964px;
	height:284px;
	border:8px solid #FFF;
	background:#000;
	margin:25px 0 0 0;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	z-index:800;
}
.fadeslidedescdiv, .descpanelfg {
	color:#F00;
}
.slide_title {
	font-size:16px;
	font-weight:bold;
	padding:10px 10px 10px 0px;
}
.slide_text {
	font-size:12px;
	padding:10px 10px 0 0px;
}
.slide_link {
	padding:0 10px 0 0;
}
.slide_link a {
	color:#FFF;
	text-decoration:underline;
}
.slide_link a:hover {
	text-decoration:none;
}

#layout {
	width:980px;
	margin:30px 0 0 0;
	padding:0 0 30px 0;
}
#layout h1 {
	font-size:28px;
	margin:0;
	color:#006;
}
#layout h2 {
	font-size:20px;
	margin:0;
	color:#567910;
}
#layout_left {
	float:left;
	width:480px;
	min-height:300px;
}
#layout_left_pages {
	float:left;
	width:700px;
	min-height:300px;
}
#layout_center {
	float:left;
	width:198px;
	min-height:300px;
	padding:0 10px 0 10px;
	border-right:1px solid #999;
	border-left:1px solid #999;
	margin:0 15px 0 15px;
	font-size:12px;
}
#layout_right {
	float:right;
	width:250px;
	min-height:300px;
	font-size:12px;
}
#layout_left a, #layout_left_pages a {
	color:#567910;
	font-weight:bold;
	text-decoration:none;
}
#layout_left a:hover, #layout_left_pages a:hover {
	text-decoration:underline;
}

div.form-button a {
	background:#A8C924;
	text-decoration:none;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	padding:10px;
}
div.form-button a:hover {
	background:#567910;
	color:#FFF;
}
.assement {
	font-size:11px;
}
.assement a {
	color:#006;
	text-decoration:none;
}
.assement a:hover {
	text-decoration:underline;
}

#details {
	width:980px;
	color:#999;
	font-size:12px;
}
#details_left {
	float:left;
	width:230px;
}
#details_center {
	float:left;
	width:230px;
	margin:0 0 0 60px;
}
#details_right {
	float:right;
	width:260px;
}
#details_left h2, #details_center h2 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0 0 4px 0;
	border-bottom:1px solid #999;
}
#details_left p, #details_center p {
	padding:0 10px 0 10px;
}
#details_left a, #details_center a {
	color:#999;
	text-decoration:underline;
}
#details_left a:hover, #details_center a:hover {
	text-decoration:none;
}
#details_right h2 {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0 0 4px 0;
}
#details_right ul {
	list-style:none;
	margin:10px 0 0 -30px;
}
#details_right li a {
	font-size:14px;
	font-style:italic;
	color:#999;
	text-decoration:none;
}
#details_right li.facebook a {
	height:32px;
	display:block;
	background:url(images/facebookO.png) no-repeat;
	padding:10px 0 0 40px;
}
#details_right li.facebook a:hover {
	height:32px;
	display:block;
	background:url(images/facebook.png) no-repeat;
	padding:10px 0 0 40px;
}
#details_right li.twitter a {
	height:32px;
	display:block;
	background:url(images/twitterO.png) no-repeat;
	padding:10px 0 0 40px;
}
#details_right li.twitter a:hover {
	height:32px;
	display:block;
	background:url(images/twitter.png) no-repeat;
	padding:10px 0 0 40px;
}
	
#email_form input#email {
	width:150px;
	background:#4C4B4B;
	font-size:11px;
	color:#999;
	border:1px solid #999;
	padding:3px;
	margin:0 0 15px 0;
}

	

#footer {
	width:980px;
	font-size:11px;
	color:#666;
	text-transform:uppercase;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
}
