@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	}
	
	#wrap {
		width: 640px;
		margin: 2% auto 3% auto;
		border: 5px solid #ccc;
		}
		
	#header {
		height: 120px;
		margin-left: 20px;
		}
		
		#ishiplogo {
			float: right;
			}
			
	#banner {
		background: url('images/banner_bg.jpg') no-repeat;
		height: 260px;
		padding: 30px 360px 0 40px;
		text-align: center;
		}
		
		#banner h1 {
			font-size: 28px;
			color: #fff;
			margin: 0 0 20px 0;
			padding: 0 0 0 12px;
			}
		
		#banner h1.divname {
			font-style: italic;
			font-size: 32px;
			padding: 0;
			}
			
	#content {
		padding: 25px;
		}
		
		#content h2 {
			font-size: 28px;
			color: #008dd9;
			margin-top: 0;
			}
			
		#content h3 {
			font-size: 20px;
			line-height: 32px;
			}
			
		#content p, #content ul {
			line-height: 22px;
			}
			
/****************************************************** CONTACT STYLES */

	#contactmain {
		width: 682px;
		margin: auto auto 4% auto;
		}
		
	#contact_header {
		padding: 45px 420px 0 68px;
		height: 190px;
		background: url('images/contact_header.jpg') no-repeat;
		text-align: center;
		}
		
	#contact_header h1#divname {
		color: #FFF;
		font-style: italic;
		margin: 0;
		padding: 0;
		}

	#contactmain h1 {
		color: #008dd9;
		}
		
	#contactmain label {
		display: block;
		font-size: 16px;
		font-weight: bold;
		}
		
	#contactmain input {
		font-size: 14px;
		padding: 4px;
		margin: 5px 10px 10px 10px;
		border: 1px solid #bbb;
		background-image: url('images/input_bg.png');
		color: #444;
	}
		
	.red {
		color: #990000;
		}

			
/****************************************************** MISC UTILITY */

	.italic {
		font-style: italic;
		}