@charset "utf-8";
/* CSS Document */

body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	
}

body {
	width: 766px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #000000;
	color: #FFFFFF;
}

ul  {
	margin-left: -20px;
}

li  {
	
}

form {
	display: inline;
}

a {
	color: #ffffff;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/*					INDEX
=============================================== */

#nav-cnt {
	background-image: url(../images/nav-bg.jpg);
	width: 719px;
	height: 58px;
	margin: 26px auto 0px auto;
	padding: 0px;
}

.nav1 {
	width: auto;
	height: 17px;
	margin: 18px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	float: left;
}

.nav-divider {
	width: 2px;
	height: 23px;
	margin: 19px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#down-arrow {
	background-repeat: repeat-y;
	width: 5px;
	height: 8px;
	margin: 0px;
	padding: 0px 0px 0px 258px;
	text-align: left;
	float: left;
}

#footer-cnt {
	background-image: url(../images/footer_bg.jpg);
	width: 766px;
	height: 116px;
	margin: 0px;
	padding: 0px;
}

#footer-links {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	font-size: 12px;
}

#copyright {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/*					HOME
=============================================== */

#home-body {
	background-image: url(../images/bg.jpg);
	width: 766px;
	height: 483px;
	margin: 0px;
	padding: 0px;
}

#home-title {
	width: 310px;
	height: 20px;
	margin: 0px;
	padding: 25px 0px 0px 34px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

#logo {
	width: 327px;
	height: 66px;
	margin: 42px 0px 0px 59px;
	padding: 0px;
	float: left;
}

#home-content-bg {
	background-image: url(../images/content.jpg);
	width: 381px;
	height: 297px;
	margin: 13px 0px 0px 51px;
	padding: 0px;
	float: left;
	text-align: left;
}

#home-content-cnt {
	width: 315px;
	height: 237px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 34px;
	text-align: left;
	overflow: auto;
}

/*					SERVICES
=============================================== */

#services-content-cnt {
	width: 315px;
	height: 237px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 34px;
	text-align: left;
	overflow: auto;
}

#subnav-cnt {
	width: 766px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#subnav-cnt2 {
	background-image: url(../images/subnav.jpg);
	background-repeat: repeat-y;
	width: 647px;
	height: 26px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

.subnav1 {
	width: auto;
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 27px;
	float: left;
}

/*					EMPLOYMENT
=============================================== */

#employment-content-top {
	width: 315px;
	height: 35px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 34px;
	text-align: left;
}

#employment-content-btm {
	width: 315px;
	height: 185px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 34px;
	text-align: left;
	overflow: auto;
}

.field2 {
	width: 290px;
	height: 16px;
	margin: 0px auto 7px auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #9cd4ff;
}

.fieldErr {
    width: 290px;
	height: 16px;
	margin: 0px auto 7px auto;
	padding: 0px;
	text-align: left;
	border: 1px solid #FF0000;
}



/*					CONTACT
=============================================== */

#field-cnt {
	width: 315px;
	height: auto;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.field {
	width: 290px;
	height: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #9cd4ff;
}


/*					AUTO NEWS FEEDS
=============================================== */

.rss_box {
	 margin-top: 0px;
}

.rss_items {
	margin-top:0px;
	padding: 0em;
	margin-left:0px;
	color:#ffffff;
}
.rss_item  {
  font-size: 11px;
  list-style:none;
  padding-bottom:1em;
}
.rss_item img {
	margin: 0px 10px 0px 0px;
}
.rss_item a {
	color: #999999;
	font-size: 9pt;
	font-weight:bold;
}
.rss_date {
	font-size: 7pt;
	color: #9cd4ff;
}