/* CSS Document */


body {
	margin:auto;
	text-align: center;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ebe6bc url(/images/bg_gradient.gif) repeat-x top;
 }
 
 h1 {
	color: #215b93;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 15px;
	}
	
h2 {
	color: #215b93;
	font-size: 24px;	
	font-weight: normal;
	margin-bottom: 10px;
	line-height: normal;
	}
	
h3 {
	color: #215b93;
	font-size: 18px;	
	margin-bottom: 6px;
	line-height: normal;
	font-weight: normal;
	}
 
 h4 {
	color: #777;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 3px;
	}
	
p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
select, input {
	font: 11px Arial, Helvetica, sans-serif;
	}

a {
	color: #669933;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: #669933;
	}
	

#outer {
	width: 783px; 
	height: auto;
	margin: 20px auto;
	}
	
#shadowRt {
	/*background:  url(../images/bg_shadowTopRt.jpg) no-repeat top;
	margin: 0;
	padding:0;*/
	}

#bannerHome {
	/*background: url(/images/homepg_banner.jpg) no-repeat top;*/
/*	width: 761px;*/
	width:auto;
	height: 252px;
	margin: 0;
	z-index:500; 
	display:block;
	/*float: left;*/
	position:absolute;
	/*border: 1px solid red;*/
	}
	

	
#mainTabs {
	width: 368px;
	height: 22px;
	text-align: left;
	padding-top: 230px;
	/*float: left;*/
	}
	
#mainTabActive {
	background: url(/images/nav_tabActive.gif) no-repeat top;
	width: 180px;
	height: 22px;
	text-align:center;
	float: left;
	vertical-align:middle;
	margin-right: 3px;
	z-index: 500;
	}	
	
#mainTabActive a, #mainTabActive a:visited {
	color: #fff;
	text-decoration: none;
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	}
 
#mainTabActive a:hover, #mainTabActive a:visited:hover {
	text-decoration: none;
	color: #FFEFB7;
	}
	
#mainTabOn {
	background: url(/images/nav_tabOn.gif) no-repeat top;
	width: 180px;
	height: 22px;
	text-align:center;
	float: left;
	vertical-align:middle;
	margin-right: 3px;
	}	
	
#mainTabOn a , #mainTabOn a:visited {
	color: #265481;
	text-decoration: none;
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	}
 
#mainTabOn a:hover, #mainTabOn a:visited:hover {
	text-decoration: none;
	color: #FFF7D9;
	}
	
#mainNavs {
	width: 759px;
	height: 19px;
	background: url(/images/bg_mainNavs.gif) repeat-x;
	text-align: right;
	padding-top: 2px;
	margin-bottom:0;
	border-right: 1px solid #9b9c9c;
	border-left: 1px solid #9b9c9c;
	z-index: 600;
	}

a.mainNavs, a.mainNavs:visited {	
	color: #fff;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	margin-right: 25px;
	}
	
a.mainNavs:hover, a.mainNavs:visited:hover {
	text-decoration: none;
	color: #D0C59B;
	}
	
a.mainNavsOn, a.mainNavsOn:visited  {
	color: #FFEFB7;	
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	margin-right: 25px;
	text-decoration: none;
	}
	
a.mainNavsOn:hover, a.mainNavsOn:visited:hover  {
	text-decoration: none;
	color: #D0C59B;	
	}	
	
#subnavs {
	width: 759px;
	height: 20px;
	background: url(/images/bg_subnav.gif) repeat-x left;
	margin-top: 0;
	text-align: left;
	font-weight:bold;
	font-size: 11px;
	color: #265481;	
	border-right: 1px solid #9b9c9c;
	border-left: 1px solid #9b9c9c;
	}
	
a.subnavOff, a.subnavOff:visited {	
	color: #265481;
	text-decoration: none;
	font: bold 11px "Trebuchet MS", Arial, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
	}
	
a.subnavOn , a.subnavOn:visited {
	color: #112539;
	text-decoration: none;
	font: bold 11px "Trebuchet MS", Arial, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
	}
	
a.subnavOff:hover, a.subnavOff:visited:hover, a.subnavOn:hover, a.subnavOn:visited:hover {
	text-decoration: none;
	color: #73653e;
	}

	
#content {
	width: 743px;
	/*min-height: 500px;*/
	height: 100%;
	text-align: left;
	background-color: #fff;
	padding: 8px;
	/*float: left;*/
	display: block;
	position: relative;
	border-left: 1px solid #9b9c9c;
	border-right: 1px solid #9b9c9c;
	}
	
#contentBodyMed {
	width: 700px;
	height: auto;
	margin-left: 20px;	
	/*margin-top: 25px;*/
	padding-top: 10px;
	padding-bottom: 30px;
	float:left;
	position: relative;
	}
	

#contentBodySm {
	width: 495px;
	height: auto;
	margin-left: 20px;	
	/*margin-top: 25px;*/
	padding-top: 10px;
	float:left;
	position: relative;
	}	
	
#footer {
	text-align: left;
	font-size: 10px;
	float: left;
	margin: 0;
	padding: 0;
	width: 783;
	height: 76px;
	background:url(/images/ftr_logos.gif) no-repeat right center;
	}
	
#footer img {
	margin-bottom: 5px;
	}
	
#footer a, #footer a:visited {
	color: #215b93;
	
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	}	
	
#footer a:hover {text-decoration: underline; }

.footerText {
	float: left;
	margin-right: 45px;
	}

.signIn { 
	padding: 20px 20px 0 0; 
	float: right;
	}

.signIn a{
	color: #666666;
	text-decoration: none;
	}

.signIn a:hover {
	text-decoration: underline;
	}
	
.pageImgIcon {
	height:150px; 
	width: 160px; 
	float:left;
	display: block;
	}
	
.pageImgIconShort {
	height:150px; 
	width: 160px; 
	float:left;
	display: block;
	}
	

.greyTitle { font-size: 16px; }

.greenBox {
	width: 663px;
	height: auto;
	padding: 20px 40px;
	background: #E0E9CD;
	}
	
.titleText {
	color: #215b93;
	font-size: 18px;
	}
	
.title {
	color: #215b93;
	font-size: 18px;	
	font-weight: normal;
	margin-bottom: 10px;
	}
	
.heading {
	color: #215b93;
	font-size: 24px;
	margin-bottom: -10px;
	}
	
.calloutBox {
	width: 200px;
	height: auto;
	padding: 15px;
	background: #EEFCDA;
	border: 1px dotted #693;
	float: right;
	margin: 0 25px;
	}
	
.commConnect {
	width: 186px;
	/*height: 300px;*/
	background: url(/images/commConnect_bgGradt.gif) repeat-x bottom #f4f3d3;
	border-left: 1px dotted #999;
	float: right;
	margin-left: 20px;
	color:#003366;	
	}
	
.commConnectNav {
	background: url(/images/commConnect_navBar.gif) no-repeat left bottom;
	height: 32px;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	}
	
.commConnectNavTall {
	background: url(/images/commConnect_navBarTall.gif) no-repeat left bottom;
	height: 63px;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	}
	
.commConnectNav img, .commConnectNavTall img {
	padding-right: 5px;
	vertical-align: middle;
	}
	
.commConnect p { padding: 8px 15px 15px 15px; }

.confCall td {
	border: 1px solid #003d7d;
	text-align: left;
	margin: 0;
	}

	.confCall p {
		padding: 75px 15px 10px 27px;
		font-size: 13px;
		color: #1C5E9F;
		text-align: left;
		}
	
#thirdLevelOuter {
	width: 185px;
	height: auto;
	background: url(/images/commConnect_bgGradt.gif) repeat-x bottom;
	float: right;
	margin-left: 20px;
	border-left: 1px dotted #999;
	}
	
.thirdLevNav {
	border-bottom: 1px #999999 dotted;
	padding-left: 15px;
	}
	
.spacerDiv {
	width: auto;
	height: 10px;
	}

.dividerDots {
	border-bottom: 1px dotted #555;
	height: 5px;
	width: auto;
	margin-bottom:8px;
	}
	
	
	
/* --- FLASH US MAP --- */
.mapKey {
	border:1px solid #777;
	width:150px;
	padding:4px;
	font-size:10px;
	float:right;
	}
	
.mapKey img { 
	padding: 5px;
	}
	
.mapKey td {
	text-align:left;
	}
/* --- PATIENT RESOURCES --- */	

.ptRsrcContentBg {
	background: url(/images/patientResrc_bg_title.jpg) no-repeat left top;
	width:700px;
	height:auto;
	margin-bottom: 20px;	
	}
	
.ptRsrcTxtDiv {
	width: 540px;
	height:100%;
	float: left;
	position:relative;
	padding: 20px 10px 20px 15px;
	}

.ptRsrcIconLgDiv { 
	width: 95px;
	float:left;
	display: table-column;
	height: 100%;
	padding-top: 5px;
	text-align: right;
	}	

.iconSm { 
	padding: 0px 5px 1px 2px;
	vertical-align:bottom;
	}
	
.underlineTan {
	background: url(http://www.coramhc.com/images/underline_tan.gif) repeat-x left bottom;
	}
.inlineList {	
	padding: 0 0 20px 0;	
	text-align: left;
	border-bottom: 1px dotted #777;
	}
	
div.inlineList ul, div.inlineList li {
	display: inline;
	margin: 5px 0;
	padding: 0;
	}
	
.sectionTitle {
	color: #907f59;
	font-size: 18px;
	font-weight:normal;
	text-align: left;
	margin-top: 0px;
	}
	
.sectionText {
	padding:3px 0 6px 0;
	text-align:left;
	}

/* ------ END PE SECTION ----- */ 


.clearAll { clear: both; }

.floatL { float: left; }

.floatR { float: right; }

.clearL { clear: left; }

.clearR { clear: right; }

.clearBoth { clear: both; }

.testing { 
	border: 1px solid red;
	}
	
.redTxt { color: #F00; }

.orangeTxt { color: #C60; }

.blackText { color: #000; }

.blueText { color: #215b94; }

.blueTextBold { 
	color: #215b94; 
	font-weight: bold;
	}
	
.smallText { font-size: 11px; }
	
.brightBlueTxt { color: #09C; }
	
.noMarginBtm {
	margin-bottom: 0;
}

.noMarginTop {
	margin-top: 0;
}

