@charset "utf-8";
<!---->
html {
	margin:0;
	padding:0;
	}
body {
	background-color: #333;
	}
.bgImg {
	margin-top: -9px;
	}
#main {
	background-image: url(../img/png/bg081612.png);
	background-color: #000;
	padding: 0;
	height: 850px;
	margin: -9 0 0 0;
	width: 100%;
	z-index: 1;
	}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px #ccc solid;
	margin: 0 0 25px 100px;
	width: 20%;
	}
p {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0 100px 0 100px;
	line-height: 25px;
	}
p.tabContent {
	margin: 0;
	line-height: 20px;
	font-size: .9em;
	color: #ccc;
	}
p.training {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0 0 0 25px;
	line-height: 25px;
	}
.oneHundred {
	line-height: 20px;
	font-size: .9em;
	color: #ccc;
	}
#benefits li {
	list-style: none;
	margin-left: 100px;
	color: #ccc;
	}
#content {
	margin: 20px;
	background-color: #333;
	height: 900px;
	width: 750px;
	}
#content .oneHundred { margin-left: 100px;}

#slogan {
	float: right;
	position: relative;
	margin: 100px 450px 0 0;
	}
#slogan h3 {
	color: #FFF;
	}
#promotion {
	border-top: 1.5px dashed #fff;
	border-bottom: 1.5px dashed #fff;
	position: relative;
	margin: 25px 0;
	padding: 15px;
	top: 0;
	left: 100px;
	width: 50%;
	}
#promotion h2 {
	color: #ea0202;
	margin-top: -5px;
	}
#promotion p {
	margin: -10px 0 0 0;
	line-height: 20px;
	}
#promotion li {
	color:#ea0202;
	font-size: 1em;
	margin-left: -15px;
	}
#footer {
	clear: both;
	float: left;
	background-image:url(../img/png/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	margin: 320px 0 0 0;
	min-height: 80px;
	}
#footerRight {
	float: right;
	display: block;
	margin-top: -10px;
	width: 250px;
}
#footerRight .followUs {
	vertical-align:top;
	}
#footer p {
	clear: both;
	margin-top: 20px;
	}
#navs ul {
	margin: 10px 0 10px 120px;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dashed #000;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	}
#navs ul li {
	float: left;
	}
#navs ul a {
	text-transform:uppercase;
	width: 7em;
	display: block;
	border: 1px dashed #000;
	border-bottom: none;
	padding: .2em 1em;
	background-color: #eaeaea;
	text-decoration: none;
	color: #333;
	}
#navs ul a:hover {
	background-color: #acabab;
	text-decoration: none;
	color: #c00909;
	}
#navs ul li a#active
	{
	background-color: #990808;
	border: 1px solid #000;
	color: #fff;
	}
#navs li subMenu {
	background-position: 95% 50%;
	}
#contactUs {
	margin-left: 100px;
}
#contactUs p { line-height: 20px; margin-left: 0;
	}
	
.map {margin: 10px 0 0 100px; float:left;} /* float attribute was added 031117 */

a:link { color: #999;text-decoration: none;}
a:visited {color: #9C3;}
a:hover {color: #FFF;}
a:active {color: #FC0;}
