@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.95em;
	font-style:italic;
	line-height:1.5em;
	color:#808285;
}
.intro {
	padding-top:30px;
}
.bigWord {
	font-size:1.5em;
	font-weight:bolder;
	color:#009fc2;
	letter-spacing:-2px;
}
.smallBlueName {
	font-size:1em;
	font-weight:bolder;
	color:#009fc2;
}
#content {
	width:1024px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
#HomeMainNavBlock {
	position:absolute;
	left:0;
	top:304px;
	width:1024px;
	height:40px;
}
/*HOME ONLY */
/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/
#newNav {
	position: absolute;
	width:1024px;
	left:0;
	top:309px;
	height:40px;
}
#nav {
	width: 1024px;
	height: 40px;
	position: relative;
	background:url(../images/naviImages/Home_1.jpg);
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#nav li {
	float: left;
}
#nav li a {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	background: url(../images/naviImages/Home_1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#nav_whoweare a {
	left: 0;
	width: 327px;
	background-position: 0 0;
}
li#nav_services a {
	left: 328px;
	width: 359px;
	background-position: -328px 0;
}
li#nav_employment a {
	left: 689px;
	width: 338px;
	background-position: -687px 0;
}

li#nav_whoweare a:hover {
	background-position: 0 -40px;
}
li#nav_services a:hover {
	background-position: -328px -40px;
}
li#nav_employment a:hover {
	background-position: -687px -40px;
}
#body_hom li#nav_whoweare a {
	background-position: 0 -40px;
}
#body_map li#nav_services a {
	background-position: -328px -40px;
}
#body_jou li#nav_employment a {
	background-position: -687px -40px;
}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

#smallLinksHome {
	width:1024px;
	height:40px;
	position:relative;
	left:0;
	top:0;
	background-color:#5E6E66;
}
ul#home_2_small {
	position:absolute;
	left:707px;
	width:160px;
	top:0;
	list-style:none;
	height:40px
}
ul#home_2_small li {
	display:inline
}
ul#home_2_small li a {
	height:40px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}
ul#home_2_small li a span {
	float:left;
	display:block
}
ul#home_2_small li#home_2_small-1 a {
	width:48px;
	background:url(../images/naviImages/Home_Top2ONLY.jpg) no-repeat 0px 0
}
ul#home_2_small li#home_2_small-1 a:active, ul#home_2_small li#home_2_small-1 a:hover {
	background-position:0px -40px
}
ul#home_2_small li#home_2_small-2 a {
	width:54px;
	background:url(../images/naviImages/Home_Top2ONLY.jpg) no-repeat -48px 0
}
ul#home_2_small li#home_2_small-2 a:active, ul#home_2_small li#home_2_small-2 a:hover {
	background-position:-48px -40px
}
ul#home_2_small li#home_2_small-3 a {
	width:58px;
	background:url(../images/naviImages/Home_Top2ONLY.jpg) no-repeat -102px 0
}
ul#home_2_small li#home_2_small-3 a:active, ul#home_2_small li#home_2_small-3 a:hover {
	background-position:-102px -40px
}
#header {
	position:absolute;
	top:47px;
	width:1024px;
	height:257px;
}
#leftContent {
	position:absolute;
	top:350px;
	width:310px;
	font-size:.85em;
	color:#808285;
	font-style:italic;
	height: 379px;
	border-right:1px solid #666;
}
#homeAddress {
	position:absolute;
	left:46px;
	top:147px;
	width: 213px;
	line-height:1.5em;
	height: 127px;
}
#rightContent {
	position:absolute;
	top:350px;
	left:325px;
	width:607px;
	height: 307px;
}
h1 {
	width:678px;
	height:118px;
	background-image:url(../images/Home_H1.jpg);
	text-indent:-5000px;
}
ul#footerLinks {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	font-style:normal;
	margin-left:10px;
	list-style-type: none;
	padding-top:5px;
}
ul#footerLinks li {
	display:inline;
}
ul#footerLinks li a {
	float:left;
	padding-right:5px;
	text-decoration:none;
	color:#fff;
}
ul#footerLinks a:hover {
	color:#000;
}
#footer {
	position:absolute;
	top:750px;
	left:0;
	width:1024px;
	background:url(../images/footerIEfixbck.gif);
	height:30px;
}
ul#footerLinks li.last {
	float:left;
	padding-left:400px;
	text-decoration:none;
	color:#fff;	
}
