@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #444;
	text-decoration: none;
	background-color:#01306a;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0;
}
.wrapper {
	width: 963px;
	margin: 0 auto;
}
.header {
	background-image:url(../images/header.jpg);
	height: 365px;
}
.header_oe {
	background-image:url(../images/header_oe.jpg);
	height: 365px;
}
.menu_bar {
	height:44px;
	width:100%;
}
.slogan {
	width:529px;
	height:44px;
	float:right;
	background-image:url(../images/slogan.png);
}
.menu {
}
li {
	width:100px;
	margin-top:7px;
	padding-top:5px;
}
.menu ul {
	padding: 0px;
	margin:0px;
	list-style:none;
}
.menu ul li {
	float:left;
	text-align: center;
	margin-left: 30px;
}
a, a:visited, a:active {
	text-decoration:none;
	color:#03336f;
}
a:hover {
	color: #666;
	text-decoration:none;
}
.menu a, a:visited, a:active {
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
}
.menu a:hover {
	color: #ccc;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bold;
}
.content {
	background-image:url(../images/content_background.png);
	width:963px;
	height:508px;
	background-repeat:no-repeat;
	margin-top:0px;
}
.contact {
	font-size:12px;
	width:230px;
	padding:5px;
	background:url(../images/side_background.png);
	background-repeat:repeat-x;
}
.text {
	float:left;
	font-size:12px;
	width:630px;
	background:url(../images/text_background.png);
	background-repeat:repeat-x;
	padding:5px;
	height:427px;
}
.about_us_header {
	padding-left: 25px;
	width:200px;
	height:45px;
	float:left;
}
.testimonials_header {
	padding-right: 75px;
	width:200px;
	height:45px;
	float:right;
}
h3 {
	margin:0;
	color:#012f6a;
	padding-top:15px;
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;
}
p {
	margin:0;
}
.testimonials {
	font-size:12px;
	width:230px;
	padding:5px;
	background:url(../images/testimonial_background.png);
	background-repeat:repeat-x;
}
.testimonials_oe {
	font-size:12px;
	width:242px;
	padding:5px;
	background:url(../images/testimonial_background.png);
	background-repeat:repeat-x;
}
.contact_header {
	margin-top: -15px;
}
.positions {
	border: solid 1px #c7c6c6;
	background:#dedede;
}
.td_bg {
	background:#d1d1d1;
}
#active {
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	height:30px;
	margin-top:7px;
	padding-top:5px;
}
.footer {
	font-size:10px;
	color:#919292;
	text-align:center;
	width:700px;
	float:left;
}
.footer_link {
	font-size:10px !important;
	color:#919292 !important;
	text-transform:none !important;
	font-weight:bold !important;
}

