/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #16053B;
	border-left: 3px solid black;
	border-right: 3px solid black;
	margin-top: 0px;
}

.menu {
	width: 900px;
	background-color: #16053B;
	text-align: center;
}

.menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 34px;
}

.menu li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

.menu li a:link, .menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: white;
	text-decoration: none;
}

.menu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #00CC33;
	text-decoration: none;
}

.back_page {
	width: 900px;
	height: 20px;
	display: block;
	background-image: url(images/back_page.jpg);
	background-repeat: no-repeat;
}

.backpage_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 280px;
}

.backpage_text a:link, .backpage_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

.backpage_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #006600;
	text-decoration: none;
}

.front_page {
	width: 900px;
	height: 29px;
	display: block;
	background-image: url(images/front_page.jpg);
	background-repeat: no-repeat;
}

.frontpage_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-left: 190px;
}

.frontpage_text a:link, .frontpage_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: black;
	text-decoration: none;
}

.frontpage_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #006600;
	text-decoration: none;
}

.content_area {
	width: 900px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.content_top {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_topcap.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.content_box {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_boxbkgd.jpg);
	background-repeat: repeat-y;
}

.content_box_text {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

.content_box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: black;
	line-height: 30px;
}

.content_box h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033FF;
}

.content_box h2 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
}

.content_box p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
}

.content_box ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.home_banner {
	width: 805px;
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
	margin-left: -25px;
}

.home1 {
	width: 242px;
	border: none;
}

.home1 a:link, .home1 a:visited {
	width: 242px;
	height: 117px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/home_eng.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home1 a:hover {
	width: 242px;
	height: 117px;
	display: block;
	background-image: url(images/home_eng_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home2 {
	width: 251px;
	border: none;
}

.home2 a:link, .home2 a:visited {
	width: 251px;
	height: 117px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/home_tech.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home2 a:hover {
	width: 251px;
	height: 117px;
	display: block;
	background-image: url(images/home_tech_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home3 {
	width: 229px;
	border: none;
}

.home3 a:link, .home3 a:visited {
	width: 229px;
	height: 117px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/home_staff.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home3 a:hover {
	width: 229px;
	height: 117px;
	display: block;
	background-image: url(images/home_staff_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.home_links {
	width: 245px;
	margin-left: 255px;
	margin-right: 245px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.home_links_left {
	width: 230px;
	float: left;
}

.home_links_right {
	width: 230px;
	float: right;
}

.small_photoleft {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.small_photoright {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}

.break_left {
	clear: left;
}

.break_right {
	clear: right;
}

.break_both {
	clear: both;
}

.line {
	width: 750px;
	background-color: #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
}

.contact_form {
	width: 500px;
	border: 1px solid #888888;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

.contact_form div{
	margin: 6px 0px 6px 15px;
}

.form_line {
	width: 470px;
	background-color: #888888;
	
}

.menu_bottom {
	width: 900px;
	text-align: center;
}

.menu_bottom ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.menu_bottom li {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

.menu_bottom li a:link, .menu_bottom li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: white;
	text-decoration: none;
}

.menu_bottom li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #00CC33;
	text-decoration: none;
}

.bottom {
	width: 805px;
	height: 71px;
	display: block;
	background-image: url(images/content_bottomcap.jpg);
	background-repeat: no-repeat;
}

.bottom_text {
	width: 805px;
	font-family: century gothic, maryland, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-align: center;
	padding-top: 20px;
}

.heritage {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
}

.heritage a {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.login {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: underline;
}

.login a {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	text-align: center;
	text-decoration: underline;
}