/*
Theme Name: PMH Site Redesign
Theme URI: http://www.fluidwebsitedesign.com
Description: <a href="http://www.fluidwebsitedesign.com">FluidWebsiteDesign.com</a> & <a href="http://www.Cre8iveOptions.com">Cre8iveOptions.com</a>
Author: Kelly Wilson (Coding) & Julia Fowler (Design)
*/



/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}


.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
/*	color: #b85b5a;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #38801A;
/*	text-decoration: none;*/
	}

a:hover {
	color: #38801A;
/*	text-decoration: underline;*/
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/* End Images */




/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/* End captions */







































































































img {
border: none;
}



body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #A8C78F url(images/bg-body.gif) 0px 186px repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-bottom: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4D4D4D;
}

.site-wrapper {
background: url(images/bg-headerB.gif) 0px 0px repeat-x;
margin: 0px auto;
padding-top: 11px;
}

#container { 
	width: 1000px;
	background: #ffffff;
border: 0px solid red;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: url(images/img-logo-tree.gif) 0px 20px no-repeat;
	width: 1000px;
	height: 172px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header a.logo, #header .phone, #header .search, #top-nav, form.ezine-signup input.email, form.ezine-signup input.submit {
	position: absolute;
}

#header a.logo {
	border: 0px solid red;
	left: 150px;
	top: 30px;
	width: 480px;
	height: 69px;
}

#header .phone {
background: url(images/bg-header-phone.gif) top left no-repeat;
top: 0px;
right: -60px;
height: 61px;
width: 433px;
padding-top: 25px;
text-align: center;
color: #333333;
font: normal 15px Arial;
border: 0px solid red;
}
#header .phone a { text-decoration: none; color: #333333; }
#header .phone strong { font: bold 32px "Century Gothic"; color: #006838; padding-left: 10px; }

#header .search {
	top: 85px;
	right: 0px;
border: 0px solid red;
}

#header .search input.search-field {
background-color: #F7F7F7;
color: #333333;
width: 245px;
height: 18px;
padding: 3px 0px 0px 5px;
border: 1px solid #666666;
margin-right: 5px;
}

#top-nav {
bottom: 2px;
left: 150px;
width: 100%;
height: 50px;
line-height: normal;
}

#top-nav ul {
margin: 0px;
padding: 0px;
list-style: none;
z-index: 999;
}

#top-nav ul ul {
border: 1px solid #E7A801;
border-top: 1px solid #C7981B;
background-color: #FAF09E;
}

#top-nav li {
float: left;
margin: 0px;
margin-right: 4px;
padding: 0px;
background: url(images/bg-top-nav-link-right.gif) no-repeat right top;
}
#top-nav li li {
background: none;
float: none;
margin-right: 0px;
}

#top-nav a {
display: block;
background: url(images/bg-top-nav-link-left.gif) no-repeat left top;
padding: 0px 18px;
font: normal 18px/36px "Century Gothic";
color: #000000;
text-decoration: none;
height: 51px;
}

#top-nav li li a {
background: #FAF09E;
font: normal 12px/13px Verdana;
color: #000000;
border-bottom: 2px solid #F5DE77;
padding: 5px 10px;
height: auto;
}

#top-nav li.current_page_item, #top-nav li.current_page_parent, #top-nav li.current_page_ancestor {
background: url(images/bg-top-nav-link-right-hover.png) no-repeat right top;
}

#top-nav li.current_page_item a, #top-nav li.current_page_parent a, #top-nav li.current_page_ancestor a {
background: url(images/bg-top-nav-link-left-hover.gif) no-repeat left top;
}
#top-nav li.current_page_item a:hover, #top-nav li.current_page_parent a:hover, #top-nav li.current_page_ancestor a:hover { color: #000; }
#top-nav li.current_page_item li, #top-nav li.current_page_parent li, #top-nav li li.current_page_parent, #top-nav li.current_page_ancestor li, #top-nav li li.current_page_ancestor { background: none; }
#top-nav li.current_page_item li a, #top-nav li.current_page_parent li a, #top-nav li li.current_page_parent a, #top-nav li.current_page_ancestor li a, #top-nav li li.current_page_ancestor a { background: #FAF09E; }

#top-nav li a:hover { color: #38801A; }

#top-nav li li a:hover { background: #F5DE77; color: #000000; }

/*  Menubar Plugin automatically adds arrows to categories with flyouts, this will hide that arrow */
.sf-sub-indicator { display: none; }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 2px 0px 0px 2px;
color: #ffffff;
}
.sidebarHome {
float: right !important;  /*  Override the float: left; property of #sidebar1  */
padding: 2px 0px 0px 0px;
}

#sidebar1 p {
margin: 0px;
padding: 0px;
}

#sidebar2 {
float: right;
width: 225px;
margin-left: 5px;
padding-top: 10px;
padding-left: 0px;
border: 0px solid red;
}

#mainContent, #mainContentHome { 
	margin: 0px 0px 0px 305px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-color: #ffffff;
/*font-family: "Franklin Gothic Medium", Arial;*/
overflow:auto;
}
#mainContentHome {
margin: 0px 305px 0px 0px !important;
padding: 0px 0px;
}

form.ezine-signup {
background: url(images/img-monthly-ezine-signup.gif) top left no-repeat;
margin-top: 10px;
margin-bottom: 0px;
height: 241px;
position: relative;
}

form.ezine-signup input.email {
top: 137px;
left: 10px;
width: 210px;
background-color: #F5F5F5;
border: 1px solid #464646;
padding: 3px 0 3px 5px;
font-size: 11px;
}

form.ezine-signup input.submit {
top: 163px;
left: 10px;
}

form.newsletter-signup {
background: url(images/bg-free-report.gif) top center no-repeat;
height: 120px;
}

form.newsletter-signup table {
margin-top: 33px;
}

form.newsletter-signup input {
border: 1px solid #464646;
margin-bottom: 2px;
padding: 3px 0 3px 5px;
font-size: 11px;
width: 210px;
}

form.newsletter-signup input.submit {
border: none;
width: auto;
}



#footer { 
	height: 30px;
	padding: 15px 20px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E7A801; 
	color: #000000;
	font: normal 11px Verdana;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

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

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li a {
	color: #000000;
	text-decoration: none;
	padding: 0 20px;
	border-right: 1px solid #000000;
}

#footer li a.last { border-right: none; }

#footer a:hover {
text-decoration: underline;
}

p.sitedev { background-color: #A8C78F; margin-top: 0px; padding-top: 5px; padding-left: 20px; }
p.sitedev, p.sitedev a { text-decoration: none; font: normal 11px Verdana; color: #666; }
p.sitedev a:hover { text-decoration: underline; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#slideshow-wrapper { margin: 0px 0px; }


h2.widgettitle {
font: normal 30px/34px Georgia;
color: #d4b470;
margin: 0px 0px 10px 0px;
}

div.textwidget {
margin-bottom: 20px;
}

.post h1, h2, h2.widgettitle, .heading, .heading2 {
font: normal 17px Arial;
color: #38801A;
border-bottom: 2px solid #4D4D4D;
margin: 0px 0px 3px 0px;
padding-bottom: 5px;
text-decoration: none;
}

.post h1 .parent { color: #666; }

.heading2 { font-size: 25px; line-height: 23px; }

.tan { color: #d4b470; }

.maroon { color: #a62915; }

.quick-resource-links a {
display: block;
color: #786c40;
margin-bottom: 5px;
text-decoration: underline;
}

.testimonial {
font-style: italic;
line-height: 23px;
color: #786c40;
}

h1 {
font: normal 35px/33px "Palatino Linotype";
color: #2c2b08;
margin: 0px 0px 10px 0px;
font-variant:small-caps;
}

h4 {
font: bold 18px/20px "Palatino Linotype";
color: #b52915;
margin-bottom: -10px;
}

td { vertical-align: top; }

td > h4 { margin-top: 0px; }

#mainContent ul.shop-links, #mainContent ul.resource-links {
margin: 0px;
margin-bottom: 30px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#mainContent ul.shop-links li, #mainContent ul.resource-links li {
margin: 0px;
margin-bottom: 10px;
padding: 0px;
list-style-type: none;
float: left;
}

#mainContent ul.shop-links a, #mainContent ul.resource-links a {
background: url(images/bg-shop-for.gif) top left no-repeat;
width: 197px;
height: 56px;
display: block;
color: #000;
font: bold 20px/20px "Palatino Linotype";
text-align: center;
margin: 0 15px;
padding-top: 35px;
}

#mainContent ul.resource-links a {
background: url(images/bg-blank-button.gif) top left no-repeat;
height: 61px;
padding-top: 27px;
line-height: 28px;
}

.resource-links h2 { margin-top: 30px; clear: both; }

#sidebar1 ul, #sidebar2 ul, li.widget_pages, li.widget_pages ul, li.widget_text { list-style: none; list-style-position: outside; margin: 0px; padding: 0px; }


#wrapper { margin: 0px 0px; }
















#calendar_wrap { border: 10px solid #F2F2F2; }
#wp-calendar caption {
/*	margin: 10px 0 0 0;*/
	padding: 10px 0px 0px 0px;
	width: auto;
	text-align: center;
	font: normal 16px Arial;
	-moz-border-radius: 3px 3px 0 0;
color: #000000;
}
#wp-calendar {
	margin: 0;
/*	border-collapse: collapse;*/
	width: 100%;
}
/**+html #wp-calendar a {
	border: 3px solid blue !important;
}*/
#wp-calendar a {
	display: block;
	font-weight: bold;
	background-color: #a8c3d6;
	-moz-border-radius: 50%;
	/* -webkit-border-radius: 50%;
	border: 2px solid blue;
*/
	z-index: 1;
}
#wp-calendar #today { font-weight: bold; }
#wp-calendar .pad {
	font-weight: bold; color: #1B75BB;
}
#wp-calendar .padcent {
	background-color: white;
/*	border: thin solid darkgray;*/
}
/*#wp-calendar .padday {
	background-color: gainsboro;
}*/
#wp-calendar th {
	width: 11%;
	color: #000000;
	background-color: #1B75BB;
	text-align: center;
display: none;
}
#wp-calendar td {
/*	border: thin solid darkgray;*/
	background-color: white;
	text-align: center;
color: #000000;
}
/*#wp-calendar td a { display: block; background-color: #ccc; font-weight: bold; color: #ffffff; }*/
#wp-calendar tfoot { display: none; }







li.widget_calendar h2 { display: none; }

#sidebar1 li.flexipages_widget a {
background: url(images/bg-rectangle-link.gif) top left no-repeat;
height: 40px;
display: block;
margin-bottom: 2px;
color: #384208;
font: normal 15px/38px Arial;
padding-left: 15px;
text-decoration: none;
}
#sidebar1 li.flexipages_widget a:hover {
background: url(images/bg-rectangle-link-hover.gif) top left no-repeat;
text-decoration: none;
}




#sidebar1 li.flexipages_widget li.page_item ul { display: none; }
#sidebar1 li.flexipages_widget li.current_page_parent ul, #sidebar1 li.flexipages_widget li.current_page_item ul { display: block; }
#sidebar1 li.flexipages_widget li.current_page_item > a { text-decoration: underline !important; }
#sidebar1 li.flexipages_widget li.current_page_parent a, #sidebar1 li.flexipages_widget li.current_page_item a { background: url(images/bg-golden-gradient-topB.gif) top left no-repeat; height: 30px; border: 0px solid red; }
#sidebar1 li.flexipages_widget li.current_page_parent ul li a, #sidebar1 li.flexipages_widget li.current_page_item ul li a { height: auto; font: normal 14px/22px Arial; margin-left: 15px; background: none !important; zoom: 1; }
#sidebar1 li.flexipages_widget li.current_page_parent ul li a:hover, #sidebar1 li.flexipages_widget li.current_page_item ul li a:hover { text-decoration: underline; }
#sidebar1 li.flexipages_widget li.current_page_parent, #sidebar1 li.flexipages_widget li.current_page_item { background: url(images/bg-golden-gradient-bottomD.gif) bottom left no-repeat; padding-bottom: 13px; margin-bottom: 2px; }
#sidebar1 li.flexipages_widget ul ul li.current_page_item { background: none !important; padding-bottom: 0px; }

/*  Fix background for Left Navigation Current Page Item  */
#sidebar1 li.flexipages_widget li.page-item-17.current_page_item, #sidebar1 li.flexipages_widget li.page-item-43.current_page_item, #sidebar1 li.flexipages_widget li.page-item-45.current_page_item, #sidebar1 li.flexipages_widget li.page-item-1452.current_page_item, #sidebar1 li.flexipages_widget li.page-item-1553.current_page_item { background: none; }
#sidebar1 li.flexipages_widget li.page-item-17.current_page_item a, #sidebar1 li.flexipages_widget li.page-item-43.current_page_item a, #sidebar1 li.flexipages_widget li.page-item-45.current_page_item a, #sidebar1 li.flexipages_widget li.page-item-1452.current_page_item a, #sidebar1 li.flexipages_widget li.page-item-1553.current_page_item a { background: url(images/bg-rectangle-link-hover.gif) top left no-repeat; height: 40px; margin-bottom: -13px; }


/*  Right Column Subcategories for pages such as Medical Services -> Medical Rehab  */
#sidebar2 li.flexipages_widget { background: url(images/bg-golden-gradient-top-short.gif) top left no-repeat; padding-top: 10px; margin-bottom: 10px; }
#sidebar2 li.flexipages_widget ul { background: url(images/bg-golden-gradient-bottom-short.gif) bottom left no-repeat; padding-bottom: 13px; margin-bottom: 2px; }
#sidebar2 li.flexipages_widget a { font: normal 14px/22px Arial; margin-left: 15px; zoom: 1; text-decoration: none; color: #384208; display: block; }
#sidebar2 li.flexipages_widget a:hover { text-decoration: underline; }
#sidebar2 li.flexipages_widget li.current_page_item > a { text-decoration: underline !important; }










.breadcrumbs { margin-bottom: 15px; text-align: right; }
.breadcrumbs, .breadcrumbs a { font-size: 11px; color: #666666; }


.gray-box { background: url(images/bg-gray-box.gif) top left no-repeat; height: 280px; margin-bottom: 10px; padding: 15px 20px 10px 20px; }
.gray-box h2, .green-box h2, .white-box h2 { border-bottom: none; color: #384208; font: bold 18px/25px "Century Gothic"; }
.gray-box p { font: normal 12px/19px Verdana; }

.green-box { background: url(images/bg-green-box.gif) top left no-repeat; height: 140px; margin-bottom: 10px; padding: 15px 20px 10px 20px; }
.green-box h2, .green-box p, .green-box a { color: #ffffff; }

.white-box h2 { font-size: 28px; color: #8A9473; }
.white-box p { color: #4D4D4D; font: italic 14px/22px Verdana; }





.events-list { float: right; width: 330px; padding: 10px; }
.news-list { width: 310px; background-color: #F2F2F2; padding: 10px; }
.news-list h1, .events-list h2 { font: normal 17px/25px Arial; color: #38801A; border-bottom: 0px; }


.news-post { clear: left; }
.news-post, .news-post a { color: #333333; }
.news-post p { margin: 0px; }
.news-post img { float: left; margin: 2px 10px 5px 0px; border: 2px solid #E6E6E6; }
.news-post p.title { margin-bottom: 3px; font: bold 13px/15px Arial; }
.news-post p.read-more { font-style: italic; }

.events-list ul { margin-top: 0px; margin-left: 15px; padding-left: 0px; }

.events-list ul { margin-left: 15px; padding-left: 0px; }
.events-list a { font: normal 14px/16px Arial; color: #1A1A1A; margin-bottom: 8px; display: block; }

/*.homepage-links-list { border-top: 2px solid #E6E6E6; margin-top: 15px; padding-top: 15px; }*/
.homepage-links-list p { margin: 0px; padding: 0px; }


p.posted-in { margin-top: -0px; }
p.posted-in, p.posted-in a { color: #1A1A1A; font-size: 11px; }

ol.h { list-style-type:upper-roman; }

/* Space out the Clases and Events bulleted list on the Upcomiing Events page */
table.classes-and-events-list td li { margin-bottom: 10px; }

/* Hides "Return to Homepage" link at top of sidebar nav on homepage */
body.home #sidebar1 li.page-item-927 { display: none; }

/* On pages with both sidebars, make the cforms form match the narrow page width */
#mainContent.narrow .cform { width: 410px; }


/*  Styles for the Easy PHP Calendar List in the Sidebar  MOVED TO esstyle.css in /calendar/theme/default folder

.mainTable { width: 295px; border: 10px solid #F2F2F2; margin: 5px 0px; }
.monthYearText { font-weight: normal; font-size: 16px; font-family: Arial; line-height: 25px; }
.monthYearRow, .s2, .s20 { background-color: #ffffff; }
td.monthYearText.monthYearRow { background-image: url(images/bg-calendar-table-title.gif); }
.dayNamesRow { background-color: #F2F2F2; font-weight: normal; }
.dayNamesText, .rows { font-size: 12px; }


.tableDate { background-color: #EBF2FA; }
.tableTitle { background-color: #F7F7F7; }

*/

/*  Styles for the Easy PHP Calendar List TOC on the Upcoming Events Page  */

.tableListings {
	width: 600px;
	/*border: 1px solid #006699;*/
	margin: 0px;
	padding: 0px;
}

.tableDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width: 140px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
}
.tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004262;
	width: 500px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
}
.tableCategory {
	width: 8px;
}
.tableDescr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.tableTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #295569;
	font-weight: normal;
}

/*  Hide License Key Error on perrymemorial.org homepage (License is for perry-memorial.org)  */
.calendar center { display: none; }



/* Styling for images on physician pages */
.img-class  {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 0 0;
}

.left  {
	float: left;
	margin: 0 15px 0 0;
}

h3, h4 { color: #8AAB73; font: bold 17px Arial; text-decoration: underline; margin-bottom: 10px; }
h4 { font-size: 15px; font-style: italic; }
p.thumbnail { width: 190px; height: 600px; margin-top: 0px; float: left; border: 0px solid red; }

td.label { font-weight: bold; width: 100px; padding-bottom: 5px; }