/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Oswald);

body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:18px;
}

.center-image {
	width:960px;
	margin:0 auto;	
}

.clear {
	clear:both;	
}

/* ============= HEADER ============= */

.header {
	width:100%;
	background:#FFF;
	height:120px;
}

.header_wrapper {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

.header_logo {
	width:115px;
	height:115px;
	float:left;
	background-image: url(../images/multifreight-logo.png);
	background-size:115px 115px;
	background-repeat:no-repeat;
	margin-top:-8px;
}

.header_title {
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#000;
	text-align:center;
	padding:0 30px;
	width:580px;
}

.header_title1 {
	font-size:72px;
	letter-spacing:3px;
	font-weight:normal;
	margin-top:15px;
	text-shadow:#000 1px 1px 2px;
	-webkit-text-shadow:#000 1px 1px 2px;
	-moz-text-shadow:#000 1px 1px 2px;
	-o-text-shadow:#000 1px 1px 2px;
	-ms-text-shadow:#000 1px 1px 2px;
}

.header_title2 {
	font-size:25px;	
	margin-top:22px;
	letter-spacing:8px;
}

.header_title3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:800;
	margin-top:8px;
	color:#F00;
	letter-spacing:3px;
}

.header_login {
	float:left;
	width:200px;
}

.header_login input[type='text'], input[type='password'] {
	width:160px;
	padding:7px 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border:#999 1px solid;
	margin-bottom:7px;
}

.login_button {
	visibility:hidden;
	position:absolute;
	top:-99px;
	left:-99px;
}

/* ============= MAIN MENU ============= */

.nav {
	width:100%;
	background:#168039;
	border-bottom:#FF0 1px solid;
}

.nav_wrapper {
	width:960px;
	margin:0 auto;
	height:36px;
}

/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 40px;
	width: 100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 36px;
}

/* Links */

.menu li a {
	display: block;
	padding: 4px 20px;
	margin: 0;
	line-height: 28px;
	text-decoration: none;

	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 14px;

	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #FF0; background-color:#044c29;}

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 36px;
	left: 0;
	opacity: 0;
	background:#FFF;
	
	border:#044c29 7px solid;
	box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	-o-box-shadow: 2px 2px 5px #333;

	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index:9999;
}

.menu li:hover > ul { 
	opacity: 1;
}

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 180px;
	padding: 4px 0 4px 20px; /* ICON POSITION to LEFT*/
	margin: 0;

	border: none;
	border-bottom: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	text-shadow:none;
	font-size:12px;
}

.menu ul li a:hover {
	background-color:#b7ffdc;
	color:#044c29;
}

.menu ul li:last-child a { 
	border:none;
}

/* Icons */

.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }

/* ============= IMAGE SLIDER ============= */

.slider {
	width:auto; /* Can be auto or 100%; auto only preferred */
	height:376px;
	z-index:-9999;
}

.slider-wrapper {
	margin:0 auto;	
}

.slider-border {
	position: relative;
    width: auto; /* 100% or 1450px; auto only preferred*/
    height: 113px;
    background:url(../images/slider-bottom-border.png);
	background-repeat:repeat-x;
    margin: -113px auto 0 auto;
	z-index:20;
}

/* ============= CONTENTS ============= */

.content {
	width:100%;
	background:#FFF;
	padding-top:20px;
}

.content_wrapper {
	width:960px;
	margin:0 auto;
}

.bodyheader {
	font-size:24px;
	font-weight:bold;
	color:#044c29;
	text-align:left;
}

.bodyheader2 {
	font-size:20px;
	font-weight:bold;
	color:#044c29;
	text-align:left;
}

.bodytext1 {
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:21px;	
}

.bodytext1 a {
	color:#168039;
	text-decoration:none;
}

.bodytext1 a:hover {
	color:#666;
	text-decoration:underline;	
}

.bodytext2 {
	font-size:12px;
	font-weight:normal;
	color:#666;
	line-height:18px;	
	padding:10px 0;
}

/* ============= LEFT SIDE BAR ============= */

.sidebar_h1 {
	font-size:22px;
	font-weight:normal;
}

.sidebar_h2 {
	font-size:18px;
	font-weight:bold;
}

.sidebar hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sidebar ul {
	
}

.sidebar ul li {
	font-size:16px;
	line-height:28px;
	border-bottom:#CCC 1px dotted;	
}

.sidebar ul li a {
	color:#168039;
	text-decoration:none;
}

.sidebar ul li a:hover {
	color:#666;
	text-decoration:underline;	
}

.news_date {
	font-size:12px;	
	color:#333;
}

.news_link {
	font-size:13px;
	color:#999;	
}

.news_link a {
	color:#999;
	text-decoration:none;
}

.news_link a:hover {
	color:#333;
	text-decoration:underline;
}

/* ============= SUB PAGES COLUMN ============= */

.left_column {
	float:left;
	width:250px;
	margin:10px;
}

.right_column {
	float:left;
	width:670px;
	margin:10px;
}

/* ============= TWO COLUMN MAIN PAGE ============= */

.onecolumn {
	float:left;
	width:300px;
	margin:10px;
}

.twocolumn {
	float:left;
	width:620px;
	margin:10px;
}

.track_box {
	border:#999 1px solid;
	margin:0 0 15px 0;
	padding:15px 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color:#333;
	font-size:22px;
	text-shadow:1px 1px 3px #999;
}

.contactus_box {
	border:#999 1px solid;
	margin:15px 0 0 0;
	padding:15px 15px;
	background-color:#f8f7e2;
}

.contactus_box_title {
	text-align:left;
	font-family: 'Oswald', sans-serif;
	color:#333;
	font-size:22px;
	text-shadow:1px 1px 3px #999;
}

.contactus_box_tel {
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#168039;
	text-shadow:1px 1px 3px #999;
	line-height:24px;
}

.contactus_box_text {
	font-size:14px;
	color:#666;
	text-align:center;	
	line-height:16px;
}

/* ============= THREE COLUMN MAIN PAGE ============= */

.threecolumn {
	float:left;
	width:300px; /*plus 10px allowance left and right*/
	margin:10px;
	/* height:240px; */
}

.threecolumn_head {
	border:#c0c0c0 1px solid;
	border-bottom:none;
	border-radius:13px 13px 0 0;
	-moz-border-radius:13px 13px 0 0;
	-webkit-border-radius:13px 13px 0 0;
	-o-border-radius:13px 13px 0 0;
	padding:22px 20px 10px 20px;
	text-align:left;
	font-family: 'Oswald', sans-serif;
	color:#333;
	font-size:22px;
	text-shadow:1px 1px 3px #999;
	background-color:#f8f8f8;
}

.threecolumn_title {
	font-size:16px;
	font-weight:bold;
	padding-bottom:7px;	
	color:#168039;
	text-align:center;
}

.threecolumn_content {
	border:#c0c0c0 1px solid;
	border-radius:0 0 13px 13px;
	-moz-border-radius:0 0 13px 13px;
	-webkit-border-radius:0 0 13px 13px;
	-o-border-radius:0 0 13px 13px;
	padding:10px 20px;
	border-top:none;
	background-color:#f8f8f8;
	color:#333;
	text-align:justify;
	line-height:18px;
	height:175px;
	min-height:175px;
}

#affiliations-container {
	width:260px;
}

#affiliations-container ul li {
	width:260px;
	text-align:center;
}

/* ============= FOUR COLUMN MAIN PAGE ============= */

.fourcolumn {
	float:left;	
	width:220px; /*plus 10px allowance left and right*/
	margin:10px 10px 20px 10px;
}

.fourcolumn_head {
	border:#666 1px solid;
	border-radius:13px 13px 0 0;
	-moz-border-radius:13px 13px 0 0;
	-webkit-border-radius:13px 13px 0 0;
	-o-border-radius:13px 13px 0 0;
	padding:15px 10px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-size:20px;
	/* background-color:#168039;*/
	
	background: -moz-linear-gradient(top, #168039 0%, #06501f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#168039), color-stop(100%,#06501f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #168039 0%,#06501f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #168039 0%,#06501f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #168039 0%,#06501f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #168039 0%,#06501f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#168039', endColorstr='#06501f',GradientType=0 ); /* IE6-9 */
	
	box-shadow:2px 2px 5px #CCC;
	-moz-box-shadow:2px 2px 5px #CCC;
	-webkit-box-shadow:2px 2px 5px #CCC;
	-o-box-shadow:2px 2px 5px #CCC;
	-ms-box-shadow:2px 2px 5px #CCC;
}

.fourcolumn_image {
	width:196px;
	height:123px;
	border:#333 1px solid;
	margin-bottom:10px;
	border-radius:3px;
	box-shadow:2px 2px 3px #CCC;
}

.fourcolumn_content {
	border:#666 1px solid;
	border-radius:0 0 13px 13px;
	-moz-border-radius:0 0 13px 13px;
	-webkit-border-radius:0 0 13px 13px;
	-o-border-radius:0 0 13px 13px;
	padding:10px 10px;
	border-top:none;
	background-color:#FFF;
	box-shadow:2px 2px 5px #CCC;
	-moz-box-shadow:2px 2px 5px #CCC;
	-webkit-box-shadow:2px 2px 5px #CCC;
	-o-box-shadow:2px 2px 5px #CCC;
	-ms-box-shadow:2px 2px 5px #CCC;
	color:#333;
	text-align:justify;
	line-height:18px;
}

/* ============= READ MORE ============= */

.readmore {
	text-align:right;
	margin:0 5px 0 0;
	color:#168039;
}

.readmore a {
	text-decoration:underline;
	color:#666;
	font-weight:normal;
}

.readmore a:hover {
	text-decoration:none;
	color:#168039;
	font-weight:bold;
}

/* ============= FOOTER ============= */

.footer {
	width:100%;
	background:#333333;
	border-top:#FFF 2px solid;
}

.footer_wrapper {
	width:960px;
	margin:0 auto;
	padding:20px 0px;
	color:#999;
}

.footer_links_div {
	width:192px;
	float:left;
	line-height:17px;
}

.footer_links_div a {
	color:#f0f0f0;
	text-decoration:none;	
}

.footer_links_div a:hover {
	color:#FF0;
	text-decoration:none;	
}

.fl1 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

.fl1 a {
	color:#FFF;
	text-decoration:none;	
}

.fl1 a:hover {
	color:#FF0;
	text-decoration:none;	
}



/* ============= FORM TRACKING FRONT PAGE ============= */

#tracking1 {
	width:170px;
	padding: 6px 8px;
	border-radius:3px 3px;
	border:#999 1px solid;
	margin:15px 0;
}

#tracking2 {
	width:120px;
	padding: 6px 8px;
	border-radius:3px 3px;
	border:#999 1px solid;
	margin:15px 0;
}

.submit1 {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #168039);
  background-image: -moz-linear-gradient(top, #7fbf4d, #168039);
  background-image: -ms-linear-gradient(top, #7fbf4d, #168039);
  background-image: -o-linear-gradient(top, #7fbf4d, #168039);
  background-image: linear-gradient(top, #7fbf4d, #168039);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size:13px;
  padding: 7px 10px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}

.submit1:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #168039, #5e9e2e);
    background-image: -moz-linear-gradient(top, #168039, #5e9e2e);
    background-image: -ms-linear-gradient(top, #168039, #5e9e2e);
    background-image: -o-linear-gradient(top, #168039, #5e9e2e);
    background-image: linear-gradient(top, #168039, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; 
}

/* ============= FORM CONTACT US PAGE ============= */

.contact-us input[type='text'] {
	width:360px;
	padding:7px 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border:#666 1px solid;
	margin-bottom:7px;
}

.contact-us textarea {
	width: 450px;
	height: 88px;
	border-radius: 3px;
	border: 1px solid #666;
	padding: 7px 5px;
	font-weight: 200;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 1px 1px 5px #CCC;
}

.contact-us select {
	height:28px;
   	width: 268px;
   	padding: 5px;
   	line-height: 1;
   	border:#666 1px solid;
   	border-radius:3px;
}

/* ============= AFFILIATIONS PAGE ============= */



/* ============= VESSEL SCHEDULES PAGE ============= */

.schedule_table table {
	width:95%;
	border-collapse:collapse;
}

.schedule_table table tr td {
	border:#CCC 1px solid;
	padding:2px 5px;
	font-size:14px;
}

.cal_title {
	font-weight:bold;
	color:#044c29;
	text-align:left;
}

.cal_subheader {
	background-color:#E5E5E5;
	font-weight:bold;
	text-align:center;
}

.cal_base {
	font-weight:bold;
	text-align:left;	
}

/* ============= IMAGE GALLERY ============= */

.img_box {
	width:210px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	box-shadow:#999 2px 2px 5px;
}

.img_box img {
	width:210px;
	/*border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;*/
}

.img_box a {
	color:#FFF;
	text-decoration:none;
}

.img_box a:hover {
	color:#FFF;
	text-decoration:none;
}