/* CSS by Casey Reid */
*{
	margin: 0;
	padding: 0;
}

body{
	background: #004517 url(../images/home_body_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link, a:active{
	color: #FFF;
}
a:visited, a:hover {
	color: #000;
}

img{ 
	border: none;
	/*margin-right: 10px;*/
}
.clear{clear: both;}
.imgLeft{
	float: left;
	margin: 0 10px 10px 0;
}
.alignLeft{
	float: left;
	margin: 10px 10px 10px 0;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 778px;
}

#banner{
	background: url(../images/home_banner_bg.jpg) no-repeat;
	height: 396px;
	width: 778px;
}

	ul#banner-services{
		padding-left: 16px;
		position: absolute;
		top: 57px;
	}
		#banner-services li{
			display: inline;
			margin-right: 1px;
		}
		
	ul.main-nav{
		list-style-type: none;
		padding-left: 14px;
		/*position: absolute;
		top: 355px;*/
	}
		ul.main-nav li{
			float: left;
			/*font-family: "Times New Roman", Times, serif;
			text-indent: -9999px;*/
		}
			ul.main-nav li a{
				display: block;
				height: 28px;
			}
				li#home-btn a{background: url(../images/home_home_btn.jpg) no-repeat; width: 65px;}
				li#staff-btn a{background: url(../images/home_staff_btn.jpg) no-repeat; width: 72px;}
				li#about-btn a{background: url(../images/home_about_btn.jpg) no-repeat; width: 108px;}
				li#services-btn a{background: url(../images/home_services_btn.jpg) no-repeat; width: 95px;}
				li#partners-btn a{background: url(../images/home_partners_btn.jpg) no-repeat; width: 103px;}
				li#contact-btn a{background: url(../images/home_contact_btn.jpg) no-repeat; width: 129px;}
		.hide { 
			text-indent: -9999px;
			}	
			
#content-wrapper{
	background: url(../images/content_bg.jpg) repeat-y;
	position: absolute;
	top: 396px;
	width: 778px;
}
	#content-wrapper h2{
		height: 87px;
		text-indent: -99999px;
		width: 778px;
	}
		h2#title-about{background: url(../images/home_title_about.jpg) no-repeat;}		
	
	#content-wrapper h3{
		background: url(../images/content_top_bg.jpg) no-repeat;
		color: #003d14;
		font-size: 18px;
		font-weight: bold;
		height: 54px;
		padding: 0 0 0 20px;
		width: 778px;
	}
		#content-wrapper h3 span{position: absolute;padding-top: 17px;}
	
	#content-left{
		float: left;
		padding: 0 0 0 20px;
		width: 490px;
	}
		#content-left h4{
			color: #353535;
			font-size: 14px;
			padding: 0 0 5px 0;
		}
		#content-left p{
			color: #353535;
			font-size: 12px;
			padding: 0 0 10px 0;
		}
		#content-left img{
			margin-right: 10px;
		}
		
	#content-right{
		background: url(../images/login_bg.jpg) no-repeat;
		float: right;
		margin: 0 4px 0 0;
		width: 255px;
	}
		form#loginForm{
			padding: 15px 0 65px 80px;	
		}
			form#loginForm input{
				margin: 0 0 20px 0;
				width: 145px;
			}
			form#loginForm input#submit{
				height: 24px;
				padding: 0 0 0 80px;
				width: 71px;
			}
		ul#login-services{
			text-align: center;
		}
			#login-services li{
				display: inline;
				margin-right: 10px; 
			}
				#login-services li img{
					margin-bottom: 10px;
				}
		
		
#footer{
	background: url(../images/footer_bg.jpg) no-repeat;
	height: 97px;
	text-align: right;
	width: 778px;
}
	#footer p{
		color: #fff;
		float: right;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 18px 25px 0 0;
		text-transform: uppercase;
	}
	#footer span{
		color: #dfb97a;
		font-weight: bold;
		margin-left: 10px;
	}
	#cybernautic_bottom {
		background: url(../images/Bottom.gif) no-repeat;
		height: 54px;
		width: 778px;
		cursor: pointer;
	}
	#footer img{
		padding: 25px 0 0 0;
	}
		
		
