@import url("/style/frontend.css");
@import url("/style/nav.css");

/*
-----------HTML Elements---------
*/
body {
	background: #d8ce9c url(/themes/AlbrightCare/images/bg-main.gif) left top repeat-x;
}
body, td, th, li, p {
	color: #000;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

a {	
	color: #305281;
}
a:hover {
	color: #4b74ad;
	text-decoration: none;
}

p, ul, ol, table { 
	margin: 0 0 1em 0; 
}
ul {
	margin-left: 25px;
}
ol {
	margin-left: 30px;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
	color: #335384;
}
h1 {
	font-size: 26px;
	letter-spacing: -1px;
}
h2 { 
	font-size: 18px;
	letter-spacing: -1px;
	color: #679889;
}
h3 {
	margin: 0 0 .5em 0;
	font-size: 16px;
	color: #9F9463;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #679889;
}
h5 {
	margin: 0 0 0.5em 0;
	font-size: 12px; 
}
.formDisplay th {
	font-weight: bold;
	text-align: right;	
	padding: 0 5px 0 0;
	width: 120px;
}
blockquote {
	margin: 0 0 0 30px;
}
big {
	font-weight: bold;
	color: #6A798A;
}
/*
-----------Site-wide Tags-----------
*/
.altRow {
	background: #ccc;
}
.imgLt {
	margin: 0 1.25em 1em 0;
}
.imgRt {
	margin: 0 0 1em 1.25em ;
}

.top {top: 0;}

.btm {bottom: 0;}

.rt {right: 0;}

.lt {left: 0;}

.hr {
	margin: 5px 0 4px 0;
	border-top: 1px solid #efefef;
}

/*
-----------Mojo Btn-----------
*/
.mojoBtn, .mojoBtn span {
	display: inline-block;
	*display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtn {
	padding-left: 6px;
	color: #fff;
	background: url('/themes/AlbrightCare/images/mojobtn-left.gif') top left no-repeat;
	text-transform: uppercase;
}
.mojoBtn:hover {
	color: #fff;
	opacity: 0.70;
  filter: alpha(opacity=70);
}
.mojoBtn span {
	padding-right: 8px;
	background: url('/themes/AlbrightCare/images/mojobtn-right.gif') top right no-repeat;
}
.mojoBtn span span {
	padding: 2px 9px 6px 9px;
	background: url('/themes/AlbrightCare/images/mojobtn-bkgd.gif') top center repeat-x;
}

/*
-----------Page Layout-----------
*/
#header, #navWrap, #pageContent, #footer {
	margin: 0 auto;
	width: 960px;
}
.inner_page .content {
	padding: 15px 23px 10px 37px;
	float: none;
}
#normandie .inner_page .content, #riverwoods .inner_page .content, #warriorrun .inner_page .content, #sliferhouse .inner_page .content, #albrightlife-lancaster .inner_page .content, #albrightlife-lc .inner_page .content {
	padding-top: 30px;
}
#pageWrap {
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	background: url('/themes/AlbrightCare/images/bg-waves.jpg') center top no-repeat;
}
#pageContent {
	position: relative;
}
.secPage #pageContent { 
	padding-bottom: 15px;
	background: url('/themes/AlbrightCare/images/box-btm.gif') 0 bottom no-repeat;
}
#mainContent {
	width: 958px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	background: #fff;
}
#donateSection #mainContent {
	border: none;	
}
.secPage #mainContent {
	/* Start min-width */
	min-height: 382px;
  height: auto !important;
  height: 382px;
	/* End min-width */
	border-bottom: none;
}
#normandie.secPage #mainContent, #riverwoods.secPage #mainContent, #warriorrun.secPage #mainContent, #sliferhouse.secPage #mainContent, #albrightlife-lancaster.secPage #mainContent, #albrightlife-lc.secPage #mainContent {
	/* Start min-width */
	min-height: 359px;
  height: auto !important;
  height: 359px;
	/* End min-width */
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	height: 118px;
}
#header .logo {
	position: absolute;
	top: 28px;
	left: 40px;
}
#riverwoods #header .logo {
	top: 15px;
	left: 18px;
}
#normandie #header .logo {
	top: 15px;
	left: 35px;
}
#sliferhouse #header .logo {
	top: 13px;
	left: 30px;
}
#warriorrun #header .logo {
	top: 7px;
	left: 80px;
}
#albrightlife-lancaster #header .logo, #albrightlife-lc #header .logo {
	top: 4px;
	left: 36px;
}
#header a {
	color: #fff;
}

/*
----------Albright Header Nav Styling----------
*/
#header .nav {
	position: absolute;
	background: none;
	margin: 0;
	width: auto;
}
#header #headerNav {
	top: 86px;
	left: 289px;
	height: 33px;
}
#header .nav a em {
	font-style: normal;
}
#header #headerNav li {
	background: url('/themes/AlbrightCare/images/tab-lt.gif') left 0 no-repeat;
	padding-left: 5px;
	margin-right: 10px;
}
#header #headerNav a {
	display: block;
	color: #000;
	font-weight: normal;
	background: url('/themes/AlbrightCare/images/tab-rt.gif') right 0 no-repeat;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#header #headerNav a em {
	display: block;
	background: url('/themes/AlbrightCare/images/tab-mid.gif') 0 0 repeat-x;
	margin-right: 5px;
	padding: 7px 10px;
}
#headerNav li:hover, #albrightcare #headerNav li.first {
	background-image: url('/themes/AlbrightCare/images/tab-lt-o.gif');
}
#headerNav a:hover, #headerNav li:hover a, #albrightcare #headerNav li.first a {
	background-image: url('/themes/AlbrightCare/images/tab-rt-o.gif');
}
#headerNav a:hover em, #headerNav li:hover a em, #albrightcare #headerNav li.first a em {
	background-image: url('/themes/AlbrightCare/images/tab-mid-o.gif');
}

/*
----------Sub Header-----------
*/
#subHeader, .boxTop {
	display: none;
}
#albrightcare #subHeader {
	display: block;
}
#albrightcare .boxTop {
	display: block;
}
#subHeader .homeHead {
	border: solid #ccc;
	border-width: 0 1px;
	background: #fff;
	text-align: center;
	height: 35px;
}
#subHeader .homeHead img {
	margin-bottom: 1em;
}
#subHeader .headline {
	display: none;
}
#flashcontent {
	margin: 0 auto;
}

/*
----------Nav Design-----------
*/
#navWrap {
	background: url('/themes/AlbrightCare/images/nav-sec-rt.gif') top right no-repeat;
}
#navWrap ul {
	display: inline-block;
	*display: inline;
	padding: 0 15px;
	background: url('/themes/AlbrightCare/images/nav-sec-lt.gif') top left no-repeat;
	zoom: 1;
	/*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100;
}
#navWrap li a {
	padding: 9px 14px;
	color: #fff;
	background: url('/themes/AlbrightCare/images/nav-sec-mid.gif') repeat-x;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#navWrap li a:hover {
	color: #fff;
}
#navWrap li ul {
	width: 190px; /* Equals width of (.nav li ul li a) plus the left/right padding */
	border: solid #004730;
	border-width: 0px 1px;
	padding: 0;
	background: #006544;
}
#navWrap li ul li ul {
	border-top: 1px solid #004730;
}
#navWrap li ul li a {
	width: 170px;
	border-bottom: 1px solid #004730;
	padding: 5px 10px;
	color: #fff;
	background: none;
	font-size: 12px;
	line-height: normal;
}
#navWrap li ul li a:hover {
	color: #fff;
}
#navWrap li ul li a.sf-with-ul {
	background: url('/themes/AlbrightCare/images/nav-arrow.gif') 95% 50% no-repeat;
}
#navWrap li ul li.sfHover a.sf-with-ul {
	background-position: 98% 50%;
}
#navWrap li ul ul {
	margin: -30px 0 0 190px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

/*
-----------General Column Formatting-----------
*/

.twoCol .col, .col .twoCol .col  {
	width: 50%;
	*width: 49.9%;
}
.threeCol .col, .col .threeCol .col {
	width: 33.3%;
}
.fourCol .col, .col .fourCol .col {
	width: 25%;
	*width: 24.9%
}
.listing {
	margin: 0 20px 20px 0;
}

/*
----------Footer----------
*/
#footer {
	padding: 43px 0 20px 23px;
	color: #000;
	font-size: 12px;
	text-align: left;
	width: 937px;
}
#footer ul {
	list-style: none;
	margin: 1em 0 0 0;
}
#footer ul li {
	color: #000;
}

#footer p {
	margin: 1em 0 0 0;
}

#footer #copyright em {
	margin-left: 75px;
}

/*
--------Calendar Customization--------
*/
#dateSelector {
	width: 175px;
	margin: 0 20px 0 0;
	float: left;
}
#featureLink {
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #4a6a82;
	padding: 5px;
	background: #aeccdd;
	text-align: center;
}
#featureLink:hover {
	background: #dfecf2;
	color: #4a6a82;
}
#upcomingEvents {
	width: 703px;
	margin: 0;
	float: left;
}
#upcomingEvents .category {
	width: 100%;
	margin: 0;
	float: none;
}
#upcomingEvents .category h3 {
	border-bottom: 1px solid #4E7083;
}
#upcomingEvents .event {
}
#upcomingEvents .featured {
}
#upcomingEvents .event h4 {
	width: 250px;
	margin-right: 15px;
	float: left;
}
#upcomingEvents .event h5.date {
	width: 150px;
	font-size: 12px;
	text-align: right;
	float: right;
}
h2.dateRange {
	padding: 0;
	color: #324b65;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
a.eventLink {
	color: #324b65;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

/*
----------Document/Link Library Tool----------
*/
.docs {
	width: 100%;
}
.docs .oneCol .category {
	width: 100%;
}
.docs .twoCol .category {
	width: 45%;
}
.docs .threeCol .category {
	width: 30%;
	margin-right: 15px;
}
.docs h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
}
.docs img {
	display: block;
}
.docs div.doc {
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.docs .doc .desc {
	display: block;
	margin: 0 0 0.5em 0;
	clear: both;
}
.doc .imgLt {
	margin: 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active {
	color: #192666;
	text-decoration: underline;
}

/*
----------Main Sections Styling----------
*/
#featureNav {
	float: left;
	width: 281px;
}
#slides {
	float: left;
	width: 677px;
}
#slides .slide {
	width: 677px;
	height: 343px;
}

#featureNav a {
	margin: 5px 0 20px 20px;
	display: block;
}
#featureNav .btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
}
#featureNav .contactBtn {
	bottom: 150px;
}
#featureNav .faqBtn {
	bottom: 75px;
}
#featureNav .tourBtn {
	bottom: 20px;
}
#featureNav .btn a {
	margin: 20px 0 0 20px;
}
#mainContent #featureNav ul {
	margin: 0;
	padding: 0;
}
#featureNav li {
	display: inline;
	line-height: 1.2em;
	zoom: 1;
}
#featureNav li a {
	display: block;
	background: #fff url(/themes/AlbrightCare/images/home-nav-bg.gif) center 0 no-repeat;
	padding: 13px 25px 9px 42px;
	color: #000;
	font-size: 13px;
	line-height: 1.2em;
	zoom: 1;
	width: 214px;
	margin: 0;
}
#featureNav li a:hover, #featureNav li:hover a {
	display: block;
	background: #fcfbe6 url(/themes/AlbrightCare/images/home-nav-bg-o.gif) center 0 no-repeat;
}
#albrightcare #slides .slide {
	width: 677px;
	height: 351px;
}

#albrightlife-lc #slides .slide {
	height: 350px;
}

#albrightlife-lancaster #slides .slide {
	height: 350px;
}

#albrightcare #featureNav li a {
	padding: 5px 25px 6px 42px;
	font-size: 12px;
}
#albrightcare #featureNav li a strong {
	color: #c1a25b;
	font-size: 22px;
	display: block;
	letter-spacing: -1px;
	line-height: 1.3em;
	width: 100%;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
#albrightcare #featureNav li a em {
	color: #62769f;
	font-size: 12px;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
	width: 100%;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
#albrightcare #featureNav li a {
	text-decoration: none;
}
#albrightcare #featureNav li.subCampus a {
	padding: 5px 12px 6px 55px;
}
#albrightcare #featureNav li.subCampus a strong {
	font-size: 16px;
	line-height: 1.3em;
}
#albrightcare #featureNav #otherCampuses a em {
	text-align: right;
	text-transform:none;
}
#featureNav #otherCampuses a:hover, #featureNav #otherCampuses:hover a,
#featureNav #lifeCampus.noHand a:hover, #featureNav #lifeCampus.noHand:hover a {
	background: #fcfbe6;
}
#featureNav #lifeCampus.noHand a strong, 
#featureNav #lifeCampus.noHand a em, 
#featureNav #lifeCampus.noHand a
{
	cursor: default;	
} 
/*
----------Home Page Styling----------
*/

#albrightcare #navWrap { display: none; }

#pageContent .box {
	position: absolute;
	z-index: 500;
}

/*
----------Secondary Styling----------
*/
#header .nav {
	top: 90px;
	left: 400px;
	height: 25px;
}
#header .nav a {
	color: #305281;
	background: url('/themes/AlbrightCare/images/nav-bullet.gif') 0 8px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	font-size: 13px;
	text-decoration: underline;
}
#header .nav a:hover {
	color: #4b74ad;
	text-decoration: none;
}
#header .nav li.first a {
	background: none;
	padding-left: 0;
}


/*
----------Donations Page Specific Styling----------
*/
#ifDonate
{
	width: 100%;
	height: 1015px;	
	border: none;
	overflow: hidden;
}

#donateSection #personalInfo, #donateSection #giftInfo, #donateSection #giftPayment, #donateSection #thisGift, #donateSection #comments, #donateSection #notify {
	float: left;
	width: 340px;
	margin: 10px 20px 10px 0px;
}
#donateSection #comments 
{
	width: 695px;	
}

#donateSection #personalInfo h2, #donateSection #thisGift h2
{
	margin-top: 0px;
}

#donateSection .forBackground {
	background: #DADFE5;
	border: #BEC5CD solid 1px;
	padding: 5px;
}

#donateSection .firstCol {
	float: left;
	width: 40%;
	margin-bottom: 3px;
}

#donateSection .secondCol {
	float: left;
	width: 60%;
	margin-bottom: 3px;
}

#donateSection  #submit
{
	width: 800px;
}

#donateSection  #notify p {
	line-height: 1.2em;
}

#donateSection #rblGiftUseArea input,
#donateSection #rblCreditCardType input
{
	margin: 0 5px 0 0;	
}


#donateSection #rblCreditCardType label
{
	margin: 0 30px 0 0;	
}

.validator {
    color: #8B0000 !important;
    margin: 3px 5px 3px 0;
    border: solid 1px #8B0000;
    display: block;
    padding: 3px 8px;
    width: 250px;
    background: #fff url(/images/form/bkgd-grad-red.gif) 0 0 repeat-x;
    text-align: center;
}


/*
------------------ Lightbox Style Popup ----------------------
*/

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:999;
}
#popupWnd{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#fff;
	border:2px solid #cecece;
	z-index:1000;
	padding:12px;	
	overflow-x: hidden;
	overflow-y: auto;
}
#popupWnd h1{
	margin: 0px;
	line-height: 1em;
}
#popupWnd h2{
	margin-top: 5px;
}
#popupWnd #popupMsg {
	width: 100%;
	padding: 5px 0;
	margin: 5px 0;
}
#popupWnd img.location
{
	display: block;
	float: right;
	margin: 0 0 10px 20px;
}
#popupWnd p {
	margin-top: 0px;
}
#popupClose{
	padding: 5px 5px 10px 10px;
	font-size:16px;
	line-height:14px;
	color: #737373;
	font-weight:bold;
	float: right;
	display:block;
	cursor: pointer;
	cursor:hand;
}

/*
------------------ FAQ ----------------------
*/
#albrightcare.faq h2, #albrightcare.faq h3 {
	margin-bottom: .25em;
	font-size: 18px;
}
#albrightcare.faq .oneCol .listing {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: .5em;
}

/*
------------------ Sidebar ----------------------
*/
.incSidebarRight #mainContent .content {
	width: 633px;
	float: left;
}
.sidebar {
	width: 265px;
	padding-top: 30px;
	float: left;
}
.sidebar a.btn {
	margin-bottom: 10px;
	display: block;
}
.sidebar a.btn:hover, a.btn:hover {
	opacity: 0.9;
  filter: alpha(opacity=90);
}
.sidebar a.reqInfo {
	margin-top: -15px;
}

/*
------------------ News Pages ----------------------
*/
.news_page .col .listing {
	margin-left: 20px;
}
.news_page .col h3 {
	margin-bottom: .25em;
}

/*
------------------ Homepage News and Events ----------------------
*/
#albrightcare #newsAndEvents {
	display: none;
}
#warriorrun.homePage #footer {
	margin-top: 30px;
}
#newsAndEvents {
	background: #fff;
	zoom: 1;
}
#newsAndEvents .twoCol {
	width: 960px;
	/* Start min-width */
	min-height: 109px;
  height: auto !important;
  height: 109px;
	/* End min-width */
	margin: 0 auto;
	background: url('/themes/AlbrightCare/images/newsandevents-bg.gif') 50% 50% no-repeat;
}
#newsAndEvents .twoCol .col {
	width: 420px;
	/* Start min-width */
	min-height: 30px;
  height: auto !important;
  height: 30px;
	/* End min-width */
	padding: 25px 30px;
}
#newsAndEvents .twoCol .col .listing {
	margin: 0;
	padding: 0 0 0 95px;
}
#newsAndEvents .twoCol .col a {
	color: #000;
	text-decoration: none;
	line-height: normal;
}
#newsAndEvents .first {
	padding: 0;
	background: url('/themes/AlbrightCare/images/upcoming-events-heading.gif') 30px 30px no-repeat;
	font-size: 12px;
}
#newsAndEvents .second {
	padding: 0;
	background: url('/themes/AlbrightCare/images/recent-news-heading.gif') 30px 30px no-repeat;
	font-size: 12px;
}



/*
------------------ Forms ----------------------
*/

.contactForm {
	margin: 0 0 20px 0;
	width: 66%;
}
.contactForm td, .contactForm th,
.employmentForm  td, .employmentForm  th {
	padding: 6px;
	vertical-align: top;
}

.contactForm th, .employmentForm th{
	text-align: right;
}

.employmentForm {
	margin: 0 0 20px 0;
	width: 100%;
}

/* Service Popups */
#zipLyc {
z-index: 2; position: absolute; font-size: 11px; top: 75px; left: 312px;
}
#serviceZipPopUp {
	/*width: 402px;*/
	width:100%;
	background-color: #ffffff;
	border: solid #333 1px;
	border-collapse:collapse;
}

#serviceZipPopUp th{
	background-color: #116348;
	padding: 5px;
	color: #fff;
}

#serviceZipPopUp td, #serviceZipPopUp th {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	width: 50%;
}

#serviceZipPopUp td.serviceZips {
	padding-left: 0px;
	padding-right: 0px;
}

.serviceZips ul {
	list-style: none;
	padding: 0px;
}

.serviceZips ul li {
	float: left;
	width: 50px;
}

/* End Service Popups */

.board_of_trustees .listing th,
.board_of_trustees .listing td {
	padding-right: 10px;
	vertical-align: top;
}

.board_of_trustees .listing th {
	width: 100px;
	text-align: right;
	padding-right: 20px;
}