/* navy: 1B2936 */
/* light: 717A83 */

/**** DEFAULTS ********************************************************************/
body, div, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	background-image: url(images/seaman.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

a {
	color: #717A83;
	text-decoration: none;
}
a:hover,
a:active {
	color: #1B2936;
	text-decoration: underline;
}

/**** PAGE ********************************************************************/
#page {
	padding-bottom: 20px;
	background-image: url(images/page_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/**** HEADER ********************************************************************/
#header {
	height: 110px;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0px;
	left: 0px;
	
	background: #1B2936;
	color: #FFFFFF;
}
#header_title {
	display: block;
	position: relative;
	top: 25px;
	left: 30px;
}
#header_subtitle {
	display: block;
	position: relative;
	top: 25px;
	left: 400px;
}

/**** NAVIGATION ********************************************************************/
#nav {
	height: 100%;
	width: 170px;
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 110px;
	
	background: #717A83;
	color: #FFFFFF;
	text-align: right;
}
.nav_link {
	display: block;
	margin: 12px;
	padding: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
}
a.nav_link:hover {
	color: #000000;
	text_decoration: underline;
}

/**** CONTENT ********************************************************************/
#content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#content_block {
	margin: 20px;
	margin-top: 130px;
	margin-left: 190px;
	margin-bottom: 0;
	padding: 25px;
	border: 1px solid #000000;
	border-bottom: 0;
	width: 650px;
	
	background-image: url(images/transparent85.png); /* this needs to be a relatively large image because IE sucks */
}
.content_title {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	
	font-size: 18pt;
	font-weight: bold;
}
.content_body {
	padding: 10px;
	font-size: 10pt;
}
.content_box {
	
}
.content_head {
	font-size: 12pt;
	font-weight: bold;
}

/**** PHOTOS ********************************************************************/
#photo_block {
	margin: 20px;
	margin-top: 130px;
	margin-left: 190px;
	margin-bottom: 0;
	padding: 25px;
	border: 1px solid #000000;
	border-bottom: 0;
	
	background-image: url(images/transparent85.png); /* this needs to be a relatively large image because IE sucks */
	text-align: center;
}
.content_photo_name {
	font-size: 12pt;
	font-weight: bold;
}
.content_photo_img {
	font-size: 12pt;
	font-weight: bold;
}


/**** PROJECTS ********************************************************************/
.project_list_item {
	padding-bottom: 35px;
}
.project_link {
	display: block;
	clear: both;
	
	font-size: 12pt;
	font-weight: bold;
}
.project_thumb {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
}
.project_brief {
	padding: 10px;
}

.project_name {
	font-size: 12pt;
	font-weight: bold;
}
.project_descr {
	padding: 10px;
}

/**** ALBUM ********************************************************************/
.album {
	margin: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 580px;
}
.album_photo {
	padding: 10px;
	width: 120px;
	height: 148px;
	float: left;
	text-align: center;
	
	line-height: 15px;
}
.album_photo_thumb {
	
}
.album_photo_title {
	font-size: 12px;
}

/**** EMPLOYEES ********************************************************************/
.employee_list_item {
	padding-bottom: 35px;
}
.employee_name {
	font-size: 12pt;
	font-weight: bold;
}
.employee_title {
	font-size: 9pt;
	font-weight: bold;
}
.employee_bio {
	padding: 10px;
}

/**** LINKS ********************************************************************/
.link_list_item {
	float: left;
	padding: 25px;
	height: 35px;
	width: 150px;
	text-align: center;
}
.link_name {
	
}
.link_descr {
	
}

/**** CONTACT ********************************************************************/
.contact_box {
	float: left;
	padding-right: 50px;
	padding-bottom: 35px;
}
.contact_title {
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

/**** FORMS ********************************************************************/
.form_label {
	float: left;
	padding: 4px;
	width: 140px;
	font-size: 9pt;
	text-align: right;
}
.form_field {
	float: left;
	padding: 2px;
}
.form_div {
	float: none;
	clear: both;
}
form, fieldset, input, select, optgroup, option, textarea, button, label, legend {
	font-size: 9pt;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
input.form_vsfield {
	width: 40px;
}
input.form_sfield {
	width: 250px;
}
textarea.form_mfield {
	width: 250px;
	height: 75px;
}
textarea.form_lfield {
	width: 440px;
	height: 200px;
	overflow: auto;
}

.status_msg {
	margin: 15px;
	border: solid 1px #000000;
	padding: 10px;
	background: #f2f2c2;
}
.error {
	color: #FF0000;
}
.success {
	color: #00AA00;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/**** FOOTER ********************************************************************/
#footer {
	margin-left: 190px;
	padding-bottom: 10px;
	border: 1px solid #000000;
	border-top: 0;
	width: 700px;
	overflow: hidden;
	
	background-image: url(images/transparent85.png); /* this needs to be a relatively large image because IE sucks */
	
	font-size: 8pt;
	font-weight: bold;
	color: #1B2936;
	text-align: center;
}
a.footer_link, a.footer_link:hover, a.footer_link:active {
	color: #1B2936;
	text-decoration: none;
}
