/* CSS Document - this is the core style sheet of the site. */

body {
	background-color:#999999;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;

	}
	
p {
	font-size: .8em;
	line-height: 1.7em;
}

h1 {
	font-size: 1.2em;
	text-align: left;
	font-style: italic;
	letter-spacing: 5px;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}
p.footer {
	font-size: .5em;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #013C4C;
	text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}


#wrapper {
	position: relative;
	/* text-align: center; */
	height:auto;
	width: 900px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	color: #FAD46B;
	background: #ffffff;
	border: thin black solid;
    border-radius: 1em;
	-moz-border-radius: 1em;
    padding: 1em;
	
}
#header {
	color: #013C4C;
	background-color: #FFFFFF;
	width:800px;
	border-bottom:thin solid #666666;
	margin: 30px;
}
#header p {
	font-size: 1.16em;
	text-align:center;
	}

#logo {
	padding: 0;
	margin:0;
	text-align:left;
	background-color:#FFFFFF;
}  
#content {
	position: relative;
	width: 900px; 
}
#navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	font-size: 90%;
	border: thin black solid;
    border-radius: 1em;
	-moz-border-radius: 1em;
    padding: 1em;
	background:#d1d3d3;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#navbar ul li a:link, #navbar ul li a:visited{
	color:  #013C4C;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#navbar ul li a:hover {
	color:#ba5b22;
}

#services {
}

#services li.services a:link, #services li.services a:visited,
#contact li.contact a:link, #contact li.contact a:visited,
#port li.port a:link, #port li.port a:visited, 
#policy li.policy a:link, #policy li.policy a:visited,
#plinks li.plinks a:link, #plinks li.plinks a:visited,
#store li.store a:link, #store li.store a:visited, 
{
	color: #3c6589;
	
}
#main-text {
	
	border-bottom: 1px solid #000000;
	margin-left: 250px; 
	padding: 0 20px 10px 60px;
	background: #f9fcfc;
    color: black;
	border: thin black solid;
    border-radius: 1em;
	-moz-border-radius: 1em;
   
}
#main-text h1 {
	padding-left: 20px;
	color: #013C4C;
}
#main-text ul {
	list-style-type: none;
}

.box1 {
	background: #FFFFFF;
	border: thin black solid;
    border-radius: 1em;
	-moz-border-radius: 1em;
    padding: 1em;
	margin: 0 60px 0 0;
}
#slideshow  {
	width:300px;
	float: right;
	border: black thin solid;
	margin: 10px 30px;
	}


	
/* Hides from IE5-mac \*/
* html .h2 {height: 1%;}
/* End hide from IE5-mac */
