﻿body {
	margin: 0px;
	background:  url('../images/top-bg.jpg') top center no-repeat;
	font-size: 12px;
	font-family: Verdana;
	color: #fff;
}

html {
	background: #6ba0c2 url('../images/html-bg.jpg') top center repeat-x;
}

img {
	border: 0px;
}

#wrapper {
	width:951px;
}

#contentimg {
	padding-right: 10px;
	padding-bottom: 5px;
}

ol li {
	padding-bottom: 15px;
}

a{
	color: #053D6C;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}
	
h1 {
	font-family: Georgia;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-variant:small-caps;
}

h1 a:hover {
	text-decoration:underline;
	
	}

p{
	padding: 0px;
	margin: 0px;
}

.clearfix {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
} 

#floattext {
	float: left;
	position: relative;

	z-index: 10;
}

*html #floattext{
		background: url('../images/content-bg.jpg') no-repeat;
}


.headerimages {
	float: left;
	height:380px;
	width:951px;
	overflow: hidden;
	position: absolute;
}

.headerimages img {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
}

.nav {
	float:left;
	position:absolute;
	z-index: 100;
	top: 220px;
	margin-left: 80px;
}

#header {
	text-align: left;
	height: 380px;
}

#main {
	background: url('../images/bg-repeat.jpg') repeat-y;
}

#content {
	background: url('../images/content-bg.jpg') no-repeat;
	min-height: 505px;
	text-align: left;
}

.left {
	float: left;
	position: relative;
	top: 100px;
	left: 75px;
	width: 190px;
	padding-bottom: 60px;
	color: #525252;
}

.right {
	float: left;
	position: relative;
	left: 135px;
	width: 550px;
	line-height: 18px;
}

#footer {
	background: url('../images/footer-bg.jpg');
	width: 951px;
	margin-top: -200px;
	height: 400px;
	float: left;
	text-align: left;
	position:relative;
}

*html #footer {
	margin-top: -221px;
}

h3 {
	color: #00406f;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding:0px;
}

.orange {
	color: #e19501;
}


h4 {
	font-size: 22px;
	font-weight: bold;

	font-family: Georgia;
	color: #e19501;
	margin: 0px;
	padding:0px;

}

hr { display: block;
height: 1px;
border-left: none;
border-right: none;
border-top: 1px solid #a7c4d7;
border-bottom: none; }

.nav ul li {
	color: #5c5c5c;
	margin: 0px;
	padding-bottom:1px;
	padding-top: 0px;
	list-style: none;
	font-family: Georgia;
	font-variant:small-caps;
	font-weight: bold;
	height:22px;
	margin-left: -8px;
	width: 200px;
}

.nav li:hover{
		background-image: url('../images/link-hover.jpg');
		background-repeat: repeat-x;
		color: #fff

}
.nav li a:hover {
	color: #fff;
}

*html .nav li a:hover {
	color: #00406f;
}

.nav .menuitem {
	width: 200px;
}

.nav li a{
	color: #525252;
	text-decoration: none;
	height: 22px;
	width: 200px;
	padding-left: 10px;
	display: block;
	padding-top: 3px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}

*html .nav li a{
	padding-top: 0px;
}
.footimg {
	position:absolute;
	bottom:60px;
	margin-left: 40px;
}

.copy {
	float: right;
	position: absolute;
	bottom:80px;
	right:0px;
	font-size: 10px;
	text-align: right;
	margin-right: 60px;
		color: #00406f;
}


.copy a {
	color: #fff;
	text-decoration: none;
}


.copy a:hover {
	text-decoration: underline;
}