/* MoCo CSS */

body {
	background: #e7f3ff;
	color: #002a54;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif; 
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	color: #f15c22;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#moco_container {
	margin: auto;
	width: 950px;
}

#white {
	background:#FFFFFF;
	float: left;
	padding-bottom: 15px;
	width:100%;
}

/* --- Header --- */

.moco_header {
	float: left;
}

img.moco_header_logo {
	border: 0;
	float: left;
	margin: 30px 0 10px 18px;
}

.moco_main_nav {
	float: left;
	margin-top: 60px;
	text-align: center;
	width: 560px;
}

.moco_main_nav a {
	border-left: solid 1px #f15c22;
	color: #002a54;
	font-size: 14px;
	margin: 0;
	padding: 5px 20px;
	text-decoration: none;
}

.moco_main_nav a:hover {
	color: #f15c22;
}

/* --- Main Content --- */

.moco_main_content_holder {
	background: url(/images/common/shipyard_main_content_back.gif) no-repeat;
	float: left;
	margin: 0;
	min-height: 313px;
	padding: 10px 40px;
	width: 607px;
}

h2 {
	border-top: dotted 1px #808183;
	border-bottom: dotted 1px #808183;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	clear: both;
}

span.letter_highlight {
	color: #f15c22;
}

.image_float {
	float: left;
	width: 225px;
}

.image_float img {
	margin-bottom: 6px;
}


p.main_paragraph {
	float: left;
	margin: 0 0 0 15px;
	width: 367px;
}

.basictab {
	border-bottom: dotted 1px #808183;
	padding-bottom: 10px;
	margin-top: 15px;
}

.service_container {
	float: left;
	height: 315px;
	margin-top: 10px;
	padding-top: 10px;
}

.tabcontent {
	display: none;
}

.service_thumbnail {
	float: left;
	margin-right: 15px;
}

.service_description {
	float: left;
	width: 470px;
}

.selected {
	text-decoration: underline;
}

h4 {
	font-size: 14px;
	margin: 0;
}

/* --- Contact Us --- */

.moco_contact_holder {
	background: url(/images/common/shipyard_contact_back.gif) no-repeat;
	float: left;
	font-size: 12px;
	margin: 0;
	min-height: 309px;
	padding: 10px 40px;
	width: 179px;
}

h5 {
	border-top: dotted 1px #808183;
	border-bottom: dotted 1px #808183;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}

.moco_contact_holder p {
}

.contact_divider {
	border: none;
	border-bottom: dotted 1px #808183;
}

p.form_titles {
	margin: 5px 0 2px 10px;
}

input {
	color: #808183;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
}

.contact_email {
	background: url(/images/common/email_back.gif) no-repeat;
	border: 0;
	height: 13px;
	margin: auto;
	padding: 9px 12px;
	width: 162px;

}

.contact_comment {
	background: url(/images/common/comment_back.gif) no-repeat;
	border: 0;
	color: #808183;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	height: 61px;
	margin: auto;
	padding: 10px 12px;
	width: 162px;
}

.button_holder {
	float: right;
	margin: 15px 13px 0 0;
}

.contact_submit {
	background: url(/images/common/contact_submit.gif) no-repeat;
	color: #f15c22;
	margin: 0;
	padding: 8px 20px 7px 18px;
}

/* --- Footer --- */

.moco_footer {
	background: #e7f3ff;
	color: #808183;
	float: left;
	font-size: 10px;
	height: 50px;
	margin-top: 10px;
	padding: 5px 0pt 30px;
	text-align: right;
	width: 100%;
}

.footer_content {
	margin: auto;
	width: 880px;
}
