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: 13px;
	color: #333333;
}

a img {
	border: none;
}

.imgRight {
	float: right;
	padding: 0 10px 10px 15px;
}

/*------------------------------------------*/
/*-----------------header-------------------*/
/*------------------------------------------*/

#header {
	width: 670px;
	height: 80px;
	margin-top: 30px;
	margin-bottom: 0px;
}

#address {
	position: absolute;
	width: 250px;
	height: 50px;
	top: 35px;
	left: 422px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

#address span {
	font-size: 18px;
}

#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: 195px;
	height: auto;
	float: left;
	padding: 25px 0 0 18px;
}

#sideNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	list-style-type: none;
	border-bottom: 1px solid #b0b0b0;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
}

#sideNav ul li {
	margin: 0 0 10px 0;
	width: 195px;
	float: left;
	position: relative;
}

#sideNav a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#sideNav a:hover {
	color: #000000;
}

/*** ESSENTIAL STYLES ***/
#sideNav .sf-menu, #sideNav .sf-menu * {
	list-style: none;
}
#sideNav .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 195px;  /*left offset of submenus need to match (see below) */
	padding: 0;
	z-index: 5000;
}
#sideNav .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#sideNav .sf-menu ul li {
}
#sideNav .sf-menu a {
	display: block;
	position: relative;
}

#sideNav .sf-menu li:hover ul, #sideNav .sf-menu li.sfHover ul {
	left: 195px;
	top: -10px;  
	z-index: 99;
	background-color: #fff;
	border: 1px solid #b0b0b0;
	padding: 10px;
}
#sideNav ul.sf-menu li:hover li ul, #sideNav ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#sideNav ul.sf-menu li li:hover ul, #sideNav ul.sf-menu li li.sfHover ul {
	left: 195px; /* match ul width */
	top: 0;
}
#sideNav ul.sf-menu li li:hover li ul, #sideNav ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#sideNav ul.sf-menu li li li:hover ul, #sideNav ul.sf-menu li li li.sfHover ul {
	left: 195px; /* match ul width */
	top: 0;
}

/*----------------------------*/
/*----------mini form---------*/
/*----------------------------*/

#qc {
	
}

#qc h4 {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
}

#qc input {
	width: 189px;
	height: 11px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 2px;
}

#qc textarea {
	width: 189px;
	height: 50px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 2px;
}

#qc input.submit {
	width: 195px;
	height: 25px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

/*------------------------------------------*/
/*-----------------content------------------*/
/*------------------------------------------*/

#content {
	width: 525px;
	height: auto;
	float: right;
	margin: 10px 0;
	padding: 25px 20px 0 20px;
}

#content h1 {
	width: 490px;
	background: #AFADAD url(../images/h1.gif) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0 12px 25px;
	border-bottom: 1px solid #b0b0b0;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #5c5c5c;

}

#content h3 {
	font-size: 14px;
	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 {
	padding: 20px 0;
	text-align: center;
}

#Contact span {
	font-size: 18px;
}

#Contact a:link, #Contact a:visited {
	font-size: 18px;
	color: #000000;
}

#Contact a:hover, #Contact a:active {
	color: #000000;
}

/*------------------------------------------*/
/*------------------footer------------------*/
/*------------------------------------------*/


#footer {
	background: #f1f1f1 url(../images/footerTop.gif) top no-repeat;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	text-align: center;
	clear: both;
}

#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------------*/
/*------------------------------------------*/

#mainContact {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

#mainContact input {
	width: 150px;
	border: 1px solid #000000;
	margin: 5px;
}

#mainContact textarea {
	width: 150px;
	height: 100px;
	border: 1px solid #000000;
	margin: 5px;
}

#mainContactBtn input {
	text-align: center;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #000000;
}

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
#btnSubmit {
	margin: 20px 0 5px 0px;
}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

.gallery {
	width: 510px;
	background-color: #AFADAD;
	margin: 10px 0;
	padding: 5px 0 5px 5px;
}

.gallery span {
	width: 255px;
	height: 20px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.gallery img {
	margin-right: 5px;
	padding-top: 5px;
}

/* Welcome Form */
#welcomeForm {
    margin: 0px;
	padding: 0;
    height: auto;
    width: 520px;
	clear: both;
}

#welcomeForm form {
	margin: 0;
	padding: 0;
    height: auto;
    width: 520px;
}

#welcomeForm table {
	margin: 0 0 25px 0;
	padding: 5px 5px 25px 5px;
	width: 510px;
	height: auto;
	text-align: left!important;
	background-color: #afadad;
}

#welcomeForm table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#welcomeForm ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#welcomeForm li {
    margin: 0 0 10px 0;
    padding-left: 15px;
    clear: both;
    float: left;
	width: 200px;
}
#welcomeForm li.longer {
    margin: 0 0 10px 0;
    padding-left: 15px;
    clear: both;
    float: left;
	width: 445px;
}
#welcomeForm li.push {
    margin: 25px 0 5px 0;
}
#welcomeForm li.full {
	width: 425px;
}
#welcomeForm li.push2 {
    margin: 42px 0 5px 0;
}

#welcomeForm li.push3 {
    margin: 12px 0 5px 0;
}

#welcomeForm li.push4 {
    margin: 45px 0 5px 0;
}

#welcomeForm li.push5 {
    margin: 5px 0 5px 0;
}
#welcomeForm li.push6 {
    margin: 16px 0 5px 0;
}
#welcomeForm li.push7 {
    margin: 10px 0 5px 0;
}

#welcomeForm li.submit {
	margin-left: 110px;
}

#welcomeForm label {
	margin: 0;
	padding: 0;
    display: block;
    font-size: 11px;
    color:#f5ead6;
    float: left;
    padding: 0px;
    width: 205px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#welcomeForm label.fName {
    width: 158px;
}

#welcomeForm label.miName {
	margin-left: 3px;
    width: 20px;
}

#welcomeForm label.long {
    width: 400px;
}

#welcomeForm label.full {
    width: 435px;
}

#welcomeForm label.scale1 {
	margin-bottom: 5px;
    width: 175px;
}

#welcomeForm label.scale2 {
	margin-bottom: 5px;
    width: 167px;
}

#welcomeForm label.scale3 {
    width: 175px;
}

#welcomeForm label.scale4 {
    width: 157px;
}

#welcomeForm p.heading {
    font-size: 18px;
    color:#f5ead6;
    padding: 0px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold!important;
}
#welcomeForm p {
    font-size: 13px;
    color:#f5ead6;
    padding: 5px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold!important;
	margin-bottom: 10px;
}

#welcomeForm .address2 {
    display:none;
}

#welcomeForm input {
	margin: 0;
    padding: 2px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    float: left;
    width: 204px;
    clear: both;
    height: 20px;
}
#welcomeForm input.long {
	margin: 0;
    padding: 2px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    float: left;
    width: 445px;
    clear: both;
    height: 20px;
}

#welcomeForm input.fName {
    width: 158px;
}

#welcomeForm input.miName {
	margin-left: 3px;
    width: 20px;
}

/*#welcomeForm input.long {
    width: 325px;
}

#welcomeForm input.scale {
	margin-right: 10px;
    width: 25px;
}*/

#welcomeForm input.checkbox {
    width: 25px !important;
}

#welcomeForm select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 210px;
    border: 1px solid #cccccc;
}

/*#welcomeForm select.history {
    height: 155px!important;
}

#welcomeForm select.long {
    width: 325px;
    height: 50px!important;
}*/

#welcomeForm textarea {
    width: 204px;
    height: 60px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#welcomeForm textarea.long {
    width: 445px;
    height: 60px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}

/*#welcomeForm textarea.big {
    height: 195px;
}

#welcomeForm textarea.big2 {
    height: 555px;
}

#welcomeForm textarea.full {
    width: 435px;
	height: 75px;
}*/

#welcomeForm input.button {
    width: 150px;
	height: 25px;
    border: 1px solid #6a5028;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
    background-color: #6a5028;
    float: left;
	margin-left: 100px;
    clear: both;
	cursor: pointer;
}

/*------------------------------------  Dental History Form  ---------------------------------------------------*/

/* History Form */
#historyForm {
    margin: 0px;
	padding: 0;
    height: auto;
    width: 520px;
	clear: both;
}

#historyForm form {
	margin: 0;
	padding: 0;
    height: auto;
    width: 520px;
}

#historyForm table {
	margin: 0 0 25px 0;
	padding: 5px 5px 25px 5px;
	width: 510px;
	height: auto;
	text-align: left!important;
	background-color: #afadad;
}

#historyForm table td {
	padding: 0;
	vertical-align: top;
}
#historyForm table tr.trOne {
	background-color: #afadad;
	padding: 3px;
}
#historyForm table tr.trTwo {
	background-color: #929090;
	padding: 3px;
}

#historyForm ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#historyForm li {
    margin: 0 0 10px 0;
    padding-left: 15px;
    clear: both;
    float: left;
	width: 400px;
}
#historyForm li.submit {
	margin-left: 110px;
}

#historyForm label {
	margin: 0;
	padding: 0;
    display: block;
    font-size: 11px;
    color:#f5ead6;
    float: left;
    padding: 0px;
    width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#historyForm label.yesno {
	width: 25px;
	padding: 0px 0px 0 0px;
}

#historyForm p.heading {
    font-size: 18px;
    color:#f5ead6;
    padding: 0px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold!important;
}
#historyForm p {
    font-size: 13px;
    color:#f5ead6;
    padding: 5px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold!important;
	margin-bottom: 10px;
}

#historyForm .address2 {
    display:none;
}

#historyForm input {
    margin-bottom: 10px;
	padding: 2px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    float: left;
    width: 400px;
    clear: both;
    height: 20px;
}
#historyForm input.yesno {
	width: 25px;
	padding-top: 30px;
}

#historyForm input.checkbox {
    width: 25px !important;
}
#historyForm textarea {
    width: 400px;
    height: 60px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#historyForm input.button {
    width: 150px;
	height: 25px;
    border: 1px solid #6a5028;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
    background-color: #6a5028;
    float: left;
	margin-left: 100px;
    clear: both;
	cursor: pointer;
}
#historyForm table tr.underline {
	border-bottom: solid 1px #fff;
}

/*------------------------------------  Medical History Form  ---------------------------------------------------*/

#medicalhistoryForm {
    margin: 0px;
	padding: 0;
    height: auto;
    width: 520px;
	clear: both;
}

#medicalhistoryForm form {
	margin: 0;
	padding: 0;
    height: auto;
    width: 520px;
}

#medicalhistoryForm table {
	margin: 0 0 25px 0;
	padding: 5px 5px 25px 5px;
	width: 510px;
	height: auto;
	text-align: left!important;
	background-color: #afadad;
}

#medicalhistoryForm table td {
	padding: 5px;
	vertical-align: top;
}
#medicalhistoryForm table tr.trOne {
	background-color: #afadad;
	padding: 3px;
}
#medicalhistoryForm table tr.trTwo {
	background-color: #929090;
	padding: 3px;
}
hr {
	clear: both;
}
#medicalhistoryForm ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#medicalhistoryForm li {
    margin: 0 0 10px 0;
    padding-left: 15px;
    clear: both;
    float: left;
	width: 400px;
}
#medicalhistoryForm li.submit {
	margin-left: 110px;
}

#medicalhistoryForm label {
	margin: 0;
	padding: 0;
    display: block;
    font-size: 11px;
    color:#f5ead6;
    float: left;
    padding: 0px;
    width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#medicalhistoryForm label.yesno {
	width: 25px;
	padding: 0 0px 0 0px;
}

#medicalhistoryForm p.heading {
    font-size: 18px;
    color:#f5ead6;
    padding: 0px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold!important;
}
#medicalhistoryForm p {
    font-size: 13px;
    color:#f5ead6;
    padding: 5px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold!important;
	margin-bottom: 10px;
}

#medicalhistoryForm .address2 {
    display:none;
}

#medicalhistoryForm input {
    margin-bottom: 10px;
	padding: 2px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    float: left;
    width: 400px;
    clear: both;
    height: 20px;
}
#medicalhistoryForm input.yesno {
	width: 25px;
/*	margin-top:10px;
	margin-right: 5px;
*/}

#medicalhistoryForm input.checkbox {
    width: 25px !important;
}
#medicalhistoryForm textarea {
    width: 400px;
    height: 60px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
}
#medicalhistoryForm input.button {
    width: 150px;
	height: 25px;
    border: 1px solid #6a5028;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
    background-color: #6a5028;
    float: left;
	margin-left: 100px;
    clear: both;
	cursor: pointer;
}

#release {
    margin: 0px;
	padding: 0;
    height: auto;
    width: 520px;
	clear: both;
}


#medicalhistoryForm table {
	margin: 0 0 25px 0;
	padding: 5px 5px 25px 5px;
	width: 510px;
	height: auto;
	text-align: left!important;
	background-color: #afadad;
}

/* Release */

#release {
    margin: 0px;
	padding: 0;
    height: auto;
    width: 520px;
	clear: both;
}

#release form {
	margin: 0;
	padding: 0;
    height: auto;
    width: 520px;
}

#release table {
	margin: 0 0 25px 0;
	padding: 5px 5px 25px 5px;
	width: 510px;
	height: auto;
	text-align: left!important;
	background-color: #afadad;
}

#release table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#release ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#release li {
    margin: 0 0 10px 0;
    padding-left: 15px;
    clear: both;
    float: left;
	width: 200px;
}

#release li.submit {
	margin-left: 120px;
}

#release label {
	margin: 0;
	padding: 0;
    display: block;
    font-size: 11px;
    color:#f5ead6;
    float: left;
    padding: 0px;
    width: 205px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#release label.long {
    width: 400px;
}

#release label.full {
    width: 435px;
}


#release .address2 {
    display:none;
}

#release input {
	margin: 0;
    padding: 2px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    float: left;
    width: 204px;
    clear: both;
    height: 20px;
}

#release select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color: #f2f2f2;
    padding: 2px;
    float: left;
    clear: both;
    height: 25px!important;
    width: 210px;
    border: 1px solid #cccccc;
}



#release input.button {
    width: 150px;
	height: 25px;
    border: 1px solid #6a5028;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
    background-color: #6a5028;
    float: left;
	margin-left: 100px;
    clear: both;
	cursor: pointer;
}
