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

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(images/background1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

#header {
	width: 962px;
	height: 110px;
	margin: 0 auto;
}

h1 {
	color:#201f1f;
	padding-left:15px;
	font-weight:normal;
}

h2 {
	color:#201f1f;
	padding-left:15px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:21px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F00;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	line-height:20px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#201f1f;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	font-weight:normal;
	line-height:16px;
	
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#201f1f;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
	word-spacing:inherit;
	
}

h5 a {
	text-decoration: underline;
}

h2 a {
	text-decoration:none;
	color:#666;
}


a {
	text-decoration: underline;
	color: #201f1f;
}

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

#wrapper {
}

#search-text {
	border-left:solid;
	border-top:solid;
	border-left-width:thin;
	border-top-width:thin;
	color: #999;
	text-align:right;
	font-size:12px;
}
#menuspace {
		width: 768px;
		height: 46px;
		background:url(images/topnav.jpg);
}

#menu {
	width: 962px;
	height:46px;
	margin: 0 auto;
	vertical-align:top;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: inline;
	text-align: center;

}

#menu a {
	display: block;
	float: left;
	margin-left: 4px;
	padding: 20px 25px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;

}



#menu a:hover, #menu .active a {
	background: #cccccc;
	color: #FFFFFF;
}

/* jobs buttons pink rollover*/
.jobspink {
	
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	
}

.jobspink a {
	background: #cccccc;
	color:#000;
	text-decoration:none;
}

.jobspink a:hover, #jobspink .active a {
	background:#F36;
	color: #FFFFFF;
}

/*jobs buttons black rollover*/
.jobsblack {
	
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	
}

.jobsblack a {
	background: #cccccc;
	color:#000;
	text-decoration:none;
}

.jobsblack a:hover, #jobsblack .active a {
	background:#000;
	color: #FFFFFF;
}

/*jobs buttons blue rollover*/

.jobsblue {
	
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	
}

.jobsblue a {
	background: #cccccc;
	color:#000;
	text-decoration:none;
}

.jobsblue a:hover, #jobsblue .active a {
	background:#03C;
	color: #FFFFFF;
}


#associates {
	background:url(images/rightblacknav.jpg);
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #cccccc;
}
#aslogos {
	background:#201f1f;
}

#content {
	width: 962px;
	height: 632px;
	margin: 0 auto;
}

#contenttext {
	background:#FFF;
}

#handshake {
	background:#FFF;
}

#bottomgrey {
	background:#cccccc;
}

#botcredits {
	
	height:55px;
	background:#201f1f;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	vertical-align:middle;
}

#bottext {
	
		padding-left:15px;
		line-height:19px;
}

#preciseimg {
	padding-top:10px;
}

#maintextcontent {
	background:#FFF;
}

#powbyseek {
	background:url(images/byseek.jpg);
	width:768px;
	height:43px;
	text-align:center;
	color:#201f1f;

}