@charset "utf-8";
*{
padding:0px;
margin:0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	z-index:10;
	background-color: #353535;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 158px;
	width: 260px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index:1000;
}
#topPic {
	background-image: url(../images/wbk.png);
	background-repeat: repeat-y;
	height: 222px;
	width: 950px;
}


#wrapper {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	
	}

#header {
	background-color: transparent;
	height: 104px;
	width: 950px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
}
#content {
	min-height:400px;
	background-image: url(../images/bk.png);
	background-repeat: repeat-y;
}
#navPics {
	text-align: center;
	height: 204px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
#navPics img{
	margin-top:15px;
}
#mainTxt{
	padding: 0px;
}
.textInner {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

p {
	
	font-size: 1.2em;
	color: #EAEAEA;
	text-align: left;
	line-height: 1.4em;
	}
.textInner li {
	font-size: 1.2em;
	color: #EAEAEA;
	text-align: left;
	line-height: 1.4em;
	margin-left: 40px;
	margin-bottom: 5px;
	}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:5px;
	text-align: left;
	background-image: url(../images/bp.png);
	background-repeat: no-repeat;
	padding-left:25px;
	background-position: left center;
}
h3 {
	font-size: 1.6em;
	color: #A432B8;
	text-align: left;
}
.purple{color: #A432B8;}

#rightBar {
	background-color: transparent;
	float: right;
	width: 152px;
	margin-right:44px;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
}
#rightBarWide {
	background-color: transparent;
	float: right;
	width: 350px;
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
}

#rightBarWide img {padding: 5px;
	border: 1px solid #EEEEEE;}

h1 {
	font-size: 2em;
	color: #FFFFFF;
	text-align: left;
	padding-bottom:10px;
}


#navBar {
	background-color: #2A2A2A;
	height: 28px;
	width: 909px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-left:auto;
	margin-right:auto;
	}
ul#nav{margin-left:210px;}
.floatR {
	padding: 5px;
	float: right;
	border: 1px solid #EEEEEE;
	margin-left:20px;
}
.floatL {
	padding: 5px;
	float: left;
	border: 1px solid #EEEEEE;
	margin-right:20px;
}
#contact{
width:500px;
float:left;
}
#flashcontent {
	float: right;
	height: 363px;
	width: 455px;
	margin-left: 20px;
	
}

#partners{
	float:right;
	width: 200px;
	padding: 10px;
	border: 1px dashed #794BCD;
}
.clear{
	width:500px;
	height:1px;
	clear:both;
	}
#location {
	border: 2px dashed #49248D;
	width:135px;
	padding:5px;
}
.textInner a:link, .textInner a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.textInner a:hover, .textInner a:active{
	text-decoration: none;
}

