/* @override css/style.css */

/* @override css/style.css */

/* @group Global */

body {
	background: url(../images/body-bkg.gif) repeat 0 0;
	color: #655d56;
	font: 11pt/15pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #cca888;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #9b7d65;
}

dfn, abbr {
	border-bottom: 1px dotted #655d66;
	cursor: help;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
	text-shadow: #fff 0 2px 1px;
	color: #564f49;
	cursor: default;
}

p {
	margin-bottom: 20px;
}

hr {
	height: 1px;
	border-style: none;
	background-color: #b3b3b3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.last {
	margin: 0 !important;
}

#all-wrap {
	background: url(../images/header-wrap-bkg.gif) repeat-x;
	width: 100%;
	float: left;
}

/* @end */

header {
	height: 100px;
	background: url(../images/header-bkg.gif) no-repeat 0 0;
}

#container header.grid_16 a img {
	float: left;
}

#header-promotion {
	float: left;
	margin-top: 54px;
	margin-left: 80px;
}

#header-promotion a {
	color: #ca8659;
	font-weight: normal;
	font-style: normal;
	font-size: 2.2em;
}

/* @group Navigation */

#header-nav {
	padding-top: 30px;
	font-weight: bold;
	padding-bottom: 30px;
}

#header-nav ul li {
	float: left;
	margin: 1px;
}

#header-nav ul li a {
	display: block;
	color: #cca888;
	text-decoration: none;
	padding: 5px;
	position: relative;
}

#header-nav ul li a:hover {
	background-color: #f5f0eb;
	text-shadow: none;
}

#header-nav ul li.has-submenu {
}

#header-nav ul li.has-submenu:hover {
	margin: 0;
	background-color: #fff;
}

#header-nav ul li.has-submenu:hover ul {
	display: block;
	margin-top: -1px;
}

#header-nav ul li.has-submenu:hover > a {
	border: 1px solid #655d56;
	margin-top: 0;
	margin-left: 0;
	position: relative;
	border-bottom: 1px solid #fff;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 0;
}

#header-nav ul li ul {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	width: 230px;
	border: 1px solid #655d56;
	top: 62px;
	display: none;
}

#header-nav ul li ul li {
	float: left;
	width: 210px;
	margin: 0;
}

#header-nav ul li ul li a {
	display: block;
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
}

#header-nav ul li ul li a {
	font-size: 0.8em;
}

/* @end */

/* @group Main */ 

/* @group Home */

/* @group Consultation Form */

#consultation-form {
	background: url(../images/form-bkg.gif) repeat 0 0;
	height: 465px;
}

#main > #consultation-form {
	margin-right: 10px;
}

#consultation-form fieldset {
	border: 1px solid #7e746b;
	width: 100%;
	height: 100%;
}

#consultation-form h3 {
	margin-top: 10px;
	margin-bottom: 24px;
	text-align: center;
	font-size: 1.5em;
}

#consultation-form label {
	z-index: 10;
	position: relative;
	margin-left: 9px;
	width: 250px;
	display: block;
	margin-bottom: 25px;
	left: 5px;
	color: #b1b0ae;
	margin-right: 0;
	float: left;
	font-size: 1.2em;
}

#consultation-form label span {
	display: block;
	height: 14px;
	width: 100%;
	visibility: hidden;
}

#consultation-form input,  #consultation-form textarea {
	border-style: none;
	font-size: 1em;
	color: #7e746b;
	padding: 5px;
	width: 250px;
	height: 20px;
	position: absolute;
	top: -6px;
	left: -5px;
	z-index: -10;
}

#consultation-form input:focus,  #consultation-form textarea:focus {
	background-color: #fbe9e0;
	color: #7e746b;
	border-width: 1px;
	border-style: solid;
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
}

#consultation-form input.error, #consultation-form textarea.error {
	border: 1px solid #ff0000;
	width: 248px;
}

#consultation-form input.error:focus, #consultation-form textarea.error:focus {
	width: 250px;
}

#consultation-form input.error {
	height: 18px;
}

#consultation-form input.valid, #consultation-form textarea.valid {
	border: 1px solid #199f4f;
	width: 248px;
}

#consultation-form input.valid:focus, #consultation-form textarea.valid:focus {
	width: 250px;
}

#consultation-form input.valid {
	height: 18px;
}

#consultation-form select{
	width: 260px;
	height: 28px;
	border-style: none;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #b1b0ae;
	margin-top: -10px;
	padding-top: 4px;
	font-size: 1.2em;
}

#consultation-form textarea {
	height: 73px;
}

#consultation-form textarea:focus {
	height: 71px;
}

#consultation-form #submit, #consultation-form #submit:focus {
	background-color: #9d968e;
	color: #faf8f5;
	width: 70px;
	float: right;
	margin-right: 11px;
	height: 27px;
	border-style: none;
	position: relative;
	z-index: 18;
	top: 55px;
	left: 0;
	margin-top: -9px;
}

label em {
	display: block;
	position: absolute;
	top: -6px;
	left: 206px;
	height: 18px;
	background-color: #fff;
	padding: 5px;
	font-size: 0.8em;
	width: 270px;
	border: 1px solid #f00;
	border-left: 1px solid #b3b3b3;
	font-weight: normal;
	font-style: normal;
	color: #6d5d56;
}

/* @end */

/* @group Hero */

#hero {
margin-top:55px;
	height: 410px;
	background: url(../images/hero-bkg.jpg) no-repeat 0 0;
	position: relative;
	font-size: 0.8em;
	line-height: 1.14em;
}

/* @group Introduction */

#introduction {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	right: 0;
	top: 272px;
	width: 620px;
	color: #fff;
}

#introduction h1 {
	color: #e4ecf9;
	margin-bottom: 10px;
	text-shadow: none;
	font-size: 2em;
}

#introduction p {
	margin-bottom: 6px;
	line-height: 1em;
	font-size: 1.3em;
}

#introduction a {
	color: #fff;
	text-shadow: none;
}

/* @end */

/* @end */

/* @group Top Procedures */

#top-procedures {
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#top-procedures li > a * {
	cursor: pointer;
}

#top-procedures li > a:hover {
	text-decoration: none;
}

#top-procedures h2 {
	display: block;
	background-color: #7e746b;
	padding: 5px 4px 6px;
	text-align: center;
	color: #f1efec;
	margin-top: 5px;
	margin-bottom: 10px;
	text-shadow: none;
	font-size: 1.5em;
}

/* @end */

/* @end */

/* @group Other pages */

#sidebar, #content {
	margin-bottom: 35px;
}

/* @group Sidebar */

#sidebar > * {
	border: 1px solid #7e746b;
	margin-bottom: 20px;
	padding: 10px;
	background-image: url(../images/form-bkg.gif);
	display: block;
	font-size: 0.8em;
}

#sidebar > #consultation-form {
	padding: 0;
	border-style: none;
	width: 278px;
}

#sidebar > * h1, #sidebar > * h2, #sidebar > * h3 {
	text-align: center;
	font-size: 1.8em;
}

#sidebar > * h2 {
	margin-top: 16px;
}

#sidebar .breadcrumbs {
	font-weight: bold;
}

#sidebar #vital-info ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	line-height: 14px;
	margin-bottom: 20px;
}

#sidebar #vital-info ul li {
	margin-bottom: 0;
}

#sidebar #vital-info h1 + h2 {
	margin-top: -20px;
	font-size: 1.5em;
}

#sidebar #vital-info h3 {
	font-size: 1.5em;
	margin-top: -5px;
	margin-bottom: 5px;
}

/* @end */

/* @group Content */

#content {
	text-align: left;
	font-size: 0.93em;
	line-height: 1.3em;
	padding-top: 1px;
}

#content ol, #content ul, #content dl {
	list-style-position: outside;
	margin-left: 35px;
	margin-bottom: 20px;
}

#content ol li, #content ul li {
	margin-bottom: 5px;
}

#content dl dd {
	margin-bottom: 10px;
}

#content dl dt {
	display: list-item;
}

#content dl dd dl {
	margin-top: 10px;
}

#content ul, #content dl {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content h1, #main.contact-page h1 {
	margin-top: 2px;
	font-size: 2.5em;
	line-height: 1.1em;
}

#content h2 {
	margin-top: 40px;
	font-size: 1.8em;
	line-height: 1.2em;
}

#content h3 {
	font-size: 1.5em;
	margin-top: 34px;
}

#content h1 + h2 {
	margin-top: -8px;
	margin-bottom: 30px;
	font-size: 1.5em;
}

#content table {
	margin-bottom: 20px;
}

#content th, #content td {
	padding: 8px;
	width: 50%;
	border: 1px solid #655d56;
}

#content th {
	background-color: #9d968e;
	color: #fff;
}

#content td {
	vertical-align: top;
	background-image: url(../images/form-bkg.gif);
}

#content .border, #content .before, #content .after {
	border: 1px solid #655d56;
	padding: 10px;
	background-image: url(file://localhost/Volumes/Master%20Files/websites/drgregtaylor/images/form-bkg.gif);
	margin-bottom: 20px;
}

#content .before, #content .after {
	width: 250px;
	vertical-align: top;
}

#content .before {
	margin-right: 30px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer-wrap {
	float: left;
	width: 100%;
	background-color: #7e746b;
	position: relative;
}

#footer-wrap footer {
	width: 960px;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -480px;
	top: 0;
	color: #faf8f5;
	font-size: 1em;
}

#footer-nav, #footer-contact, #footer-notice {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer h3 {
	text-align: center;
	text-shadow: none;
	color: #faf8f5;
	font-size: 1.4em;
}

footer a {
	color: #fff;
	font-weight: bold;
	text-shadow: none;
}

footer a img {
	vertical-align: -2px;
}

footer a:visited {
	color: #fff;
}

#logos {
	padding-top: 10px;
	border-left: 1px solid #fff;
	float: left;
	width: 160px;
	height: 200px;
	padding-left: 25px;
}

/* @group Footer Navigation */

#footer-nav > ul {
	width: 176px;
	float: left;
	margin-right: 18px;
	line-height: 1.1em;
	font-size: 0.9em;
}

#footer-nav li {
	margin-bottom: 3px;
	margin-top: 3px;
}

#footer-nav ul li ul li ul {
	margin-left: 10px;
}

.bullet {
	display: block;
	float: left;
	width: 8px;
	height: 14px;
	font-size: 0.7em;
	line-height: 1.2em;
	cursor: default;
}

/* @end */

/* @group Footer Contact */

#footer-contact {
	padding-left: 10px;
	border-left: 1px solid #f1efe3;
	border-right: 1px solid #faf5d3;
	height: 222px;
	padding-right: 10px;
	margin-right: 10px;
}

#footer-contact address {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 1.3em;
}

#footer-contact em {
	display: none !important;
}

#footer-contact label {
	position: relative;
	width: 150px;
	margin-bottom: 25px;
	float: left;
}

#footer-contact label span {
	position: absolute;
	z-index: 10;
	font-size: 0.8em;
	color: #7e746b;
	top: 2px;
	left: 5px;
}

#footer-contact label input, #footer-contact label textarea {
	position: absolute;
	border-style: none;
	height: 19px;
	width: 146px;
	color: #8a747a;
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1px;
	padding-left: 4px;
	top: 1px;
}

#footer-contact label textarea {
	height: 56px;
	width: 146px;
	padding-top: 4px;
	margin-top: 0;
}

#footer-contact label input.error, #footer-contact label textarea.error {
	border: 1px solid red;
}

#footer-contact label input.valid, #footer-contact label textarea.valid {
	border: 1px solid green;
}

#footer-contact label input.error, #footer-contact label input.valid {
	width: 144px;
	height: 17px;
}

#footer-contact label textarea.error, #footer-contact label textarea.valid {	
	width: 144px;
	height: 54px;
}

#footer-contact label[for="footer-contact-message"] {
	height: 38px;
}

#footer-contact-submit {
	float: right;
	margin-right: 10px;
	border-style: none;
	background-color: #fff;
	color: #8a747a;
	margin-top: 3px;
}

/* @end */

/* @group Copyright */

#copyright-info {
	border-top: 1px solid #f1efe3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}



/* @end */

/* @end */

/* @group Map */

#map-container {

	width: 960px;
	height: 350px;
	border: 1px solid #b3b3b3;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* @group Directions */



#directions {

	width: 260px;

	height: 330px;

	float: left;

	display: none;
	padding-left: 10px;
	padding-top: 10px;
}



#directions-input {

	width: 253px;

}



#directions-button {

	margin-right: 1px;

}



#directions-button, #directions-clear {

	width: 49%;

}



#directions-list {

	list-style-type: decimal;

	width: 98%;

	list-style-position: inside;

	margin-top: 12px;

	height: 245px;

	overflow: auto;

	padding-right: 2%;

}



#directions-list li {

	margin-bottom: 9px;

	border-bottom: 1px solid #b3b3b3;

}



/* @end */



/* @group Map */



#map {

	width: 960px;

	height: 350px;

	float: right;

	cursor: pointer;

}



#map-label {

	width: 235px;

	height: 20px;

	color: #fff;

	font-size: 110%;

	background-color: #000;

	padding: 6px;

	position: absolute;

	text-align: center;

	cursor: default;

	left: 20px;

	border: 3px solid #fff;

	cursor: pointer;

	opacity: 0.75;

	top: 20px;

}



/* @end */







/* @end */

.diyBlogPost {
	padding-bottom: 20px;
}

.diyBlogPost h2 {
	margin: 10px 0 5px 0 !important;
}

.diyBlogPostDate {
	font-size: 1em;
}

.diyBlogPostBody {
	margin-top: 10px;
	margin-bottom: -45px;
}

.diyBlogTable td {
	background-image: none !important;
	border-style: none !important;
}

#content span img {
}

#contact-blurb, #contact-email, #contact-other-info {
	float: left;
	height: 445px;
}

#contact-blurb {
	width: 300px;
	margin-right: 20px;
}

#contact-email {
	width: 300px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

#contact-other-info {
	float: left;
	width: 258px;
	padding-left: 20px;
}

#message {
}

#contact_form {
	width: 300px !important;
}
.case { margin-top:15px;margin-left:10px;
display:block;
float:left;
}
#contact-container h2 {
	font-size: 1.8em;
}

#consultation-form fieldset p {
	text-align: center;
}
