* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	text-align: center;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/bg.gif') repeat 0 0;
	min-width: 1000px; 
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
}

a:link, a:visited {
	color: #8A4500;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.noscreen {
	display: none;
}


/* Paragraphs, headings, ... */
p {
	line-height: 1.9;
	margin-bottom: 7px;
}

p.secArt{
	padding-top: 10px;
	border-top: 1px dotted #C0C0C0;
}

.text-content:first-letter {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0.9;
	color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #703800;
	font: 2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	background: url('../images/h3-bg.gif') no-repeat 0 50%;
	padding-left: 35px;
	margin: 18px 0 10px 0;
}

h4 {
	font-size: 1em;
	background: url('../images/heading.jpg');
	color: #FFFFFF;
	letter-spacing: 1px;
	border: 2px solid #FFFFFF;
	margin-top: 4px;
	padding: 6px 10px;
}

h5 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 0.9;
	color: #202020;
	letter-spacing: 1px;
}

h6 {
	color: #703800;
	font: 2em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 18px 0 10px 0;
}

h1 {
	color: #703800;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
}

h2{
	color: #703800;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-weight: bold;
}

.child {
	padding-left: 20px;
}

.doctor img {
	float: right;
	border: 3px double grey;
	margin-left: 10px;
}

.biography{
	margin-top: 20px;
	margin-left: 35px;
}

.biography p{
	margin-top: 25px;
}

#mainContent{
	margin-top: 20px;
	margin-left: 35px;
}

#mainContent ul {
	list-style-image: url('../images/brown_bullet.jpg');
	margin: 10px 0 10px 100px;
	font-size: 14px;
	font-style: italic;
}

#mainContent ul .chiroArt{
	list-style-image: url('../images/brown_bullet.jpg');
	margin: 8px 0 8px 0;
	cursor: pointer;
}

#mainContent img{
	border: 3px double grey;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainContent .newsletter-img{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#mainContent hr.newsletter-sep{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Site wrapper */
#wrapper {
	width: 1000px;
	margin: 0 auto 80px auto;
	position: relative;
	display: table; /* margin-bottom for FF   (?) */
	text-align: left;
}

/* Header */
#header {
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #004E6C url('../images/header-bg.gif') repeat-x 0 0;
	border-top: 4px solid #491F00;
	border-bottom: 1px solid #b29680;
}

#header-arrow {
	position: absolute;
	top: 0;
	right: 50px;
	background: url('../images/header-arrow.gif') no-repeat 0 0;
	width: 148px;
	height: 105px;
}


/* Menu */

#menu {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	background: #4A4A4A url('../images/menu-bg.gif') repeat-x 0 0;
	border-bottom: 1px solid #b29680;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li.first a {
	margin-left: 1.6em;
	display: inline;
}

#menu li a {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 33px;
	margin: auto auto;
	padding: 0 14px;
}

#menu li a:hover {
	color: #FEDE9A;
}

#menu li a.active {
	font-weight: bold;
	color: #FEDE9A;
}

.hidden { /* Skip menu */
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Content boxes */
#content-box {
	width: 100%;
	margin: 0 auto;
	color: #151515;
	position: relative;
}

#content-box-in {
	width: 100%;
	background-color: #FFFFFF;
}

.content-box-left {
	float: left;
	width: 780px;
	margin-bottom: 4em;
}

.content-box-right {
	float: right;
	width: 220px;
	margin-top: 25px;
	margin-bottom: 4em;
	background-color: #FFF0D7;
}

#column-right-bottom {
	background: #DBF3FF url('../images/column-right-bottom.gif') no-repeat 0 0;
	width: 220px;
	height: 20px;
}

.content-box-left-in {
	margin: 0.4em 1.7em 0 2em;
}

.gallery {
	margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
	margin: 0 11px 16px 0;
	border: 4px solid #EEEEEE;
}

.gallery a:hover img {
	border: 4px solid #D9BB68;
}

.content-box-right-in {
	margin: 0.4em 1.6em 0 0.8em;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.content-box-right-in img{
	margin-left: 3px;
	margin-right: 3px;
}

dt {
	font-size: 0.9em;
	font-weight: bold;
}

dd {
	line-height: 1.4;
	margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
	margin-bottom: 1px;
	color: #D15900;
	font-weight: bold;
}

address {
	line-height: 1.5;
	margin-bottom: 7px;
}


/* Footer */
#footer {
	margin-bottom: 25px;
	background: url('../images/footer.jpg');
	color: white;
	width: 1000px;
	font-size: 1em;
	border-top: 1px solid #b29680;
	border-bottom: 2px solid #3A2000;
}

#footer p{
	padding-top: 5px;
	text-align: center;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

ul .staff{
	list-style: none;
    display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0; 
}

ul .client{
	list-style: none;
    display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0; 
}

ul .article{
	list-style: none;
    display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}

.info{
	width: 77%;
	float: right;
}

.infoArt{
	width: 77%;
	float: right;
}

.infoSection{
	width: 100%;
}

.name{
	font-size: 20px;
    font-weight: bold;
    color: #B60000;
    padding-left: 55px;
}

.sname{
	font-size: 20px;
    font-weight: bold;
    color: #B60000;
    padding-left: 20px;
}

.nameArt{
	font-size: 14px;
    font-weight: bold;
    color: #B60000;
    padding-left: 55px;
}

.prob{
	font-size: 18px;
	font-weight: bold;
	color: #4970c2;
	padding-left: 55px;
}

.job{
	font-size: 16px;
	font-style: italic;
	color: #B60000;
	padding-left: 55px;
}

.arthor{
	font-size: 14px;
	font-style: italic;
	color: #B60000;
	padding-left: 55px;
}

.staffhead{
	height: 100%;
    border-top: 1px dotted #565656;
}

.staffhead img{
    vertical-align: top;
    border: 3px double grey;
	margin-top: 3px;
}

.head{
    cursor: pointer; 
	height: 100%;
    border-top: 1px dotted #565656;
}

.head img{
    vertical-align: top;
    border: 3px double grey;
	margin-top: 3px;
}

.desc{
    padding-left: 200px;
}

.bioStaff{
	padding-left: 170px;
    margin-bottom: 10px;
	padding-top: 10px;
}

#biography{
	float: right;
}

.newsletterHead img{
	float: left;
}

.newsletterHead a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.bTitle{
	font-size: 16px;
	font-weight: bold;
	color: #8A4500;
	text-decoration: none;
}

.newsletterHead a:hover{
	text-decoration: underline;
}

.newsletterHead p{
	margin-top: 15px;
	margin-bottom: 15px;
}

.newsletterHead .info{
	width: 75%;
	float: right;
}

.date{
	color: #FFFFF;
	font-style: italic;
	font-size: 12px;
	padding-left: 55px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.divider {
	background: url('../images/bg-item_separator.gif');
	clear: both;
	height: 12px;
	width: 606px;
	margin: 15px auto 15px auto;
}

/* Newsletters & Articles */
ul#myArticles {
	list-style-type:none;
}

/*contact form*/

form#contact{
	background: #fff0d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 500px;
	border: 1px dotted #e3e4e5;
}

form#contact fieldset{
	border: none;
	margin-bottom: 10px;
}

form#contact fieldset:last-of-type{
	margin-bottom: 0;
}

form#contact legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow 0 1px 1px #c0d576;
}

form#contact fieldset fieldset legend{
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

form#contact ol li{
	position: relative;
	background: #fff4e2;
	background: rgba(255, 255, 255, 0.3);
	border-color: #FFFFFF;
	border-color: rbga(255, 255, 255, 0.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}

form#contact ol ol li{
	background: none;
	border: none;
	float: left;
}

form#contact label{
	float: left;
	font-size: 13px;
	width: 110px;
}

form#contact fieldset fieldset label{
	background: none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}

form#contact fieldset fieldset label:hover{
	cursor: pointer;
}

form#contact input:not([type="radio"]), form#contact textarea{
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 300px;
}

form#contact input:not([type=submit]):focus, form#contact textarea:focus{
	background #eaeaea;
}

form#contact button{
	background: #2d4351;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
	margin-left: 188px;
}

form#contact button:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor: pointer;
}

form#contact #loader{
	text-align: center;
}

form#contact #loader img{
	border: none;
}

#myResult{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.success{
	color: #ffffff;
	font-weight: bold;
	border: 1px dotted #3b5998;
    background-color: #cfd7e7;
	text-shadow:1px 1px 0 black;
}

.failed{
	color: #ffffff;
	font-weight: bold;
	border: 1px dotted #ff0000;
    background-color: #ffdddd;
	text-shadow:1px 1px 0 black;
}

.validation-advice {
	font-style: italic;
	text-shadow:1px 1px 0 white;
    color: #ff0000;
}

.overTxtLabel{
	color: #888888;`
}

/*google map*/
#map{
	width: 450px;
	height: 400px;
	border: 3px double grey;
}

#officeInfo{
	width: 235px;
	float: right;
}

/*newsletter sidebar*/
#newsletter #emailSubmit{
	width: 80%;
	/*padding-left: 48px;*/
	/*padding-right: 48px;*/
	margin-top: 3px;
}

#newsletter img{
	margin-top: 3px;
}


/*sidebar*/
.socialNetwork img:hover{
	opacity:0.65;
	filter:alpha(opacity=65);
}

.favLinks ul{
	margin-left: 25px;
	text-align: left;
	list-style-image: url('../images/link.png');
}

.favLinks li{
	padding-top: 5px;
}

.favLinks a{
	text-decoration: none;
}

.favLinks a:hover{
	text-decoration: underline;
}

/* reCaptcha fix for mac */
#recaptcha_response_field{
	left: 0;
	top: 10;
	border: 1px solid black;
}

#recaptcha_area{
	padding-left: 105px;
}