@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #1e2b3a url(../images/backgroundRep2.jpg) 50% 43px repeat-y;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #dbe1e5;
}
body * {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	color: #95a7b5;
	}	
a:hover, a:active {
	color: white;
	}

p, h1, h2, h3, li {
	margin: 1em auto;
	}
	
h1, h2, h3 {
	color: #7da8c3;
	font: 28px normal;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-weight: 16px;
	}
	
#container {
	width: 800px;
	min-height: 750px;
	background: url(../images/backgroundGrad.jpg) 50% 43px no-repeat;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	padding: 0;
}

#navigation {
	height: 43px;
	background: #1d2a35 url(../images/navStripHome.jpg) 100% 0 no-repeat;
	font-size: 14px;
	}
#navigation ul {
	margin-top: 14px;
	list-style-type: none;
	float: left;
	margin-left: 40px !important;
	margin-left: 15px;
	}
#navigation li {
	float: left;
	margin: 0 8px;
	font-weight: bold;
	}
#navigation a:link,  #navigation a:visited {
	color: #627d91;
	text-decoration:none;
	/*border-bottom: 1px solid #253644;*/
	}
#navigation a:hover, #navigation a:active {
	color: #fff;
	text-decoration:none;
	/*border-bottom: 1px solid #fff;*/
	}

#homeLogo {
	width: 640px;
	margin: 40px auto 0 auto;
	}
#homeLogo img {
	float: left;
	}
#homeLogo address, #interiorAddress {
	color: #95a7b5;
	font-size: 12px;
	font-style: normal;
	display: block;
	float: right;
	border-left: 4px double #3b566a;
	padding-left: 30px;
	}
#interiorAddress address {
	float: none;
	font-style: normal;
	}
.footerText {
	font: 11px bold;
	color: #1d2a35;
	}
	
#copy {
	margin: 0 50px;
	}
	
.headImg {
	display: block;
	float: left;
	}

#headerHolder {
	width: 800px;
	height: 190px;
	}