/* CSS for Senior Helpers*/
* {
  margin: 0;
  padding: 0;
}
body {
  font: 80% Trebuchet MS, Helvetica, sans-serif;
  background: url("/img/bg-body.gif");
  height: 100%;
}

h1 {
  color: #1b3f94;
  font-size: 1.2em;
  margin: 0 0 10px 0;
}
h2 {
  color: #1b3f94;
  font-size: 1.1em;
  margin: 0;
}
h1.grad-bg, h2.grad-bg{
  background: url("/img/bg-h1.gif") repeat-y;
  padding: 5px;
}
h2.purple {
  font-size: 1.5em;
  color: #922790;
}
h3 {
  /*For IE the total combined width and horizontal padding must equal the total width of the background image, at the time of coding the template it is 233px */
  position: relative;
  left: -17px;
  color: #003e88;
  font-size: 1.2em;
  width: 213px;
  padding: 16px 0 6px 18px;
  height: 26px;
  margin: 0 0 10px 0;
  background: url("/img/bg-h3.png") no-repeat;
}
h4 {
  color: #1B3F94;
}


input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; }
a img{ border: 0; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
div.clear{
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}
.c-r{ clear: right; }
.c-l{ clear: left; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .9em; }
.down { font-size: .8em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.u-c { text-transform:uppercase; }

.purple { color: #922790; }
.blue { color: #1b3f94; }
.green { color: #3D8D58; }

.bor-bot{
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
#blue-grad{
  width: 100%;
  background: url("/img/bg-blue-grad.png") repeat-x bottom;
}

#main{
  width: 852px;
  margin: 0 auto;
  padding-top: 210px;
}

#bwm-copy{
  background: url("/img/bg-main.png") repeat-y;
  min-height: 750px;
  line-height: 1.2em;
  width:852px;
}

#header-holder{
  width: 944px;
  height: 219px;
  top: 10px;
  margin-left: -46px;
  position: absolute;
  z-index: 50;
}

/*  width: 944px;
  height: 219px;
  margin-top: -205px;
  margin-left: -46px;
  position: absolute;
  z-index: 50;
  */

#header{
  width: 916px;
  height: 219px;
  background: url("/img/bg-header-int.png") repeat-y; 
}

#header.index{
  width: 916px;
  height: 219px;
  background: url("/img/bg-header.png") repeat-y; 
}

img.logo{
  position: absolute;
  margin-top: 95px;
  margin-left: 114px;
}

img.click-call{
  position: absolute;
  margin-top: 61px;
  margin-left: 350px;
}
img.click-call-caregiver {
  position: relative;
  margin-top: 0px;
  margin-left:48px;
}


#top-right-nav{
  float: right;
  display: inline;
  width: 300px;
  text-align: right;
  color: #fff;
  margin-top: 10px;
  margin-right: 45px;
  font-size: 1.2em;
  font-weight: bold;
}

#top-right-nav a{
  color: #fff;
  text-decoration: none;
}

#top-right-nav a:hover{
  text-decoration: underline;
}

#top-right-phone{
  float: right;
  display: inline;
  text-align: right;
	position: relative;
	left: 280px;
	top: 60px;
	/*
  margin-top: 62px;
  margin-right: 7px;
	margin-left: 200px;*/
}

#top-add-this{
	position: absolute;
	left: 725px;
	top: 120px;  /*display: inline;
  text-align: right;
  margin-top: 11px;
  margin-right: 75px; */
}

#nav{
  margin-right: 45px;
  margin-top: 110px;
  float: right;
  display: inline;
}

#nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

#nav a {
  display: block;
  padding: 4px 5px 7px 5px;
  color: #1f4195;
  text-decoration: none;
  font-weight: bold;
  font-size: .96em;
  position: relative;
  text-align: center;
}

#nav li { /* all list items */
  float: left;
  width: auto; /* width needed or else Opera goes nuts */
  border-right: 1px solid #1c3f94;
  height: 34px;
}

#nav li.no-border{
  border: 0;
}

#nav li ul { /* second-level lists */
  position: absolute;
  z-index: 100;
  background: #dbe8f6;
  width: 10em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  border: 1px solid #c6c3bc;
  border-top: 0;
  margin-top: -1px;
}


#nav li li{ 
  height: auto;
  border: 0;
  text-align: left;
}

#nav li li a {
  display: block;
  padding: 5px;
  color: #1f4195;
  text-decoration: none;
  font-weight: bold;
  font-size: .96em;
  position: relative;
  width: 9.6em;
  text-align: left;
}
#nav li a:hover{
  color: #922790;
}
#nav li li a:hover{
  color: #922790;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}

/* Index Specific -------------------------------------------------------------------------- */

#index-top{
  background: url("/img/bg-index-top.png") no-repeat;
  width: 828px;
  height: 316px;
  margin: -17px auto 0 auto;
}

#window-holder{
  position: absolute;
  margin-left: 17px;
  margin-top: 17px;
  width: 272px;
  height: 302px;
}

#window{
  width: 272px;
  height: 302px;
  background: url("/img/bg-window.png") no-repeat;
}

#window a{
  position: relative;
}

#window a img.tutorial{
  position: absolute;
  margin: 43px 0 0 46px;
}

#window a img.request{
  position: absolute;
  margin: 150px 0 0 149px;
}

#window a img.caregivers{
  position: absolute;
  margin: 150px 0 0 46px;
}

#flash-div{
  float: right;
  display: inline;
  width: 535px;
  height: 289px;
  margin-left: 20px;
  margin-top: 25px;
  position: absolute;
}

#window a img.services{
  position: absolute;
  margin: 43px 0 0 149px;
}

#index-bottom{
  width: 515px;
  margin-left: 15px;
  border-top: 1px solid #908d86;
  padding-top: 20px;
	min-height: 470px; 
}

#index-br{
  float: right;
  width: 255px;
  border-left: 1px solid #908d86;
  padding-left: 10px;
  margin-left: 10px;
}

#index-br a{
  text-decoration: underline;
}

#index-br img{
  margin: 0 2px;
}
#index-br p.quote{
  margin-top: 10px;
  float: left;
  padding: 0;
  font-family: Georgia, serif;
  font-size: 1.1em;
  line-height: 1.7em;
  color: #585753;
margin-bottom: 20px;
}
#index-bb p.quote{
  margin-top: 10px;
  float: left;
  padding: 0;
  font-family: Georgia, serif;
  font-size: 1.1em;
  line-height: 1.7em;
  color: #585753;
margin-bottom: 20px;
}
#index-bl img.quote-img{
  width: 137px;
  height: 109px;
  padding-top: 11px;
}
#index-br a:hover{
  text-decoration: underline;
  color: #003e88;
}
#index-br img.quote-img{
  width: 137px;
  height: 109px;
  padding-top: 11px;
}

#index-br img.l{
  margin-top: -15px;
  display: block;
}

#index-br span.b{
  color: #004496;
}

#index-bl ul{
  margin: 10px 0 10px 0px;
  color: #91278f;
  line-height: 1.7em;
  width: 180px;
}
#index-bl ul li{
  width: 180px;
  margin-left: 10px;
  margin-bottom: 0px;
}

#index-bl a.r{
  margin-right: 10px;
  text-decoration: underline;
}

#index-bl a:hover.r{
  text-decoration: underline;
  color: #003e88;
}
#left-col #index-bl p{
  font-size: 90%;
  line-height: 1.2em;
  padding-left: 10px;
}





/* Right Col ----------------------------------------------------------------------- */



#right-col{
  float: right;
  display: inline;
  padding-top: 10px;
  margin-right: 27px;
  width: 233px;
  background: url("/img/bg-right-col.png") repeat-x;
  color: #91278f;
  height: 700px;
  overflow: visible;  
}

#admin-title{
	display: none;
}
#admin-page #admin-title{
	display: block;	
	font-size: 1.3em;
	color: #1f4195;
	position: relative;
	top: 100px;
	left: 500px;
}
#admin-page #nav{	
	float: none;
}
#admin-page #nav ul{
	display: none;
}
#admin-page ul li.bor-bot{
	margin-bottom: .5em;
	border-bottom: 1px solid #1f4195;
	padding-bottom: .5em;
}
#admin-page .input textarea{

}
#admin-page #left-col form{
	margin: 0px;
	padding: 0px;
	width: 450px;
}

#admin-page #top-add-this {
	display: none;
}

#right-col h2.admin-nav-head{
	margin: 15px;
  text-align: center;
}

#right-col p{
  font-size: .88em;
}

#right-col a{
  color: #91278f;
}

#right-col img.click-call{
  margin: 0 0 10px 25px;
  position: static;
}

#right-col img.watch-tutorial{
  padding-top: 15px;
  margin-left: 5px;
}

#right-col.index{
  background: url("/img/bg-right-col-index.png") repeat-x;
}

#right-col div#location{
  background: url("/img/bg-location.png") no-repeat;
  height: 215px;
}

#right-col form{
  color: #91278f;
  font-size: .92em;
  margin-bottom: 15px;
}

#right-col form select{
  width: 169px;
  height: 18px;
  margin: 0 33px 15px 31px;
  margin-bottom: 15px;
  border: 1px solid #1d4094;
  color: #91278f;
  font-size: .92em;
}

#right-col form input{
  width: 169px;
  padding: 3px;
  margin-left: 33px;
  margin-bottom: 15px;
  display: inline;
  border: 1px solid #1d4094;
  color: #91278f;
  font-size: .92em;
}

#right-col form input.zip{
  position: relative;
  z-index: 10;
}

#right-col form input.submit{
  float: right;
  margin:0px 70px 10px 0px;
  color: #fff;
  font-weight: bold;
  width: 93px;
  height: 27px;
  border: 0px;
  cursor: pointer;
  padding: 0px;
  position: relative;
  z-index: 15;
}

#right-col #req-info input#request_name, #right-col #req-info input#request_email{
  width: 160px;
}

#right-col #req-info input.continue{
  width: auto;
  height: auto;
  float: right;
  position: relative;
  border: 0;
  color: #fff;
  cursor: pointer;
}

#right-col p{
  padding: 0 25px 10px 40px;
}

#left-col{
  width: 530px;
  padding-top: 20px;
  margin-left: 44px;
  margin-right: 10px;
}

#left-col h1 { margin: 0 0 15px 0; }
#left-col h2 { margin: 0 0 15px 0; }

#left-col p{
  padding: 0 20px 5px 27px;
  color: #585753;
}
#left-col form { padding: 0 0 5px 27px; }

#left-col div#font-change{
  width: 93px;
  float: right;
  margin-right: 20px;
  color: #91278f;
}

#left-col div#font-change a{
  width: 16px;
  height: 16px;
  float: left;
  margin-left: 10px;
  color: #91278f;
  border: 2px solid #91278f;
  text-align: center;
  text-decoration: none;
}

#left-col div#font-change p{
  color: #91278f;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
  font-size: .88em;
}

#left-col div#font-change a:hover{
  color: #fff;
  border-color: #fff;
  background: #91278f;
}

#left-col .small{ font-size: 10px;}
#left-col .medium{ font-size: 12px;}
#left-col .large{ font-size: 14px;}

#left-col a{
  color: #91278f;
}
#left-col a:hover {
  text-decoration: none;
  color: #003e88;
}

#left-col div.img-box{
  width: 168px;
  float: left;
  margin-right: 15px;
}

#left-col div.img-box p.caption{
  color: #91278f;
  background: #dfc0df;
  font-style: italic;
  padding: 10px;
  font-size: .88em;
}

#left-col p.blue{
  color: #003e88;
}

#left-col ul{
  color: #003e88;  
  padding: 5px 5px 5px 25px;
  margin-bottom: 10px;
  /*background: #EDFBE9;*/
  background: url("/img/bg-list.gif") repeat-x top;
  margin-right: 25px; 
  border-top: 1px solid #EAEAEA;
}

#left-col li{
  position: static;
  margin-left: 10px;
  width: 400px;
  color: #585753;
  width: auto;
  margin-bottom: 7px;
}

#left-col li span.b{
  /*color: #91278f;*/
  color: #3d8d58;
}

#left-col table.medserv{
  width: 500px;
  margin: 0 auto;
}

#left-col table.medserv td{
  vertical-align: middle;
}

#left-col table.medserv td.feature{
  width: 360px;
  padding: 2px 10px;
  text-align: left;
}

#left-col table.medserv td.top{
  border-bottom: 1px solid #ccc;
  background: #eee;
  font-weight: bold;
  text-align: center;
}

#left-col table.medserv td.checkbox{
  width: 60px;
}

#left-col table.medserv tr.even td{
  background: #efefef;
}

#left-col table.medserv tr.even td.checkbox{
  background: #fff;
}


/**************************/

#left-col ul.news-items {
  list-style: none;
  padding: 0;
}
#left-col ul.news-items li {
  margin: 4px 0;
}

#left-col p.testimonial {
}
#left-col p.testimonial .says {
  font-weight: bold;
  color: #922790;
}
#left-col p.testimonial .quote {
  font-size: 1.4em;
}

#left-col ul.service-tasks li {
  margin: 2px 0;
}

#left-col ul.service-areas li {
  margin: 2px 0;
}

#left-col ul.payment-options li {
  margin: 2px 0;
}

#left-col ul.benefits li {
  margin: 2px 0;
}

#left-col dl.medserv {
  margin: 0em;
}
#left-col dl.medserv dt {
  color: #922790;
}
#left-col dl.medserv dd {
  margin-left: 11em;
}

#left-col p.faq {
  border: 1px solid #DDDDDD;
  background: #FCFCFC;
  padding: 5px;
}
#left-col p.faq .question {
  color: #1b3f94;
  font-weight: bold;
}
#left-col p.faq .answer {
}

#left-col ul.resources {
  list-style: none;
  padding: 0;
}
#left-col ul.resources li {
  margin: 3px 0;
}

#left-col ul.articles {
  list-style: none;
  padding: 0;
}
#left-col ul.articles li {
  margin: 3px 0;
}

/**************************/

#footer{
  height: 109px;
  background: url("/img/bg-footer.png") no-repeat;
  text-align: center;
  color: #8a8883;
}

#footer a{
  position: relative;
  color: #8a8883;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
  color: #003e88;
}

#footer div#text-nav{
  padding-top: 20px;
}

#footer div#text-nav a{
  font-weight: bold;
  font-size: 0.86em;
}

#footer p{
  margin-top: 5px;
  font-size: .88em;
}
#FranchiseeSearchForm #FranchiseeState{
  border: 1px solid #1b3f94;
}
#FranchiseeSearchForm input.submit{
  background: url("/img/bg-submit.gif");
  width: auto;
  margin-left: 33px;
  color: #fff;
  font-weight: bold;
  margin-left: 0px;
  font-size: 90%;
}
a.faq-anchor{
  display: block;
  line-height: 2em;
  background: #EEEEEE;
  margin: 3px;
  padding-left: 8px;
}
a.faq-anchor:hover{
  background: #FFFFFF;
}
#right-col form input#FranchiseeZip{
  width: 160px;
}
#location-text{
  margin-top: 0px;
}
#right-col form#FranchiseeSearchForm {
  margin-bottom: 0px;
}
.img-bor img{
  /*border: 3px double  #999999;*/
}

.img-bor{
  display: block;
  float: right;
  border-left: 15px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
#tl-l{
   float: left;
}
#tl-r{
   float: right;
}
ul#tl-l, ul#tl-r{
  width: 170px ;
  margin-bottom: 20px;
}
.back-top{
  float: right;  
}
a#top-anchor{
  position: absolute;
  top: 0px;
  left: 0px;
  text-decoration: none;
}


form#styled-form {
  /*background: #E4ECF6;*/
  background: url('/img/form-bg.gif') repeat-y;
  margin: 0px;
  padding: 0px;
  margin-left: 25px;
}
form#styled-form .input{
	position: relative;
	height: 36px;
	margin: 0;
}
form#styled-form .input  label{
  width: 200px;
  text-align: right;
  position: absolute;
  right: 270px;
  color: #6D6F71;
  font-size: 95%;  
  margin-top: 3px;
}
form#styled-form .input input, form#styled-form .input select,  form#styled-form span.select{
  position: absolute;
  left: 220px;
  z-index: 10;
}
form#styled-form input.check{
  width: auto;
  top: 0px;
  float: right;
}

form#styled-form div#location{

}
form#styled-form fieldset{
  width:485px;
  clear: none;
  float: none;
  margin: 0px;
  padding: 0px;

}  
form#styled-form legend{
    clear: none;
    float: none;
    background: url('/img/bg-contact-head.png') no-repeat ;
	line-height: 46px;
	padding-left: 20px;
	position: relative;
	left: -10px;
}

form#styled-form  .form-box{
  padding-top: 20px;
  border: 1px solid #DDDDDD;
  background: #F7F7F7;
  clear: left;
}
form#styled-form  .checkboxes .input{
  width: 110px;
  position: relative;
  float: left;
  margin-left: 20px;
}
form#styled-form  .checkboxes .input input.styled{
  position: absolute;
  left: -10px;
}
form#styled-form  .checkboxes .input label{
	position: absolute;
	left: 18px;
	text-align: left;
}
form#styled-form  input.submit{
  width: auto;
  color: #fff;
  font-weight: bold;
  margin-left: 0px;
  font-size: 90%;
  float: right;
  width: 153px;
  height: 50px;
}
form#styled-form legend{
  margin-bottom: 1em;
  color: #962F94;
}

#bwm-copy #subnav{
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #eaeaea;
  padding: 4px 10px 6px 0;  
  font-size: 90%;
  background: url("/img/bg-sub.jpg") repeat-x bottom;
  /*position: relative;
  top: -14px;*/
  text-align: center;
  line-height: 2em;
}

form#styled-form input.newbg {
  padding: 5px 40px 0px 5px;
  background: transparent  url("/img/input.jpg") no-repeat top left;
  border: 0px;
  width: 247px;
  height: 30px;
  font-size: 13px;
}
form#styled-form input.newbg1 {
  padding: 5px 40px 0px 5px;
  background: transparent  url("/img/input.jpg") no-repeat top left;
  border: 0px;
  width: 247px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
}
form#styled-form textarea.newbg {
  padding: 5px 20px 30px 5px;
  background: transparent  url("/img/textbox.jpg") no-repeat;
  border: 0px;
  width: 433px;
  height: 201px;
  font-size: 11px;
  font-family: helvetica, sans-serif;

}


form#styled-form p.form-p{
	width: 450px;
	margin: 0px;
}
span.req{
	color: #962F94;
	font-weight: bold;
}
form#styled-form p.m-t{
	margin-top: 20px;
}
form#styled-form .input textarea{
	position: absolute;
	left: 25px;
	overflow:auto;
}
form#styled-form .textbox{
	height: 200px;
}
form#styled-form  .und-sub{
	height: 20px;
}


#contact-right{
	margin: 0px 10px 0px 10px;
	font-weight: bold;
	color: #922790;
}
#contact-right span{
	color: #666666;
	font-weight: normal;
}
#contact-right ul{
	list-style-type: square;
}
#contact-right li{
	margin: 5px 0px 10px 0px;
}
img.icon{
	vertical-align: middle;
}
#apply-today-list{
	list-style-type:none;
}
form#styled-form   .input label, form#styled-form   .input input{
	z-index: 10;
}
div.error-message{
	color: #922790;
	clear: both;
	float: none;
	font-size: 85%;
	margin: 0px 0px 0px 10px;
	padding: 0px 350px 0px 5px;
	position: relative;
	top: -5px;
	border: 2px solid #922790;
	z-index: 5;
	height: 36px;
}
#call-form , #call-form form#styled-form{
	background: #E4ECF6;
	
}
#call-form form#styled-form fieldset{
	width: 540px;
	padding-bottom: 20px;
}
#call-form form#styled-form .input  label{
  right: 248px;
  font-weight: normal;
}
#call-form form#styled-form .input input{
  left: 275px;
}
#call-form div.error-message{
	padding: 0px 400px 0px 5px;
}
form#styled-form .input select{
	width: 245px;
	left: 220px;
	border: 0px;
}

#right-col div.serv-top, #right-col div.serv-bot, #right-col div.serv-area{
	width: 242px;
	position: relative;
	left: -15px;
}

#right-col div.serv-top{
	background: url('/img/serv-top.png') no-repeat;
	height: 16px;
}
#right-col div.serv-bot{
	background: url('/img/serv-bottom.png') no-repeat;
	height: 16px;	
	margin-bottom: 12px;
}
#right-col div.serv-area {
  	margin:0px;
	padding: 0px;	
	color: #003e88;
	font-weight: bold;
	background: url('/img/serv-mid.png') repeat-y;
}
#right-col div.serv-area p{
	padding: 0px;
	margin: 0px 15px 0px 18px;
	line-height: 1.3em;
	font-size: 1.0em;
	text-align: center;
}
#right-col div.serv-area h1 {
	display: block;
  	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
	margin: 0 10px;
	padding: 0px 0px .2em 0px;
}
.video-div{
	text-align: center;
	margin: 10px 0px 40px 0px;
	position: relative;
	z-index: 1;
}
#left-col h1 a, #left-col h1 a:hover{
	text-decoration: none;
	color: #1b3f94;
}
.vid-link{
	float: left;
	margin: 0px 30px 30px 0px;
}
.actions li img{
	vertical-align: middle;
}
ul.actions li a:hover{
	color: #1b3f94;
	text-decoration: none;
}
a.cancel{
	display: block;
	margin: 0px 0px 40px 45px;
}

.cancel{
	margin-left: 16px;
	font-size: 1.1em;
}
#admin-page .indent{
	margin-left: 22px;
}
#admin-page .checkboxes .input{
	position: relative;
	height: 1.4em;
}
#admin-page .checkboxes input{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#admin-page .checkboxes label{
	position: absolute;
	left: 20px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#alertbox {
	border: 3px red solid;	
}

small {
font-size:12px;
margin: 3px 0;
}

.post h2 a{
margin-bottom:0;
text-decoration:none;
}

.navigation {
margin-bottom:10px;
}

.post img {
float:left;
margin:0 10px 10px 0;
}

.entry { margin-top:10px;}

#right-col #sidebar ul li form input {margin-left:0; padding:3px 0;}

#right-col #sidebar ul li label {margin-bottom:10px;}
