@charset "utf-8";
/* CSS Document for Desktop styles 960px */

body 
{
	background: #136407; /* Old browsers */
	background: -moz-linear-gradient(left,  #8bacbd  1%, #4b7c8e 15%, #4b7c8e 75%, #299a0b 100%, #136407 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#8bacbd), color-stop(18%,#4b7c8e), color-stop(75%,#4b7c8e),color-stop(100%,#136407)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #136407 1%,#8bacbd 18%,#4b7c8e 75%,#136407 100%); /* Chrome10+,Safari5.1+ *higher percent for less space*  */
	background: -o-linear-gradient(left,  #136407 1%,#8bacbd 18%,#4b7c8e 75%,#136407 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #136407 1%,#8bacbd 18%,#4b7c8e 75%,#136407 100%); /* IE10+ */
	background: linear-gradient(to right,  #136407 1%,#8bacbd 18%,#8bacbd 75%,#136407 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#136407', endColorstr='#136407',GradientType=1 ); /* IE6-9 */
}

.Page
{
	width:960px;
}

header 
{


}

#shiplogo
{
	width:120px;
	height:120px;
	padding-top:20px;
	padding-left:2px;
	background: url(../img/ship.gif);
	background-repeat: no-repeat;
	float:left;
	display:inline-block;
}


.Logo 
{
	width:340px;
	height:134px;
	float:left;
	display:inline-block;
	padding-top:5px;
}

.Logo h1
{
	font-size:25px;
	color:#198919;
	text-align:center;
}


#menupic 
{
	width:498px;
	height:134px;
	background: url(../img/seatronmenularge.jpg);
	background-repeat: no-repeat;
	float:right;
	display:inline-block;
}

#content 
{
	height:805px;
	width:960px;
	
	font-family:Ebrima;
}

.frontpic
{
	height:450px;
	width:960px;
	background: url(../img/homepicnewlarge.jpg);
	background-repeat: no-repeat;
}
/*h1 
{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	color:#1C9A0A;
}

p 
{ 
	margin:0 
}
*/

.menu 
{
	width: 960px;
    height:30px;
}


/* desktop Possible to add this to global screen styles file*/
.menu a 
{
	width:15%;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px;
	text-align: center;
}

.menu a:hover
{
    color:#000000;
}

#heading
{
	height:50px;
	padding-bottom: 3px;
	display:block;
}

/*#index a#l-index, #fin a#l-fin, #bus a#bus {
	background:mistyrose;
	color:lightgray;
}
*/

article 
{
	height:250px;
	width:950px;
	font-size:17px;
	padding: 20px 20px 10px 20px;
}

#agents 
{
	height:300px;
	width:960px;
	background: url(../img/agents-05large.jpg);
	text-align:center;
}

.bottom 
{
	height:20px;
	width:960px;
	display:block;
	background-color:#009100;
	font-family: Arial,Verdana;
	text-align:center;
}

.bottom a 
{
	width:70px;
	color: #FFF;
	font-size:13px;
	padding:20px;
	text-decoration:none;
}

.bottom a:hover
{
	color:#000;
}


footer 
{
	height:20px;
	width:960px;
	padding-top: 5px;
	text-align: center;
}

#footertext 
{
	color: #000;
	width:960px;
	font-family:Arial,Verdana;
	font-size: 10px;
	padding:3px;
}

footer a
{
	color:#000;
}