.playButton IMG,
.nurseButton IMG,
.page_NARHome .content_LeftColumn IMG,
.circle img {
	/* check any image if it is a PNG and fix transparency */
	/* NOTE: pngbehavior does not work on background images, it should only be used on <img> */
	_behavior: url("/scripts/pngbehavior.htc");
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

BODY {
	margin: 0;
	font-size: 75%;
}

H1{
	clear:both;
	margin:0;
	padding:45px 0 0 0;
	font-size:2em;
	width:820px;
	}
H2{
	font-size:1.8em;
	color:#9a9a9a;
	margin-bottom:5px;
	}
H3{
	font-size:1.5em;
	}
H4{
	font-size:1.2em;
	margin:10px 0;
	}
HR{
	color:#909894;
	background-color:#909894;
	height:1px;
	overflow:hidden;
	width:100%;
	clear:both;
	border:none;
}
A{color:#005dab;}

/*	HEADER	*/
.headerBgr {
	height: 349px;
	overflow: hidden;
	background: url(img/bgr_subPageHeader.jpg) center top no-repeat;
}

.page_NARHome .headerBgr {
	height: 403px;
	overflow: hidden;
	background: url(img/bgr_homePageHeader.jpg) center top no-repeat;
}

.header,
.content,
.footer{
	margin: 0 auto;
	width: 920px;
	overflow: visible;
	text-align: left;
}

/*	CONTENT	*/
.content{
	padding-top:20px;
	}
.contentBgr {
	background: #e7eeeb url(img/bgr_content.jpg) left bottom repeat-x;
	border-bottom: 1px solid #d5e04c;
}

.content_LeftColumn {
	float: left;
	width: 500px;
	margin-right:25px;
	_width: 450px;
	_padding-left:25px;
}

.content_RightColumn {
	float: left;
	width: 395px;
}

/* LIST STYLES	*/

UL{
	margin: 0;
	padding:0 0 0 0px;
	list-style: none;
	}
LI{
	margin: 0;
	padding: 0 0 10px 25px;
	background:url(img/li_circle.gif) no-repeat;
	}
.footer ul{
	margin:0;
	padding:0;
	}
.footer ul li{
	margin:0;
	padding:3px 0;
	background:none;
	}
	
/* TABS */
UL.tabs {
	display: none;
	margin: 0 0 0 -40px !important;
	_margin:0 0 0 -15px;
	padding: 0;
	list-style: none;
	width: 940px;
	overflow: hidden;
}

UL.tabs LI {
	margin: 0 2px 0 0;
	padding: 0 0  0;
	list-style: none;
	float: left;
	background:none;
}

UL.tabs LI A {
	display: block;
	padding: 10px 20px;
	background: #E0E8E5;
	font-size: 1.1em;
	float: left;
	height:30px;
	_height:33px;
}

.tabs LI.tabSelected A  {
	background: #f0f4f3;
	text-decoration:none;
	color:#000000;
}

.tabPage {
	background-color: #f0f4f3;
	padding: 15px 25px;
	margin: 0 -40px;
	text-align: left;
	width: 100%;
	min-height: 300px;
	overflow: hidden; 
	_padding-left:40px;
}

.content_Tabs{
	clear: both;
	overflow:hidden;
	width:893px;
	padding:25px 40px;
	margin:0 0 0 -25px;
	}
.columnLeft{
	float:left;
	width:410px;
	margin-right:25px;
	}
.columnRight{
	float:right;
	width:410px;
	margin-right:25px;
}


/* quote in a box*/
.quote{
	font-size:1.5em;
	background-color:#f0f4f3;
	padding:15px 25px;
	margin:10px 0;
	overflow:hidden;
	width:90%;
	clear:both;
}
.quote p{margin:0;}
.quote p img{float:left; margin-right:8px;}
.author{font-size:.85em;}
.large{
	font-size:2.2em;
}
.quote p{margin:0;}
.content_LeftColumn .quote{
	margin-left:-10px;
	_margin_left:0;
}
.centerLarge{
	font-size:1.7em;
	text-align:center;
	}
.letter{
	font-size:1.15em;
	line-height:1.4em;
	}
.left{ float:left; width:200px;}




/* image box with play video button */
.videoBoxLeft,
.videoBoxRight{
	width:238px;
	background-color:#000000;
	float:left;
	margin:10px 0px;
}
.videoBoxLeft{
	margin-right:15px;
}
.videoDesc{
	color:#FFFFFF;
	padding:10px 20px; 
	height:54px;
}
.playButton{
	position:absolute;
	margin-top:5px;
	margin-left:5px;
	}
.page_mission .playButton{
	margin-top:130px;
	}
.videoBoxLarge{
	width:393px;
	background-color:#000000;
	float:left;
	margin-bottom:20px;
	}
.videoBoxLarge .videoDesc{
	color:#FFFFFF;
	padding:10px 20px 10px 130px; 
	height:80px;
}	
.page_charles_barnett .videoBoxLarge .videoDesc,
.page_joyce_batcheller .videoBoxLarge .videoDesc,
.page_sister_helen_brewer .videoBoxLarge .videoDesc{
	color:#FFFFFF;
	padding:10px 20px; 
	height:54px;
}	
.videoBoxLarge .videoDesc .left{width:120px;}
.videoBoxLarge .videoDesc UL{
	list-style:none;
	margin:0;
	padding:0;
	}
.videoBoxLarge .videoDesc UL LI{
	background:none;
	margin:0;
	padding:0;
	}
.videoBoxLarge .playButton{
	position:absolute;
	margin-top:10px;
	margin-left:20px;
	}
.circle{
	position:absolute;
	margin-top:257px;
	margin-left:20px;
}
.name{
	position:absolute;
	margin-top:57px;
	margin-left:25px;
	width:150px;
	}
.videoBoxSmall{
	width:175px;
	background-color:#000000;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	}
.videoBoxSmall .videoDesc{
	height:47px;
	padding:5px 20px;
	}
	
/* mission page*/

.page_mission .content_LeftColumn {
	margin-right:40px;
}

.content_RightColumn {
	width: 366px;
}
.videoBoxHorz{
	width:346px;
	height:155px;
	background:#000000;
	margin:10px 0 0 0;
	padding:0;
	overflow:hidden;
}
.videoBoxHorz .playButton{
	position:absolute;
	margin-top:120px;
	margin-left:5px;
	//*ie*/margin-left:-333px;
	}
.videoBoxHorz .image{float:left; width:165px;}
.videoBoxHorz .videoDesc{
	float:left;
	width:160px;
	padding:20px 0 0 13px;
	margin:0;
	}
.videoBoxHorz a{
	color:#FFFFFF;
	}

/**/
.continueButton{
	background:#DEB392;
	color:#FFFFFF;
	padding:1px 5px 4px 5px;
	margin-top:-12px;
	margin-left:265px;
	position:absolute;
}
.continueButtonLarge{
	background:#DEB392;
	color:#FFFFFF;
	padding:3px 0px 5px 0px;
	margin-top:5px;
	font-size:1.2em;
	display:block;
	width:153px;
}

.thinBox{
	width:163px;
	background-color:#f0f4f3;
	float:left;
	margin:0 20px 20px 0;
}
.thinBox a{color:#000000;}
.thinDesc{
	padding:5px 10px; 
	height:73px;
	}
.page_mission .thinBox{
	background-color:#000000;
	color:#FFFFFF;
	}
.page_mission .thinBox a{
	color:#FFFFFF;
	}

/* HOME PAGE STYLES	*/
.page_NARHome .content{
	_width:960px;
}
.page_NARHome .content_LeftColumn {
	float: left;
	margin-right:35px;
	width: 390px;
	_width:370px;
}

.page_NARHome .content_RightColumn {
	float: right;
	width: 495px;
}

.page_NARHome .content h3 a{
	color:#000000;
	}


/* FOOTER */

.footer {
	width:960px;
}
.footer_partTwo {
	border-top: 2px solid #bfa4ce;
	border-bottom: 4px solid #bfa4ce;
	padding: 20px 0;
	clear:both;
	overflow:hidden; 
	width: 100%;
}
.footer_partTwo IMG{margin-right:20px;}
.footer_partOne{
	margin:0; 
	padding:20px 0;
	clear:both;
	overflow:hidden; 
	width: 100%;
}
.column1{
	float:left;
	width:200px;
}
.column2{
	float:left;
	width:260px;
	padding-top:36px;
	margin-right:20px;
}
.column3{
	float:left;
	width:195px;
}
.column4{
	float:left;
	width:240px;
}
.footer_partTwo .column1{
	float:left;
	width:338px;
}
.footer_partTwo .column2{
	float:left;
	width:275px;
	padding-top:36px;
}
.footer_partTwo .column3{
	float:left;
	width:173px;
	padding-top:36px;
}
.footer_partTwo .column4{
	float:left;
	width:143px;
	padding-top:36px;
}
.copyrights {
	padding: .7em 0;
	font-size: 1.2em;
	color: #bfa4ce;
}

/*	NAVIGATION STYLES	*/
.nav {
	margin:210px 0 0 0;
	width:910px;
	}
.nav a{
	margin:0;
	padding:0 30px 0 0;
	color:#f79761;
	font-size:1.2em;
	}
.nav a.last{padding:0;}
.navLeft{
	margin:0;
	float:left;
}	
.navRight{
	margin:0;
	float:right;
}	
.nurseButton{
	position:absolute;
	margin-left:685px;
	top:100px;
	}	
.shareButton{
	position:absolute;
	margin-left:800px;
	top:325px;
	}

.stwrapper{
margin-left:-300px !important;
}

/* THICKBOX SETTINGS	*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#TB_window a:link { text-decoration:none !important; color:#FFFFFF; border-bottom:1px dotted #ffffff !important;}
#TB_window a#TB_closeWindowButton { border-bottom:1px dotted #ffffff;}
#TB_window a:hover#TB_closeWindowButton { border-bottom:1px solid #ffffff;}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
.TB_overlayBG {
	background-color:#000;
}
#TB_window {
	background: #000000 !important;
	color:#ffffff;
	border: 4px solid #000000 !important;
}
#TB_window img#TB_Image {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
#TB_title{
	background-color:#000000 !important;
}
#TB_HideSelect{
	background-color:#000;
}

.printLogo{display:none; text-align:left;}

@media print {

.printLogo {display:block;}

.headerBgr,
.playButton,
.footer_partOne,
ul.tabs{
	display:none !important;
}
BODY,
.contentBgr{
	background:none !important;
	border:none !important;
}
.quote{
	background:none !important;
	border:1px solid #b4b4b4 !important;
	margin:10px !important;
	padding:10px !important;
}
.tabPage {
	display:block !important;
	background:none !important;
	border-top:1px solid #666666;
	min-height:100% !important;
	}
.content_Tabs{
	overflow:visible !important;
}

/* ie6 print styles */
.content_LeftColumn { _width:250px !important;}
.columnLeft{_width:320px;}
.columnRight{_width:310px; _float:left !important;}
.footer_partTwo .column1{
	_width:240px !important;
}
.footer_partTwo .column2{
	_width:135px !important;
}
.footer_partTwo .column3{
	_width:135px !important;
}
.footer_partTwo .column4{
	_width:123px !important;
}

}
