/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/specialtyhomecareservices.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6823 $
$LastChangedDate: 2009-11-17 11:33:47 -0500 (Tue, 17 Nov 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
	background: url(../images/bk.gif);
}

p, div, table
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.75em;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	text-align: left;
}

.blue
{
	color: #024766;
}

.green
{
	color: #79C690;
}

.horizLine
{
	display: block;
	height: 1px;
	margin: 5px 0;
	border-top: 1px dotted #79C690;
}

table
{
	border-collapse: collapse;
}

a
{
	color: #16495A;
}

a:hover
{
	color: #5096A6;
}

.noStyles
{
	display: none;
}

.noBorder
{
	border: 0;
}

.noMargin
{
	margin-bottom: 0 !important;
}

h1, h2, h3, h4
{
	font-weight: 900;
	margin-bottom: 0.25em;
}

h1
{
	font-size:1.7em;	
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
	color: #004E61;
}

h4
{
	
}

.imgLeft
{
	float: left;
	margin: 5px 10px 5px 0px;
}

.imgRight
{
	float: right;
	margin: 5px 0px 5px 10px;
}

.imgCenter
{
	margin: 0 auto;
	text-align: center;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
	display: block;
    margin: 10px auto;
	width: 992px;
	background: #7AC691;
	border: 1px solid #5096A6;
	padding: 2px;
}

#pageWrapper
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	background: #fff;
	border: 1px solid #004E61;
	_background: #fff url(../images/ie6leftcontent.gif) left repeat-y;
}

/* Page top. */

#pageTop
{
	color: #16495A;
	font-weight: bold;
}

/*
#pageTop .currentLocation
{
	float: left;
	color: #16495A;
	font-weight: bold;
	font-size: 12px;
	margin: 6px 0 0 10px;
	_position: absolute;
	_top: 0;
	_right: 360px;
}

#pageTop .currentLocation span
{
	margin-left: 20px;
}
*/

#pageTop .currentLocation
{
	float: right;
	color: #16495A;
	font-weight: bold;
	font-size: 12px;
	margin: 6px 10px 0 0;
	_position: absolute;
	_top: 0;
	_right: 10px;
}

#pageTop .currentLocation span
{
	margin-left: 20px;
}

#pageTop .currentLocation span.homeStates,
#pageTop .currentLocation span.homeStates a
{
	margin-left: 7px;
}

#pageTop .currentLocation span.homeStates a.first
{
	margin-left: 0px;
}

#pageTop #logoLinkRI
{
	display: block;
	width: 339px;
	height: 219px;
	background: url(../images/ri_logo.gif) no-repeat;
	float: left;
	position: relative;
	z-index: 1;
}

#pageTop #logoLinkMA
{
	display: block;
	width: 339px;
	height: 219px;
	background: url(../images/ma_logo.gif) no-repeat;
	float: left;
	position: relative;
	z-index: 1;
}

#pageTop #logoLinkCT
{
	display: block;
	width: 339px;
	height: 219px;
	background: url(../images/ct_logo.gif) no-repeat;
	float: left;
	position: relative;
	z-index: 1;
}

#pageTop .addressImg
{
	float: left;
}

#pageTop #rotator
{
	background: url(../images/rotator/rotator.php) no-repeat;
	display: block;
	width: 646px;
	float: left;
	position: relative;
	z-index: 1;
	_top: 30px;
}

#pageTop #rotator #contactInfo
{
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 175px;
	height: 149px;
	_height: 148px;
	letter-spacing: -1px;
	margin: 4px 10px 0 0;
	_margin: 5px 4px 0 0;
}

#pageTop #rotator #contactInfo ul
{
	list-style: none;
}

#pageTop #rotator #contactInfo .contactBr
{
	margin-bottom: 14px;
}

#pageTop #rotator #contactInfo .last
{
	margin-bottom: 0px;
	line-height:0;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu
{
	clear: right;
	width: 646px;
	height: 35px;
	background: #7AC691 url(../images/navbar.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.menu ul {
	width: 12.1em;
}

.menu li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
}

/* individual sizes of navigation blocks */

.menu li.home a
{
	padding: 4px 8px 4px 9px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.menu li.about a
{
	padding: 4px 7px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.menu li.locations a
{
	padding: 4px 19px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.menu li.services a
{
	padding: 4px 5px 4px 6px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.menu li.testimonials a
{
	padding: 4px 10px 4px 8px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.menu li.careers a
{
	padding: 4px 7px 4px 8px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.menu li.contact a
{
	padding: 4px 5px;
	margin-bottom: 3px;
	margin-bottom: 2px;
}

/* end sizing blocks */

.menu li ul a
{
	padding: 0 0 0 5px !important;
	margin: 0 0 0 0 !important;
	border-top: 1px solid #A1D8AE;
	border-left: 1px solid #A1D8AE;
	border-right: 1px solid #547A61;
	border-bottom: 1px solid #547A61;
}

.menu li li a
{
	*margin: -4px 0 0 0 !important;
	*border: 1px solid #547A61;
	_border-top: 1px solid #A1D8AE;
	_border-left: 1px solid #A1D8AE;
	_border-right: 1px solid #547A61;
	_border-bottom: 1px solid #547A61;
	_margin: 0 0 0 0 !important;
}

.menu li:hover>a {
	text-decoration: none;
	background: url(../images/hover.png) repeat-x;
	color: #004E61;
}

.menu a:hover {
	text-decoration: none;
}

.menu li li a:hover {
	background-image: none;
	background-color: #ADD6B5;
	color: #004E61;
}

.menu li li {	/* create borders around each item */
	background: #79C690;
	font-size: 0.75em;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/* Page Top Search */

#pageTop .search
{
	float: right;
	margin: 5px;
	position: realtive;
	z-index: 1px;
	_position: absolute;
	_top: 0;
	_right: 2px;
}

#pageTop .search .placeholder,
#pageTop .search #searchBox
{
	height: 14px;
	font-size: 0.8em;
	border: 1px solid #004E61;
	padding: 1px 0 0 2px;
	margin: 0 3px 0 3px;
	width: 175px;
}

#pageTop .search .searchImg
{
	position: relative;
	top: 3px;
}

#pageTop .search .button
{
	position: relative;
	top: 4px;
}



/* Page bottom. */

#pageBottom
{
    clear: both;
	width: 822px;
	background: url(../images/bordergrad.jpg) top no-repeat;
	margin-left: 157px;
	color: #024766;
	font-size: 12px;
	padding: 5px 0 8px 20px;
}

#pageBottom li
{
	list-style: none;
	display: inline;
}

#pageBottom .auxLinks .copyright
{
	margin-left: 150px;
}

#pageBottom .userInfo li
{
	font-size: 10px;
	margin-right: 80px;
}

#pageBottom .userInfo li.hitCount
{
	margin-right: 0px;
}

/* Page content. */

#pageContent
{
	clear: both;
	background: url(../images/leftcontent.gif) left repeat-y;
}

/* Left Content */

#pageContent #leftContent
{
	width: 167px;
	background: #D1EAD6 url(../images/leftgrad.jpg) top left repeat-x;
	float: left;
	position: relative;
	z-index: 1;
}

#pageContent #leftContent .imgCenter
{
	display: block;
	margin: 2px auto 5px auto;
}

#pageContent #leftContent .dotted
{
	display: block;
	height: 1px;
	width: 152px;
	border-top: 1px dotted #7AC691;
	margin: -5px 0 5px 10px;
	position: relative;
	z-index: 1;
	_margin: 8px 0 -20px 10px;
}

#pageContent #leftContent .dotted2
{
	display: block;
	height: 1px;
	width: 152px;
	border-top: 1px dotted #7AC691;
	margin: 0 0 5px 10px;
	position: relative;
	z-index: 1;
	_margin: 8px 0 -15px 10px;
}

#pageContent #leftContent img
{
	border: none;
}

#pageContent #leftContent img a
{
	padding: 0 0 0 0;
}

#pageContent #leftContent .seeLocations
{
	position: relative;
	top: -4px;
	_top: 4px;
}

/* Right Content */

#pageContent #rightContent
{
	float: right;
	width: 795px;
	position: relative;
	z-index: 0;
}

#pageContent #rightContent p
{
	margin-bottom: 18px;
}

#pageContent #rightContent ul
{
	margin-left: 20px;
	margin-bottom: 18px;
}

#pageContent #rightContent ol
{
	margin-left: 20px;
	margin-bottom: 18px;
}

#pageContent #rightContent
{
	padding: 10px;
}

#pageContent #rightContent h1.pageTitle
{
    margin-top: 0;
}

#pageContent #rightContent .locations
{
	font-weight: bold;
	margin-bottom: 10px;
}

#pageContent #rightContent .locations a img
{
	border: none;
}

#pageContent #rightContent .locations a img:hover
{
  filter:alpha(opacity=60);
  opacity:0.6;
}

#pageContent #rightContent .locations td
{
	width: 50%;
	vertical-align: top;
}

#pageContent #rightContent .locations p
{
	font-weight: bold;
	margin-bottom: 0;
}

#pageContent #rightContent .locations td.RI
{
	padding: 5px 25px 25px 10px;
}

#pageContent #rightContent .locations td.MA
{
	padding: 5px 5px 25px 25px;
}

#pageContent #rightContent .locations td.CT
{
	padding: 5px 25px 5px 10px;
}

#pageContent #rightContent .locations td.careersBoard
{
	padding: 5px 5px 5px 5px;
	background: #F4FBF4;
	border: 3px double #7EC18B;
}

#pageContent #rightContent .locations td.careersBoard .date
{
	font-size: 10px;
}

#pageContent #rightContent .cityImg
{
	float: right;
}

#pageContent #rightContent .testimonial
{
	margin-bottom: 4px;
}

#pageContent #rightContent .testimonialName
{
	color:#2E5C40;
	font-weight: bold;
	margin-left: 20px;
	font-size: .8em;
}

#pageContainer.home #pageContent #rightContent .testimonialName
{
	color:#2E5C40;
	font-weight: bold;
	margin-left: 0px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

/* Homepage Services */

#pageContainer.home #pageContent #rightContent #serviceColumn
{
	float: right;
	padding: 5px 10px;
	margin: 5px 0px 5px 10px;
	background: #F5FAF5;
	border: 3px double #7AC691;
	width: 440px;
}

#pageContainer.home #pageContent #rightContent .service
{
	clear: both;
	width: 440px;
}

#pageContainer.home #pageContent #rightContent .service img
{
	position: relative;
	top: -10px;
}

#pageContainer.home #pageContent #rightContent .horizLine
{
	margin: 10px 0 5px 0;
	_margin: 10px 0 -15px 0;
}

#pageContainer.home #pageContent #rightContent .service p
{
	margin-bottom: 5px;
}

#pageContainer.home #pageContent #rightContent .service ul
{
	margin-left: 0px;
}

#pageContainer.home #pageContent #rightContent .service li
{
	list-style-type: none;
	display: inline;
}

#pageContainer.home #pageContent #rightContent .service ul.servicesLinks
{
	margin-bottom: 5px;
}

#pageContainer.home #pageContent #rightContent .service li.linkSpacer
{
	margin: 0 3px;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    width: 175px;
    height: 1.75em;
    vertical-align: middle;

}

form td.field
{
    vertical-align: middle;
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: 0 0 0 0 !important;
    padding: 0;
	font-weight: bold;
	font-size: 12px;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}

/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}
