/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ccc;
}
#wrapper {
	background-color:#fff;
	position: relative;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #2f4369;
	border-right: 1px solid #2f4369;
	border-bottom: 1px solid #2f4369;
}

#tagline {
	background-image: url(images/tagline_bg.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    height: 0;
	width: auto;
}
#navbar {
	border-bottom: solid 2px #789;
}
#navigation {
	font-variant: small-caps;
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	padding: 10px 5px 2px 5px;
}
#main {
	background-color:#e9e9ed;
	background-image:url(../images/nautical_chart.jpg);
	background-repeat:no-repeat;
	width: 780px;
}

.textbox {
	background-color: #789;
	width: 150px;
	border: solid 2px #2f4369;
	margin: 2px 0;
	padding: 2px;
	font-size: 90%;
	font-variant:small-caps;
}
#footer {
	background-color: #789;
	width: 780px;
	height: 80px;
	color: #fff;
	font-variant: small-caps;
	font-size: 110%;
	text-align: center;
}
.headline {
	font-weight: bold;
	color: #2f4369;
	text-align:justify;
}
.headline-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size: 175%;
	color: #2f4369;
	text-align:justify;
}



.headline-form {
	font-weight: bold;
	color: #2f4369;
	font-size: 120%;
	color: #fff;
	margin: 10px 5px;
	background-color: #2f4369;
}
.headline-form p {
	margin: 5px;
}

p {
	text-align:justify;
	padding: 10px 0 0 20px;
	width: 350px;
	color: #333;
	font-size: 115%;
}
#p-home {
	text-align:justify;
	padding: 10px 0 0 20px;
	width: 500px;
	color: #333;
}

.left-column {
	padding: 10px 0 0 20px;
}
.left-column-home {
	width: 80%;
}

li a:link {
	color: #2f4369;
	font-size: 120%;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration: none;
}
li a:visited {
	color: #2f4369;
	font-size: 120%;
	font-weight:bold;
	font-variant: small-caps;
	text-decoration: none;
}
li a:hover{
	color: #789;
	font-size: 120%;
	font-weight:bold;
}
a:link {
	color: #2f4369;
	font-size: 115%;
	font-weight:normal;
	font-variant: small-caps;
	text-decoration: none;
}
a:visited {
	color: #2f4369;
	font-size: 115%;
	font-weight:normal;
	font-variant: small-caps;
	text-decoration: none;
}
a:hover{
	color: #fff;
	font-size: 115%;
	font-weight:normal;
}
.norm a:link {
	color: #fff;
	font-weight:bold;
	font-size: 95%;
	text-decoration: none;
}
.norm a:visited {
	color: #fff;
	font-weight:bold;
	font-size: 95%;
	text-decoration: none;
}

.norm a:hover {
	color: #2f4369;
	font-weight:bold;
	font-size: 95%;
	text-decoration: none;
}
.img-border {
	border: solid 2px #2f4369;
	margin: 20px;
}
.img-border2 {
	border: solid 2px #2f4369;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
}
.textbox-title {
	margin: 75px 0 0 3px;
}
.title-img {
	padding-left: 10px;
}
.formcell {
	padding: 15px 10px;
	text-align:left;
}
.download {
	position: relative;
	left: 60%;	
	top: -36px;
}
