@charset "utf-8";
body {
	font: .9em  Verdana, Arial, Helvetica, sans-serif;
	background: #000099 url(../images/sq_com4xp.png);
	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: #000000;
}
body, html {
	height:101%;
}
* {
	margin:0;
	padding:0;/*sets all paddings and margins to 0px*/
}
h1 {
	font-size:1.3em;
	margin:20px 0;
}
h3 {
	font-size:1em;
	margin-top:15px;
}
h3.lead {
	margin-bottom:15px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background:url(../images/bktop.png) top left no-repeat;
	color:#000099;
	height:90px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 0 0 100px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
}
#header img {
	float:left;
	margin:15px;
}
/*navigation*/
#nav {
	width:776px;
	border-left:2px solid #4688d4;
	border-right:2px solid #4688d4;
	background: #000099;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	display:inline;
}
/*style the links in the nav list*/
#nav a {
		display:block;
		margin:0;
		padding:3px 5px;
		width:100px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		font-size: .8em;
}
#nav a:link, #nav a:visited {
	background-color: #000099;
	color:#ffffff;
	border-left: #908aa5 solid 2px;
	border-top:#908aa5 solid 2px;
	border-right:#2c263d solid 2px;
	border-bottom:#2c263d solid 2px;
}
#nav a:hover, #nav a:active {
	background-color: #00CCFF;
	color:#000000;
	border-left:#ebf3e7 solid 2px;
	border-top:#ebf3e7 solid 2px;
	border-right: #777e74 solid 2px;
	border-bottom:#777e74 solid 2px;
}
/*special styles for link to identify current page*/
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	background-color: #a8b2a3;
	border-left:#5b6058 solid 2px;
	border-top:#5b6058 solid 2px;
	border-right:#b1b7ae solid 2px;
	border-bottom: #b1b7ae solid 2px;
	color:#ffffff;
}
#mainContent {
	padding: 10px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #99CCFF url(../images/compasses.jpg) center center no-repeat;
	border-left:2px solid #4688d4;
	border-right:2px solid #4688d4;
	min-height:350px;
	text-align:left;
}
*html #mainContent {
	height:350px;
}
#mainContent p {
	margin-bottom:10px;
	line-height:130%;
}
#mainContent a {
	color:#000099;
	text-decoration:none;
}
#mainContent a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.pic {
	float:left;
	border:1px solid #000;
	margin:0 10px 10px 0;
}
#footer {
	padding: 0 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/bktop.png) bottom left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:bold;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1.front {
	text-align:center;
	font-size:1.8em;
	line-height:110%;
	padding-top:30px;
}
h2.front {
	text-align:center;
	padding:25px;
}