@charset "utf-8";
body {
	background-color: #000000;
	margin-top: 0px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
}
#Container {
	color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 990px;
	
}
#Container #MainArea {
	background-color: #8b8b8b;
	background-image: url(../images/Main-BG.jpg);
	background-repeat: no-repeat;
	width: 972px;
	margin-left: 15px;
}
#Container #FooterText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	margin-top: 6px;
}


#Container #Header {
	background-image: url(../images/TopHeader.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 990px;
}
#MainArea #Logo {
	position:relative;
	width:200px;
	z-index:1;
	left: 41px;
}

#MainArea #LeftArea {
	float: left;
	width: 400px;
	margin-top: 175px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
	color: #000000;
}
#MainArea #LeftArea h2 {
	color: #FFFFFF;
	margin-top: 0px;
}
#MainArea #LeftAreaWide {
	width: 850px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	color: #000000;
	clear: both;
	position: relative;
	padding-top: 175px;
}
#MainArea #LeftAreaWide h2 {
	color: #FFFFFF;
	margin-top: 0px;
}

#RightArea #RightTop {
	background-image: url(../images/RightTop.gif);
	height: 26px;
	width: 544px;
	background-repeat: no-repeat;
}
#RightArea #RightMid {
	background-image: url(../images/RightMiddle.gif);
	background-repeat: repeat;
	text-align: center;
}
#RightMid p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}

#RightArea #RightFoot {
	background-image: url(../images/rightBottom.gif);
	background-repeat: no-repeat;
	height: 23px;
}

#MainArea #RightArea {
	float: right;
	width: 545px;
	margin-right: 9px;
	
}

#Container #FooterCorner {
	background-image: url(../images/footerImg.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin-left: 15px;
}
#Container #FooterLogoArea {
	background-image: url(../images/FooterLogoArea.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#apDiv1 {
	position:absolute;
	z-index:1;
	top: 118px;
	width: 973px;
}


/*Main Navigation CSS*/

.underlinemenu{
	font-weight: bold;
	width: 90%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #000;
padding: 6px 2px 4px 2px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 15px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid gray; /*bottom border is 2px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: black;
	border-bottom-width: medium;
}

/*Footer Area */
#FooterLogoArea #LogoArt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 6px;
	margin-top: 0px;
	background-position: center;
	padding-top: 10px;
}
#FooterLogoArea #LogoArt img {
	padding-right: 12px;
}
#ContactText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
#Container #MainArea #LeftArea a {
	color: #FFFFFF;
}
#LeftAreaWide img {
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#LeftAreaWide a {
	color: #FFFFFF;
}
.clientnames {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#Container #FooterText a {
	color: #FFFFFF;
}
