body { 
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #013f7c;
	margin: 0px;
	font-family: helvetica;
	font-size: 16px;
}

a { color: #013f7c; text-decoration: none;}
a:hover { color: #013f7c;}

#logo_box {
	width: 299px;
	float: left;
}
#logo_box_top {
	width: 299px;
	background-color: #fff;
}
#logo_box_top img {
	width: 252px;
	height: 84px;
	margin: 24px 24px 0px 24px;
}
#logo_box_bottom {
	background-image:url('../images/logo_box_bottom.png');
	height: 10px;
	width: 299px;
	margin: 0px;
}


#wrapper {
	width: 960px;
	margin: 0px auto;
}

#nav_box {
	height: 35px;
	float: right;
	margin: 36px 0px 0px 0px;
}
#nav_box_left {
	background-image:url('../images/nav_left.png');
	height:35px;
	width: 6px;
	margin:0px;
	float: left;
}
#nav_box_mid {
	background-color: #fff;
	float: left;
	height: 35px;
	text-align: center;
}
#nav_box_right {
	background-image:url('../images/nav_right.png');
	height:35px;
	width: 6px;
	margin: 0px;
	float: left;
}
#nav_box_mid ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav_box_mid li {
	display: inline;
	margin: 0px 10px;
}
#nav_box_mid a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 36px;
}

	#nav_box_mid a:hover {
		border-bottom: 5px solid #013f7c;
	}
.content {
	width: 960px;
	margin: 0px 0px 25px 0px;
	clear: both;
	float: left;
	text-align: left;
}

#content_top {
	width: 960px;
	height: 10px;
	background-image: url('../images/content_top.png');
	float: left;
	clear: both;
}
#content_mid {
	width: 940px;
	min-height: 150px;
	background-color: #fff;
	float: left;
	clear: both;
	padding: 0px 10px;
}
#content_bottom {
	width: 960px; 
	height: 10px;
	background-image: url('../images/content_bottom.png');
	float: left;
	clear: both;
}


#footer {
	text-align: center;
	color: #fff;
	padding: 15px 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 5px 0px;
}

#map { 
	width: 100%;
	float: left;
	padding: 15px 0px;
}

#map_canvas {
	margin: 10px auto;
	clear: both;
	width: 430px;
	height: 280px;
	border: 4px solid #013f7c;
	
}

.landscape_image {
	width:700px;
	height: 283px;
	margin: 10px auto;
	border: 4px solid #013f7c;
}

.company_logo { 
	margin: 3px;
	border: 2px solid #013f7c;
}

.capability {
	width: 245px;
	padding: 10px 32px;
	float: left;
	height: 200px;
}


.capability h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


#video {
	width: 661px;
	height: 545px;
	margin: 0px auto;
}



.header-image {
	width: 940px;
	height: 200px;
	margin: 0px auto;
	padding-bottom: 15px;
}



input, textarea, select { font-size: 16px;}
input { width: 400px; height: 25px; line-height: 25px; padding: 6px 0px 2px 2px;}
textarea#contactMessage { width: 410px;}

#alerts, #sendMailForm { float: left; clear: both;}

input#contactPhone { width: 250px;}
input#contactExtension { width: 100px;}
.required { color: #013f7c; font-weight: bold;}