body {
	margin: 0px;
	background: url(../images/bkgd_onyx.gif) repeat-x left -2px;
	background-color: #f1f1f1;
}

#container {
	width: 780px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*------------------------------------------*/
/*-----------------header-------------------*/
/*------------------------------------------*/

#header {
	width: 670px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#iColor {
	width: 125px;
	height: 18px;
	position: absolute;
	left: -30px;
	top: 20px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #000000;
}
#options {
	width: 400px;
	height: 150px;
	position: absolute;
	left: 30px;
	top: 20px;
	text-align: center; 
	z-index: 5;
	padding-left: 50px;
}

#options img {
	margin: 3px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

#address {
	position: absolute;
	width: auto;
	height: 50px;
	top: 10px;
	left: 350px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}
span.practice-name{
	font-size: 14px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}
p.practice-name-footer{
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}


#headerFlash {
	width: 673px;
	height: 228px;
	position: absolute;
	top: 100px;
	left: 0;
	background-image: url(../images/top_onyx.gif);
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

#contactBtn {
	width: 127px;
	height: 272px;
	position: absolute;
	left: 673px;
	top: 60px;
	margin-bottom: 0px;
}

#contactBtn a {
	width: 127px;
	height: 272px;
	display: block;
}

#contactBtn a:link, #contactBtn a:visited {
	background-image: url(../images/contactBtn_onyx.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contactBtn a:hover, #contactBtn a:active {
	background-image: url(../images/contactBtn_onyx.gif);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}


/*------------------------------------------*/
/*------------contentContainer--------------*/
/*------------------------------------------*/

#contentContainer {
	width: 780px;
	height: auto;
	background: url(../images/content.gif) repeat-y left top;
	position: absolute;
	top: 328px;
	left: 0px;
	margin: 0;
}

#contentTop {
	width: 772px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 3px;
}


/*------------------------------------------*/
/*-----------------sideNav------------------*/
/*------------------------------------------*/

#sideNav {
	width: 205px;
	height: auto;
	position: absolute;
	top: 25px;
	left: 15px;
}

#sideNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	padding-bottom: 20px;
	margin: 0 0 35px 0;
	padding-right: 0px;
	padding-left: 0px;
}

#sideNav ul li {
	margin: 0px;
	
}

#sideNav a:link, #sideNav a:visited {
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
}

#sideNav a:hover, #sideNav a:active {
	color: #000000;
}
/*qc*/


#sideNav h6{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-color: #AFADAD;
	background-position: left top;
	color: #FFFFFF;
}

#sideNav form {
	margin: 0px 0px 0px 40px;
	padding: 0;
}
#sideNav label {
	width: 70px;
	font-weight: bold;
}
#sideNav input, #sideNav select, #sideNav textarea {
	width: 133px;
	margin-bottom: 8px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-left: 2px;
}
#sideNav textarea {
	width: 133px;
	height: 150px;
	margin: 5px 0px 0px 0px;
	padding-left: 2px;
}
#sideNav form br {
	clear: left;
}
#buttons {
	margin: 5px 0px 0px 30px;
}
#buttons input {
	width: 80px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #000000;
}

input#contact-business {
	display:none;
}

/*end qc*/

/*------------------------------------------*/
/*-----------------content------------------*/
/*------------------------------------------*/

#content {
	height: auto;
	width: 525px;
	min-height: 1200px;
	margin-left: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b0b0;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	margin-top: 10px;
	
}

#content h1 {
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-color: #AFADAD;
	background-position: left top;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 12px;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	margin: 0px;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #5c5c5c;

}

#content a:link, #content a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #000000;
	text-decoration: none;
}

#Contact {
	margin-top: 15px;
	text-align: center;
}

#Contact a:link, #Contact a:visited {
	font-size: 18px;
	color: #000000;
}

#Contact a:hover, #Contact a:active {
	color: #000000;
}

.tableLayout {
	width: 500px;
	height: auto;
	padding:15px 0 0 0;
}

.leftSide {
	width: 250px;
	height: 162px;
	float: left;
	clear: left;
}

.rightSide {
	width: 250px;
	height: 162px;
	float: right;
	clear: right;
}

/*------------------------------------------*/
/*------------------footer------------------*/
/*------------------------------------------*/

/*---#footerTop {
	width: 772px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 3px;
}---*/


#footer {
	background-color: #f1f1f1;
	background-image: url(../images/footerTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

#footer #Page1 {
	font-size: 10px;
	padding: 20px;
}

#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
}


/*------------------------------------------*/
/*-------this is for the design!!!----------*/
/*------------------------------------------*/

#shadowRight1 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 256px;
	left: 775px;
	background: url(../images/right_shadow_onyx.gif) left top no-repeat;
}

#shadowRight2 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 466px;
	left: 775px;
	background: url(../images/right_shadow_onyx.gif) left top no-repeat;
}


#shadowLeft1 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 256px;
	left: -6px;
	background: url(../images/left_shadow_onyx.gif) left top no-repeat;
}


#shadowLeft2 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 466px;
	left: -6px;
	z-index: 10;
	background: url(../images/left_shadow_onyx.gif) left top no-repeat;
}

/*------------------------------------------*/
/*-------------main contact form------------*/
/*------------------------------------------*/

#contact {
    margin: 25px 0 0 100px;
    height: auto;
    background-color: #ffffff;
    width: 250px;
}
#contact form {
    height: auto;
    width: 250px;
}
#contact ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#contact li {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    clear: both;
    float: left;
}
#contact label {
    display: block;
    font-size: 14px;
    color:#000000;
    float: left;
    padding: 10px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#contact input {
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    width: 245px;
    clear: both;
    height: 20px;
}
#contact select.state {
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 255px;
    border: 1px solid #cccccc;
}
#contact textarea {
    width: 245px;
    height: 125px;
    border: 1px solid #cccccc;
    font: Arial, Helvetica, sans-serif 12px #000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#contact input.button {
    width: 250px;
    border: 1px solid #000;
    font: Arial, Helvetica, sans-serif 12px;
	color: #ffffff;
	font-weight: bold;
    background-color: #000000;
    float: left;
    clear: both;
}

/* ASPX form/Captcha controls */
#lblErrors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#lblErrors ul {
}

#lblErrors li {
	color: #FF0000;
	font-weight: bold;
}

#pnlCaptcha {
	width: 350px;
	height: auto;
	margin-top: 10px;
	text-align: center;
	margin-left: 80px;
}

#pnlCaptcha label {
}

.captcha {
	margin: 15px 0 0 0px;
}

.captcha img {
}

.captcha div {
	margin: 10px 0 0 0;
}

.captcha span {
}

.captcha input {
	margin-left: 10px;
}

#btnSubmit {
	margin: 20px 0 5px 0px;
}

/* Use a break with this class to clear float containers */
.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}


/*-------------------- Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html --------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
