﻿body {
	margin: 0px;
	background-color:#333333;
}
.splashWrapper {
	width: auto;
	margin-top: 15%;
	margin-right: 0px;
	margin-left: 0px;
	height: 140px;
	background-image: url('../static/splash_bg.png');
	background-repeat: repeat-x;
}
.splashContainer {
	width: 900px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../static/splash_logo.png');
	background-repeat: no-repeat;
	background-position: 100px center;
}
.fixedFooter_wrapper {
	width: 100%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 60px;
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	background-image: url('../static/footerbg.png');
	background-repeat: repeat-x;
}
.footerContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 143px;
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6px;
}
.footerContent {
	float: left;
}
.navBar {
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
	width: auto;
	position: relative;
	z-index: 5;
	margin-top: -15px;
	background-color: #333333;
}
.topContent {
	width: 900px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
.imgWrapper {
	background-position: bottom;
	width: auto;
	height: 310px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url('../static/rotator_shadow.png');
	background-repeat: repeat-x;
	margin-top: 0px;
	position: relative;
	z-index: 20;
}
.contentWrapper {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	z-index: 1;
	box-shadow: 0;
	background-color:#c0c0c0;
}

.staticFooter_wrapper {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 170px;
	background-image: url('../static/footer_bg.png');
	background-repeat: repeat-x;
	background-color: #333333;
}
.logoTag {
	width: 200px;
	height: 165px;
	position: relative;
	z-index: 20;
	margin-left: 20px;
	background-image: url('../static/logoTag.png');
	background-repeat: no-repeat;
	float: left;
}
.navButton {
	background-position: center top;
	width: 120px;
	height: 40px;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.navButton:hover {
	background-position: center bottom;
}

.navAbout{
	background-image:url('../static/nav_about.png')
}

.activeAbout{
	background-image: url('../static/nav_about_active2.png')
}

.activeContact{
	background-image:url('../static/nav_contact_active.png')
}

.navPractice{
	background-image:url('../static/nav_areas.png');
	width:180px;
}

.navContact{
	background-image:url('../static/nav_contact.png')
}

.navResults{
	background-image:url('../static/nav_results.png');
}

.navHome{
	background-image:url('../static/nav_home.png')
}

.freeConsult {
	float: right;
	width: 175px;
	height: 40px;
	background-image: url('../static/free_consult.png');
}
.contentContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 500px;
	margin-top: -10px;
	position: relative;
	z-index: 10;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	padding-top: 20px;
}
.homeContentCol {
	padding: 80px 10px 10px 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-position: center top;
	font-family: arial, Helvetica, sans-serif;
	float: left;
	height: 210px;
	width: 203px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-right: 2px;
}

.area_pi{
	background-image:url('../static/header_pi.png');
}

.area_dc{
	background-image:url('../static/header_dc.png');
}

.area_dui{
	background-image: url('../static/header_dui.png');
}

.area_cd{
	background-image:url('../static/header_cd.png');
	float:right;
}
.topBar {
	background-image: url('../static/topBar_bg.png');
	background-repeat: repeat-x;
	height: 115px;
	position: relative;
	z-index: 10;
}
.logoContainer {
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../static/top_logo.png');
	background-repeat: no-repeat;
	background-position: 90px center;
	text-align: right;
}
.wgsLogo {
	background-image: url('../static/wgslogo.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100px;
	height: 100px;
	float: left;
	cursor: pointer;
}

.wgsLogo:active {
	background-position: center bottom;
}

.headlineWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100%;
	background-image: url('../static/mainheadline.png');
}

.mainColContent {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CC0000;
	height: 150px;
}
.introText {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
	padding: 10px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 10px;
}
.headlineAccent {
	font-size: 40px;
	color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.learnMore {
	width: 160px;
	height: 60px;
	margin-left: 20px;
	background-image: url('../static/learnmore.png');
	background-repeat: no-repeat;
	background-position: center top;
	cursor:pointer;
}

.learnMore:active {
	background-position: center bottom;
}
.dropdown {
	position: relative;
	z-index: 100;
	top: 40px;
	height: 155px;
	width: 165px;
	padding-left: 15px;
	background-image: url('../static/menuBg.png');
	display: none;
}
.menuItem {
	display:block;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding: 12px 5px 5px 10px;
	height: 18px;
	vertical-align: central;
	width: 135px;
	cursor: pointer;
	text-decoration:none;
}

.menuItem:hover{
	background-image:url('../static/menuItembg.png');
	background-repeat:repeat-x;
}
.learnMoreAlt {
	width: 160px;
	height: 60px;
	margin-left: 70px;
	background-image: url('../static/learnmore.png');
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}

.resultsWrapper {
	width: 300px;
	height: 260px;
	background-image:url('../static/results.png');
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	padding-top: 70px;
}
.resultAmount {
	font-family: "times New Roman", Times, serif;
	font-size: 40px;
	color: #000000;
	text-align: center;
	height: 44px;
}
.resultDesc {
	font-family: arial, Helvetica, sans-serif;
	color: #333333;
	font-size: medium;
	text-align: center;
	margin-bottom: 10px;
}
.navButtonActive {
	background-position: center bottom;
	width: 120px;
	height: 40px;
	float: left;
	background-repeat: no-repeat;
}
.sidebarLeft250 {
	margin-right: 10px;
	width: 250px;
	float: left;
	height: 630px;
	background-image: url('../static/sidebarBG.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	margin-top: -10px;
}
.mainContent640 {
	width: 600px;
	float: left;
	padding: 20px 10px 10px 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
}
.aboutPic {
	width: 200px;
	height: 300px;
	margin-left: 10px;
}
.aboutPicture {
	width: 250px;
	height: 280px;
	background-image: url('../static/about_placeholder.png');
	background-repeat: no-repeat;
	margin-top: 5px;
}
.aboutText {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 10px;
}
.aboutName {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000080;
}
.aboutTitle {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
}
.aboutProperty {
	width: 100%;
	color: #808080;
	vertical-align: top;
}
.aboutValue {
	color: #000000;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
}
.aboutHeadline {
	font-family: georgia, "Times New Roman", Times, serif;
	color: #9E0000;
	font-size: xx-large;
}
.sidebarRight300 {
	padding: 10px 15px 10px 15px;
	width: 270px;
	float: right;
	height: 460px;
	background-image: url('../static/sidebarBG.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	margin-left: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}

.inline{
	color:inherit;
	text-decoration:none;
}

.inline:hover{
	text-decoration:underline;
}

.imgWrapperCopy {
	background-position: bottom;
	width: auto;
	height: 310px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url('../static/rotator_shadow.png');
	background-repeat: repeat-x;
	margin-top: 0px;
	position: relative;
	z-index: 20;
}
.avvo_tag {
	width: 100px;
	height: 40px;
	margin-top: 20px;
	margin-left: 40px;
}
.redLink {
	color: #8B0000;
	font-weight: bold;
	text-decoration: none;
}

.redLink:hover{
	border-bottom:1px #8B0000 dotted;
}
.upperFooter {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	float: left;
	width: 500px;
}
.upperFooterSub {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	width: 250px;
	text-align: right;
	margin-top: 1px;
}
.footerCredit {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #808080;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 28px;
	width: 311px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	padding-top: 19px;
	float: left;
	margin-top: 5px;
	padding-right: 5px;
}
.sclogo {
	width: 34px;
	height: 34px;
	float: right;
	margin-top: 5px;
	padding-top: 5px;
	background-image: url('http://192.168.1.118:7774/static/img/favicon_inv_60.png');
    background-size:contain;
	background-repeat: no-repeat;
	cursor: pointer;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #666666;
	background-position: center bottom;
}

.rotator {
	background-position: center 0px;
	width: 900px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../static/rotator/rotator.png');
	background-repeat: repeat-Y;
	position: relative;
	z-index: 2;
}
.mainContentBody {
	float: right;
	width: 410px;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-right: 5px;
}
.sectionTitle  {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000080;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
	padding-bottom: 5px;
	width: 100%;
	height: 40px;
}
.sectionBody {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.readMore {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	width: 100px;
	float: right;
	margin-top: 20px;
}

.readMore:hover{
	color:inherit;
	text-decoration:underline;
}

.sectionTitleText {
	float: left;
	width: 450px;
}
.contactSideBarTitle {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #808080;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
}
.sideBarForm {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	font-weight: bold;
	margin-top: 5px;
}
.formField {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 5px;
}
.formButton {
	margin-right: 10px;
	width: 80px;
	height: 24px;
}
.navBarAlt {
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
	width: auto;
	position: relative;
	z-index: 5;
	margin-top: -15px;
	background-image: url('../static/nav_bg.png');
}
.dropdownAlt {
	position: relative;
	z-index: 100;
	top: 40px;
	height: 155px;
	width: 165px;
	padding-left: 15px;
	background-image: url('../static/nav_bg.png');
	display: none;
}
.newStyle1 {
	background-position: 400px;
	background-color: lightgray;
	background-image: url('../static/body_bg.png');
	background-repeat: repeat-x;
}
.leftBar {
	float: left;
	width: 180px;
	margin-left: -35px;
	height: 400px;
	background-image: url('../static/left_bar_bg.png');
	background-repeat: no-repeat;
	margin-top: -23px;
	padding-top: 90px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.result_big {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 31px;
	font-weight: normal;
}
.connectWrapper {
	width: 950px;
	height: 160px;
	clear: both;
	margin-left: -25px;
	background-color: #808080;
}
.footerBottom {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 450px;
	height: 25px;
	margin-top: 10px;
	background-image: url('../static/footerlogo.png');
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 10px;
	float: left;
}
.footerBottomRight {
	width: 350px;
	height: 60px;
	float: right;
	margin-top: 20px;
	text-align: right;
}

.mainContent640 {
	width: 560px;
	float: left;
	padding: 0px 10px 10px 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.about_icons {
	width: 230px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
.practice_header_tile {
	width: 570px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #9e0000;
	padding-top: 10px;
	display: block;
	margin-bottom: 10px;
}
.practice_tile {
	width: 141px;
	height: 141px;
	margin-right: 2px;
	background-color: #C0C0C0;
	float: left;
}
.activeArea {
	background-image: url('../static/nav_areas_active.png')
}
