@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #FFF repeat url(images/bk.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding-left: 0px;
	text-align: left;
}
.splash {
	background:url(images/splash_bg.gif) repeat-y;
}
.contact {
	font-size: 15px;
}
.home {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 26px;
}
.bold {
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 0px;
	text-align: left;
	margin: 0 0 1em 12px;
}
h1 {
	font-size: 22px;
	color: #3A659C;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 25px;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 12px;
	margin-bottom: 18px;
	margin-top: 0 px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0057CC;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0057CC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #011E45;
}

#splash {
	position: relative;
	top: 10px;
	margin-left: 13%;
	margin-right: 10%;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	border: 3px solid #132054;
}
#container {
	top: 0px;
	padding: 0;
	margin: 0;
	height: 100%;
}
#top_splash {
	background: url(images/top_bg_splash.gif) repeat-x;
	height: 76px;
	color: #003376;
	width: auto;
	top: 0px;
	clear: both;
}
#top_left_splash {
	background: url(images/top_left_bg_splash.gif) no-repeat;
	height: 76px;
	color: #003376;
	width: 126px;
	float: left;
	top: 0px;
	left: 0px;
}
#top_right_splash {
	background: url(images/top_right_bg_splash.gif) no-repeat;
	height: 76px;
	color: #003376;
	width: 126px;
	float: right;
	top: 0px;
}
#top {
	background: url(images/top_bg.gif) repeat-x;
	height: 134px;
	color: #003376;
	width: auto;
	top: 0px;
	clear: both;
}
#navigation {
	background-image: url(images/navbar_bg.gif);
	background-color: #5376A3;
	height: 28px;
	padding: 0;
	clear: both;
}
#navbar {
	padding: 0;
	position: relative;
	zoom: 1;
}
#top_horizontal {
	background-image: url(images/top_horizontal_bg.gif);
	background-color: #C8D5E4;
	height:15px;
	top: 149px;
	width: auto;
	background-repeat: repeat-x;
}
#middle {
	height: auto;
	width: 80%;
	top: 177px;
}
#content {
	position: relative;
	left: 146px;
	padding-top:40px;
	width: auto;
	padding: 40px 40px;
	margin-right: 40px;
	height: 200%;
	background-color: #FFFFFF;
	visibility: visible;
	border-left:#132054 solid 1px;
	border-right:#132054 solid 1px;
	border-bottom:#132054 solid 1px;
}
#h-rule {
	position: relative;
	background-image: url(images/h-rule.gif);
	left: 15%;
	width: 70%;
	height: 2px;
	background-repeat: repeat-x;
	background-position: top;
	margin: 40px 0 15px 0;
	padding-bottom:40px;
}
#footer {
	position: relative;
	left: 50%
	padding: 10px 0 0 0;
	margin-bottom: 40px;
	font-size: 11px;
}

#logo {
	position:absolute;
	width:271px;
	height:133px;
	left: 48px;
	top: 0px;
}
.photo {
	border: 1px solid #000000;
	margin: 4px;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0 10px 15px;
}
li {
	display: inline;
}
#iframe {
	position: relative;
	left: 150px;
	width: 100%;
	height: 825px;
	top: 0px;
	}
#menu {
	margin-left: 14px;
	position: absolute;
	top: 85px;
	width: 130px;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu li {
	margin: 0;
}

/* --- category buttons --- */

#menu a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px 12px 3px 8px;
	background-color: #3A659C;
	color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #dddddd;
}
#menu a:hover {
	background-color: #2B4C75;
}
#menu a:active {
	padding: 2px 13px 4px 7px;
	background-color: #1D3450;
	color: #eee;
	border-top: 1px solid #333333;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #333333;
}

/* --- sub-page buttons --- */

#menu li li a {
	text-decoration: none;
	font-weight: normal;
	padding: 3px 3px 3px 17px;
	background-color: #9DB2CE;
	color: #111111;
}
#menu li li a:hover {
	background-color: #8697AF;
}
#menu li li a:active {
	padding: 2px 4px 4px 16px;
	background-color: #76859A;
	color: #000;
	border-top: 1px solid #333333;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #333333;
}
.instructions_1 {
	font-size: 11px;
	line-height: 16px;
	margin: 15px 12px;
	padding-right: 20px;
}
.instructions_2 {
	font-size: 11px;
	line-height: normal;
	margin: 10px 0;
}
#button_1 {
	text-align: center;
	position: absolute;
	top: 0;
	left: 284px;
	width: 210px;
	height: 46px;
	font-size: 10px;
}
#button_2 {
	position: absolute;
	text-align: center;
	top: 0;
	left: 480px;
	width: 210px;
	height: 46px;
	font-size: 10px;
}
.buttons ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttons li {
	margin: 0;
	display: inline;
}

/* --- category buttons --- */

.buttons a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px 12px 3px 8px;
	background-color: #3A659C;
	color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #dddddd;
}
.buttons a:hover {
	background-color: #2B4C75;
}
.buttons a:active {
	padding: 2px 13px 4px 7px;
	background-color: #1D3450;
	color: #eee;
	border-top: 1px solid #333333;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #333333;
}
#vertical_photo {
	position: relative;
	left: 251px;
	top: -182px;
	clear: both;
}
.flash {
	position: relative;
	margin: 0 15px 10px 30px;
	float: right;
}

