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

@import url(reset.css);

body {
	background-image:url(images/bg-lines.png);
	background-repeat:repeat;
}

#bg-top {
	background-image:url(images/bg-top.png);
	background-repeat:repeat-x;
	height:50px;
	position:relative;
	z-index:100;
}

#bg-bottom {
	background-image:url(images/bg-bottom.png);
	background-repeat:repeat-x;
	height:41px;
	position:relative;
	z-index:100;
	clear:both;
}

#wrap {
	background-image:url(images/bg-wrap-2.jpg);
	background-repeat:no-repeat;
	background-color:#aaaaaa;
	width:1000px;
	min-height:900px; /* delete later */
	margin:-50px auto -41px auto;
	position:relative;
	border:#2a4061 solid 2px;
	border-bottom:none;
	border-top:none;
}

#col-1 {
	float:left;
	width:700px;
}

#col-2 {
	float:left;
	width:300px;
}


#foot-nav {
	background-color:#5d5d5d;
	clear:both;
	width:850px;
	height:75px;
	margin:20px 0 0 0;
	padding:10px 50px 0 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	border-bottom:3px solid #ffffff;
}

#foot-nav ul {
	width:150px;
	float:left;
	padding:0 20px 0 20px;
}

#foot-nav li a {
	color:#c0c0c0;
	text-align:center;
	text-decoration:none;
	display:block;
	line-height:1.5em;
}

#foot-nav li a:hover {
	color:#ffffff;
}

#site-info {
	text-align:center;
	color:#00255b;
	padding:15px 0 15px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	z-index:200;
	position:relative;
}

#site-info a {
	color:#00255b;
}

/*  COL 1 */

#logo {
	float:left;
	position:relative;
	margin:55px 0 0 80px;
}

#top-nav {
	width:600px;
	height:80px;
	clear:both;
	margin:25px 0 0 75px;
}

#top-nav ul {
	margin:0;
}

#top-nav li {
	width:160px;
	height:93px;
	display:block;
	float:left;
	margin:0 -7px 0 -7px;
	font-size:2.2em;
	text-align:center;
}

#top-nav li a {
	background-image:url(images/bg-topnav.png);
	background-repeat:no-repeat;
	color:#00255b;
	text-decoration:none;
	width:160px;
	height:75px;
	display:block;
	padding:18px 0 0 0;
}

#top-nav li a:hover {
	background-image:url(images/bg-topnav-hover.png);
	color:#ffffff;
}

#main-image {
	width:596px;
	height:292px;
	float:left;
	margin:20px 0 0 70px;
}

#text {
	width:580px;
	float:left;
	margin:20px 0 0 75px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	color:#00255b;
	padding:10px 0 0 0;
}

#text h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#000000;
	margin-bottom:1em;
}

#text ol, ul {
	margin-bottom:1em;
	margin-left:15px;
}

#text ol li {
	list-style-type:decimal;
}

#text ul li {
	list-style-type:disc;
}

/* COL 2 */

#address {
	background-image:url(images/bg-address.png);
	background-repeat:no-repeat;
	width:201px; /*239*/
	height:34px; /*59*/
	margin:80px 0 125px 0;
	padding:11px 19px 14px 19px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:1.6em;
}

#recent {
	background-image:url(images/bg-address.png);
	background-repeat:no-repeat;
	width:201px; /*239*/
	height:34px; /*59*/
	clear:right;
	margin:10px 0 0 0;
	padding:11px 19px 14px 19px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:1.6em;
}

#recent a {
	color:#000000;
	text-decoration:none;
}

#inside-sidebox {
	width:178px; /*243*/
	height:346px; /*391*/
	background-image:url(images/inside-sidebox.png);
	background-repeat:no-repeat;
	position:relative;
	margin:-82px 0 0 0; /* -82 */
	padding:25px 35px 20px 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	color:#00255b;
}

#inside-sidenav {
	border-top:3px solid #00255b;
	margin:0 -5px 0 0px;
	padding:8px 0 0 0;
}

#inside-sidenav li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#00255b;
	text-decoration:none;
	text-align:center;
	display:block;
	line-height:1.8em;
}

#inside-sidenav li a:hover {
	color:#000000;
}

#contact-form {
	clear:right;
	width:182px;
	height:455px;
	background-image:url(images/bg-contact.png);
	background-repeat:no-repeat;
	position:relative;
	margin:10px 0 0 0;
	padding:25px 35px 20px 30px;
}

#side-nav {
	background-image:url(images/bg-sidenav.png);
	background-repeat:no-repeat;
	width:242px;
	height:255px;
	margin:-94px 0 0 0;
}

#side-nav ul {
	padding:30px 10px 0 10px;
	margin:0;
}

#side-nav li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	color:#00255b;
	text-decoration:none;
	text-align:center;
	display:block;
	line-height:2.4em;
}

#side-nav li a:hover {
	color:#000000;
}