@charset "utf-8";
/* CSS Document */

/*** HEADER **********************************************/
/*********************************************************/
#header-wrapper {
    min-height: 0;
}

/*** CONTENT *********************************************/
/*********************************************************/
#main #content section h1, #main #content section h2 {
	line-height: 1.25em;		
}

#main #content section, #main #content article {
	margin-bottom: 2em;
}
#main #content section header h2, #main #content section header h4 {
	margin: 1.5em 0 0 0;
}
/*** PROGRAM INFO ****************************************/
/*********************************************************/
#content section.programInfo header h1 {
	font-size: 2em;
	line-height: 1.35em;
}

#content section.programInfo header h2 {
	font-size: 1.5em;
	line-height: 1.3em;
}

section.programInfo h4 {
	margin: 0 0 0 0;	
}
#content section.programInfo ul {
	margin-top: .25em;	
}

/*** IMAGES IN TEXT, RIGHT MARGIN ************************/
/*********************************************************/
#content .img_subpage {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*** Did you know ****************************************/
/*********************************************************/
.dyk {
	border: 3px solid #BBB;
	width: 300px;
	padding: 5px 12px;
	background-color: #DDD;
	margin-top: 12px;
	margin-left: 25px;
	margin-bottom: 12px;
	float: right;
	line-height: normal;
}
.dykHdr {
	background: url(../images/dykIcon.png) no-repeat top left;
	border-bottom: 2px solid #CCC;
	height: 35px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 35px;	
	padding-bottom: 2px;	
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}

/*** Left Margin Links ***********************************/
/*********************************************************/
section.leftMarginLinks {
	border: thin solid #CCC;	
}
section.leftMarginLinks header {
	border: 1px solid #CCC;
	background-color: #EBEBEB;
}
section.leftMarginLinks header h2 {
	padding: 0 5px;
}
section.leftMarginLinks  ul {
	margin: 0 0 0 10px;
	padding: 0;
}
section.leftMarginLinks ul li {
	list-style: none;
}
section.leftMarginLinks ul li a:hover {
	text-decoration: none;
}
section.leftMarginLinks ul li p {
	padding: 1px 3px;
}
section.leftMarginLinks ul li p:hover {
	background-color: #EBEBEB;
}
section.leftMarginLinks ul li p div.marginIcon {
	width: .2em;
	height: .2em;
	display: inline-block;
	border: thin solid red;
}

section.leftMarginLinks img.learnMoreImg { 
	padding: 0;
	margin: 6px 10px;
}

section.leftMarginLinks div.smallTxt {
	font-size: 12px;
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
section.leftMarginLinks div.learnMoreLink {
	float: right;
	font-size: 1.2em;
    line-height: normal;
    width: 230px;
	margin-top: 9px;
}
section.learnMoreLink header h2 {
	font-size: 1em  !important;
	padding: 3px;
	margin: 0;
}

/*** Dropdown ********************************************/
/*********************************************************/
#ddImprovements {
   	border: 2px solid #6eb43f;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    margin-bottom: 20px;
    width: 370px;
}

.hideDiv {
    display: none;
}

.subList {
	margin-left: 30px;
	list-style: circle;	
}

/*** APP Chart *******************************************/
/*********************************************************/
.appChart {
	width: 650px;
	font-weight: bold;
	height: auto;
	font-size: 14px;
	overflow: auto; /* forces this div to contain all floats without having to clear at the end */
	margin-left: 30px;
	line-height: normal;
}
.appChart .appChartHdr1, .appChart .appChartHdr2, .appChart .appChartCol1, .appChart .appChartCol2 {
	border: thin solid #BBB;
	float: left;
	padding: 5px;
}
.appChart .appChartCol1, .appChart .appChartHdr1 { width: 400px; }
.appChart .appChartCol2, .appChart .appChartHdr2 { width: 130px; }
.appChart .appChartCol1, .appChart .appChartCol2 { font-weight: normal; }

/*** Incentives for CIEEP (Green Checkmarks) *************/
/*********************************************************/
.incentiveBlock {
	width: 650px;
}

.incentiveBlock .colLeft {
	float: left;
	width: 320px;
}

.incentiveBlock .colRight {
	float: left;
	width: 320px;
}

.incentiveBlock .finePrint {
	float: left;
	width: 500px;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 12px;
	font-style: italic;
}
.incentiveBlock span.icon {
	color: #98c37c;
}

/*** GET INVOLVED PAGE ***********************************/
/*********************************************************/
.allyBox {
	width: 585px;
	height: 100px;
	float: left;
	margin: 5px 0;
}
.allyLogo {
	width: 200px;
	float: left;
}
.allyLogo img { padding: 0; }
.allyText {
	float: left;
	padding-top: 35px;
	padding-bottom:35px;
}
.allyBox a {
	text-decoration: none;
	color: #000;

}
.allyBox a:hover {
	text-decoration: none;
	color: #000;
}
.allyBox .allyText h4 { margin: 0 !important; padding: 0 !important; }
.allyBox { border: 2px solid #EFEFEF; }
.allyBox:hover { border: 2px solid #017DC3; }
.allyLogo #fcc { margin: 13px 0; }
.allyLogo #rlcc { margin: 14px 0; }
#allyEnd {clear: both; }
