@import url("dropdown.css");
/* CSS Document */

body { 
  /*text-align: center; /* IE6 Fix */
  margin: 0 auto;
  background: url(../images/body-bg.jpg) no-repeat top center #152453
}
* {
	margin: 0px;
	padding: 0px;
}
img {margin:0;padding:0}
/* A container should group all your columns. */

.container {
	/* position: relative; */
  padding: 0;
	margin: 0 auto;   /* Centers layout */
	width: 900px
}
.column {
	margin: 0;
	padding: 0;}

.row {
	display:inline-table
}
.clear {clear:both;margin:0;padding:0}

* html .column { overflow-x: hidden; } /* IE6 fix */

/* Home page */

/* Column Structures -- Use these classes to set how wide a column should be. */
.span-900 {
	width:900px;
	margin:0;
}
.span-670 { width: 630px; padding-left:20px;margin-right:20px}
.span-670-header { width: 670px;}
.span-230 { width: 230px;}
.span-900pad {width:860px; padding:10px 20px}

.floatLeft {float:left}
.floatRight {float:right}
.margin-right {margin-right:20px}
.margin-right50 {
	margin-right:35px;
	margin-bottom: 45px;
	float: left;
	height: 175px;
}

#login {
	float: left;
	position: relative;
	width: 270px;
	height: 170px;
	left: 15px;
	top: -100px;
	z-index: 2;
}

#flashcontent {
	position: relative;
	width:900;
	height:400px;
}


/* Navigation */
.menubox {
	width:900px;
	height:40px;
	background: /*url(../images/menu-bg60.png)*/#818181;
	border-top:0px solid #919191;
	border-bottom:1px solid #818181;/*	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
*/
}	

div.fleetRow {
	margin:0 0 10px 0;padding:0 0 9px 0;border-bottom:1px dotted #7a7a8d
}
div.fleetRow li {line-height:1em}
div.fleetCol {
	float:left;
	min-height:200px
}

/*form stuff */
form.login {margin:0;padding:0}
form.login label {display:inline-block;vertical-align:bottom;width:68px;float:left;height:20px;line-height:28px}
form.login input {border:1px solid #777;height:20px;margin-bottom:10px;padding:0}
form.login input.image {margin:0 0 10px 0;padding:0;vertical-align:bottom;}
#header-movie {
	height: 400px;
	width: 900px;
}
#content {
	margin: 0px;
	height: auto;
	width: 860px;
	padding: 20px;
}
#left-column {
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#center-column {
	padding: 0px;
	float: left;
	height: auto;
	width: 380px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebar {
	padding: 15px;
	height: auto;
	width: 190px;
	background-image: url(../../images/sidebar-bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000;
}
.sidebar a {
	color: #666;
	line-height: 14px;
}
.welcome-sidebar {
	margin-bottom: 15px;
	height: auto;
	width: 221px;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}
.left-sidebar {
	padding: 15px;
	height: auto;
	width: 190px;
	background-image: url(../../images/sidebar-bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000;
}
#right-column {
	padding: 0px;
	float: right;
	height: auto;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.center-sidebar {
	padding: 15px;
	height: auto;
	width: 350px;
	background-image: url(../../images/sidebar-bck2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	height: auto;
	width: 900px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #999;
}
#inside-content {
	width: 620px;
	float: left;
}

