/* CSS Document */

body {
	background-color:#d6d6d6;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	}
	
.clearboth {
	clear:both;
	}	
	
.text-image {
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	}
	
a {
	text-decoration:none;
	color:#016999;
	}	
	
/*Wrapper*/	
#wrapper {
	width:786px;
	height:auto;
	margin:0 auto;
	}	
	

/*Header*/
#header1 {
	width:786px;
	height:134px;
	}	
#contact{float:right; color:#09f; font-weight:bold; font-size:120%; margin:0 10px 0 0;}
	
#header1 h1 {
	background-image:url(../images/header.jpg);
	width:786px;
	height:134px;
	text-indent:-999em;
	background-repeat:no-repeat;
	}
	
/*Content*/
#content {
	width:774px;
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	padding-left:12px;
	padding-top:7px;
	height:auto;
	}
	
#content p {
	line-height:1.4em;
	color:#323232;
	margin-bottom:15px;
	margin-left:5px;
	}
	
#content h2 {
	color:#323232;
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:7px;
	margin-left:5px;
	}	
	
#content ul li {
	line-height:1.4em;
	color:#323232;
	list-style-type:circle;
	margin-left:20px;
	}
	
#content ul li a {
	text-decoration:none;	
	color:#016999;
	}	
	
#content ul {
	margin-bottom:15px;
	}			
		
/*Nav*/	
#nav {
	background-image:url(../images/nav-bg.jpg);
	height:246px;
	background-repeat:repeat-x;
	width:150px;
	float:left;
	}	
	
#nav ul li {
	line-height:18px;
	margin-left:5px;
	list-style-type:none !important;
	}
	
#nav ul li a {
	text-decoration:none;
	color:#FFF;
	}		
	
#header-image {
	float:left;
	margin: 0 0 0 7px;
	width:608px; 
	height:246px;
	padding:0;
	}	
	
/*Left content*/
#left {
	width:460px;
	height:auto;
	float:left;
	margin-top:12px;
	}
	
.crew {
	float:left;
	margin-left:5px;
	margin-right:5px;
	}	
	
.crew-bottom {
	margin-top:15px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	}	
	
/*Right content*/	

#rightNEWS {
	width:290px;
	float:right;
	height:auto;
	margin:5px 10px 0 0;;
	background:#e1e1e1;
	}
#button_box {margin:0 20px 0 0;}	
#button_box img{float:right; margin:5px;}

#right {
	width:300px;
	float:right;
	height:auto;
	margin-top:12px;
	}
	
#right p {
	width:286px;
	}		
	
#right img {
	margin-left:14px;
	}	
	
#contact-box {
	background-color:#f4f4f4;
	height:190px;
	width:290px;
	padding-top:5px;
	}
	
address {
	line-height:1.4em;
	color:#323232;
	margin-left:5px;
	font-style:normal;
	}	
	
address a {
	text-decoration:none;
	color:#016999;
	}	
	
/*Contact Form*/
#contact_form {
	margin-left:5px;
	}
	
#contact_form label {
	float:left;
	width:100px;
	clear:both;
	}
	
#contact_form input {
	float:left;
	width:200px;
	margin-bottom:10px;
	}	
	
#contact_form textarea {
	float:left;
	width:200px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}	
	
#contact_form input.submit {
	width:67px !important;
	clear:both !important;
	margin-left:240px;
	}			
	
/*Footer*/
#footer {
	background-image:url(../images/footer-bg.jpg);
	width:786px;
	height:30px;
	clear:both;
	background-position:top;
	background-repeat:no-repeat;
	}	
	
#footer p {
	font-size:0.75em;
	padding-top:13px;
	}		
	
.copy {
	float:left;
	margin-left:14px;
	}	
	
.dev {
	float:right;
	margin-right:10px;
	}
	
.dev a {
	color:#000;
	}
			
