@charset "UTF-8";
/* CSS Document */

/*header-nav styles*/
body {
	font-family:Helvetica, Verdana, Arial;
	background-color: #071949;
	color:#d6d3b3;
}

body p a {
	color:#d6d3b3;
	text-decoration:underline;
}

body p a:visited {
	color:#d6d3b3;
	text-decoration:underline;
}

body p a:hover {
	color:#009a29;
	text-decoration:underline;
}

.wrapper_new {
	background-color: #071949;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width:900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.heading_new {
	background-image:url(../images/header-backdrop.gif);
	background-repeat:no-repeat;
	height:70px;
}

.heading_new h3 {
	padding: 20px 0 0 20px;
}
	
.header_new {
	background-color: #071949;
	padding: 3% 0 0 0;
	height:45px;
	width:inherit;
}

.logo_new {
	float:left;
	padding:0 0 0 1%;
	position:relative;
}

.nav_new{
	margin:0;
	padding:0;
	float:right;
	position:relative;
}

ul#nav_new {
	font-size:1.2em;
	list-style-type:none;
}

ul#nav_new li {
	float:right;
	margin:0 7px;
}

ul#nav_new li a{
	text-decoration:none;
	text-align:center;
	color: #d6d3b3;
	float:none;
}

ul#nav_new li a:hover {
	color: #009a29;
}

a#here {
border-left-color: #fff !important;
background-color: transparent !important;
color: #113EBB !important;
}

/*end header-nav styles*/
/*content styles*/
.content {
	width: 100%;
	min-width:600px;
	position:relative;
	margin:0 0 0 1%;
}

.content_lt {
	background:inherit;
	width:32%;
	min-width:300px;
	position:relative;
	float:left;
	margin:0 5% 0 0;
	padding:0;
}

.content_lt_top {
	clear:both;
}

.content_lt_bot p {
	padding: 0 3%;
}

.contact_new {
	background:#d6d3b3;
	width:65%;
	font-size:.85em;
	color:#000000;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-bottom-radius: 4px;
	border: 1px solid #fff;
	position:relative;
	padding:2%;
	margin: 0 0 0 1%;
}
	
.content_rt {
	background:inherit;
	width:60%;
	min-width:300px;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}	
/*end content styles*/

/*home styles*/
.home_feat {
	position:relative;
	float:left;
	width:40%;
	height:180px;
	padding: 0 1% 2% 2%;
}

.home_feat p {
	font-size:.85em;
}

.special {
	margin:0 0 0 2%;
}

.special li {
	font-size:1em;
	list-style-image:url(../images/bullets.gif);
	line-height:25px;
	font-weight:bold;
	padding: 0 0 0 -5px;
}

.bullets {
	font-size:1.2em;
	list-style-image: url(../images/owd_mock_17.jpg);
}

/*end home styles*/

/*footer styles*/
.footer_new {
	background:inherit;
	width:100%;
	position:relative;
	margin:3% 0 0 0;
}

.footer_new p {
	float:right;
}
/*end footer styles*/

/*form styles*/
.formtext {
	color:#000000;
}

.send {
	margin: 0 0 0 86%;
}
/*end form styles*/

/*diver line styles*/
.line {
	width:100%;
	height:10px;
	background-image:url(../images/line_03.gif);
	background-repeat:repeat-x;
	position:relative;
}
/* end diver line styles*/

.clear {
	clear:both;
}
	
