@charset "UTF-8";

/* *** MAIN ELEMENT STYLES *** */

body {
	margin: 0px;
	background: #E1E1E1 url(../images/body_bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-sarif;
	color: #000000;
	font-size: 10pt;
	line-height: 18px;
}
a {
	color: #F5001B;
}
a:hover, .contentGrey a:hover {
	color: #0076D0;
}
h1 {
	font-size: 17pt;
	background: url(../images/h1_bg.png) no-repeat left center;
	padding-left: 16px;
	margin-bottom: 8px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}

/* *** TEMPLATE MASTER STYLES *** */

#borderLeft {
	background: url(../images/border_left_bg.png) repeat-y right top;
	width: 7px;
	vertical-align: top;
}
#borderRight {
	background: url(../images/border_right_bg.png) repeat-y left top;
	width: 7px;
	vertical-align: top;
}
.borderBottom {
	background: url(../images/border_bottom_bg.png) repeat-x left top;
}
#logo {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 100;
	margin-left: -482px;
}
#centerCell {
	vertical-align: top;
	left: 0px;
	top: 0px;
}
#content {
	background: #FFFFFF url(../images/content_bg.png) repeat-x left top;
	vertical-align: top;
}
.contentWhite {
	padding: 15px;
}
.contentGrey {
	background-color: #373737;
	color: #FFFFFF;
	padding: 3px 8px 8px 8px;
}
.contentGrey a {
	color: #FACE00;
}
#bottomCell {
	background: url(../images/body_bottom_bg.png) repeat-x left bottom;
	height: 66px;
	vertical-align: top;
}
#bottomCell, #bottomCell a, #bottomCell a:hover {
	color: #808080;
	font-size: 11px;
	text-decoration: underline;
}
#bottomCell a:hover {
	color: #333333;
}
#bottomCellLeft {
	height: 30px;
}
#bottomCellRight {
	text-align: right;
}
#credits {
	padding-top: 8px;
}

/* *** SPLASH STYLES *** */

#splashRightOuter {
	float: right;
	width: 310px;
	margin: 0 4px 4px 8px;
	border: 1px solid #b7b7b7;
}
#spalshRightInner {
	color: #FFFFFF;
	background-color: #2C2C2C;
	border: 1px solid #FFFFFF;
	padding: 2px 10px 5px 10px;
}
.splashItem {
	border-top: 1px dotted #FFFFFF;
	margin-bottom: 1em;
}
.splashItem a, .splashItem a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.splashItem a:hover {
	text-decoration: underline;
}
.spalshFirst {
	border-top-style: none;
}
.splashSubhead, .splashSubhead a, .splashSubhead a:hover {
	color: #FACE00;
}
.splashCopy {
	line-height: 14px;
}

/* *** STAFF *** */

.staff {
	float: left;
	width: 185px;
	text-align: center;
	padding-bottom: 10px;
}
.staffImage img {
	width: 120px;
	height: 166px;
	border: 1px solid black;
	margin: 1px;
}
.staffName {
	font-weight: bold;
	font-size: 12pt;
}
.staffCopy {
	color: #666666;
	font-style: italic;
}

/* *** READ MORE LINKS *** */
.moreLink {
	text-align: right;
}
.moreLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/readmore_bg.png) no-repeat left bottom;
	padding-left: 18px;
}

/* *** MISC STYLES *** */

.clr {
	width: 100%;
	clear: both;
}
.shadRight {
	background: url(../images/shadow_right.png) repeat-y;
	vertical-align: top;
	width: 3px;
}
.shadBottom {
	background: url(../images/shadow_bottom.png) repeat-x;
	text-align: left;
	height: 3px;
}
.linkList td, .linkList td a {
	font-size: 12pt;
}

/* *** SEARCH FORM STYLES *** */

#searchFormDiv {
	position: absolute;
	top: 177px;
	right: 7px;
}
#searchField {
	width: 236px;
	height: 33px;
	background-image: url('../images/search_field_bg.png');
	text-align: center;
}
#searchField input {
	width: 196px;
}

/* *** CONTACT FORM STYLES *** */

.contactForm {
	width: 298px;
}
textarea.contactForm {
	width: 441px;
}
.req {
	font-size: 18pt;
	font-weight: bold;
	color: #cc0000;
	vertical-align: middle;
}

/* *** BILL OF LADING FORM STYLES *** */

.formLabel {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-weight: bold;
	font-size: 8px;
}

#form1 table {
	border-collapse:collapse;
}
.border1 {
	border: 2px solid black;
}

/* *** MENU STYLES *** */

#navRow {
	height: 35px;
}
.ddmx {
	font: 12pt tahoma;
	float: right;
}
.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover {
	padding: 8px 25px 8px 25px;
	background: transparent;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
}
.ddmx .item1:hover, .ddmx .item1-active:hover {
	color: #FACE00;
	background: #000000;
}
.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font: 11px tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-left: 18px;
	z-index: 500;
}
.ddmx .item2 {
	background: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #000000;
	background: #FACE00 url(../images/submenu_arrow.png) no-repeat 0% 50%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 3px 16px 4px 18px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	border: 1px solid #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
