/*  
There are two linked CSS Docs associated to this file: mac.css and nt.css
Based on the output of a browser detection script on the layout.phtml file
	
	::::::::::::::::::
        MAIN TAGS 
	::::::::::::::::::  

*/

/*---------------- Color Layout ---------------

	::::::::::::::::::
      HEX COLOR KEY 
	::::::::::::::::::
	 
	Lighter Blue (text) - #5489B8
	Darker Purple (nav) - #
	Lighter Gray (borders) - #B3B3B3
	

*/

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

html {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	background:#404040 url(../images/layout/bg-grad.jpg) repeat-x;
	color:#333333;
	height:100%;
}

iframe:focus, img:focus, a:focus, form:focus, div:focus, *:focus {
	outline:0;
}

a:link {  
	text-decoration: none; 
	color: #333333;
}

a:visited { 
	text-decoration: none;
	color: #333333;
}

a:hover, a:active { 
	color: #666666;
	text-decoration:none;
}

img {
	border:0px;
}

h1, h2, h3 {
	margin:0px;
	padding:0px;
}

h1 {
	
}

h2 {
	font-size:18px;
	font-weight:lighter;
}

h3 {
	font-weight:lighter;
}

/*---------------- Utility Classes ---------------*/

.clear, .clrs {
	clear:both;
}

.float-right, .right-content, .fr {
	float:right;
}

.float-left, .left-content, .fl {
	float:left;
}


/*---------------- Layout ---------------*/

#wrapper {
	height:100%;
}
#site-container {
	margin:auto;
	background:url(../images/layout/drop-shadow.png) no-repeat;
	width:800px;
	height:598px;
	padding:15px 29px 29px 15px;
	position:relative;
}

#header {
	height:111px;
	padding-bottom:7px;
}

#logo {
	float:left;
	width:326px;
	height:111px;
	position:relative;
	z-index:1;
}

#content-bg {
	position:absolute;
	z-index:2;
	width:800px;
	height:566px;
	top:15px;
	left:15px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
#content-bg a {
	display:block;
	width:326px;
	height:111px;
}
#content {
	padding-left:332px;;
	height:448px;
	position:relative;
	z-index:3;
	overflow:hidden;
}

#footer {
	background:#333333 url(../images/layout/footer-bg-tile.jpg) repeat-x;
	height:25px;
	margin-top:7px;
	color:#808080;
	font-size:10px;
}
#footer a {
	color:#BFBFBF;
}

#footer div {
	width:auto;
}
#footer .fr {
	text-align:right;
}
#footer .fl {
	margin-top:7px;
	margin-left:10px;
}

.submit-job, .submit-resume {
	display:block;
	float:left;
	padding-top:7px;
	height:18px;
	text-align:center;
}
.submit-job {
	border-right:1px solid #BFBFBF;
	background:url(../images/layout/submit-job-bg.jpg) no-repeat 0px -25px;
	width:152px;
}
.submit-resume {
	background:url(../images/layout/submit-resume-bg.jpg) no-repeat 0px -25px;
	width:100px;
}
.submit-resume:hover, .submit-job:hover {
	background-position:0px 0px;
}

#copyright {
	color:#999999;
	font-size:10px;
	margin:20px 0px 0px 10px;
}

/*---------------- Navigation ---------------*/

#nav-holder {
	float:right;
	width:468px;
	height:111px;
	background:#3C183D url(../images/layout/nav-bg.jpg) no-repeat;
	position:relative;
	z-index:3;
}

#nav-bar {
	background:url(../images/nav/nav-tile.jpg) repeat-x;
	height:18px;
	position:absolute;
	bottom:0px;
}

#navlist {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	
}
#navlist li {
	margin:0px;
	padding:0px;
	float:left;
}

#navlist li .main_btn a, #navlist li .main_btn_current a {
	background:url(../images/nav/nav-over.jpg) no-repeat;
	font-size:11px;
	background-position:0px -25px;
	display:block;
	width:92px;
	height:14px;
	overflow:hidden;
	
	padding:4px 0px 0px 0px;
	color:#948294;
	text-align:center;
	
	border-right:#8B768B solid 1px;
	border-left:#2E0726 solid 1px;
}
#navlist li .main_btn a:hover, #navlist li .main_btn_current a {
	background-position:0px 0px;
	color:#FFFFFF;
	text-decoration:none;
}
#navlist .main_btn, #navlist .main_btn_current a {
	overflow:hidden;
}

#navlist li.first a {
	border-left:none;
}
#navlist li.last a {
	border-right:none;
}


/*----------------------------------------------*/
/*---------------- Content Areas ---------------*/
/*----------------------------------------------*/

/*---------------- Home ---------------*/

#home {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
}
#home h2 {
	line-height:22px;
}
#home p {
	padding-left:170px;
	line-height:16px;
	margin-top:0px;
}
#home .celeb, #home .article {
	padding:10px 0px;
	margin-left:218px;
	font-size:10px;
	text-align:center;
	line-height:16px;
}
#home .celeb {
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	background:url(../images/content/home/CelebStaffMag.jpg) no-repeat right 10px;
	padding-right:70px;
	width:160px;
}
#home .article {
	width:150px;
	border-bottom:1px solid #808080;
	background:url(../images/content/home/articleImage.png) no-repeat -10px bottom;
	padding-left:80px;
}

.gold {
	color:#9F8300;
	font-size:12px;
}
.read {
	background:url(../images/content/home/read-bg.png) no-repeat center center;
}
.t2008 {
	background:url(../images/content/home/2008-bg.png) no-repeat center center;
	font-size:14px;
}
.download {
	border-bottom:1px solid #808080;
	width:210px;
	margin-left:218px;
	padding:10px 10px;
}
.download a {
	font-size:10px;
	color:#595959;
}



/*---------------- How we work ---------------*/


#work h2 {
	color:#5489B8;
	margin-bottom:20px;
}
#work p {
	line-height:16px;
}
#work .fr, #work .fl {
	width:200px;
	margin:30px 20px 0px 20px;
}
#work .fr {
	margin-right:10px;
	margin-left:0px;
}



/*---------------- History ---------------*/

#history {
	width:344px;
	padding-left:100px;
	padding-top:80px;
}
#history p {
	margin:8px 0px;
	line-height:16px;
}
#history img {
	margin-bottom:6px;
}
#history .bio {
	border-top:2px solid #B3B3B3;
	border-bottom:2px solid #B3B3B3;
	height:182px;
	background:url(../images/content/history/history-info-tile.jpg) repeat-x;
}
#history .bio .carol {
	background:url(../images/content/history/history-label-tile.jpg) repeat-x bottom left;
	float:left;
	width:99px;
	height:182px;
	font-size:10px;
	color:#BFBFBF;
	text-align:center;
}
#history .bio .info {
	float:right;
	width:233px;
	padding:12px 0px 0px 12px;
	line-height:16px
}

/*---------------- Job Listings ---------------*/

#listings {
	padding-top:50px;
}
#listings h2 {
	margin:0px 10px 10px 10px;
}
#scrollable {
	position:relative;
	height:370px;
	overflow:hidden;
}
#jobs {
	overflow:auto;
	height:370px;
}
#jobs h3 {
	color:#5489B8;
	font-size:14px;
	margin-bottom:6px;
}

#jobs .gray, #jobs .white {
	padding:10px 0px 10px 20px;
	line-height:14px;
}

#jobs .gray {
	background:#EEEEEE url(../images/content/listings/jobs-gray-tile.png) repeat-x;
	border-top:2px solid #B3B3B3;
	border-bottom:2px solid #B3B3B3;
}


/*---------------- Contact ---------------*/

#contact {
	padding-top:70px;
}
#contact h2 {
	margin-left:20px;
}
.contact-info {
	border-top:2px solid #B3B3B3;
	margin-top:6px;
}

.contact-row {
	border-bottom:2px solid #B3B3B3;
	height:57px;
	background:url(../images/content/contact/contact-sec-tile.jpg) repeat-x;
}
.contact-row .label {
	float:left;
	width:60px;
	height:34px;
	
	border-right:2px solid #B3B3B3;
	
	padding-top:23px;
	padding-left:20px;
}
.contact-row .info {
	width:auto;
	height:28px;
	margin-left:100px;
	padding-top:17px;
}

#forms {
	padding:40px 10px;
}
#forms p {
	margin:10px;
	font-size:14px;
	line-height:18px;
}
#forms a {
	font-size:14px;
}



/*  ::::::::::::::::::
      jScrollPane
	::::::::::::::::::  */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #B3B3B3;
}
.jScrollPaneDrag {
	position: absolute;
	background:#333333;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/team/scrollArrow_up.gif) no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-position:0px -15px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/team/scrollArrow_down.gif) no-repeat;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-position:0px -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position:0px -30px;
}
/*  ::::::::::::::::::
      YUI SPECIFIC
	::::::::::::::::::  */

/* ------- Services Overview panel ------- */

#services-panel {
		
}
#services-panel h2 {
	width:370px;
	margin:10px;
	color:#333333;
}
#services-panel ul {
	display:block;
	margin:0px 10px;
}
#services-panel ul li {
	font-size:12px;
	list-style:disc inside;
	padding-left:12px;
	margin-top:6px;
	color:#333333;
}

#services-panel hr {
	margin:16px 0px;
	background:#808080;
	border:none;
	height:1px;
}
#services-panel .celeb {
	padding:0px 0px 0px 60px;
	font-size:9px;
	text-align:center;
	line-height:16px;
	width:164px;
	background:url(../images/content/home/CelebStaffMag.jpg) no-repeat 0px 4px;
	border-right:1px solid #808080;
	float:left;
}
#services-panel .article {
	width:144px;
	background:url(../images/content/services/CarolArticle_ServiceOverview.jpg) no-repeat 10px 10px;
	padding-left:80px;
	text-align:center;
	line-height:16px;
	float:left;
}
#services-panel .article a, #services-panel .celeb a {
	font-size:10px;
}

#services-panel .article, #services-panel .celeb {
	height:100px;
}

/* ------- Childcare panel ------- */

#helpers-panel {
	background:url(../images/content/services/childcareDog.png) no-repeat bottom right;
}
#helpers-panel h2 {
	color:#00436D;
}

/* ------- Housekepers panel ------- */

#maintenance-panel .custom-btn {
	padding:4px 0px;
	font-size:9px;
}
#maintenance-panel h2 {
	color:#175E8E;
}

/* ------- Elderly panel ------- */

#elderly-panel {
	background:url(../images/content/services/elderGlasses.png) no-repeat bottom right;
}
#elderly-panel h2 {
	color:#5489B8;
}

/* ------- Chef panel ------- */

#cooks-panel {
	background:url(../images/content/services/chefpageFood.png) no-repeat bottom right;
}
#cooks-panel h2 {
	color:#88ADCB;
}
#cooks-panel .custom-btn {
	margin-top:18px;
}


#accord-wrapper {
	height:448px;
	overflow:hidden;
}
#accord-container {
	height:448px;
	overflow:hidden;
}

.accord-panel {
	height:343px;
	overflow:hidden;
	/*padding-bottom:10px;*/
}
.accord-panel h2 {
	font-size:15px;
	color:#00436D;
	margin-bottom:4px;
}
.accord-panel p {
	line-height:13px;
	margin-bottom:10px;
	font-size:10px;
}
.accord-panel .fr, .accord-panel .fl {
	width:200px;
	margin:10px 20px 0px 20px;
}
.accord-panel .fr {
	margin-right:10px;
	margin-left:0px;
}

.custom-btn {
	background:url(../images/content/services/custom-btn-tile.jpg) repeat-x;
	border:1px solid #999999;
	text-align:center;
	padding:4px 20px;
	display:block;
	color:#745A74;
	height:25px;
	font-size:10px;
}
.custom-btn:link {
	color:#745A74;
}
.custom-btn h6 {
	color:#808080;
	font-size:8px;
	margin-bottom:3px;
}




/*
ACCORDION CONTAINER & ACCORDION PANE
 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.yui-accordionview {
	margin-bottom: 1.5em;
}
.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle {
	background:none;
	border:0;
	border-bottom:1px #FFFFFF solid;
}
.yui-accordion-toggle .indicator {
	display:none;
	visibility:hidden;
}
.yui-accordion-toggle.active .indicator {
	display:none;
	visibility:hidden;
}

.yui-accordion-toggle{
	text-align:left;
}

.yui-accordion-content{
	border:0px;
	background:none;
	padding:10px 0px;
}

.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:link, .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:link { 
	/*font-weight: bold;*/ 
	text-decoration: none; 
	color: #FFFFFF;
}
.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:visited,  .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:visited { 
	/*font-weight: bold;*/ 
	text-decoration: none;
	color: #FFFFFF;
}
.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:hover,  .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:hover,  .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:active,  .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:active { 
	text-decoration: none;
	color: #FFFFFF;
}

.yui-accordionview div.yui-accordion-content {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.hidden {
	visibility: hidden;
	height:0px;
	position: absolute;
}

.almosthidden {
	position: absolute;
	left: -9999px;
	z-index: -10;
}

.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle {
	display: block;
	border-bottom: 1px #FFFFFF solid;
	background:url(../images/content/services/accord-bar-tile.jpg) no-repeat;
	padding: 6px 0px 2px 20px;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	height:12px;
	text-align:left;
}

.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active {
	border-color: #243356;
	border-bottom: 1px #FFFFFF solid;
	color: #FFFFFF;
	text-decoration: none;
	/*background:url(../images/layout/accordion_dotmarker.gif) no-repeat 2px 10px;*/
}

#yui-gen0-1-label {
	background-position:0px 0px;
}
#yui-gen0-2-label {
	background-position:0px -20px;
}
#yui-gen0-3-label {
	background-position:0px -40px;
}
#yui-gen0-4-label {
	background-position:0px -60px;
}
#yui-gen0-5-label {
	background-position:0px -80px;
}

#yui-gen0-1-label.active {
	background-position:-468px 0px;
}
#yui-gen0-2-label.active {
	background-position:-468px -20px;
}
#yui-gen0-3-label.active {
	background-position:-468px -40px;
}
#yui-gen0-4-label.active {
	background-position:-468px -60px;
}
#yui-gen0-5-label.active {
	background-position:-468px -80px;
}