/* ship.css */

body {
		text-align: center;
		margin: 0px;
		background-color: #CCCCCC;
		
		
	background-image: url(images/bg_black.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	}
		
	h2 { font-size:16px;
        font-family:"Lucida Grande",LucidaGrande,Verdana,Sans-serif;
		color: #C70000;
		/*margin-top: 70px;*/
		 }
		 
	h4 { font-size:10px;
        font-family:"Lucida Grande",LucidaGrande,Verdana,Sans-serif;
		color: #A0A0A0;
		/*margin-top: 70px;*/
		 }	 






#divcontainer {
		text-align: left;
		background-color: #FFF;
		width: 840px;
		padding: 0px 0px 0px 0px;
		margin-left: auto;
		margin-right: auto;
		/*border: solid 2px; */
		/*border-color:#666666;*/
		}
	
	#div1 {
		text-align: left;
		background-color: #7E8386;
		width: 840px;
		padding: 0px 0px 0px 0px;
		margin-left: auto;
		margin-right: auto;
		/*background-image: url(images/qtbanner.jpg);*/
		}

	#div2 {
		text-align: left;
		background-color: white;
		width: 840px;
		margin-left: auto;
		margin-right: auto;
		}
		
		#div4 {
		text-align: left;
		background-color: white;
		width: 855px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		/*font-family: arial, helvetica, sans-serif;*/
		}
		
		#div5 {
		text-align: left;
		background-color: white;
		width: 800px;
		
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		}
		
		
		#div6 {
		text-align: left;
		background-color: white;
		width: 740px;
		/*height: 500px;*/
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		}
		
.breakoutBox {
	background-color: #E1E1E1;
	float: right;
	width: 210px;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
.breakoutBoxL {
	background-color: #E1E1E1;
	float: left;
	width: 210px;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
.breakoutBoxR {
	background-color: #FFFFFF;
	float: right;
	width: 480px;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	}		
		
		
		#div7 {
		/*text-align: left;*/
		background-color: white;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		}
		
		
	#div3 {
		text-align: center; /* be nice to IE5 */
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		}

	#div3 p {
		text-align: left; /* be nice to IE5 */
		background-color: #CCCCCC; 
		width: 160px;
		margin-left: auto;
		margin-right: auto;
		padding: 5px 5px 5px 5px;
		}
		
	#div3 span {
		display: block;
		margin: 80px 3px 0px 540px;
		}
	
/*#bb {
	background-color: #3C8A2E;
	float: right;
	width: 256px;
	height: 243px;
	margin: 0px;
	margin-left: 10px;
	
} */	
		
a {
  font-weight:medium;
  color:#C70000;
  text-decoration:underline;
  }
a:hover {
  color:#000;
  text-decoration:underline;
  /*padding: 1px 1px 1px 0px;*/
    background: #FEFEFE;
  }
  
 p {
  font-family:"Lucida Grande",LucidaGrande,Verdana,Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size:12px;
  color:#000;
  }
    


#nav {
  background:#135 url("images/bg-nav.jpg") repeat-x 0 0;
  float:left;
  width:100%;
  margin:0;
  padding:0;
  border-bottom:1px solid #4a4643;
  border-top:1px solid #4a4643;
  list-style:none;
  font-family:"Lucida Grande",LucidaGrande,Verdana,Sans-serif;
  font-size:13px;
  }
#nav li {
  background:none;
  display:inline;
  padding:0;
  }
#nav li a, #nav li strong {
  float:left;
  width:auto;
  padding:4px 11px 4px;
  border-left:1px solid #C0C0C0;
  border-right:1px solid #000;
  color:#def;
  text-transform:lowercase;
  text-decoration:none;
  font-weight:normal;
  }
#nav li strong {
  background:#FFF;
  color:#469DBB;
  font-weight:bold;
  }
#nav li a strong {
  padding:0;
  border-width:0;
  }
#nav li a:hover {
  background:#4a4643;
  border-left-color:#C0C0C0;
  color:#FFF;
  }
  
  
  
  /*** FOOTER *********************************************************************/
#footerWrap {
	background-color: #fff;
	/*float: left;*/
	width: 838px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footerWrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #666666;
	text-align: center;
	margin: 0px;
}
#footerWrap a, #footerWrap a:link, #footerWrap a:visited{
	color: #666666;
	text-decoration: underline;
}
#footerWrap a:hover {
	color: #E29F03;
	text-decoration: underline;
}

#clearDiv {
	width: 840px;
	clear: both;
	height: 1px;
  
  
  
  
  
  
  
  
  
  
  

