@charset "UTF-8";

/*
html {
	overflow-x: hidden;
	overflow-y: hidden;
}
*/

body{
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: white;
}

#container {
	height: auto;
	margin: 0;
	padding:0;	
}

h1 {
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #4f6e8d;
	font-size: 1.75em;
	font-weight: normal;
	margin-top: -.5em;
	margin-bottom: 0;
}

h2 {
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #4f6e8d;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -.5em;
	margin-top: 2em;
}

#logo {
	display: block;
	width: 100%;
	height: 100px;
	margin: 20px 0 15px 15px;
}

/*-----------------<BEGIN nav bar>-------------*/

#navWrapper {
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/navMain_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#navBar {
	float: left;
	width: 1000px;
	height: 35px;
	min-width: 700px;
	text-align: center;
	display: inline;
}

#navBar li {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	list-style: none;
	margin-right: 49px;
}

#navBar ul {
	margin-top: 10px;
}

#navBar a:link {
   	color:white;
   	text-decoration:none;
}

#navBar a:active {
   	color:#4f6e8d;
}

#navBar a:hover {
	color:#aaa;
	padding: 10px 0;
}

#navBar a:visited {
	color:white;
   	text-decoration:none;
}

/*-----------------<END nav bar>-------------*/

#bgBlue {
	float: left;
	background-color: #98abbc;
	width: 100%;
	height: 450px;
	margin: 5px 0;
	border-bottom: solid 5px #333;
	padding-top: 50px;
}

#bgBluePattern {
	width: 250px;
	height: 5px;
	background-color: #333;
	margin-left: 15px;
	padding: 0;
	background-image: url(../images/bluePattern.gif);
	background-repeat: no-repeat;
	background-position: 25%;
}

#bgBluePatternBtm {
	width: 250px;
	height: 5px;
	background-color: #333;
	margin-left: 675px;
	padding: 0;
	background-image: url(../images/bluePattern.gif);
	background-repeat: no-repeat;
	background-position: 75%;
	clear: both;
}

#contentBlue {
	width: 945px;
	height: 400px;
	background-color: #7c95ab;
	margin: 0;
	padding: 0;
	border-top: solid 1px #4F6E8C;
	border-right: solid 1px #4F6E8C;
	border-bottom: solid 1px #4F6E8C;
}

#content {
	float: left;
	width: 125px;
	height: 350px;
	padding-top: 1em;
	padding-left: .75em;
	padding-right: 1em;
	margin-top: 1.5em;
	margin-left: -30px;
	
}

#content p {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .8em;
	color: white;
	padding: 0;
	margin-left: .5em;
	display: block;
}

#content a:link {
	color: white;
	text-decoration: none;
	display: block;
}

#content a:hover {
	color: #4f6e8d;
	text-decoration: none;
}

#content a:visited {
	color: #ccc;
	text-decoration: none;
}

#content2 {
	float: left;
	width: 125px;
	height: 350px;
	padding-top: 1em;
	padding-left: .75em;
	padding-right: 1em;
	margin-top: 1.5em;
	margin-left: 15px;
	
}

#content2 p {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .8em;
	color: white;
	padding: 0;
	margin-left: .5em;
	display: block;
}

#content2 a:link {
	color: white;
	text-decoration: none;
	display: block;
}

#content2 a:hover {
	color: #4f6e8d;
	text-decoration: none;
}

#content2 a:visited {
	color: #ccc;
	text-decoration: none;
}

#content3 {
	float: left;
	width: 125px;
	height: 350px;
	padding-top: 1em;
	padding-left: .75em;
	padding-right: 1em;
	margin-top: 1.5em;
	margin-left: 15px;
}

#content3 p {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: .8em;
	color: white;
	padding: 0;
	margin-left: .5em;
	display: block;
}

#content3 a:link {
	color: white;
	text-decoration: none;
	display: block;
}

#content3 a:hover {
	color: #4f6e8d;
	text-decoration: none;
}

#content3 a:visited {
	color: #ccc;
	text-decoration: none;
}

#imageArea {
	float:left;
	width:500px;
	height:400px;
	margin-right:4.5em;
	padding:0;
	border-left:solid 3px #4f6e8d;
	border-right:solid 10px #4f6e8d;
	background-color:#4F6E8C;
	display:inline;
}

#imageArea2 {
	float:left;
	width:400px;
	height:400px;
	margin-right:4.5em;
	padding:0;
	border-left:solid 3px #4f6e8d;
	border-right:solid 10px #4f6e8d;
	background-color:#4F6E8C;
	display:inline;
}

/*-------------<BEGIN Footer>------------- */

#footer {
	margin-left:10px;
	margin-top:20px;
	font-size:7pt;
	color:#aaa;
}

#footer a:link {
	color:#4f6e8d;
	text-decoration:none;
}

#footer a:hover {
	color:#4f6e8d;
	text-decoration:none;
}

#footer a:visited {
	color:#4f6e8d;
	text-decoration:none;
}

/*-------------<END Footer>------------- */
