@import url("default.css");
@import url("ministry.css");

/* default styles here so Freeform block pull down can see them */
/*rr 2008.02.25 added .titanBody, .mainBody to eliminate wkst bleed thru*/
/*rr 2008.02.29 added rest*/
.titanBody p,
.mainBody p,
.Freeform p,
.FreeformBoxLeft p,
.FreeformBoxRight p,
.FreeformLeft p,
.FreeformRight p {
	font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:1.5em; 
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin: 6px 0 6px 0;
	padding: 2px 0 2px 0; /*rr2008.02.29 add*/
}
/*rr 2008.02.25 added .titanBody, .mainBody to eliminate wkst bleed thru*/
/*rr 2008.02.29 added rest*/
.titanBody ul,
.mainBody ul,
.Freeform ul,
.FreeformBoxLeft ul,
.FreeformBoxRight ul,
.FreeformLeft ul,
.FreeformRight ul {
	margin:0;
	padding: 0;
}
/*rr 2008.02.25 added .titanBody, .mainBody to eliminate wkst bleed thru*/
/*rr 2008.02.29 added rest*/
.titanBody ul li,
.mainBody ul li,
.Freeform ul li,
.FreeformBoxLeft ul li,
.FreeformBoxRight ul li,
.FreeformLeft ul li,
.FreeformRight ul li {
	margin: 0;
	padding: 0;
}
h1{
	font-size: 14px;
	/*color: #004990;*/
	color: #1f356e;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
h2{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #7c7c7c;
}
h3{
	font-size: 11px;
	/*color: #3c8bb6;*/
	color: #1f356e;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}
h4 {
	font-size: 17px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004990 !important;
}
h5 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aa9318 !important;
}
/*rr2008.03.25 - add classes - available in workstation*/
.floatLeft {
	float: left;
	margin: 0 5px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 5px;
}
/**/
/* styles specific to Ministry Home */
		    * html #topNavContainer { /*margin-top: -5px  !important; */}

	#pageTopArea { /*height:229px; */}

		#topContentContainer{/*position:absolute; top: 107px; left: 0px; z-index:2; */width:745px;}

/*rr2008.02.25 add to match facility pages concept - Ministryhome.axcx changes - PageHeaderHome.xsl -- Custom Nav 3 contains image*/
#topContentContainer img {
	width: 308px;
	float: left;
}
/**rr2008.03.25*/
#topContentContainer img.fullWidth {
	width: 744px;
}
/* pageheaderhome.xsl - div and h1 are created when Custom Doc 1 has text*/
#topContentContainer div {
	float: left;
	width: 411px;
	height: 122px;
	background-color: #edf5fc;
	padding: 0 0 0 20px;
	margin: 0 0 0 5px;
}
#topContentContainer div h1 {
	font-size: 20px;
	/*color: #004990;*/
	color: #1f356e;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif; /* changed back to Arial from Verdana */
	/*letter-spacing: 3px;*/
	margin-top: 35px;
}
/* end pageheadhome.xsl comment */
/*end-rr2008.02.25 */
		
#centerContentContainer .Freeform {
/*rr 2008.02.15	float: left;*/
	clear: both;
}
#centerContentContainer .FreeformBoxLeft {
	float: left;
	width: 265px;
	height: 81px;
	border: 1px solid #d5d5d5;
	margin: 0 2px 0 0;
	background: #fff;
}
#centerContentContainer .FreeformBoxRight {
	float: left;
	width: 265px;
	height: 81px;
	border: 1px solid #d5d5d5;
	background: #fff;
}
* html #centerContentContainer .FreeformBoxLeft,
* html #centerContentContainer .FreeformBoxRight {
	
}

#centerContentContainer .FreeformBoxLeft a img,
#centerContentContainer .FreeformBoxRight a img {
	margin: 0;
	padding: 0;
}

/*rr2008.02.29 allow wkst bleed thru - removed #centerContentContainer*/
/*rr2008.03.25 narrow bleed thru*/
.FreeformLeft {
	float: left;
	width: 250px;
	margin: 10px 20px 0 3px;
}
.FreeformRight {
	float: left;
	width: 250px;
	margin: 10px 5px 0 3px;
}
.FreeformLeft ul li,
.FreeformRight ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	background: url(images/green_dot2.gif) no-repeat top left;
	list-style: none !important;
	margin: 0 0 0 0px;
	padding: 0 0 0 12px;
}
.FreeformLeft ul ul li 
.FreeformRight ul ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em; 
	/*background: url(images/green_dot2.gif) no-repeat top left;*/
	list-style: none !important;
	padding: 0 0 0 12px;
	margin: 0 0 0 20px;
}
/**/
/*rr2008.03.12 add phonecallout*/
.PhoneCallout ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
	/*float: left;
	width: 100%;
	display: block; rr2008.03.12*/
	padding-right: 20px;
	margin-bottom: 20px !important;
}
html* .PhoneCallout {
	padding-bottom: 0px !important;
	list-style: none;
	/*width: 100%;
	display: block;
	float: left;
	clear: both; rr2008.03.12*/
}
.PhoneCallout ul ul {
	margin: 0;
	list-style: none !important;
	margin-bottom: 0 !important;
}
.PhoneCallout ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em; 
	background: url(images/green_dot2.gif) no-repeat top left;
	list-style: none !important;
	margin: 0 0 0 0px;
	padding: 0 0 0 12px;
	text-align: left;
	list-style: none;
	display: block;
}
.PhoneCallout ul ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em; 
	/*background: url(images/green_dot2.gif) no-repeat top left; rr2008.03.12*/
	list-style: none !important;
	padding: 0 0 0 12px;
	margin: 0 0 0 20px;
}
.PhoneCallout ol {
	float: none;
	margin:0;
	padding: 0 0 0 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
html* .PhoneCallout ol {
	padding-bottom: 0px !important;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	list-style: decimal; /*rr2008.03.03 was none;*/
}
.IE7 .PhoneCallout ol {
	padding-left: 30px; /*rr2008.03.04allow for double digit bullets - was 22px*/
}
.PhoneCallout ul li p {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*bullet bleed thru end*/
#centerContentContainer .FreeformLeft h4 {color: #004990 !important;}
#centerContentContainer .FreeformLeft h4 a:link{color: #1f356e !important;text-decoration: underline}
#centerContentContainer .FreeformLeft h4 a:visited{color: #1f356e !important; text-decoration: underline}
#centerContentContainer .FreeformLeft h4 a:hover{color: #1f356e !important; text-decoration: underline}
#centerContentContainer .FreeformLeft h4 a:active{color: #1f356e !important; text-decoration: underline}
#centerContentContainer .FreeformRight h4 {color: #004990 !important;}
#centerContentContainer .FreeformRight h4 a:link{color: #1f356e !important;text-decoration: underline}
#centerContentContainer .FreeformRight h4 a:visited{color: #1f356e !important; text-decoration: underline}
#centerContentContainer .FreeformRight h4 a:hover{color: #1f356e !important; text-decoration: underline}
#centerContentContainer .FreeformRight h4 a:active{color: #1f356e !important; text-decoration: underline}

#calloutContentContainer{
	float: right;
	margin: 5px 8px 0 0;
	padding: 0 12px;
	width: 171px;
	border: 0;
	/*background: transparent url(images/homeCalloutBack.jpg) top left no-repeat;*/
}	
*html #calloutContentContainer{
	margin: 5px 0 0 0;
	padding: 0 10px;
}
* html #calloutContentContainer {
	position: absolute;
	top: 0px;
/*rr2008.02.26-change	left: 562px;
	width: 160px !important;*/
	left: 563px;
	width: 170px !important;
}
* html #calloutContentContainer .PhoneCallout,
* html #calloutContentContainer .TOCBlock,
* html #calloutContentContainer #contentNavContainer,
* html #calloutContentContainer .Freeform,
* html #calloutContentContainer .AggregationRelated {
/*rr2008.02.26-change	width: 150px !important;*/
	width: 170px !important;
}
* html #calloutContentContainer .AggregationRelated div div {
	width: 155px !important;
}

#calloutContentContainer .TOCBlock {
	width: 170px;
	margin: 10px 0 5px 0;
	/*border-bottom: 1px dashed #cfd6c3;*/
}
#calloutContentContainer .TOCBlock h3 {
	font-size: 14px;
	/*color: #004990;*/
	color: #1f356e;
	font-family: Arial, Helvetica, sans-serif;
}
#calloutContentContainer .TOCBlock div {
	margin: 10px 0 15px 0;
}
#calloutContentContainer .TOCBlock h4 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7d3eca;
	margin: 0;
	padding: 0;
}
#calloutContentContainer .TOCBlock h4 a:link{color: #aa9318; text-decoration: none}
#calloutContentContainer .TOCBlock h4 a:visited{color: #aa9318; text-decoration: none}
#calloutContentContainer .TOCBlock h4 a:hover{color: #7d3eca; text-decoration: underline}
#calloutContentContainer .TOCBlock h4 a:active{color: #aa9318; text-decoration: none}
#calloutContentContainer p,
#calloutContentContainer p span {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555 !important;
/*	margin: 0;
	padding: 5px 0 5px 0;*/ /*rr2008.02.29 was 0;*/
}
#calloutContentContainer .TOCBlock p.Date {
	font-size: 10px;
	color: #959595;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#calloutContentContainer .TOCBlock p a:link{font-weight: bold; color: #187796; text-decoration: none}
#calloutContentContainer .TOCBlock p a:visited{font-weight: bold; color: #187796; text-decoration: none}
#calloutContentContainer .TOCBlock p a:hover{font-weight: bold; color: #7d3eca; text-decoration: underline}
#calloutContentContainer .TOCBlock p a:active{font-weight: bold; color: #187796; text-decoration: none}

#calloutContentContainer .Freeform {
	width: 170px;
	margin: 5px 0 5px 0;
	padding: 0;
	/*border-bottom: 1px dashed #cfd6c3;*/
}
/*rr2008.02.29 add h1, h5*/
#calloutContentContainer h1{
	margin: 0;
	padding: 0 0 5px 0;
}		
#calloutContentContainer h5 {
	margin: 0;
	padding: 3px 0 5px 0;
}		
/**/
#calloutContentContainer h4,
#calloutContentContainer h3 span {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aa9318 !important;
	margin: 0;
	padding: 0;
}	
#calloutContentContainer h4 a:link{color: #aa9318; text-decoration: none}
#calloutContentContainer h4 a:visited{color: #aa9318; text-decoration: none}
#calloutContentContainer h4 a:hover{color: #7d3eca; text-decoration: underline}
#calloutContentContainer h4 a:active{color: #aa9318; text-decoration: none}
#calloutContentContainer .Freeform img {
	border: 0;
	margin: 5px 0 -2px 0;
	padding: 0;
}
#calloutContentContainer .WhatsNew {
	width: 160px;
	margin: 0 5px 5px 5px;
	padding: 0;
}	
#calloutContentContainer .WhatsNew img {
	margin: 15px 0 3px 0;
	padding: 0;
}
#calloutContentContainer .Freeform br {
	display: none;
}
#calloutContentContainer .PhoneCallout {
	float: left;
	padding: 15px 12px 5px 15px;
	width: 163px;
	margin: 0 0 0 0;
	/*border-top: 1px dashed #cfd6c3;
	border-bottom: 1px dashed #cfd6c3;
	background: #f2f5ee; *//*rr2008.02.27 was #f7f3e6;*/
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #7c7c7c !important;
}
#calloutContentContainer .PhoneCallout .Freeform {
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #7c7c7c !important;
	margin: 0;
	padding: 0;
	border: 0;
}
#calloutContentContainer .PhoneCallout .Freeform h3 {
	padding: 0;
	margin: 0;
}

#calloutContentContainer .PhoneCallout h3 {
	font-size: 11px;
	/*color: #3c8bb6;*/
	color: #1f356e;
	font-family: Arial, Helvetica, sans-serif;
/*rr2008.02.25remove-Erick	text-indent: 20px;*/
	height: 17px;
	text-transform: uppercase;
/*rr2008.02.25remove-Erick	background: transparent url(images/icon_phone.gif) top left no-repeat;*/
}
#calloutContentContainer .PhoneCallout p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	margin: 3px 0 10px 0;
}
