@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	background-color: #0D3793;
}
td img {display: block;}

#container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0px 15px 0px 15px;
	background-image: url(images/main_bg.jpg);
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:850px;
	height:81px;
	z-index:100;
	display: inline;
}

#nav {
	position:relative;
	left:0px;
	width:850px;
	height:40px;
	z-index:200;
	background-image: url(images/btn_bg.jpg);
}

#main {
	position:relative;
	left:0px;
	width:600px;
	padding: 35px 50px 50px 0px;
	float: right;
}

#mainhome {
	position:relative;
	left:0px;
	width:750px;
	background: #FFFFFF;
	padding: 50px;
}

#footer {
	position:relative;
	left:0px;
	width:790px;
	height:48px;
	padding: 22px 30px 0px 30px;
	background-image: url(images/footer_bg.jpg);
}
#homebox {
	position:relative;
	width:366px;
	height:234px;
	z-index:201;
	background-image: url(images/ins_box.gif);
	float: left;
	padding: 16px;
	margin-right: 40px;
	text-align: center;
}

#rightboxvert {
	position:relative;
	width:182px;
	height:232px;
	z-index:201;
	background-image: url(images/photo_box_vert.gif);
	float: right;
	padding: 22px;
	margin-left: 20px;
	text-align: center;
}

#rightboxhorz {
	position:relative;
	width:242px;
	height:182px;
	z-index:201;
	background-image: url(images/photo_box_horz.gif);
	float: right;
	padding: 22px 16px 16px 16px;
	margin-left: 20px;
	text-align: center;
	overflow: hidden;
}

#rightsideholder {
	float:right;
	margin: 0px 20px 10px 20px;
}


#subnav {
	position:relative;
	width:130px;
	float: left;
	margin: 16px 5px 20px 16px;
	border: 1px solid #666666;
	text-align: left;
	display: inline;
	text-decoration: none;
	background-color: #D8DBE1;
}

#subnavbox {
	padding: 5px 5px 5px 5px;
	height: 15px;
	text-align: left;
	background-image: url(images/subnav_btn_bg.jpg);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D3793;
	font-weight: bold;
	text-decoration: none;
}

#subnavbox a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D3793;
	font-weight: bold;
	text-decoration: none;
}

#subnavbox:hover {
	background-image: url(images/subnav_btn_bg_f2.jpg);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D3793;
	font-weight: bold;
	text-decoration: none;
}


.text {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.75em;
}

.text a {
	color: #0D3793;
	font-weight: bold;
	text-decoration: none;
}

.text a:visited {
	color: #143065;
	font-weight: bold;
	text-decoration: none;
}

.text a:active {
	color: #0D3793;
	font-weight: bold;
	text-decoration: underline;
}


.text a:hover {
	color: #0D3793;
	font-weight: bold;
	text-decoration: underline;
}


.head {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D3793;
	font-weight: bold;
}

.subhead {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.footertext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}

.footertext a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.footertext a:hover {
	color: #FFCC00;
	text-decoration: none;	
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.style4 {line-height: 1.75em; color: #333333;}
.intro {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.75em;
	font-weight: bold;
	font-style: italic;
}

.insbuttons {
	margin: 4px;
}

.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.subnav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}

.subnav a {
	color: #0D3793;
	text-decoration: none;
}

.subnav a:hover {
	color: #FF9900;
	text-decoration: none;
}

.thirdnav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D3793;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

.thirdnav a {
	color: #0D3793;
	text-decoration: none;
}

.thirdnav a:hover {
	color: #0D3793;
	text-decoration: none;
}
