@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

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

a:hover {
	color: #CCCCCC;
}

a.content {
	color: #6d7a8d;
	text-decoration: none;
	font-weight: normal;
}

a:hover.content {
	color: #CCCCCC;
}


a.active {
	color: #CCCCCC;
}

a img {
	border: 0;
}


p {
	margin: 10px;
	line-height: normal;
}

h1 {
	color: #6d7a8d;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-style: italic;
	font-size: 1.4em;
	font-weight: bold;
}

/* HEADER STYLES */

#header {
	margin: 20px 0px 60px 0px;
	padding-left: 10px;
}

#logo {
	
}

#slogan {

}

/* IMAGE ROLLOVERS */

#gray {
	z-index: 3000;
}

#images a.rollover1 {
	display: block;
	width: 150px;
	height: 100px;
	text-decoration: none;
	background: url(../img/image1.jpg);
}

#images a.rollover1:hover {
	background-position: -150px 0;
}

#images a.rollover2 {
	display: block;
	width: 150px;
	height: 100px;
	text-decoration: none;
	background: url(../img/image2.jpg);
}

#images a.rollover2:hover {
	background-position: -150px 0;
}

#images a.rollover3 {
	display: block;
	width: 150px;
	height: 100px;
	text-decoration: none;
	background: url(../img/image3.jpg);
}

#images a.rollover3:hover {
	background-position: -150px 0;
}

#images a.rollover4 {
	display: block;
	width: 150px;
	height: 100px;
	text-decoration: none;
	background: url(../img/image4.jpg);
}

#images a.rollover4:hover {
	background-position: -150px 0;
}

#images a.rollover5 {
	display: block;
	width: 150px;
	height: 100px;
	text-decoration: none;
	background: url(../img/image5.jpg);
}

#images a.rollover5:hover {
	background-position: -150px 0;
}

#images {
	margin-left: 90px;
	z-index: 3;
	margin-top: -40px;
}

#image1 {
	position: absolute;
	width: 150px;
	z-index: 4;
}
#image2 {
	position: absolute;
	width: 150px;
	margin-left: 150px;
	z-index: 5;
	margin-top: 50px;
}
#image3 {
	position: absolute;
	width: 150px;
	margin-left: 300px;
	z-index: 6;
	margin-top: 25px;
}
#image4 {
	position: absolute;
	width: 150px;
	margin-left: 450px;
	z-index: 7;
	margin-top: 75px;
}
#image5 {
	position: absolute;
	width: 150px;
	margin-left: 600px;
	z-index: 8;
	margin-top: 100px;
}

/* NAVIGATION STYLES */

#navigation {
}

#dkblue {
	background-color: #5a6980;
	width:400px;
	float: left;
	height: 125px;
}

#dkblue h2 {
	margin: 55px 0px 0px 35px;
}

#ltblue {
	background-color: #6d7a8d;
	width:540px;
	float: right;
	height: 150px;
}

#ltblue ul {
	margin: 115px 0px 0px 45px;
}

#ltblue li {
	display: inline;
	margin: 10px;
}

#gray {
	background-color: #CCCCCC;
	height: 100px;
}

/* FOOTER STYLES */

.copy {
	float: right;
	padding: 20px;
}

