@charset "utf-8";
/* CSS Document */
body {
	margin:0; 
	background: #ffffff; 
	background-image: url(../images/vanc_marina.jpg);
	background-attachment:fixed;
}

#header {
	position:absolute;
	top: 10px;
	left: 5px;
	width: 750px; 
	height: 30px; 
	background: transparent; 
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif; 
	color: #8a0023; 
	padding-top: 5px;
}
body#blue #header {
	color:#1c1c82;
}
body#green #header {
	color:#427010;
}
body#orange #header {
	color:#9b1919;
}
#place {
	position:absolute;
	top:45px;
	left:5px;
	width: 772px; 
	height: 35px; 
	font: bold 24px Tahoma, Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	padding:1px 0 0 10px; 
	margin-bottom: 10px;
	letter-spacing: .5em;
}
body#blue #place {
	background: #1c1c82 url(../images/blue_logo_small.gif) top right no-repeat; 
}
body#green #place {
	background: #427010 url(../images/green_logo_small.gif) top right no-repeat; 
}
body#orange #place {
	background: #9b1919 url(../images/orange_logo_small.gif) top right no-repeat; 
}
#space {
	position: absolute;
	top: 80px;
	left:5px;
	width: 782px; 
	height: 15px; 
	border-bottom: 2px solid #8a0023; 
	margin: 5px 0 0 0;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
}
body#blue #space {
	border-bottom:2px solid #1c1c82;
}
body#green #space {
	border-bottom:2px solid #427010;
}
body#orange #space {
	border-bottom:2px solid #9b1919;
}
#leftside {
	position: absolute;
	top: 110px;
	left: 5px;
	width: 170px; 
	height: auto; 
	background-color:#ffffff;
	border: 2px solid #000000; 
	
}
#nav {
	width: 150px;
	vertical-align: top; 
	margin-left: 5px; 
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
}
#nav a {
	width: 160px; 
	height: 20px; 
	display: block; 
	margin-top: 5px; 
	background: #8a0023; 
	color: #ffffff; 
	text-indent: 5px;
	text-decoration: none; 

}
#logo {
	float: middle;
	margin: 5px;
	width: 145px;
	height: 80px;
	background:#ffffff;
}
#logo img {
	position: relative;
	top:7px;
	left:28px;
}
body#blue #nav a {
	background: #1c1c82;
}
body#green #nav a {
	background: #427010;
}
body#orange #nav a {
	background: #9b1919;
}

#nav a:hover {
	width:145px;
	color: #999999; 
	border-right: 15px solid #999999;
}

#leftsideinfo {
	width: 155;
	height: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding-bottom:5px;
}
body#blue #leftsideinfo a {
	font-weight:bold;
	color:#1c1c82;
}
body#green #leftsideinfo a {
	font-weight:bold;
	color:#427010;
}
body#orange #leftsideinfo a {
	font-weight:bold;
	color:#9b191;
}

#leftsideinfo a:hover {
	color:#999999;
	border-right:none;
}
#main {
	
	position:absolute;
	top:110px;
	left:185px;
	width: 800px; 
	min-height: 550px; 
	border: 2px solid #000000; 
	background-color:#ffffff;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif; 
	vertical-align: top; 
	color: #000000; 
}
#main p {
	padding: 5px;
	letter-spacing:1px;
	line-height: 125%;
}
#main li {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color : #000000;
	padding-left : 6px;
	margin-left: 40px;
	line-height:150%;
}
#main ul {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	line-height : 140%;
	list-style-position : outside;
	list-style-image : none;
	list-style-type : disc;
	padding-left : 6px;
}
.pixfloat {
	float:right;
	margin: 5px;

}
.pixfloat2 {
	float:left;
	margin: 5px;
}

.photocredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin:5px;
	float:right;
}
#eform {
	padding-left:5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin:5px;
	float:right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin:5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 5px;
}