@charset "utf-8";

body {
	background-color: #FFD097;
	background-repeat: no-repeat;
	margin: 0; 
	padding: 0;
	background-image: url(images/site-images/background.jpg); 
	background-position: 50% 0%; 
	background-attachment: fixed;
}
h1 {
	font-size: 25px; 
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
}
p {
	font-size:16px;
}
#nav-menu {
	style=width:98%;
	background-color: #0A3761;
	padding: 1%;
	float: left;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 98%;
}
#page-title {
	width: 65%; 
	margin-left: 0px; 
	float: left; 
	font-size: 25px;
	cursor:pointer;
	font-family:Comic Sans MS;
}
.menu_item {
	margin-top: 8px;
	width: 35%;
	float: left;
}

a:link {
	color:#ffd097;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color:#ffd097;
	text-decoration:none;
	}

a:hover {
	color: #FFEDD7;
	text-decoration:underline;
	}

a:active {
	color:#FFEDD7;
	text-decoration:underline;
	}
#main-column {
	/*width: 960px;*/
	width:90%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/site-images/transparent-div-background.png);
	background-repeat: repeat;
	padding-bottom: 10px;
	min-height: 585px;
}
#main-column-contact {
	width: 90%; /*960px;*/
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/site-images/transparent-div-background.png);
	background-repeat: repeat;
	padding-bottom: 10px;
}
#enter-location {
	width: 100%; 
	margin-bottom: 10px; 
	padding-left: 1%;
}
#map-canvas {
	width: 98%; 
	min-height: 500px; 
	height: 500px; 
	border: solid 1px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px; 
}
#display-image {
	width: 98%;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
#help_div {
	style="width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	text-align: justify;
	margin-bottom: 10px;
	min-height:585px;
}
#help_div_header {
	width: 100%; 
	text-align: 
	left; 
	font-size: 25px; 
	font-weight: bold; 
	margin-bottom: 5px;
}
#help_div_body {
	width:100%; 
	text-align:justify;
}
#contact_us {
	width: 98%; 
	text-align: left; 
	font-size: 25px; 
	font-weight: bold; 
	margin-bottom: 5px;
	padding-left:1%;
	padding-right:1%;
}

.form_tbl {
	border:1px; 
	solid #C0C0C0; 
	background-color:#FFF;
	margin-left:1%;
}
#terms_header {
	width: 100%; 
	text-align: 
	left; 
	font-size: 25px; 
	font-weight: bold; 
	margin-bottom: 5px;
	margin-left:1%;
	margin-right:1%;
}
#terms_body {
	width:98%; 
	text-align:justify;
}
