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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	background:#f6f6f6;
	margin:0;
}
.staff { float:left; margin: 0 10px 5px 0; padding:5px; border:1px solid #195281; }
.team img { float:left; margin: 0 10px 5px 0; padding:5px; border:1px solid #195281; }

h1, h2, h3 {clear:both; margin:15px 0 0 0;}

p {text-align:justify;}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1d6293;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1d6293;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
#header_container {
	clear:both;
	margin: 0px auto;
	background:url(../images/bg_mid.gif) top repeat-y;
}
#content_container {
	clear:both;
	margin: 0px auto;
	background:url(../images/bg_mid.gif) top repeat-y;
}
#footer_container {
	clear:both;
	margin: 0px auto;
	background:url(../images/bg_bot.gif) top repeat-y;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#195281;
	letter-spacing:-1px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#195281;
	letter-spacing:-0.5px;
}
#clear_bottom {
	clear:both;
	margin: 0px auto;
	height:10px;
}

/*** HEADER ***/

#header {
	margin: 0px auto;
	padding-left:40px;
	padding-right:40px;
	padding-top:35px;
	width:800px;
	height:136px;
	background:url(../images/bg_top.gif) top no-repeat;
}

/*** NAV ***/

#nav {
	margin: 0px auto;
	padding-left:40px;
	padding-right:40px;

	width:800px;
	height:32px;
}

#nav_home { float:left; background:#e1e1e1 url(../images/nav_home.gif) no-repeat top left; width:61px; height:32px; }
#nav_home:hover { float:left; background:#598cb8 url(../images/nav_home_over.gif) no-repeat top left; width:61px; height:32px; }

#nav_about { float:left; background:#e1e1e1 url(../images/nav_about.gif) no-repeat top left; width:86px; height:32px; }
#nav_about:hover { float:left; background:#598cb8 url(../images/nav_about_over.gif) no-repeat top left; width:86px; height:32px; }

#nav_team { float:left; background:#e1e1e1 url(../images/nav_team.gif) no-repeat top left; width:89px; height:32px; }
#nav_team:hover { float:left; background:#598cb8 url(../images/nav_team_over.gif) no-repeat top left; width:89px; height:32px; }

#nav_services { float:left; background:#e1e1e1 url(../images/nav_services.gif) no-repeat top left; width:89px; height:32px; }
#nav_services:hover { float:left; background:#598cb8 url(../images/nav_services_over.gif) no-repeat top left; width:89px; height:32px; }

#nav_links { float:left; background:#e1e1e1 url(../images/nav_links.gif) no-repeat top left; width:61px; height:32px; }
#nav_links:hover { float:left; background:#598cb8 url(../images/nav_links_over.gif) no-repeat top left; width:61px; height:32px; }

#nav_events { float:left; background:#e1e1e1 url(../images/nav_events.gif) no-repeat top left; width:168px; height:32px; }
#nav_events:hover { float:left; background:#598cb8 url(../images/nav_events_over.gif) no-repeat top left; width:168px; height:32px; }

#nav_location { float:left; background:#e1e1e1 url(../images/nav_location.gif) no-repeat top left; width:144px; height:32px; }
#nav_location:hover { float:left; background:#598cb8 url(../images/nav_location_over.gif) no-repeat top left; width:144px; height:32px; }

#nav_contact { float:left; background:#e1e1e1 url(../images/nav_contact.gif) no-repeat top left; width:102px; height:32px; }
#nav_contact:hover { float:left; background:#598cb8 url(../images/nav_contact_over.gif) no-repeat top left; width:102px; height:32px; }

/*** NORMAL CONTENT ***/

#content {
	margin: 0px auto;
	padding-top:8px;
	padding-left:40px;
	padding-right:40px;
	width:800px;
}
#content_flash {
	width:800px;
	height:270px;
}
#content_body {
	padding-top:20px;
	width:800px;
}
#content_left {
	float:left;
	margin-left:1px;
	padding:15px;
	padding-top:5px;
	width:530px;
	background:#f5f5f5;
}
#content_right {
	float:left;
	margin-left:2px;
	padding:10px;
	padding-top:5px;
	width:215px;
	background:#cbe1ed;
}

/*** FOOTER ***/

#footer {
	margin: 0px auto;
	width:800px;
	min-height:30px;
}
#bottom {
	margin: 0px auto;
	padding-top:10px;
	width:800px;
	font-size:10px; 
	color:#1d6293;
	text-align:center;
}
#bottom a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#1d6293;
	text-decoration:none;
}
#bottom a:hover {
	text-decoration:underline;
}

/*** FORMS ***/

.text_field {
	border:solid 1px;
	border-color:#ffffff;
	font-size:10px;
	color:#565656;
	padding-left:10px;
}
.button {
	border:solid 1px;
	border-color:#ffffff;
	background:#1d6293;
	font-size:11px;
	color:#ffffff;
}
.button:hover {
	background:#2e8fd3;
}

/*** FORM ***/

form {
	padding:0px;
	margin:0px;
	}
.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
	background:#f6f6f6;
	}
.form ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}
.form ul li {
	height:24px;
	line-height:24px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}
.form ul li b {
	clear:left;
	float:left;
	width:120px;
	line-height:14px;
	padding-top:3px;
	}
.form sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC0000;
	}
.form .checkbox li {
	height:18px;
	line-height:18px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}
.form .checkbox li b {
	clear:left;
	float:left;
	width:250px;
	line-height:14px;
	padding-top:3px;
	}
