@charset "UTF-8";

body {
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: center 200px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:active{
	outline:none;
}
	
#wrapper {
	width: 900px;
	margin-left: -450px;
	padding-top: 20px;
	left: 50%;
	position:relative;
}


#wrapper #headerDiv {
	width: 900px;
}

#wrapper #menu{
	width: 900px;
	display:block;
	height:25px;
	font-size:10px;
	font-weight:bold;
	background-color: transparent;
	background-image: url(images/menuBgOFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
}
.style1 {color: #FFFFFF}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:900px;
}

#menu ul li{
	display:inline;
}

#menu ul li a {
	display:inline;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:18px;
	outline: none;
	cursor: hand;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menu ul li a:hover,#menu ul li a.current a.active{
	color:#fff;
	background-color: transparent;
	background-image: url(images/menuBgON.gif);
	background-repeat: repeat-x;
	background-position: left top;
	outline: none;
}
#containerDiv {
	width: 860px;
	background-color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	/*background-image: url(images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	position:relative;
	min-height: 420px;
}
#mainBg {
	width: 880px;
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	background-image: url(images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
	min-height: 420px;
}
#wrapper #head {
	position: absolute;
	left: 597px;
	top: 20px;
	height: 150px;
	width: 303px;
}

#containerDiv #bannerdiv {
	margin-left: -20px;
	z-index: 3;
	margin-top: 5px;
	position: relative;
}

#containerDiv #welcome {
	position: relative;
	z-index: 3;
	width: 560px;
	text-align: left;
	float: left;
	margin-top: 15px;
}

#containerDiv #welcome h1{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: -8px;
	margin-top: 3px;
}

#containerDiv #welcome p{
	font-size: 12px;	
}


#footerDiv {
	z-index: 2;
	width: 900px;
	background-image: url(images/footerBg.jpg);
	background-repeat: repeat-x;
	height: 200px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #232323;
}
#wrapper #containerDiv #logos {
	width: 860px;
	height: 115px;
	float: left;
	margin-top: 15px;
}

.content {
	width: 648px;
	text-align: left;
	float: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:link {
	color: #6E9AC1;
}
a:hover {
	color: #426D90;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
#wrapper #containerDiv #welcome #testimonial {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 755px;
	padding: 20px;
	border: 1px dotted #000000;
	margin-left: 30px;
}
#wrapper #containerDiv #form {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
