
/* CSS reset -------------------------------------------------------------   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* End Reset */

body {
font: 13px/22px "Open Sans", sans-serif;
font-size: 13px;
}

.all_content_wrapper {
width: 950px;
margin: 0 auto;
color: rgb(50,50,50);
}

.header_section_wrapper {
margin-bottom: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

a {
color: #8F7C11;
}

a:hover {
color: #8F7C11;
text-decoration: none;
}

p span { color: #8F7C11; }

h1 {
font-size: 22px;
color: #8F7C11;  /* e40d62  */
padding: 10px 0 25px 0;
font-weight: normal;
}

/*h1 class= image on logo */
.image{
margin-bottom: 0px;
padding-bottom: 0px;
}

h2 {
font-size: 22px;
color: #D3B602;  /* f186b0 */
padding: 10px 0 25px 0;
font-weight: normal;
}

h3 {
font-size: 16px;
color: #8F7C11;  /* f186b0 */
padding: 10px 0 6px 0;
font-weight: normal;
}

.logo {
margin: 5px 0 0 0;
}

.featured_content {
line-height: 20px;
width: 950px;
margin-top: 15px;
}

.page_content_left {
float: left;
width: 580px;
padding-right: 20px;
border-right: 2px dotted #D3B602;
margin-right: 20px;
min-height: 445px;
}

/*
.page_content_right {
float: right;
padding-right: 20px;
}
*/

.page_content_left p {
text-align: justify;
}

.img-right{
    position: relative;
    float: right;
    margin: 0 0px 10px 20px;
    padding:3px;
   	border:1px solid #E0DEDC;
}

.clearance {
clear: both;
width: 100px;
border: 1px sold red;
}/* see where this sits by changing to solid ------------------------*/


/* top nav bar styling ------------------------------------------------- */

ul.horizontal_nav {
list-style-type: none;
background-color: #211BC5;
margin-bottom: 0;
float: left;
width: 950px;
font-size: 14px;
}

ul.horizontal_nav li {
float: left;
position: relative;
}

ul.horizontal_nav a {
color: #fff;
display: block;
padding: 10px 40px 10px 20px;
text-decoration: none;
}

ul.horizontal_nav a:hover {
padding: 10px 40px 10px 20px;
background-color: #ABB6E6;
color: #FFF;
}

ul.horizontal_nav ul {
width: 280px;
list-style-type: none;
display: block;
background-color: #bfcada;
position: absolute;
left: -9999px;
}
ul.horizontal_nav ul li{
float: none;
}

ul.horizontal_nav li:hover ul {
left: 0;
background-color: #6773A7;
}

/* body styling ------------------------------------------------- */
p {
margin-bottom: 15px;
}

ul {
margin-bottom: 15px;
}

.page_content_left ul {
line-height: 2;
background-color:#f2f2f2;
margin-top: 10px;
}

.featured_content li {
margin-left: 30px;
}

.page_content_left blockquote {
float:left;
display: block;
font-family: Times;
font-style:italic;	
color:#8F7C11;
margin:10px 0px 10px 0px;
padding:12px 40px 10px 30px;
border-left:6px solid #D3B602;
background-color:#f2f2f2;
}

.big{
font-size: 18px;
}
.indent{
margin-left: 10px;
color: rgb(50,50,50);
}

blockquote p { margin: 20px 0 0 0 !important; }

blockquote p:first-child { margin: 0 !important; }

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

/*

blockquote {
		background: url("http://www.suzanneferreiraphysio.com/wp-content/themes/suzanneferreira/images/blockquote_trans_sm2.png") 0 0 no-repeat;
		margin: 0 0;
		overflow: hidden;
		}		
		
blockquote p {
		color: #6C6C6C;
		line-height: 22px;
		font-size: 14px;
		text-align: justify;
		font-style: italic;
		padding: 0 20px 0 50px;
		margin-bottom: 5px;
		margin-left: 0px;
		}
*/

/* Quote sidebar right ------------------------------------------------- */

.page_content_right span.quote {
display: block;
font-size: 13px;
line-height: 1.4;
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
color:#675F46;
background: #FFFEF0;
margin:10px 0px 10px 610px;
padding:8px 10px 7px 10px;
background-color:#f2f2f2;
}

.page_content_right {
border: 1px solid right;
}

.page_content-right span {
display: block;
width: 100%;
}

.page_content_right span.email {
display: block;
padding-top: 10px;
padding-bottom: 10px;
}

.margintop {
margin-top: 28px;
}

.footer {
clear: both;
background-color: #211BC5;
width: 100%;
color: #fff;
margin-bottom: 20px;
height: 30px;
padding: 5px 0 3px 0;
}

.footer_copy {
float: left;
display: block;
font-style: italic;
padding-left: 10px;
}

.footer_disclaimer {
float: right;
padding-right: 10px;
}

.footer_disclaimer a {
font-style: italic;
font-size: 10px;
color: #fff;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

.FSA {
margin-top: 15px;
font-style: italic;
}

span.design_credit, span.design_credit a {
font-size: 11px;
color: rgb(140,140,140);
text-decoration: none;
border-bottom: 1px dotted #888;
}

#map {
width: 400px;
height: 300px;
border: 1px solid rgb(100,100,100);
}
.employee {
margin-bottom: 10px;
}
span.top_line {
color: #000;
font-weight:600;
}

span.tel_label, span.email_label {
color: #000;
font-weight:600;
}

.set2 {
background-color: rgb(238,255,255);
}

.employee a {
text-decoration: none;
color: rgb(160,160,160);
}

.directions {
margin: 20px 0;
}

span.date_added {
float: right;
font-style: italic;
color: rgb(150,150,150);
}

div.news_summary, div.news_full {
padding-top: 10px;
clear: right;
}

.news a {
float: right;
}

.news h4 {
clear: right;
}

div.online_quote {
margin-top: 30px;
}
