@charset "utf-8";

/* CSS Document */

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6, 
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;   
}
:focus {
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	text-decoration: none;
	background-color: #e8e2d6;
	font-weight: normal;
	color: #222222;
	margin: 0;
	padding: 0;
}

a {
	color: #e7b35b;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: 0.35px;
	font-weight: bold;
	text-decoration: none;
} 
a:hover{
	color: #b6650a;
	text-decoration: underline;
}



/*********  Layout **********/


/** Top Gray **/


#top_gray_bar {
	width: 100%;
	height: 27px;
	background-color: #484848;
}

#top_gray_bar a{
	color: #FFFFFF;
	padding: 3px 8px 3px 8px;
}
#top_gray_bar a:hover{
	text-decoration: underline;
}

#top_gray_bar span{color: #d1c7b0;}

#top_gray_inner {width: 1001px; text-align: right; padding: 6px 8px; margin: 0 auto;}

/** End of Top Gray **/


/** Logo Header **/

#header {
	width: 100%;
	height: 95px;
	background-color:#FFFFFF;
}

#logo_container {
	width: 1001px;
	height: 69px;
	margin: 0 auto 0 auto;
	padding-left: 65px;
}

#logo_container h1{
	background:url(../images/logo.gif) no-repeat left;
	width: 229px;
	height: 64px;
	padding-top: 5px;
	float: left;
}

/** End of Logo Header **/


/** Content Portion **/

#shadow-bg {
	background: #e8e2d6 url(../images/bg-shadow.gif) repeat-x top;
	width: 100%;
	height: auto;
}
#content_container {
	width: 1001px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	position: relative;
}
* html #content_container {
	overflow: hidden;
}
#navigaiton {
	width: 100%;
	height: 40px;
	background: #fff url(../images/nav-bg.gif) repeat-x top;
	position: relative;
	padding: 11px 0 0 0;
}

#navigation ul,li.hmnav{
	list-style: none;
	position: relative;
	width: 950px;
	height: 40px;
	padding: 12px 0 0 0;
	
}

#navigation ul,li.hmnav{
	display: inline;
	position: relative;
	list-style: none;
	padding: 0 5px 0px 5px;
}

#navigation ul,li.hmnav a{font-size: 13px; color:#292929; padding: 18px 10px 10px 10px; text-decoration: none; height: 50px;}
#navigation ul,li.hmnav a:hover{color: #FFFFFF; background: url(../images/nav-bg-ov.gif) top left repeat-x; text-decoration: none; height: 55px;}
#navigation ul,li.hmnav a:active{color: #ab5401; background: url(../images/nav-bg-ov.gif) top left repeat-x; text-decoration: none; height: 55px;}

.blue-nav {
	width: 100%;
	height: 40px;
	background: #fff url(../images/blue-nav-bg.gif) repeat-x top;
	position: relative;
	padding: 11px 0 0 0;
}

.blue-nav  ul.innav,li{
	list-style: none;
	position: relative;
	width: 950px;
	/*height: 40px;*/
	padding: 12px 0 0 0;
	
}

.blue-nav  ul.innav,li{
	display: inline;
	position: relative;
	list-style: none;
	padding: 0 5px 0px 5px;
}

#blue-nav  ul.innav,li a{font-size: 13px; color:#fff; padding: 18px 10px 10px 10px; text-decoration: none; height: 50px;}
#blue-nav  ul.innav,li a:hover{color: #292929; background: url(../images/blue-nav-bg-ov.gif) top left repeat-x; text-decoration: none; height: 55px;}
#blue-nav  ul.innav,li a:active{color: #ab5401; background: url(../images/blue-nav-bg-ov.gif) top left repeat-x; text-decoration: none; height: 55px;}

#subnav {
	width: 100%;
	height: 30px;
	background-color: #d1c6b0;
	padding: 3px 3px 3px 3px;
	position: relative;
}

#centerImg img{
	width: 1000px;
	height: 269px;
	margin: 0 0;	
}

#features {
	width: 100%;
	height: 170px;
	background: #fff url(../images/feature-bg.gif) repeat-x top;
}

#features h1{
	background:url(../images/staffing.gif) no-repeat left;
	width: 266px;
	height: 60px;
	padding-top: 5px;
}

#features h2{
	background:url(../images/turnkey.gif) no-repeat left;
	width: 276px;
	height: 60px;
	padding-top: 5px;
}

#features h3{
	background:url(../images/offshore.gif) no-repeat left;
	width: 273px;
	height: 60px;
	padding-top: 5px;
}
#features p{
	width: 280px;
	height: 90px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-size: 15px;
	color: #ffecb9;
}
#features img {padding: 2px 0 0 0;}
#features .col1,.col2 {
	width: 320px;
	height: 140px;
	float: left;
	margin: 5px 5px 5px 5px;
}
#features .col3 {
	width: 320px;
	height: 140px;
	float: left;
	margin: 5px 6px 5px 0px;
}

#bottom-content {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	color: #555e67;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}
#bottom-content p{
	padding: 15px 5px 15px 5px;
	text-align: justify;
	font-size: 15px;
	color: #555e67;
	line-height: 18px;
}
#leftBottom {
	width: 70%;
	float: left;
}
#leftBottomC {
	width: 100%;
	float: left;	
}
#leftBottom h1, #leftBottomC h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #77848f;
	text-decoration: none;
	margin: 8px 0 8px 0;
}
#leftBottom h2, #leftBottomC h2{
	font-family: Cambria;
	font-size: 23px;
	font-weight: normal;
	color: #bb6e14;
	text-decoration: none;
	margin: 8px 0 8px 0;
}
#leftBottom h3, #leftBottomC h3{
	font-family: Cambria;
	font-size: 28px;
	font-weight: normal;
	color: #bb6e14;
	text-decoration: none;
	margin: 8px 0 8px 0;
}
#leftBottom h1 span, #leftBottomC h2 span{color: #555e67;}
#rightBottom {
	width: 23%;
	float: right;
	margin-top: 35px;	
}
/** End of Content Portion **/

/** Footer Content **/
#bottom-shadow-bg {
	background: #e8e2d6 url(../images/bg-shadow-bottom.gif) repeat-x top;
	width: 100%;
	height: 32px;
}
#bottom-shadow-white {
	background: #fff none;
	width: 1001px;
	height: 32px;
	margin: 0 auto 0 auto;
}
#footer {
	width: 100%;
	height: 45px;
	background-color: #918361;
	color:#FFFFFF;
	padding-top: 6px;
}
#footer a{color: #ffca63;}
#inner-footer {
	width: 1001px;
	height: 45px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#inner-footer p{padding: 3px 3px;}

#footer img{height: 35px;margin: 3px 5px 3px 40%; _margin-left: 33%;}

html>body #footer img{margin-left: 40%;}

/********** contact form **********/
.form { float:left; width:560px; margin-top:40px; margin-left:10px;}
/********** contact form
#contactform { margin:0; padding:5px 10px; overflow: visible; position: relative; display: block; height: 450px;}
#contactform * { color:#333;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:250px 0 5px 240px;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:bold 13px Arial, Helvetica, sans-serif; color:#555e67; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;color:#F00;}
#contactform input.text { width:400px; border:1px solid #555e67; margin:5px 0; padding:5px 2px; height:15px; background:#fff;}
#contactform textarea { width:400px; border:1px solid #555e67; margin:10px 0; padding:2px; background:#fff; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 95px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;} **********/

#clients {
	width: 95%;
	height: auto;
	margin: 10px auto 10px auto;
	position: relative;
	display: block;
}
#clients img{
	width: 150px;
	height: 80px;
	padding: 3px 6px 3px 6px;
}
img.serv {
	width: 300px;
	height: 200px;
	padding: 5px 5px 5px 5px;
	margin: 15px 0 180px 0;
	clear: both;
}
#c2c_content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #555e67;
	line-height:21px;
	margin-left:25px;
	padding-top:22px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
	padding:0 0 2px 19px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:570px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#c2c_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #555e67;
}
.c2c_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}#header #rt_tag {
	margin:0 auto;
	padding-left:107px;
	width:833px;
	font-family:inherit;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
#header #rt_tag a {
	font-family:inherit;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
