﻿@charset "utf-8";

/* CSS Document */
body {
	background-image: url(../images/layout_background_1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #333;
}

#wrapper {
	width: 929px;
	text-align: left;
	margin: 0 auto;
	background-repeat: repeat-y;
}

#logos {
	clear: both;
	float: left;
	height: 90px;
	width: 929px;
	text-align: center;
	background-color: #FFF;
}

#footer {
	background-image: url(../images/layout_footer.gif);
	clear: both;
	float: left;
	height: 30px;
	width: 929px;
	text-align: center;
	color: #006BB3;
	overflow: hidden;
}

#footer ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	float: left;
	width: 232px;
	margin-top: 5px;
}

#footer a {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

#navbar {
	clear: both;
	float: left;
	height: 38px;
	width: 929px;
}

#content_main {
	background-image: url(../images/layout_content_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 929px;
	clear: both;
}

#banner {
	background-image: url(../images/layout_banner_1.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 182px;
	width: 929px;
}

#content_left {
	width: 170px;
	margin-left: 25px;
	float: left;
	margin-top: 10px;
}

#sidenav p {
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content_middle {
	width: 490px;
	margin-left: 20px;
	float: left;
	text-align: left;
}

#content_middle ul {
	/* list-style: none; */
}

#content_right {
	width: 170px;
	margin-left: 25px;
	float: left;
}

a:link, a:visited {
	color: #006BB3;
	text-decoration: none;
}

a:hover {
	color: #7ABDE7;
	text-decoration: none;
}

p {
	margin-top: 7px;
	margin-bottom: 15px;
}

h1 {
	font-family: "Myriad Pro", "Myriad", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 17pt;
	color: #086BAD;
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 20pt;
}

h2 {
	font-family: "Myriad Pro", "Myriad", Tahoma, Geneva, sans-serif;
	color: #FFA500;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-family: "Myriad Pro", "Myriad", Tahoma, Geneva, sans-serif;
	color: #006BB3;
	font-weight: normal;
	font-size: 11pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

h4 {
	font-family: "Myriad Pro", "Myriad", Tahoma, Geneva, sans-serif;
	color: #006BB3;
	font-weight: normal;
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

#middle_nav {
	background-image: url(../images/layout_middle_nav_bg.gif);
	height: 61px;
	width: 488px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#middle_nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

/* navigation styles */
#navbar ul {	
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navbar li {
	display: inline;
	height: 39px;
	float: left;
}

#navbar a {
	margin: 0;
	padding: 0;
}

/* button styles */
#home_logo {
	margin: 0px;
	height: 130px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	float: left;
}

#home_logo:hover { }

#home {
	background-image: url(../images/navbar_home_1.gif);
	margin: 0px;
	height: 38px;
	width: 159px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#home:hover {
	background-position: center bottom;
}

#news {
	background-image: url(../images/navbar_news_1.gif);
	margin: 0px;
	height: 38px;
	width: 212px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#news:hover {
	background-position: center bottom;
}

#about {
	background-image: url(../images/navbar_about_1.gif);
	margin: 0px;
	height: 38px;
	width: 195px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#about:hover {
	background-position: center bottom;
}

#contact {
	background-image: url(../images/navbar_contact_1.gif);
	margin: 0px;
	height: 38px;
	width: 176px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#contact:hover {
	background-position: center bottom;
}

#events {
	background-image: url(../images/navbar_events_1.gif);
	margin: 0px;
	height: 38px;
	width: 187px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#events:hover { 
	background-position: center bottom;
}

/* Custom styles */
.topalign 		{ vertical-align: top; }
.bold 			{ font-weight: bold; }
.center 		{ text-align: center; }
.darkbluetext 	{ color: #004080; }
.whitetext		{ color: #fff; }

.darkgreennavbackground 	{ background-color: #00B1B0; }
.darkorangenavbackground 	{ background-color: #F58220; }
.whitebackground 			{ background-color: #fff; }
.darkbluebackground 		{ background-color: #AECBFF; }
.lightbluebackground 		{ background-color: #D7E4FF; }

.blue_header 				{ font-size: 12px; font-weight: bold; color: #065E97; }

.middlenavborder 			{ border-bottom: 1px solid #fff; border-right: 1px solid #fff; }

.style13 	{ font-size: 12px; }
.style14 	{ font-size: 26px; color: #065E97; }
.style15 	{ color: #065E97; }
.style16 	{ color: #065E97; font-size: 18px; }
.style63 	{ font-size: 26px; }
.style10 	{ font-size: 26px; }
.style35 	{ font-size: 26px; }
.style6 	{ color: #333333; }
.style32 	{ font-size: 26px; }

.style29 {
	color: #065E97;
	font-size: 26px;
}

.style43 {
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-size: 15px;
	font-weight: bold;
	color: #065E97;
}

.style2 {
  font-size: 15px;
  font-weight: bold;
}

.style36 {
	color: #065E97;
	font-size: 26px;
}

.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.style52 {
	font-size: 15px;
	color: #065E97;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-weight: bold;
}

.style45 {
	font-size: 15px;
	color: #065E97;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-weight: bold;
}

.style48 {
	font-size: 26px;
	color: #065E97;
}

.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

.myButton a {
	color: #777777;
}

.myButton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}

.myButton:active {
	position: relative;
	top: 1px;
}
