/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ----- This is the HBEX "main.css" ------ */
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */

body {
	margin : 0;
	padding : 0;
	height: 100%;
	line-height : 1.7em;
	color: rgba(0,0,0,0.0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}


img {
	border: none;
	float: right;
}

.imgr {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;	
	}

.imgl {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;	
	}	

.box {
	background-color: #E9E9E9;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #999;
	padding-right: 15px;
	padding-left: 15px;
	}
	
.agentBox {
	float: right;
	background-color: #EFEFEF;
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #999;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
	}		
	
.agentBox h2{
	color: #146290; 
	margin-top: -5px;
	}		
	
		
.sidebar {
	background-image: url(/img/bg-sidebar2.png);
	background-repeat: repeat-y;
	background-position: center top !important;
	overflow: hidden;
	width: 100%;
	}

#outer_container {
	width : 1040px;
	margin-left : auto;
	margin-right : auto;
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	color: #000;
}
#container {
	min-height: 100%;
	position: relative;
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
	
	
.sidebar-right {
	float: left;
	width: 240px !important;
	margin-left: 100px;
	margin-top: 10px;
	}
	
.sidebar-right h3 {
	color: #146290;
	line-height: 1.2em;
	font-size: 1.5em;
	}
	
.sidebar-right p {
	font-size: 1.2em;!important; 	
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #666;
	} 
	
.sidebar-right ul, a {
	font-size: 11px;
!important; 	
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #146290;
	text-decoration: none;
	} 	

.sidebar-right a:hover {
	color: #FF9900;
	text-decoration: none;
	} 

.main-content-wide {
	float: left;
	margin:10px;
	padding-bottom: 40px;
	} 
		
.main-content {
	float: left;
	width: 595px;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
	} 

.main-content h3 {
	font-size: 2.1em;!important; 	
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #146290;
	} 	
.main-content h2 {
	font-size: 1.5em;
!important; 	
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -10px;
	line-height: 1.5em;
	color: #666;
	padding-top: 10px;
	} 	
.main-content p {
	font-size: 12px;






!important; 						
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: none;
	color: #000;
	} 

.main-content ul {
	font-size: 12px;			
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #666;
	padding-bottom: 8px;
} 

.main-content li {						
	margin-bottom: 4px;
} 


	
			/*TOP BANNER*/
#banner {
	height : 55px;
	padding : 0;
	margin : 0;
	color : #666;
	background-color: #126191;
	padding-top: 20px;
	padding-left: 40px;
	
	
	
	
}

.banner-heading {
	font-size: 30px;
	color: #fff;
	} 
.banner-text {
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	padding-top: 10px;
	} 
#banner h1 {
	margin-top : 0;
	padding : 5px 0 0 15px;
	font-size : 2em;
	border-bottom : none;
	color : #999999;
	background : inherit;
}

.mini-banner {
	
	padding-bottom: 5px;
	padding-left: 14px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: block;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #126191; 
    height: 0;
	width: 355px;
    line-height: 40px;
	margin-bottom: 4px;
	
}

/*--------------------------------------| TOP MENU |---------------------------------------------------*/

#navcontainer {
	margin-top: 0px;
	margin-bottom: 0px;
}




#navlist {
	margin : 0;
	text-align : left;
	letter-spacing : 1px;
	border : 0px solid #eee;
	background-color: #656565;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#navlist li {
	list-style : none;
	margin : 0;
	display : inline;
	padding-right: 20px;
}
#navlist li a {
	padding : 6px 0.5em;
	margin-left : 3px;
	text-decoration : none;
}
#navlist li a:link, #navlist li a:visited {
	color : #CCCCCC;
	text-transform: uppercase;
	font-weight: bold;
}
#navlist li a:hover, #navlist li a#current {
	color : #FFF;
}

/*-------------------------------------| SECONDARY MENU |-------------------------------------------- */


#cssmenu2 ul {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 33px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 50px;
	padding-left: 0px;
	
}

#cssmenu2 li {
	display: block;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#cssmenu2 li img {
	display: block;
	float: left;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 11px;
}


#cssmenu2 li a {
	float: left;
	color: #006699;
	text-decoration: none;
	height: 24px;
	font-weight: normal;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 7px;
}

#cssmenu2 li a:hover,
#cssmenu2 .active {
	color: #F1A726;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#cssmenu2 .active a {
	color: #09C;
	font-weight: 700;
}


#cssmenu2 li a:hover, 
#cssmenu2 li.active {
}

.icon {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* -----------------------------------| THEMED SLIDER BARS |----------------------------------------- */
#theme-bar-teal {
	background-color: #11828E;
	height: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC3;
	margin-bottom: 35px;
	margin-top: -20px;
}

#theme-bar-teal2 {
	background-color: #11828E;
	height: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC3;
	margin-bottom: 35px;
	margin-top: 0px;
}

#theme-bar-HBEX-blue {
	background-color: #00456A;
	height: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC3;
	margin-top: -20px;
}




/*---------------------------------------|  Countown Counter |-----------------------------------------*/

/*homepage counter*/
#counter-wrap {
    bottom: 122px;
}
#counter {
	max-width: 800x;
	padding: 15px 27px 15px;
    background: none;
    
    font-family: OpenSans,Arial,sans-serif;
	color: #000;
    box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 4px 8px 1px rgba(0, 0, 0, .1);
}
#counter-clock, #counter-clock span {
	font-size: 40px;
    font-weight: 800;
	text-transform: uppercase;
}
#counter-clock span {
	color: #dcb626;
}
.counter-caption {
    padding-top: 0px;
    font-size: 20px;
    font-weight: 300;
    
}
.counter-message {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 300;
}







/* -----------------------------------| THREE COLLUMN SECTION |------------------------------------- */

.columns {
	
	} 

#cols img {
    display: block;
    float: left;
}

#cols {
	widths 290px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	width: 180px;
	margin-right: 20px;
	padding-top: 0px;
}

.cols-text {
	float: left;
	max-width: 180px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	width: 200px;
	color: #666;
}
.cols-text h3 {
	margin-bottom: 8px;
	font-weight: 800;
	color: #11828E;
	text-transform: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	line-height: 27px;
	text-decoration: none;
}
.cols-text h2 {
	margin-bottom: 8px;
	font-weight: 800;
	color: #11828E;
	text-transform: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	line-height: 27px;
	text-decoration: none;
}
.cols-text h3 a:link{
	color: #11828E;
	text-transform: none;
	text-decoration: none;
}

.cols-text h3 a:visited{
	color: #11828E;
	text-transform: none;
}

.cols-text h3 a:hover{
	color: #637EE7;
	text-transform: none;
}

.cols-text h3 a:active{
	color: #000000;
	text-transform: none;
}

#cols-last img {
    display: block;
    float: left;
}

#cols-last {
	widths 290px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0;
	position: relative;
	width: 190px;
}
.cols-last-text {
	float: left;
	max-width: 180px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	color: #666;
}
.cols-last-text h3 {
	margin-bottom: 8px;
	font-weight: 800;
	color: #11828E;
	text-transform: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	line-height: 27px;
}

.cols-last-text h3 a:link{
	color: #11828E;
	text-transform: none;
	text-decoration: none;
}
.cols-last-text h3 a:visited{
	color: #11828E;
	text-transform: none;
}

.cols-last-text h3 a:hover{
	color: #637EE7;
	text-transform: none;
}

.cols-last-text h3 a:active{
	color: #000000;
	text-transform: none;
}
.button-bottom {
	position: absolute;
	left: 82px;
	z-index: 100;
	bottom: 0px;
}


.feature-button-bottom {
	position: absolute;
	z-index: 100;
	top: 90px;
	left: 0px;
}



.clearboth {
	clear: both;
	margin-bottom: 10px;
	padding-top: 0px;
}


.clearboth-shadow {
	clear:both;
	background-image: url(../img/horizontal-divider-shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	padding-top: 5px;
}

clearboth-news-center-shadow {
	clear:both;
	background-image: url(../img/news-center-banner.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
	padding-top: 30px;
}

.clearboth-horz-border {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 35px;
	padding-top: 35px;
}

h3 {
	margin-bottom: 8px;
	font-weight: 800;
	color: #11828E;
	text-transform: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
}


.video-title {
	color: #126191;
	font-size: 17px;
	font-weight: 700;
	padding-top: 5px;
	
}




/*------------------------------------------------News-Center-------------------------------*/

#news-container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	/*height: 290px;
	margin-bottom: 50px;
	padding-bottom: 20px;*/
	}
.feature-image {
	width: 510px;
	overflow: hidden;
	margin-bottom: 50px;
	}
.feature-copy {
	float: right;
	width: 410px;
	color: #069;
	clear: left;
	margin-left: 20px;
	margin-top: -20px;
	}

.feature-copy h1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #069;
	line-height: 1.2em;
	text-decoration: none;
	}
.feature-copy h1 a:visited {
	color: #069;
	text-decoration: none;
	}
.feature-copy h1 a:hover {
	color: #F6A924;
	text-decoration: none;
	}				
	
.feature-copy h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666;
	font-style: italic;
	line-height: 1.2em;
	}	

.feature-copy p {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
	color: #666;
	line-height: 15px;
	font-weight: normal;
	width: 390px;
	}
	
	
#sectionBanner {
	height: 75px;
	width: 1000px;
	background-color: #146290;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	

/* ------------------------ | BANNER COLORS |----------------------*/
#sectionBanner .outreach {
	height: 75px;
	width: 1000px;
	background-color: #749E7E;
	}
	
#sectionBanner .enrollment {
	height: 75px;
	width: 1000px;
	background-color: #C4A52A;
	}
	
#sectionBanner .shop {
	height: 75px;
	width: 1000px;
	background-color: #8B4F74;
	}	

#sectionBanner .tribes {
	height: 75px;
	width: 1000px;
	background-color: #9C7D68;
	}	
		
#sectionBanner .healthplans {
	height: 75px;
	width: 1000px;
	background-color: #999999;
	}	

#sectionBanner .toolkit {
	height: 75px;
	width: 1000px;
	background-color: #6d5356;
	}	
#sectionBanner .district {
	height: 75px;
	width: 1000px;
	background-color: #a6353d;
	}	
#sectionBanner .district img {
	bottom: 45px;
}


					
		
/* ------------------- | END BANNER COLORS |----------------------*/
#sectionBanner img{
	position: relative;
	float: right;
	clear: both;
	right: 30px;
	bottom: 52px;
	}	
	
#sectionBanner h1 {
	color: #FFF;
	float: right;
	padding-right: 100px;
	padding-top: 12px;
	}	

/*-------------------- collateral---------------------------*/

#hpage_latest {
	display:block;
	width:100%;
	}

#hpage_latest h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	border-bottom:2px solid #E3E3E3;
	}
#hpage_latest p {
	font-size: 12px;
	font-weight: bold;
	}
.space {
	width: 600px;
	clear: both;
	margin-bottom: 30px;
	height: 50px;
	}
	
#hpage_latest ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

#hpage_latest li{
	display:block;
	float:left;
	width:180px;
	margin:0 15px 0 0;
	padding:0;
	}

#hpage_latest li.last{
	margin-right:0;
	}

#hpage_latest img{
	margin:0;
	padding:4px;
	border:1px solid #C7C5C8;
	}

#hpage_latest .readmore{
	font-weight:bold;
	text-align:right;
	}
	
		
/* ----------------------------------------------Footer-------------------------------------*/

.footer-container {
	width: 1000px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;	
	background-color: #126191;
	position: relative;
	left: 10px;
	}
	
#footer {
	width: 100%;
	height: 40px;
	position: relative;
	clear: both;
	}







/*----------------------------------Feedburner Styling-------------------------------------*/

div.feedburnerFeedBlock ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	
}

div.feedburnerFeedBlock a {
	color: #146290;	
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc;

}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal;

}


div.feedburnerFeedBlock ul li span.headline {
	font-weight: bold;
	display: block;
	margin: 24px 0 10px 0;
	font-size: 1.2em;	
}

div.feedburnerFeedBlock ul li span.headline { 
font-weight:bold;
}

div  #creditfooter{ 
display: none; 
} 

.collateral p {
	margin: 5px;
	}
