@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #666666;
	background-image: url(images/body-bkg.jpg);
	background-repeat: repeat-x;
}

.home1 #home1, .mp1 #mp1, .bc1 #bc1 {
	color:#FFCC00;
}


.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}




.nav {
	background-image: url(images/nav-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	height: 51px;
	width: 485px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
}
.home #nav-hom {
	color: #FF9900;
}

.header {
	height: 104px;
}
.nav ul {
	font-size: 110%;
	display: inline;
	text-align: center;
}
.nav li {
	display: inline;
}
.banner {
	height: 281px;
	background-image: url(images/main-image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bannerTextBox {
	width: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #5C7088;
	padding: 20px;
	height: 180px;
	background-image: url(images/banner-strip.jpg);
	background-repeat: repeat-x;
}
.bannerTextBox p {
	font-size: 120%;
	line-height: 140%;
}
.bannerTextBox h1 {
	margin-bottom: 10px;
	font-size: 180%;
	color: #69788D;
}
.featureBox {
	float: left;
	width: 324px;
	margin-right: 20px;
}
.content {
	margin-top: 20px;
}
.manpowerimg {
	background-image: url(images/manpower-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.featureBox h1 {
	font-size: 170%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 18px;
}
.featureBox p {
	padding-left: 10px;
}

.testimonialBox {
	height: 299px;
	width: 251px;
	float: left;
}
.marginRight20px {
	margin-right: 30px;
}
.footer {
	background-image: url(images/footer-bkg.jpg);
	background-repeat: no-repeat;
	height: 297px;
	margin-top: 30px;
	padding-top: 40px;
	padding-left: 40px;
}
.consultantsimg {
	background-image: url(images/consultants-v2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.paddingLeft10px {
	padding-left: 10px;
}


.footer h1 {
	font-size: 190%;
	margin-bottom: 10px;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #FFFFFF;
}

.footContain {
	float: left;
	margin-right: 30px;
	width: 320px;
}
.mainContent {
	float: left;
	width: 695px;
	margin-right: 20px;
}
.inner {
	background-image: url(images/line-strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.recruitBoxinner {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.recruitBoxinner ul {
	margin-left: 30px;
	list-style-image: url(images/red-bullet.jpg);
}
.recruitBoxinner li {
	margin-bottom: 10px;
}
.marginLeft20px {
	margin-left: 20px;
}
.content p a {
	color: #000000;
}
.content p a:hover {
	color: #FF0000;
}
.innerHead {
	background-image: url(images/black-inner-bkg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 51px;
	width: 373px;
	margin-bottom: 20px;
	text-align: center;
}
.innerHead h1 {
	color: #FFFFFF;
	padding-top: 5px;
}
.intro {
	font-size: 160%;
	line-height: 120%;
	color: #666666;
}
.mainContent h2 {
	font-size: 150%;
	color: #000000;
	margin-bottom: 10px;
	font-style: italic;
}
.inner .content {
	margin-top: 10px;
}
.mpBulletBox {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.mainContent ul {
	margin-left: 30px;
	list-style-image: url(images/red-bullet.jpg);
	color: #5587B8;
	font-weight: bold;
	margin-bottom: 20px;
}
.mainContent ul li {
	margin-bottom: 10px;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FF9933;
	text-decoration: underline;
}
h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.rollover a { display:block; height:37px; width:95px; overflow:hidden; }
.rollover {
	float: right;
	height: 37px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}


.rollover a:hover { display:block; text-indent:-95px; }

