/* main.css */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/background3.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#4b6b88;
}
#leftmenu a {
    font-size: 20px;
    line-height: 35px;
}
#wrapper {
	width:1023px; 
	height: 100%;
	margin: 0 auto; 
	text-align: left;
}
#banner {
	position:absolute;
	top: 0px;
	height: 89px;
	width:1024px; 
	margin:0px;
}
#menubar {
	position: absolute;
	width:1024px; 
	height: 24px;
	top: 89px;
}
#slideshow {
	position: absolute;
	width:1024px; 
	height: 400px;
	top: 123px;
}
#currentpage {
	position: absolute;
	top: 123px;
	width:1024px; 
	height: 150px;
	vertical-align:text-bottom;
}
#currentpage h1 {
	position:absolute;
	top: 30px;
	padding-left: 55px;
	color:#CCC;
	font-size:36px;	
}
#mainRight {
	position: relative;
	left: 550px;
	top: 523px;
	padding-top: 20px;
	width: 400px;
	z-index:4;
	padding-right:50px;
}
#mainContent {
	position: absolute;
	top: 523px;
	width:1024px; 
	z-index:3;
	background-color:#FFF;
	min-height:400px;
 	height:auto !important;
	height:400px;
}
#content {
	position: absolute;
	top: 273px;
	width:1024px; 
	z-index:3;
	background-color:#FFF;
	min-height:822px;
 	height:auto !important;
	height:822px;
}
#mainRight p,h1,h2,h3,ul,ol {
	font-family:Century Gothic, Arial, Verdana;
}
#mainRight img {
	padding: 10px;
}
* html #mainContent {
	height: 80%;
}
#mainContent p {
	position:relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	width: 400px;
	font-family:Century Gothic, Arial;
}
#mainContent ul,ol {
	position:relative;
	padding-left: 198px;
	padding-right:20px;
	padding-top: 20px;
	font-family:Century Gothic, Arial;

}
#mainContent h1,h2,h3 {
	position:relative;
	padding-left: 183px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Verdana, Arial;
}
#content p, .align, small {
	position:relative;
	padding-left: 240px;
	padding-right: 50px;
	padding-top: 20px;
	font-family:Century Gothic, Arial;
}
#content ul,ol {
	position:relative;
	padding-left: 256px;
	padding-right:20px;
	padding-top: 20px;
	font-family:Century Gothic, Arial;

}
#content h1,h2,h3 {
	position:relative;
	padding-left: 240px;
	padding-right: 20px;
	padding-top: 20px;
	font-family: Verdana, Arial;
}
#leftmenu {
	position:absolute;
	top: 273px;
	width: 200px;
	z-index:5;
}
#sep {
	position: absolute;
	top: 0;
	left: 205px;
	float: right;
	z-index: 1;
}
#content-list {
	position:relative;
	left: 183px;
	padding-right: 50px;
	padding-top: 20px;
	margin-bottom:20px;
	font-family:Century Gothic, Arial;
	padding: 20px;
	width: 800px;
}
#content-list img {
	position:relative;
	float: right;
	width: 200px;
	height: 150px;
	padding-right:30px;
	padding-top:20px;
}
.pad {
	position: relative;
	left: -130px;
}
.pad p {
	position:relative;
	top:-30px;
}
form, input, option, select {
	text-align: left;
	font-family:Century Gothic, Arial;
}
fieldset {
	position:relative;
	width: 80%;
	left: 100px;
	margin-top: 10px;
	padding: 3px;
}
legend {
	color:green;
}
label {
	display:block;
	float:left;
	width:300px;
	text-align:right;
	margin:0px 5px 0px 0px;
}
#alignform {
	position:relative;
	left:-152px;
}
textarea {
	position:relative;
	left:-152px;
	resize:none;
}
#toppad {
	padding-top:10px;
}
.submitbutton {
	position: relative;
	left: 400px;
}
#alignmap {
	position:relative;
	float:right;
	margin: 30px;
	border-style:solid;
	border-width:1px;
}
#test {
	display:none;
}
hr {
	width: 95%;
	border-style:outset;
}
a:link {
	color:#35b22c;
}
img {
	border:none;
}
