/*
 * The main stylesheet for the A-MAPS Encironmental website.
 * By Richard Ye - http://www.yerich.net/
 */

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	min-width: 760px;
}

/* Layout Stuff
 --------------------------------*/

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#header {
	background: url('images/header.jpg') repeat-x transparent;
	overflow: hide;
	height: 133px;
}
#splash {
	width: 750px;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#banner {
	width: 760px;
	margin: 0 auto;
	height: 98px;
}
#nav {
	padding: 0;
	height: 22px;
	border-bottom: 3px solid #1A69E0;
	margin-bottom: 10px;
}
#navbar {
	padding: 0;
	width: 760px;
	margin: 0 auto;
	height: 20px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	padding-bottom: 2px;
}
li.navlink {
	float: left;
	height: 20px;
	max-width: 200px;
	text-align: center;
	border-bottom: 3px solid #1A69E0;
	margin-right: 20px;
	padding-bottom: 2px;
}
li.navlink:hover {
	border-bottom: 4px solid #75A3FF;
}
li.navlink a {
	text-decoration: none;
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 18px;
}
#contentwrapper {
	padding-top: 10px;
	clear: both;
	width: 760px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 500px;
}
#side {
	float: right;
	width: 250px;
	padding-top: 5px;
}
#footer {
	clear: both;
	width: 760px;
	margin: 10px auto 0 auto;
	color: #666;
	border-top: 1px solid #1A69E0;
}

/* Fonts, Styles and Other Stuff
 --------------------------------*/

h1 {
	margin: 5px 0 5px 0;
	color: #000;
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	font-size: 21px;
}
h3 {
	font-weight: bold;
	font-size: 17px;
}

a {
	color: #0C65FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5A14FF;
}

/* forms */

label { display: block; }
fieldset { margin-bottom: 8px; margin-top: 8px; padding: 8px; border: 1px solid #1A69E0}

/* Classes
 --------------------------------*/

.sidebox {
	border: 1px solid #75A3FF;
	padding: 5px;
	background: #D6E3FF;
	margin-bottom: 10px;
}
.sidebox h2 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #003091;
	font-size: 18px;
}
.sidebox p {
	display: inline;
}
.message {
	background: #DDD;
	border: 1px solid #999;
	padding: 3px;
	width: 90%;
	margin: 3px auto;
}
.yellowbox {
	background: #FFFF00;
}

