/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	text-align: center;
	background-color: #d4d0c8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
}

h1, h2, h3, h4, h5, h6
{
	color: #444444;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin-top: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2
{
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: bold;
	padding-left:20px;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4
{
	font-size: 12pt;
	font-weight: bold;
	color: gray;
	font-family: Verdana;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6
{
    margin: 0.5em 0;
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 20px;
    color: gray;
}

p
{
	margin: 1em 0;
}

.mainText
{
	padding-left:20px;
	padding-right:20px;
}

.pageLink
{
    font-size: 12pt;
    color: #4169e1;
    text-decoration: none;
    padding-left: 20px;
}

.newsLink
{
    font-size: 8pt;
    font-weight:bold;
    color: #4169e1;
    text-decoration: none;
    padding-left: 0px;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


#wrapper
{
	width: 605px;
	background: #FFFFFF;
	border-left: 1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	padding: 30px 50px 30px 50px;
	margin-left:auto;
	margin-right:auto;
}

* html .wrapper
{
	/*** IE5.x/win box model fix ***/
	width: 607px;
	width: 605px;
}

#header
{
	height: 53px;
	position: relative;
	width: 605px;
}


#breadCrumb
{
	top:auto;
	height: 35px;
	width: 605px;
}

#contentwrapper
{
	width: 605px;
}

#Menu
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	float:left;
	background-color: White;
	width: 146px; 
	text-align: left;
    border-right: darkgray 1px solid;
    margin-right:-1px;
}

#Menu .menusection
{
	font-weight: bold;
	font-size: 12pt;
	color: #ff9933;
	font-variant: normal;
	font-family: Verdana;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
#Menu .sMenuItem
{
    font-weight:   normal;
	font-size: 8pt;
	color: #ff9933;
	font-variant: normal;
	font-family: Verdana;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

#Menu .submenu
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-variant: normal;
	font-family: Verdana;
	text-transform: capitalize;
	text-decoration: none;
	text-align: left;
	list-style: square;
}

#floatwrapper
{
	width: 459px;
	float: right;
	margin-left:-1px;
}

#contentDiv
{
    background-color: White;
	text-align: left;
    height:auto;
}

.mainHeader
{
    width:605px;
}

.headerImage
{
    overflow: hidden; 
    width: 459px;
}

#loginDiv
{
	width: 605px; 
	height: 15px;
	margin-left:auto;
	margin-right:auto;
}

#loginDiv .WebMail,.LoginStatus,.adminLink
{
    color: #ff9900;
	background-color: white;
	font-size: 1em;
	font-weight: bolder;
	font-variant: small-caps;
	font-family: Verdana;
	text-decoration: none;
	cursor: hand;
	top:0px;
}

#loginDiv .LoginStatus
{
	float:left;
	width:175px;
	text-align:left;
}

#loginDiv .adminLink
{
    float:left;
	width:175px;
	text-align:center;
}

#loginDiv .WebMail
{
	float:right;
	width:175px;
	text-align:right;
}

.siteLogin
{
    margin-right:auto;
    margin-left:auto;
}

.siteUserWiz
{
    margin-right:auto;
    margin-left:auto;
}

.careerPanel
{
    height:auto;
    margin-left:auto;
    margin-right:auto;
    
}

div .readmore
{
	text-align: right;
	font-size: 0.9em;
}

h4 img
{
	margin-bottom: -0.5em;
}

#footer
{
	width: 605px;
	clear: both;
	margin: 1px 5px;
	border-top: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
}
#footer a
{
	margin: 1px 5px;
	color: #FF284E;
}
.imgfloatright
{
	float: right;
	display: inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatcenter
{
	float: none;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft
{
	float: left;
	display: inline;
	margin: 0.25em 1em 0.25em 0;
}

.accordianDiv
{
	width:457px; 
	margin-left:auto; 
	margin-right:auto;
}

.positionsHeader
{
	font-weight: bold;
	font-size: 10pt;
	width: 100%;
	color: #ffffff;
	height: 20px;
	background-color: #00008b;
}



.accordionHeader
{
	color: black;
	background-color: #dcdcdc;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;

}

#master_content .accordionHeader a
{
	color: #4169e1;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #f5f5f5;
	border-top: #dcdcdc double;
	border-right: #c0c0c0 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	color: #000000;
	margin-top: -15px;
}

.headerTemplate
{
    height:40px;
}

.jobLoc
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
    float:left;
    top:0px;
    padding-right:20px;
    width:50px;
   
}

.jobClear
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	top: 0px;
	float: right;
	width: 100px;
	color: #dc143c;
	padding-right:20px;
}

.jobTitle
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	float: left;
	top: 0px;
	width: 200px;
	padding-right: 20px;
	color: #4169e1;
}

.resLink
{
	text-align:right;
	padding: 10px 20px 20px 10px;
}

.jobDesc
{
    padding: 10px 20px 20px 10px;
}

.jobQual
{
    
}

#SeaPortEPOC
{
    width:145px;
    float:left;
    position:relative;
    text-align:center;
    vertical-align:top;
    border-Left: darkgray 1px solid;
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		background: #FFFFFF !important;
	}
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn
	{
		width: auto !important;
		margin: auto !important;
	}

	#wrapper, #contentwrapper
	{
		border: none;
	}

	#mainnav
	{
		padding: 0;
		text-align: center;
	}

	#leftcolumn, #rightcolumn, #search
	{
		display: none;
	}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer
	{
		background: transparent;
	}
	#centercolumn
	{
		float: none;
		margin: 0 1em 0 2.5em;
	}

	#breadcrumbs
	{
		position: static;
	}

	#copy .container
	{
		margin: 0;
		padding: 0 !important;
		border-style: none !important;
		border-width: 0;
	}

	#copy fieldset
	{
		border: none;
	}

	#footer
	{
		position: static;
		border-style: none !important;
		border-top: 1px solid #000000;
	}
}
