@charset "UTF-8";
.clearFloat {
	clear: both;
	display: block;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/framework/background.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	overflow: hidden;
}



#header .banner {
	background-color: #004990;
	height: 90px;
	margin-left: 0px;
	text-align: right;
}

#header .banner .contactInfo {
	text-align: right;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 20px;
}

#header .banner .contactInfo a {
	color: #FFFFFF;
}

#header #positionContainer {
	position: absolute;
}

#header .nav {
	background-image: url(../images/framework/navGradient.jpg);
	height: 33px;
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 100px;
}

#header .logoContainer {
	position: absolute;
}

#header .logo {
	position: absolute;
	height: 145px;
	width: 350px;
}

#header .loginWindowLarge {
	background-image: url(../images/framework/largeLoginBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 369px;
	padding-top: 20px;
}

#header .loginWindowSmall {
	background-image: url(../images/framework/largeLoginBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	padding-top: 20px;
}

#header .overlay {
	position: absolute;
	top: 122px;
	left: 237px;
}

#header .overlaySmall {
	position: absolute;
	top: 122px;
	left: 237px;
}

#header .loginBox {
	padding-left: 10px;
}

#header .loginBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004990;
	font-weight: bold;
	width: 220px;
	display: block;
	text-align: center;
}

#header .loginBox .inputItem {
	display: block;
	width: 220px;
	clear: right;
	margin-bottom: 5px;
	text-align: right;
}

#header .loginBox input {
	width: 140px;
}

#header .loginBox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	float: left;
}

#header .loginBox .legal {
	font-size: 9px;
	color: #004990;
	float: left;
	width: 150px;
	margin-left: 0px;
	text-align: left;
	text-decoration: underline;
}
#header    #terms   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 70px;
	float: left;
	line-height: 10px;
}

#header #loginBase .remember {
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	float: left;
}
#header  .loginBox  #formSubmit  a {
	padding: 2px 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #004990;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	margin-right: 0px;
	display: block;
	width: 20px;
	float: left;
}

#header .loginBox #formSubmit a:hover {
	background-color: #D30040;
}
#header   .freightRateQuote a {
	background-color: #004990;
	display: block;
	color: #FFFFFF;
	width: 208px;
	float: left;
	clear: both;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}

#header .freightRateQuote a:hover {
	background-color: #D30040;
}

#header .freightRateQuote {
	display: block;
}
#header  .quoteBox {
	clear: left;
	width: 250px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
}

#header .linkBox {
	float: left;
	margin-top: 85px;
	margin-left: 265px;
	font-size: 14px;
	font-weight: bold;
	color: #D30040;
	position: absolute;
	z-index: 10;
}

#header .linkBox a {
	font-size: 12px;
	display: block;
	font-weight: normal;
	color: #004990;
}

#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/framework/fold.jpg) no-repeat top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	padding-left: 10px;
	color: #013C76;
	margin: 10px 0px 20px;
}

#mainContent #contentNav {
	width: 300px;
	float: left;
}

#mainContent #contentNav p {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
#mainContent  #contentNav  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003E79;
	font-weight: normal;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}

#mainContent #contentNav ul {
	margin: 0px 10px 20px;
	padding: 0px;
}

#mainContent #contentNav li {
	list-style-type: none;
}

#mainContent #contentNav li a {
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #013870;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	padding-left: 10px;
}

#mainContent #content {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px 10px 0px 30px;
	height: 625px;
	overflow: auto;
}
#mainContent  #contentNoScroll {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px 10px 0px 30px;
}

#mainContent #contentNoScroll td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#mainContent #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003E79;
	font-weight: normal;
	margin: 20px 0px 0px;
	padding: 0px;
}

#mainContent #content h3 {
	color: #D31145;
	font-weight: normal;
	margin: 10px 0px 0px;
}

.thepot {
	display:none;
	}

.pageContent   p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 10px;
}

#content li {
	font-size: 14px;
}

#baseBlocks {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#baseBlocks .block {
	color: #FFFFFF;
	width: 300px;
	float: left;
	height: 250px;
	background-color: #FFFFFF;
	position: relative;
}
#baseBlocks .blockPanel  {
	left: 10px;
	top: 10px;
	position: absolute;
	width: 280px;
}
#baseBlocks   .blockPanel .title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#baseBlocks .blockPanel .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#baseBlocks .centerBlock {
	color: #666666;
	width: 300px;
	float: left;
	height: 250px;
	background-color: #FFFFFF;
	position: relative;
}

#baseBlocks .centerBlock .a {
	color: #004990;
	text-decoration: underline;
}

#baseBlocks .centerBlock p {
	margin-top: 7px;
	margin-bottom: 0px;
}
.pageSiteMap {
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.pageSiteMap #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 5px;
	color: #666666;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 13px;
}
.pageSiteMap  #title  a  {
	font-size: 10px;
	color: #666666;
}
.pageSiteMap a {
	color: #003399;
	font-size: 12px;
	text-decoration: none;
}
.pageSiteMap a:hover {
	color: #00278F;
}
.pageSiteMapWrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.pageSiteMap ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
	font-size: 10px;
	padding-top: 5px;
}
.pageSiteMap li {
	padding-bottom: 5px;
}
.pageSiteMap    ul    li  ul li a  {
	color: #666666;
	font-size: 10px;
}
.pageSiteMap ul li ul li ul li a {
	color: #666666;
	list-style-type: disc;
}
.pageSiteMap  #leftList {
	width: 299px;
	float: left;
}
.pageSiteMap  #centerList {
	width: 300px;
	float: left;
}
.pageSiteMap  #rightList {
	width: 299px;
	float: left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
	top: 0px;
}
   
#boxes .window {
	position:fixed;
	display:none;
	z-index:9999;
	padding:20px;
	margin-right: auto;
	margin-left: auto;
}
#boxes    /* Customize your modal window here, you can add background image too */
a {
	color: #FFFFFF;
}

#form1 {
	margin: 0px;
	padding: 0px;
}

.smallText {
	font-size: 10px;
}

#mainContent #contentNoScroll h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003E79;
	font-weight: normal;
	margin: 20px 0px 0px;
	padding: 0px;
}

#mainContent .legal {
	font-size: 12px;
	color: #004990;
}

