@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
	margin: 0; padding: 0; text-indent: 0;
	border: none; outline: none;
	text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
	list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}

/* typography */
body { font-size: 0.78em; background: #000044; color: black; font-family: Arial, sans-serif; }

p {
	padding: 0 0 10px 0;
 }
h1, h2 { color:#366ba1; font-size:1.6em; padding-bottom:.5em; }
h2 { font-size:1.2em; font-weight: bold; padding-bottom:none; }

a:link, a:visited {
color: #366ba1;
text-decoration: none;

}
a:hover, a:active {
text-decoration: underline;
	
}
#outer-wrapper {
	width: 766px;
	margin: 0 auto;
	padding-top:20px;
}
#branding {
	width: 766px;
	height: 125px;
	background: #fff url(/images/logo_seamans.gif) no-repeat;
	position:relative;
}
#branding h1 a {
	display:block;
	height:80px;
	left:31px;
	position:absolute;
	text-indent:-999em;
	top:17px;
	width:273px;
}
#branding p {
	color:#FFFFFF;
	display:block;
	font-family:Arial,sans-serif;
	font-size:20px;
	left:612px;
	line-height:28px;
	position:absolute;
	text-align:left;
	top:36px;
	width:142px;
}

#branding p a, #branding p a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size:13px;
}
#branding p a:hover, a:active {
	color:#FFFFFF;
	text-decoration: underline;
	font-size:13px;
}
#nav {
	display: block;
	height: 44px;
	background: url(/images/bg_nav.gif) no-repeat;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav ul { display: block; margin: 0 12px; text-align: center; }
#nav li {
	display: inline;
	clear: none;
	line-height:36px;
}
#nav li li { text-align: left; }
#nav a, #nav a:visited {
	color: #000044;
	display: inline;
	font-size:.87em;
	padding: 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	text-decoration: none;
}
#nav a:hover, #nav a:active, .home a#nav-home,
.about a#nav-about,
.affiliations a#nav-affiliations,
.portfolio a#nav-portfolio,
.services a#nav-services,
.links a#nav-links, .specialty a#nav-specialty,
.contact a#nav-contact {
	color: #fff;
}
#home-call-container {
	height:208px;
}
#home-call-container img {
	float: left;
}
#tagline-container {
	height:35px;
	font-size:13px;
	line-height:35px;
	color:#000044;
	padding: 0 0 0 20px;
	background: url(/images/bg_tagline.gif)
}
#content-wrapper {
	background: url(/images/bg_content_repeat.gif) repeat-y;
}
#content-holder {
	background: url(/images/bg_content_top.gif) no-repeat;
}
#one-col {
	width: 710px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
#lft-col {
	width:450px;
	float: left;
}
#rht-col {
	float: right;
	width:315px;
	
}
#lft-holder {
	margin: 20px 0 20px 20px;
	padding: 0 20px 0 0;
	width:410px; 
	border-right: 1px dotted #666;

}
#rht-holder {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width:275px; 

}
#footer {
	margin: 0 auto;
	text-align:center;
	font-size:9px;
	background: url(/images/bg_foot.gif) no-repeat;
	height:51px;
	padding-top: 13px;
	color:#fff;
}
#footer a{
	font-size:9px;
	color:#fff;
	text-decoration: underline;
}


/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#form-wrapper {width: 500px; margin: 0 auto;}
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin-bottom: 6px;
	clear: left;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
em.required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */

form div button {
	width: 80px;
	margin-top:5px;
	margin-left: 310px;
	padding: 0 .25em;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.group { zoom: 1; display: block; }



div#help-callout {background: url('/images/helpcallout-bg.jpg') top left no-repeat; width: 276px; height: 140px; position: relative;}
div#help-content {width: 250px; margin: 0 auto; text-align: center; padding: 10px 0;}
#help-callout p.callout-txt {font-size: 16px; line-height: 1.1em; color: #313163; font-weight: bold;}
#help-callout strong {text-transform: uppercase; color: #fff; font-size: 16px;}
#help-callout a {color: #fff; text-decoration: underline;}
#help-callout a:hover {text-decoration: none;}

