html, body {
	padding: 0;
	margin: 0;
}

body   {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 165%;
	color: #000;
	background-color: #000033;
	min-width: 775px;
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 14px;
}

img {
	border: none;
}

h1 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	color: #022a67;
}

h2 {
	margin: 0;
	font-size: 1.05em;
	color: #022a67;
	text-decoration: underline;
}

a:link,
a:active,
a:visited {
	color: #006595;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f7931e;
	font-weight: bold;
}

#wrapper  {
	text-align: left;
	margin: 2em auto;
	position: relative;
	width: 775px;
	border: 1px solid #f7931e;
	background-color: #fff;
}

#header {
	background-color: #fff;
	height: 122px;
	background-image: url('../images/header5.jpg');
	background-repeat: no-repeat;
	margin-bottom: 1px;
	border-bottom: 1px solid #f7931e;
}

#nav_container {
	height: 29px;
	position: relative; /* This is needed for IE6 and IE7 */
	background-color: #3d567f;
	margin-bottom: 10px;
	background-image: url('../images/nav_background.gif');
	z-index: 100;
}

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li {
	float: left;
}

#mainNav a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	display: block;
	padding: 3px 17px;
}

#mainNav a:hover {
	background-color: #ff9400;
	background-image: url('../images/nav_background_over.gif');
	font-weight: bold;
}

/* IE Fixes */

* html #mainNav li {
	width: 1%;
}

/* force hover on entire width of link */
* html #mainNav a {
	height: 1px;
}

#services_sub {
	position: absolute;
	top: 26px;
	display: none;
	clear: left;
	margin-left: 136px;
	background-color: #3d567f;
	z-index: 100;
	opacity: .95;
	filter: alpha(opacity=95);
}

#services_sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #000;
}

#services_sub ul li {
	margin: 0;
}

#services_sub ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 35px 2px 10px;
	color: #f7931e;
}

* html #services_sub ul li {
	width: 13em;
}

* html #services_sub ul li a {
	height: 1px;
}

#services_sub ul li a:hover {
	color: #022a67;
	background-color: #FACF9E;
}

#top_frame {
	height: 105px;
	background-color: #fff;
	padding: 0 10px;
	background-image: url('../images/top_border.gif');
	background-repeat: no-repeat;
	background-position: 10px top;
}

#bottom_frame {
	height: 105px;
	background-color: #fff;
	padding: 0 10px;
	background-image: url('../images/bottom_border.gif');
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#inner_content {
	padding: 0 25px 10px 25px;
	margin: -93px 0 0 0;
/*	position: relative;*/ /* Need this for IE6 and IE7. */
	background-image: url('../images/bottom_border.gif');
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#footer {
	padding: 5px 0;
	background-color: #fff;
	color: #999;
	font-size: 11px;
	text-align: center;
}

.title {
	margin-top: 3px;
/*	margin-bottom: 15px;*/
}

.title_header {
	margin-top: 3px;
	margin-bottom: 15px;
	text-align: center;
}

.picture_left {
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 5px;
}

#hoverDiv {
	display: none;
}