body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #005595;
}
#container {
	margin: 0 auto;
	width: 930px;
	border: 3px solid #ABBBCC;
	height: 100%;
}

.clear {
	clear: both;
	height: 0px;
}
.header {
	background-attachment: scroll;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 932px;
	height: 434px;
}

.header h1 {
	margin: 0;
	padding: 0;
	height: 0px;
	text-indent: -9999px;
}

.logo {
	width: 287px;
	height: 173px;
	float: left;
}

.logo a {
	width: 287px;
	height: 173px;
	display: block;
}
.home_picture {
	margin-top: -50px;
	z-index: 10;
}

.sidebar {
	float: left;
	width: 232px;
}
.content, .content2 {
	width: 930px;
	background-color: #FFF;
	padding-top: 10px;
}
.content_body {
	float: left;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	line-height: 19px;
}
.content_body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8da164;
	text-decoration: none;
}
.content_body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8da164;
	text-decoration: underline;
}
.headline {
	font-family:Times New Roman, Times, serif;
	font-size:24px;
	color: #164b90;
}
.quality {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: normal;
	color: #164b90;
	top: 39px;
	right: 0px;
	float: right;
	padding-right: 20px;
	text-indent: 20px;
}
.content_images {
	position: absolute;
	width: 621px;
	height: 255px;
	left: 304px;
	top: 213px;
}
.content_header {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #424D8f;
	text-decoration: none;
	visibility: visible;
	font-variant: small-caps;
	text-transform: capitalize;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	height: 120px;
	width: 600px;
	position: absolute;
	visibility: visible;
	left: 319px;
	top: 453px;
	line-height: 22px;
}

.content_links {
	color: #005595;
	text-decoration: none;
	display: inline;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #DFE8CB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #000000;
}

.content_links a {
	font-weight: bold;
}

.content_links a:hover {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
}

.nav_left_container {
	position: relative;
	visibility: visible;
	height: 400px;
	width: 272px;
	left: 0px;
	top: 0px;
}
#nav ul {
	list-style-type: none;
	display: inline;
}
#nav li {
	display: inline;
	background-repeat: no-repeat;
	background-position: right center;
	width: 123px;
	float: left;
	height: 35px;
	border-top: 2px solid #ABBBCC;
	border-right: 1px solid #ABBBCC;
	border-bottom: 2px solid #ABBBCC;
	border-left: 1px solid #ABBBCC;
}
#nav a {
	color: #6287ae;
	text-decoration: none;
	display: inline;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 123px;
	height: 35px;
	float: left;
	line-height: 30px;
	text-align: center;
	background-color: #EEF4F8;
}
#nav a:hover {
	background-image: url(../images/navigation_rollover.jpg);
	background-repeat: repeat-x;
	background-position: left;
	color: #FFFFFF;
}

#nav active {
	background-image: url(../images/navigation_active.jpg);
	background-repeat: repeat-x;
	background-position: left;
	color: #FFFFFF;
}
#nav {
	width: 630px;	
	height: 36px;
	float: right;
	margin-top: 55px;
	z-index: 40;
}
#nav #first_tab {
	color: #6287ae;
	text-decoration: none;
	display: inline;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 128px;
	height: 37px;
	float: left;
	line-height: 35px;
	text-align: center;
	background-image: url(../images/home_tab.png);
	border: none;
	border-bottom: 1px solid #ABBBCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ABBBCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ABBBCC;
	background-repeat: no-repeat;
	background-position: right;
}
#nav #first_tab a {
	color: #6287ae;
	text-decoration: none;
	display: inline;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 129px;
	height: 37px;
	float: left;
	line-height: 35px;
	text-align: center;
	background-image: url(../images/home_tab.png);
	background-repeat: no-repeat;
}
#nav #first_tab a:hover {
	background-image: url(../images/home_tab_over.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	height: 37px;
}
#nav #first_tab  a:active {
	background-image:  url(../images/home_tab_over.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	height: 36px;
}

.content_img {
	padding: 2px;
	margin: 3px;
}
.left_nav1 {
	background-image: url(../images/left_nav_btn_1.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #6287ae;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 50px;
}
.left_nav2 {
	background-image: url(../images/left_nav_btn2.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #7d944c;
	padding-bottom: 20px;
	text-decoration: none;
}
.left_nav2 a {
	color: #7d944c;
	text-decoration: none;
}
.left_nav2 a:hover {
	background-image: url(../images/left_nav_btn2_over.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.left_nav_container {
	background-color: #FFFFFF;
	height: 500px;
	position: relative;
	margin: 2px;
	padding: 7px;
	width: 210px;
}
.left_nav_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6287ae;
	text-align: center;
	text-decoration: none;
}
.left_nav_map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #8da164;
	text-decoration: underline;
	text-align: center;
}
.left_nav_map a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #8da164;
	text-decoration: underline;
	text-align: center;
}
.left_nav_map active a:hover {
	text-decoration: none;
	color: #8da164;
}
.footer {
	background-image:url(../images/footer_background.jpg);
	background-color: #7AA6C8;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B7CAC;
	background-repeat: no-repeat;
	width: 932px;
	background-position: top;
}
.footer a {
	color: #4B7CAC;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.alignCenter {
	text-align: center;
}
table {
	border: thin solid #000000;
	padding: 0px;
}
.indent {
	text-indent: 20px;
}
