﻿body 
{
	background:#FFFFFF url('/images/home_back1.jpg') no-repeat scroll center 10px; 
}


div#header
{
	position:relative;
	height:380px;
}

div#logo
{
	position:relative;
	float:left;
	margin-left:50px;
	margin-top:30px;
	width:350px;
}

div#notes-upper
{
	position:relative;
	float:left;
	left:50px;
	margin-top:20px;
	color:white;	
	width:300px;
	padding:20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#notes-upper h1
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
	
}

div#tagline
{
	position: relative;
	z-index: 1;
	text-align: left;
	top: 190px;
	left: 240px;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	color: white;
	letter-spacing: -2.5px;
	font-family: Arial, Helvetica, sans-serif;
	width:600px;
}

div#notes-lower
{
	position:relative;
	background-color:blue;
	color:#FFFFFF;	
	width:300px;
	padding:20px;
	border:1px solid #000000; 

}


div#content
{
	width:100%;
	position:relative;
	clear:both;
	margin:0;
	padding:0;
}

div#nav
{
	float:left;
	position:relative;
}

div#nav ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
	padding-top:0;
	margin-top:0;
}

div#nav li
{
	background: url(/images/bullet1.gif) left center no-repeat;
	padding-left:12px;
	margin-top:3px;
}

div#nav a
{
	color:#006690;
	text-transform: uppercase;
	font-weight:bold;
	font-family:"Lucida Console",sans-serif;
}

div#nav a:link
{
	text-decoration:none;
}

div#nav a:hover
{
	color:#333333;
	text-decoration:none;
}

div#photos
{
	width:492px;
	float:left;
	padding-left:10px;
}

div#survey
{

	height:95px;
	overflow:auto;
	background:#CCCCCC;
	float:left;
	margin-left:10px;
	/*border:1px solid #666666;*/
	padding:15px;
}



div#notes
{
	position:relative;
	background-color:#EEB94A;
	color:#FFFFFF;	
	width:280px;
	height:100%;
	min-height:495px;
	padding:20px;
	border:1px solid #000000; 

}
