body {
	background: url(../images/bkgd.jpg) top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px verdana, sans-serif;
}

#page {
	display: block;
	width: 960px;
	margin: 0 auto;
position: relative; 
	padding: 0;
	
	text-align: left;
	background-color: #FFFFFF;
	border-right: 2px solid #002b54;
	border-left: 2px solid #002b54;
	
}


/***
input , select , textarea { margin-top:5px;}
+html textarea {margin-top:-3px;margin-left:5px;}
 * Header
**/
#logo
{
	position:relative;
	top:3px;
	width:30px !important;
}
#imgSearch
{
		position:relative;
	top:5px;
}

#header {
 width: 960px;
 height: 128px;
 margin: 0 auto;
 /*background: #ffffff url(../images/mss_admin_logo.gif) center left no-repeat;*/
 position: relative;
}
#header table{
float: right;
	margin-top: 0px;
}

/**
 * Navigation Bar
**/

#navs{
 width: 960px;
 height: 45px;
 background: url(../images/nav_bkgd.jpg);
/** margin: 0 auto;
  position: relative;**/
  padding-top: 1px;
 background-repeat:no-repeat;
 display: block;
 list-style: none;
 font: 15px bold Verdana, Arial, Helvetica, sans-serif;


}

#nav li {
	display: block;
	height: 18px;
	margin: 15px 0 18px 0;
	padding: 0;
	float: left;
	text-align: center;
}

#navs .home { 
width: 95px; 
border-right: 1px solid #002b54;
}
#navs .career{ 
	width: 226px;
	border-right: 1px solid #002b54;
	}
#navs .staffing {
	width: 202px;
	border-right: 1px solid #002b54;
	}
	#navs .locations {
	width: 181px;
	border-right: 1px solid #002b54;
	}
	#navs .about {
	width: 113px;
	border-right: 1px solid #002b54;
	}
	#navs .contact {
	width: 131px;
	}

#navs li a {
	color: #ffffff;
	text-decoration: none;
}

#navs li a:hover {
    color: #c8c8c8;
	text-decoration: none;
}

/**
 * Footer
**/

#footer_border {
 clear: both;
 width: 960px;
 height: 21px;
 margin: 0 auto;
 background: url(../images/footer.gif) top no-repeat;
}
#footer {
 width: 964px;
 margin: 0 auto;
 background: #ffffff;
}
#footer p { 
font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
padding: 10px 0 15px 0;
text-align: center; 
color: #6e879e;
}
#footer a { color: #6e879e; }
#footer a:hover { color: #005288; }

/**
 * ----------
**/

.style2 {
	color: #860038;
	font-weight: bold;
	font-size: 14px;
}
.style3 {
	color: #002b54;
	font-size: 11px;
	text-align: right;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	#fontSizer
{
	display:none;
	float:right;
	border:0px0;
	text-align:center;
	padding-right:20px;
}

#goback
{
	float:right;
	margin-right:10px;
	padding:3px 5px 5px 5px;
	border:0px0;
	border-bottom:0px solid #666688;
	text-align:center;
}

#goback a

{
	text-decoration:none;	
	background-color:#ffffff;
	border:1px solid #c7c7c7;
	padding:3px 6px 3px 12px;
	text-indent:12px;
	color:#1C5B84;
	font-size:13px;
	font-weight:bold;
}
#goback a:hover

{
	text-decoration:none;	
	background-color:#B5A684;
	border:1px solid #c7c7c7;
	padding:3px 6px 3px 12px;
	text-indent:12px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}


