body {
	background-image: url('images/body-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E6EFFF;

font-family: Arial;
font-size: .8em;
margin: 0px;
padding: 0px;
}
img {
border: 0px;
}
.clear {
	clear: both;
}
#oWrapper {

	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#oHeader {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	width: 900px;	
	height: 140px;
}
#oHomeImage {
	background-image: url('images/images/1.jpg');
	background-repeat: no-repeat;
	width: 898px;	
	height: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #0A5E84;

}
#oNavigation {

background: #000;
}
#oNavigation ul {
	margin: 0px;
	padding: 0px;
}
#oNavigation li {
	list-style: none;
	text-decoration: none;
	float: left;
	display: block;
	color: #109DDE;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#oNavigation a {
text-decoration: none;
float: left;
display: block;
padding: 10px 10px 10px 10px;
color: #109DDE;
font-size: 1em;
font-weight: bold;

}
#oNavigation a:hover {
	color: #000;
	background: #109DDE;
}
#oContent {
padding: 10px;
min-height: 280px;
	background-image: url('images/content-bg.png');
	background-repeat: no-repeat;
	background-color: #CFE6FE;
}
#oFooter {
	padding:20px;
	color: #fff;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;

}

.clear {
clear: both;
}
.formElement {
	clear: both;
}
.formLabel {
float: left;
width: 100px;
padding: 5px;
}
.formField {
float: left;
width: 500px;
padding: 5px;
}
.formSubmit {
padding-left: 110px;

}
.home-text {
float: left;
width: 450px;
}
.home-image-right {
float: left;
width: 387px;
}
.contactinfo {
font-weight: bold;
font-size: 1.2em;
}
.social-links {
float: right;
padding: 30px 30px 0px 0px;
}
a {
color: #333;
}



		
/*** set the width and height to match your images **/
 
#slide1 {
    position:relative;
    min-height:375px;
    margin: 0px;
    overflow: hidden;
}
 
#slide1 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    visibility: hidden;
}
 
#slide1 IMG.active {
    z-index:10;
    opacity:1.0;
    visibility: visible;
}
 
#slide1 IMG.last-active {
    z-index:9;
}
img {border:none;
}

