/*
Theme Name: Hillendale
Theme URI: http://imszone.com/
Description: Hillendale WordPress theme 
Version: 1.0
Author: Luis Saavedra
Author URI: http://luissaavedra.com/
Tags: Hillendale

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


 Begin Typography & Colors 

/*
body {
	font-size: 62.5%;  Resets 1em to 10px 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
*/
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}
/*
#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}
*/
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
/*
#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}
*/
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;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

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: #4C721D; }
.entry p a { text-decoration: none; }
.entry .nextpage-pagination span{ background: #fff; display: inline-block ;overflow: hidden; width: 20px; height: 20px; border: 1px solid #4C721D; line-height: 20px; text-align: center; }
.entry .nextpage-pagination a span { background: #4C721D; display: inline-block ;overflow: hidden; width: 20px; height: 20px; border: 1px solid #4C721D; line-height: 20px; text-align: center; color: #fff}
.entry .nextpage-pagination a span:hover { background: #fff; display: inline-block ;overflow: hidden; width: 20px; height: 20px; border: 1px solid #4C721D; line-height: 20px; text-align: center; color: #4C721D;}


.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;
	}
h2 a  {color:#104f13; text-decoration:underline; }
a, h2 a:hover, h3 a:hover {
	color: #104f13;
	text-decoration: none;
	}

a:hover {
	color: #147;
	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 
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
/*
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
*/
.narrowcolumn {
	float: left;
	ppadding: 0 0 20px 45px;
	margin: 0px 0 0;
	wwidth: 450px;
	}

.widecolumn {
	ppadding: 10px 0 20px 0;
	mmargin: 5px 0 0 150px;
	wwidth: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/*
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
*/
 End Structure 


/*
	Begin Headers 
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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;
	}
*/


/*
 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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

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 Sidebar 
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
 End Sidebar 
*/

 Begin Calendar 
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {  Doesn't work in IE 
	background-color: #fff; }
 End Calendar 



 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;
        overflow:hidden; 
	margin-top: 10px;
	margin-bottom: 10px;
        font-size:12px;
        border-bottom:1px solid #4c721d;
	}
 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 


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

        /*v.2.8*/
/*---------------------------------------
               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,font,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{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }


/*---------------------------------------
               MAIN LAYOUT
---------------------------------------*/
html { background:#ffffff url("images/background-html.png") repeat-x top center; }
body { background: url("images/background-body.png") no-repeat top center; font:15px Arial, Times, 'Times New Roman'; color:#333333; text-align:left; line-height:15px; }

/**/
#container { width:980px; margin: 0 auto; padding-top:60px; }
#body { background: url('images/body.png') repeat-y; overflow:hidden; display:block; }
/**/
h1, h2, h3, h4, h5, h6 { color:#104f13; margin-bottom:7px; }
h1 { font-size:28px; line-height: 30px; }
h2 { font-size:23px; line-height: 26px; }
h3 { font-size:21px; line-height: 24px; }
h4 { font-size:16px; line-height: 18px; }
h5 { font-size:12px; line-height: 14px; }
h6 { font-size:12px; line-height: 14px; }
/**/
a { color:#000; text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:none; }
/**/
p { margin-bottom:7px; }
/**/
.light{ color:#3274d1; font-weight:bold; }
/**/
.img-left { float:left; margin:0 7px 7px 0; }
.img-right { float:right; margin:0 0 7px 7px; }
/**/
#aux-aux-aux { min-height:650px; height:auto !important; height:650px; }


/*---------------------------------------
                HEADER
---------------------------------------*/
#top { background: url("images/header-top.png") no-repeat top center; height:62px; }
/**/
#header-container { background: url("images/body.png") repeat-y;}
#header { background: url("images/header.png") no-repeat; height:104px; overflow:hidden; width:825px; padding:17px 13px; margin:0 auto; }
#header .landscape { float:left; margin:4px 6px 0 6px;   }
/**/
#header h1 { background: url('images/logo.png'); display: block; width:114px; height:103px; float:left; margin-top:4px;  }
#header h1 a { display:block; width:114px; height:103px; }
#header h1 a span {	display:none; }
/**/
#tag { width:550px; text-align:center; display:block; overflow:hidden; line-height:30px; margin:8px auto;}
#tag .decoration1 { background: url('images/img-t1.png'); width:76px; height:30px; float:left;}
#tag .decoration2 { background: url('images/img-t2.png'); width:76px; height:30px; float:right;}

/*---------------------------------------
                 NAV
---------------------------------------*/


#main-nav { background: url("images/nav.png"); height:43px; line-height:43px; color:#fff;  width:850px; margin:0 auto; display:block;}
/*#main-nav { background: url("images/nav.png"); height:43px; line-height:43px; color:#fff; text-align:center; overflow:hidden; width:850px; margin:0 auto; }*/
#main-nav .left { background: url("images/nav-left.png") no-repeat; height:43px; width:8px; float:left; margin-right:40px; }
#main-nav .right { background: url("images/nav-right.png") no-repeat; height:43px; width:7px; float:right; }
/*
#main-nav ul{ width:750px; margin:0 auto; display:block; overflow:hidden;  }
#main-nav li{ display:inline; }
#main-nav a { text-decoration:none; color:#fff; margin:0 0 0 0; height:43px; display:block; float:left; padding: 0 20px 0 20px; text-transform: capitalize; font-size:14px;}
#main-nav a:hover,
#main-nav .active { color:#fff; background: url("images/nav-h.png") repeat-x; }
*/

/*---------------------------------------
                SIDEBAR
---------------------------------------*/
#sidebar { width:285px; float:left; margin:0 10px 0 65px; }
#sidebar {text-align: center; color: #003d11; padding-top: 15px;}
/**/
#sidebar .area { margin:45px 0; }
#sidebar .first { margin:0  0 30px 0;  }
/**/
#sidebar p {vertical-align: middle; line-height: 18px;}
#sidebar .call-us {font-weight: bold; font-size: 12px; color: #000000;}
#sidebar .phone {font-weight: bold; font-size: 18px; color: #000000;}
#sidebar .date {margin: 15px auto 5px auto; background: url(images/btn-green.png) center no-repeat; width: 224px; height: 31px; color:#ffffff; vertical-align: middle; font-weight: bold; font-size: 17px; }
#sidebar .date .text-date {font-weight: bold; vertical-align: middle; text-align: center; display: block; margin:0px; display: block; font-size: 17px; overflow: hidden; padding-top: 7px;}
#sidebar .link-future-events {text-decoration: underline; font-size: 12px; color: #104f13;}
#sidebar .link-newsletter {font-size: 14px; text-decoration: underline; color: #104f13; margin: 15px 0 0 0; display: block;}
#sidebar .images-sidebar { background: url(images/sidebar-sp.png) center no-repeat; width: 99px; height: 20px; display: block; margin: 0 auto;}
#sidebar .text-sidebar {font-weight: bold; line-height: 19px; font-family: serif; margin: 5px; font-size: 14px;}
#sidebar .images-sidebar2 {background: url(images/sidebar-sp2.png) center no-repeat; width: 101px; height: 20px; display: block; margin: 0 auto;}
#sidebar .link-certification {font-size: 14px; text-decoration: underline; color: #104f13; display: block; margin:0     0 5px 0; }
#sidebar .certification-name {font-size: 14px; font-weight: bold;   }
#sidebar .image-certification { margin-top:20px; }
/**/
#sidebar .subscribe-email {display: block; overflow: hidden;}
#sidebar .subscribe-email h4{text-decoration: underline;}
#sidebar .subscribe-email .txt-form-email {display: block; color: #000000; margin: 9px 0 4px 0;float: left; font-size: 10px; font-weight: bold;}
#sidebar .subscribe-email .input-form-email {display: block; border: 1px solid #000000; width: 235px; overflow: hidden; float: left;}
/**/
#sidebar  form {padding-left: 25px; margin-bottom: 20px; display: block;}
#sidebar .button-form-email {background-color:#006837;border: 1px solid #408e69; width: 78px; height: 22px; display: block; color: #ffffff; font-weight: bold; font-size: 12px; float: left; text-decoration: none; vertical-align:top; margin-top: 10px; padding-bottom: 3px; }
#sidebar .button-form-email:hover {cursor: pointer;}
#sidebar .txt-button-form {font-size: 10px; font-weight: bold;color: #000000; float: left;margin-top: 12px; margin-left: 20px; vertical-align: top; display: block;}
/**/
#sidebar .image-grandmother { width: 274px; height: 274px; display: block; overflow: hidden; margin: 15px auto 35px; }
#sidebar .link-certification-aboutus{font-size: 14px; text-decoration: underline; color: #104f13; display: block; margin: 60px 0 5px 0; }
/**/
#sidebar .link-services{font-size: 14px; text-decoration: underline; color: #104f13; display: block; margin: 40px 0 5px 0; }
#sidebar .services-name {font-size: 14px; font-weight: bold;}
#sidebar .link-certification-care{font-size: 14px; text-decoration: underline; color: #104f13; display: block; margin: 80px 0 5px 0; }
#sidebar .image-cna {width: 264px; height: 377px; display: block; margin: 0 auto 80px;}


/*---------------------------------------
                 MAIN
---------------------------------------*/
#main { background: url("images/main.png") repeat-x; width:490px; float:left; margin:0px; min-height:760px; height:auto !important; height:760px; padding:25px 30px; }
#main h3 { text-align:center; margin-bottom:15px;  }
#main p { line-height: 18px; margin-bottom: 12px; text-align: left; }
#main p a { font-weight:normal; }
/**/
.osteoarthritis { clear:both; float:right; margin-right:120px; margin-top:-180px;  }
/**/
#career { font-size:15px; font-weight:bold; margin-top:30px; }
#career .row { display:block; overflow:hidden; margin-bottom:15px;  }
#career .row label { float:left; }
#career .row input,
#career .row select,
#career .row textarea { float:right; border:1px solid #003e10; }
#career .row input.name { width:430px; }
#career .row input.address { width:410px; }
#career .row input.zip { width:70px; }
#career .row select.state { width:150px; margin:0 10px;}
#career .row input.city { width:125px; }
#career .row label.eves { float:right; margin-left: 10px; margin-right:10px;  }
#career .row input.phone { width:165px; }
#career .row input.email { width:370px; }
/**/
#career .row input.radio { float:none; margin-right:28px; border:none;   }
#career .row label.radio { float:none; margin-right:4px }
#career .row label.label { margin-right:40px }
#career .row label.days { margin-left:40px }
/**/
#career textarea { width:486px; height:80px; }
/**/
#career .row input.hear { width:486px; }
/**/
#career .row input.button { float:left; border:none;   }
/**/
/**/
/**/
#main .image-owner {display: block; float: right; margin: 0; text-align: center;}
#main .image-owner img {width: 160px; height: 221px; margin: 0;}
#main .image-owner span {font-weight: bold; vertical-align: top; font-size: 14px; margin: 0;}
#main .about-hillandale {display: block; font-size: 15px; margin-top: 40px; }
#main .about-hillandale p {text-indent: 30px; line-height: 26px; margin-bottom: 38px; padding: 0;}
#main .team p{display: block; text-align: center; font-family:Arial, Helvetica, sans-serif; line-height: 30px; font-weight: bold; font-style: italic; }
#main .team .meet-team {font-size: 18px; margin: 0 auto; display: block;}
#main .team .date-team-img{display: block; font-size: 16px; font-style: italic;}
#main .team .office-team img{width:530px ; height: 199px; margin: 0 auto;}
/**/
#main .person-info {display: block; overflow: hidden; margin: 40px auto;}
#main .person-info .person-img{float: right; display: block; margin: 0; text-align: center; margin-left: 10px; }
#main .person-info .person-img img {margin: 0 auto 8px; display: inline;}
#main .person-info .person-img span {font-weight: bold; vertical-align: bottom; font-size: 14px;}
#main .person-info span{font-weight: bold; vertical-align: bottom;}
#main .person-info .person-img  img { margin: 0 auto 8px;}
/**/
/**/
/**/
/*----------- CONTACTUS MAIN---------*/
#contact {font-size: 15px;  font-weight: bold; }
#contact h4{ width: 100%; text-align: left; margin: 20px 0px;}
#contact .text-contact { font-style: italic;}
#contact textarea{width: 502px; height: 40px; float: left; margin-bottom: 8px;}
#contact .row{ display: block; overflow: hidden; margin:8px 0;}
#contact .row .textbox { width:430px; float:right; }
#contact p { margin-bottom: 35px; }
#contact .reset-submit{ margin:0 12px 0px 55px;}

/*--------------- AGUARDPAGE --------------*/

/*----- AGUARDPAGE-SIDEBAR ----*/
#sidebar .image-services-aguardpage{ margin:35px 0px; }
#sidebar .link-certification-aguardpage{font-size: 14px; text-decoration: underline; color: #104f13; display: block; margin: 40px 0 5px 0; }
#sidebar .images-affiliates-aguardpage {width: 149px; height: 243px; display: block; margin: 50px  auto 45px;}
/*----- AGUARDPAGE-MAIN ---*/
#homecare { font-size: 15px; text-align: center;}
#homecare .homecare { text-align: center; text-indent: 0px;}
#homecare img{width: 100%; display: block; overflow: hidden;}
#homecare .note { font-size: 11px; }
#homecare p{text-indent: 30px; margin: 15px 0px  25px 0px; line-height: 24px;}
#homecare h4, #homecare h5{ font-style: italic; color:#000000;}
/**/
/**/
/**/
/**/
#main .call-us { text-align: center; display: block; font-style: italic; font-weight: bold; }
#main .click-here {display: block; text-align: center;}
#main .connect-loved-ones { display: block; text-align: center; font-weight: bold; margin-top: 100px; }
#main .generations-unite {display: block; text-align: center; margin-top: 30px; }
/**/
#sidebar .title-message{font-style: italic; font-family: 'times new roman','times'; font-weight: bold; }
/**/
#sidebar .box1 {width: 270px; text-align: center; margin: 0 auto;}
#sidebar .box1 .content {background: url("images/sidebar-box-1.png") repeat-y; display:block; overflow:hidden; }
#sidebar .box1 .top {background: url("images/sidebar-box-1-top.png"); height:13px;}
#sidebar .box1 .bottom {background: url("images/sidebar-box-1-bottom.png"); height:17px; }
#sidebar .box1 p { margin:0px 15px 15px  15px ; color: #000000; font-size: 16px; font-family: 'times new roman','times';}
#sidebar .box1 .content .bridget-waller-title { font-weight: bold; }
/*#sidebar .box1 .content .bridget-waller-comment{  }*/
#sidebar .box1 .content .learn-more{ margin-bottom: 10px; }
/**/
/*#sidebar .box2 {}*/
.services-text {text-indent: 30px; font-size: 15px;}
.services-title {color: #000000; text-align: center; margin-bottom: 20px;}
.services-list { margin-left: 40px; color:#000000;}
.services-list li{ list-style-type: disc; padding-left: 10px; margin-bottom: 15px;}
.services-call-us { margin-top:40px; display:block; text-align: center; font-size: 15px; font-weight: bold; line-height: 25px; color: #104F13; }
/**/
.resources-title { color: #104F13;  font-size: 15px; font-weight: bold;}
.resources-list { margin-left: 40px; color:#000000; font-size:13px;}
.resources-list li{ list-style-type: disc; padding-left: 10px; margin-bottom: 15px;}
/**/
#main.testimonials { padding:25px 0px; width:550px;  }
#main.testimonials h3{ margin: 0px 20px 25px 20px; }
#main.testimonials p {padding-top: 0px;}
#main.testimonials span{ min-height:50px; height:auto !important; height:50px;}
#main.testimonials .testimonials-first { padding: 0 30px ; }
/**/
#main.testimonials p.testimonial-left-1,
#main.testimonials p.testimonial-left-2 {background: url("images/img-decoration-right-2.png" ) no-repeat right bottom ; display: block; padding: 0 35px 0 0; }
#main.testimonials p.testimonial-left-1 {background: url("images/img-decoration-right-1.png" ) no-repeat right bottom ;  }
/**/
#main.testimonials span.testimonial-right-1,
#main.testimonials span.testimonial-right-2 { background: url("images/img-decoration-left-1.png" ) no-repeat;  display: block; padding: 35px  0 50px 40px;}
#main.testimonials span.testimonial-right-1 { background: url("images/img-decoration-left-2.png" ) no-repeat;}
/**/
#main.testimonials .signature { display: block; margin-left: 50px; min-height: 0px;}
/**/
/*----- TERMS OF USE----*/
#main.terms-of-use{ font-size: 12px;}
/*----- TERMS OF USE----*/

/*----- TEXT APLICATIONS ----*/
#main .alert { background: #ffc8c8; border:#ff0000 solid 1px; padding: 15px; }
/*----- TEXT APLICATIONS ----*/
.widget_pages { text-align:left; padding:20px; }
.widget_pages h2 {margin-bottom: 15px; font-size:16px; display:block;  }
.widget_pages li { margin-bottom: 5px;  color:#fff; font-size:12px; display:block; background: #4c721d; padding:5px; border:1px solid #4c721d;  }
.widget_pages li a{ color:#fff; text-decoration:none; }
.widget_pages li a:hover{ text-decoration:underline; }
/**/
.widget_recent_entries { text-align:left; padding:20px;}
.widget_recent_entries h2 {margin-bottom: 15px; font-size:16px; display:block;  }
.widget_recent_entries li { margin-bottom: 5px;  color:#fff; font-size:12px; display:block; background: #4c721d; padding:5px; border:1px solid #4c721d;  text-align: left;}
.widget_recent_entries li a{ color:#fff; text-decoration:none; text-align: left; }
.widget_recent_entries li a:hover{ text-decoration:underline; }



.alignleft {
	float: left;
        text-align:left;
	}
.alignright {
        text-align:right;
        float:right;
	}
/*---------------------------------------
               FOOTER
---------------------------------------*/
#footer { background: url("images/footer.png") no-repeat; height:200px; color:#104f13; font-size:14px; padding:0 70px 0 70px; display:block; overflow:hidden; font-weight:bold; }
#footer a { text-decoration:none; color:#3274d1; }
#footer a:hover { text-decoration:underline; }
/**/
#footer .contact {width:220px; float:right; display:block; }
#footer .contact .nav { text-align:center; margin-top:43px; text-transform: capitalize; margin-bottom:3px;}
#footer .contact .nav li{ display:inline; }
#footer .contact .nav a { margin:0 5px; text-decoration:none; color:#104f13; }
#footer .contact .nav a:hover { text-decoration:underline; }
/**/
#footer .contact p { text-align:center; }
#footer .contact p .phone { font-size:20px; letter-spacing:1px; line-height:23px;  }
/**/
#footer .bottom { display:block; overflow:hidden; clear:both; margin-top:145px; text-align:center; color:#104f13; }
#footer .bottom a { margin:0 8px; text-decoration:none; color:#104f13; }
#footer .bottom a:hover { text-decoration: underline; }
#footer .bottom p { display:inline; }
#footer .bottom li { display:inline; }
#footer .bottom .nav {display:block; font-size:16px; margin-bottom:10px; }
#footer .bottom ul {display:inline-block }


