body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif, Calibri;
}

a img { 
	border: 0; 
}

.white {
	color: #FFFFFF;
}

.bodylink a {
	color: #FFFFFF;
	text-decoration:none;
}

.bodylink a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


.white_menu_header {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	position: relative;
	left: 25px;
	top: 0px;
	bottom: 0px;
}

.white_menu_header a {
	color: #FFFFFF;
	text-decoration: none;
}

.white_menu_header a:hover {
	text-decoration:underline;
}



#container {
width: 780px; /*The width of our layout*/
margin-left: auto;
margin-right: auto;
/*Margin left and right set to auto center's our layout*/
text-align: left; /*Resets the text alignment*/
}

#header {
width: 780px;
height: 288px;
}

#left {
width: 180px;
float: left;
}

#nav_mid {
font-family: Arial, Helvetica, sans-serif, Calibri;
font-size: 12px;
color: #FFFFFF;
margin-bottom:10px
}









#center {
width: 575px;
float: left;
margin-left:25px;
margin-bottom:10px;
}

#content_mid {
font-family: Arial, Helvetica, sans-serif, Calibri;
font-size: 12px;
color: #FFFFFF;
}

#content_mid h2 {
	margin: 0;
}

#content_mid a {
	color: #fff;
}

#content_top {
margin-bottom:5px;
}

#footer{
width:780px;
margin-top:10px;
position:relative;
clear:both;
}

#footer_line {
	background-color: #EEBF23;
	height:3px;
	margin-bottom:5px;
}

#footer_left {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	float:left;
}

#footer_right {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	float:right;
}

.yellow {
	color: #EEBF23;
}

#spacer {
	height:3px;
	margin-bottom:5px;
	width:780px;
}

#header_purple {
	float: left;
	width: 201px;
	height:228px;
	background-image:url('/images/template/top_purple.png');
}

#header_blue {
	float: left;
	width: 204px;
	height:228px;
	background-image:url('/images/template/top_blue.png');
}

#header_green {
	float: left;
	width: 204px;
	height:228px;
	background-image:url('/images/template/top_green.png');
}

#header_yellow {
	float: left;
	width: 171px;
	height:228px;
	background-image:url('/images/template/top_yellow.png');
}

#banner {
width: 780px;
height: 228px;
}

#top_menu {
width: 780px;
height: 60px;
}

#top_menu_home {
	float: left;
	width: 132px;
	height: 85px;
}

#top_menu_about {
	float: left;
	width: 99px;
	height: 85px;
}

#top_menu_capabilities {
	float: left;
	width: 122px;
	height: 85px;
}

#top_menu_links {
	float: left;
	width: 82px;
	height: 85px;
}

#top_menu_employment {
	float: left;
	width: 126px;
	height: 85px;
}

#top_menu_contact {
	float: left;
	width: 107px;
	height: 85px;
}

#top_menu_map {
	float: left;
	width: 112px;
	height: 85px;
}


























#nav_mid h3 {
	color: #EEBF23;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 0 0;
	position: relative;
	left: 25px;
}

#nav_mid h3 a {
	color: #EEBF23;
	text-decoration: none;
}

#nav_mid h3 a:hover {
	text-decoration:underline;
}

#nav_mid ul {
	margin-top: 0;
}

#nav_mid li {
	color: #FFFFFF;
	font-size: 12px;
	list-style-image: url(/images/template/down_arrow.png);
}

#nav_mid li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav_mid li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





h1 {
	color: #EEBF23;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
}

h2 {
	color: #EEBF23;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
}

#content_mid p {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
}

#moreinfobox {
	width: 574px;
	height: 60px;
	background-image:url('/images/template/bottom.png');
	margin: 40px 0 10px 0;
}

#moreinfobox h3 {
	color: #EEBF23;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	margin: 0 0 0 0;
	position: relative;
	font-weight: bold;
	left: 95px;
	top:7px;
	bottom:5px;
}

#moreinfobox p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	margin: 0 0 0 0;
	position: relative;
	left: 95px;
	top: 6px;
}

#moreinfobox p a {
	color: #FFFFFF;
	text-decoration: none;
}

#moreinfobox p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#moreinfobox p em {
	font-weight: bold;
	font-size: 14px;
}

#flashcontent {
	height: 276px;
	margin: 0 auto 0 auto;
	width: 575px;
}

#i-center {
	display: block;
	margin: 0 auto 0 auto;
} 

#timeline ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


/*  =General
------------------------------------------------------- */

.float-left { float: left; }
.float-right { float: right; }
.float-center { text-align: center; }
.fcenter {  display: block; margin: 0 auto 0 auto; }

.block { display: block; }
.inline { display: inline; }
.clear { clear: both; }

.skip-nav { display: none; }
.no-show { display: none; }

.pad { margin: 5px; }
.pad-left { margin: 0 0 10px 10px; }
.pad-right { margin: 0 10px 10px 0; }
.img-container { padding: 5px; width: 50%; }
.img-container p { margin: 0 5px 5px 5px; }
