@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #03376b;
	text-decoration: none;
}

a:hover, a:active {
	color: #03376b;
	text-decoration: underline;
}

body {
	background-color: #03376b;
}

ul {
	margin: 0px 0px 20px 15px;
}

ol {
	margin: 0px 0px 20px 25px;
}

li {
	margin: 0px 0px 20px 0px;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: auto;
	background: url(../graphics/main/bg.gif) top center repeat-y #03376b;
}

.clear {
	clear: both;
}

#page {
	margin: auto;
	width: 935px;
	padding: 25px 10px 0px 5px;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 935px;
	height: 115px;
	margin-bottom: 15px;
	background: url(../graphics/main/header-bg.gif) top left repeat-x;
}

#logo {
	float: left;
	width: 200px;
	height: 115px;
}

#topLinks {
	position: absolute;
	top: -25px;
	color: #03376b;
	right: 5px;
}

#topLinks ul {
	list-style: none;	
	margin: 0;
}

#topLinks li {
	display: inline;
}

#topLinks a, .pipe {
	position: relative;
	float: left;
	padding: 4px;
	height: 30px;
	line-height: 48px;
	overflow: hidden;
}

#topLinks a:hover, #topLinks .current a {
	background-color: #03376b;
	color: #FFFFFF;
	text-decoration: none;
}

#headerContacts {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	right: 5px;
	top: 24px;
	font-size: 1.9em;
}

#nav {
	position: absolute;
	right: 0;
	top: 61px;
	overflow: hidden;
	list-style:none;
}
#nav li {
	display: inline;
}
#nav a {
	float:left;
	position:relative;
	padding-left: 15px;
	padding-right: 0px;
	margin-right:14px; /* adjust space between tabs ... */
	height: 44px;
	line-height: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration:none;
	color:#03376b;
	background:url(../graphics/main/navtab.gif) 0 0 no-repeat;
}

#nav a span {
	position:absolute;
	top:0;
	left:100%;
	width:15px;
	height:44px;
	background:url(../graphics/main/navtab.gif) -285px 0 no-repeat;
}

#nav .current a {
	background-position:0 -88px;
}
#nav .current a span {
	background-position: -285px -88px;
}
#nav a:active, #nav a:focus, #nav a:hover {
	text-decoration: underline;
	background-position: 0 -44px;
}
#nav a:active span, #nav a:focus span, #nav a:hover span {
	background-position: -285px -44px;
}

#nav .current a:active, #nav .current a:focus, #nav .current a:hover {
	text-decoration: underline;
	background-position: 0 -88px;
}
#nav .current a:active span, #nav .current a:focus span, #nav .current a:hover span {
	background-position: -285px -88px;
}




#footer {
	position: relative;
	width: 980px;
	height: 174px;
	margin: auto;
	margin-bottom: 20px;
	background: url(../graphics/main/footer-alt.gif) top left no-repeat #03376b;
}

#footerHome {
	position: relative;
	width: 980px;
	height: 174px;
	margin: auto;
	margin-bottom: 20px;
	background: url(../graphics/main/footer.gif) top left no-repeat #03376b;
}

#footerLeft {
	position: absolute;
	width: 56px;
	height: 174px;
	left: -56px;
	background: url(../graphics/main/footer-left.gif) top left no-repeat;
}

#footerRight {
	position: absolute;
	width: 56px;
	height: 174px;
	left: 980px;
	background: url(../graphics/main/footer-right.gif) top left no-repeat;
}



#leftColumn {
	float: left;
	width: 163px;
}

#midColumn {
	float: left;
	width: 444px;
	margin-left: 13px;
}

#rightColumn {
	float: right;
	width: 300px;
}

.boxOut {
	float: right;
	width: 142px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 10px 10px 15px 10px;
	background: url(../graphics/main/boxout.gif) bottom left no-repeat;
}

.whiteLinks a:link, .whiteLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}

.whiteLinks a:hover, .whiteLinks a:active {
	color: #ffffff;
	text-decoration: underline;
}

.horizontalDivider {
	border-bottom: #999999 1px solid;
	margin: 30px 0px 30px 0px;
}

.sectionLinks ul {
	margin: 0px 0px 0px 10px;
}

.sectionLinks li {
	background: url(../graphics/main/bullet-bl.gif) 5px 8px no-repeat;
	list-style-type: none;
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-size: 0.9em;
}


.sectionLinks li a {
	display: block;
}

.sectionLinks .current{
	background-color: #03376b;
	background-image: url(../graphics/main/bullet-wh.gif);
}

.sectionLinks .current a{
	color: #ffffff;
}

.staffProfileBox {
	width: 300px;
	border-bottom: #999999 1px solid;
}

.staffPhotoThumb {
	float: left;
	width: 91px;
}

.staffInfo {
	float: left;
	margin-left: 22px;
}

.staffName {
	font-size: 1.3em;
	margin-top: 20px;
	color: #03376b;
	font-weight: bold;
}

.rightColumnShadow {
	width: 300px;
	height: 10px;
	background: url(../graphics/main/right-column-shadow.gif) top left no-repeat;
}

#cargo {
	width: 940px;
	margin: auto;
	text-align: right;
	margin-bottom: 10px;
}

#cargo a:link, #cargo a:visited {
	color: #FFFFFF;
}