/* CSS Document */


/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }

ul,ol { list-style: none; }

fieldset,img { border: none; }

caption,th { text-align: left; }

table { border-collapse: collapse; border-spacing: 0; }


html,body {
	margin: 0;
	padding: 0;
	background: url(../images/bgnd.jpg) repeat-x #d5cfc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	}
	

/* ----- Styles ----- */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002594;
	font-size:18px;
	font-weight:bold;
	margin-top: 8px;
	margin-bottom:8px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002594;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002594;
}

img {
	border: none;
	}	

hr {
	background: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
	padding: 0;
	}	

p {
	line-height: 1.5em;
	font-size: 12px;
	padding-bottom: 1em;
	}
	
strong {
	font-weight: bold;
}

ol {
	list-style: decimal inside none;
	text-indent: -1em;
	padding-left: 2em;
	margin-left: 0;
}

.redText {
	color: #9b0505;
	}
	
.redBoldText {
	font-weight: bold;
	color: #9b0505;
	}	
	
.articleTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #002594;
	font-size:18px;
	font-weight:bold;
    line-height: 1.2em;
	}

.articleTitle-old {
	font-size: 18px;
	color: #002594;
	display: block;	
	padding-bottom: 5px;	
	line-height: 1.1em;
}
	
.allcaps {
	text-transform: uppercase;
	}	
	
.ccSubTitle {
	font-size: 14px;
	color: #002594;
	display: block;
	margin-bottom: 5px;
	}		
	
.sectionHead {
	font-size: 14px;
	color: #002594;
	font-weight: bold;
	}	
	
.caption {
	font-size: 10px;
	}

.captionItalic {
	font-style: italic;
	font-size: 10px;
	}
	
.indent {
	text-indent: 10px;
	}
	
.bannerbar {
	background-color: #c8c6ad;
	border-top: 1px solid #afac8b;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #363636;
	margin:10px 0 10px 0;
	padding: 3px 3px 3px 10px;	
}

/* ----- IDS ----- */


	
td.video {
	padding-left: 10px;
	padding-right: 10px;
	}
	
#headContent {
	border-bottom: 2px solid #fff;
	}
	
	
#listSummary ul {
	padding: 0 0 0 15px;
	margin: 3px 0 10px 0;
	list-style-type: none;
	font-size: 11px;
	}	
	
#custom_group {
	display: none;
	}

#Search2 td {
	width: 0;
	}	


/* ----- LINKS ----- */

a{
	color: #002594;
	text-decoration: none;
}

a:visited{
	color: #202077;
	text-decoration: none;
}

a:hover{
	color: #181ab9;
	text-decoration: underline;
}

a:active{
	color: #181ab9;
	text-decoration: none;
}




/* LAYOUT */

#pagewrapper {
	padding-top: 15px;
	padding-bottom: 35px;
}
#container {
	background-color: white;
	width: 968px;
	height: auto;
	border: 1px solid #999999;
	margin: auto;
	padding: 5px;
}

/* -------------- header ------------ */

#header {
	width: 968px;
	height: auto;
	font-size: 0px;
}
#nav-top {
	background-color: #3b3b3b;
	height: 10px;
	padding: 3px 15px 7px 8px;
	margin-bottom: 1px;
}

#nav-top a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav-top a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav-top a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#nav-top a:active { 
	color: #fff;
	background-color: #6a6a6a;
	text-decoration: none;
	font-weight: bold;
}

#nav-top ul {
	list-style: none outside none;
}

#nav-top li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}


#banner {
	width: 750px;
	height: 186px;
	background-color: #FFF;
	float: left;
	
}

#banner p {
	display: none;
}


#header .logo {
	background: url(../images/hm-logo-bgnd.gif) #FFF;
	float: right;
	width: 215px;
	height: 186px;
}

#header .social {
	margin: 20px 0 0 15px;
}

#header .social img {
	margin: 5px 8px 0 0; 
}


/*------------- Secondary pages -------------- */

#p2-logo {
	padding: 13px 10px 0 10px;
	float: left;
}

#p2-promo {
	float: left;
	padding: 3px 0 3px 0;
	margin: 0 0 0 10px;
}

#p2-social {
	float: left;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 78px;
	width: 200px;
	margin: 3px 0 0 5px;
	padding: 10px 0 0 15px;
}
#p2-social img {
	margin: 5px 8px 0 0; 
}



/*------------- News categories -------------- */

#news-story ul {
	list-style: disc inside none;
	margin: 5px 0 10px 20px;
	padding: 0 0 0 0;
	text-indent: -1em;
}
#news-story li {
	margin: 0;
	padding: 0 0 5px 0;
}
#news-ct {
	width: 740px;
	height: auto;
}

#news-ct h3 {
	display: block;
	float: none;
	font:bold 16px arial,Helvetica,Utkal,sans-serif;
	color: #002594;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#news-ct h3 a:hover{
	font:bold 16px arial,Helvetica,Utkal,sans-serif;
	color: #002594;
	text-decoration: underline;
}


#news-ct h4 {
	display: block;
	float: none;
	font:bold 16px arial,Helvetica,Utkal,sans-serif;
	color: #000000;
	padding: 0;
	margin: 5px 0 -5px 2px;
}


#topstories {
	display: inline;
	float: left;
	width: 737px;
	height: auto;
	padding: 0;
}

#topstories .story {
	display: inline;
	float: left;
	margin: 0 10px 15px 10px;
	width: 225px;	
}

#topstories .story-tn {
	width: 225px;
	height: 127px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}

#topstories .story-desc {
	padding: 0;
	margin: 0;
}


#morestories {
	display: inline;
	float: left;
	width: auto;
	height: auto;
	padding: 0;
}

#morestories .story {
	margin: 0 0 15px 0;	
}

#news-ct .box1,.box2,.box3,.box4,.box5,.box6,.box7,.box8,.box9 {
	display: inline;
	float: left;
	width: 227px;
	min-height: 265px;
	border: solid 1px #e0e0e0;
	padding: 5px;
}

#news-ct .box1,.box4,.box7 {
	margin: 0 0 10px 0px;
}

#news-ct .box2,.box5,.box8 {
	margin: 0 0 10px 10px;
}

#news-ct .box3,.box6,.box9 {
	margin: 0 0 10px 10px;
}

#news-ct ul {
	list-style-type: disc;
	margin: 5px 0 5px 20px;
	padding: 0 0 0 0;
	color: #181ab9;
}

#news-ct li {
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 14px;
	font-size: 11px;
}

#news-story img {
	padding:5px 0 5px 5px;
}


/* -------------- content ------------ */

#content {
	margin: 15px 0 10px 0;
	min-height: 900px;
}

#content .col1 {
	width: 480px;
	height: auto;
	float: left;
	margin-left: 15px;
	
}
#content .col2 {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 10px;
}
#content .col3 {
	width: 200px;
	height: auto;
	float: left;
	margin-left: 13px;
}

#content .p2col1 {
	width: 740px;
	height: auto;
	float: left;
	margin-left: 15px;
}
#content .p2col2 {
	width: 200px;
	height: auto;
	float: left;
	margin-left: 13px;
}

.col2box {
	width: 238px;
	height:auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}

/* -------------- video-callout ------------ */

#video-callout {
	width: 460px;
	height: auto;
	margin: 0;
	float: right;
}

#video-callout .top {
	height: 25px;
	width: 460px;
}


#video-callout .vid {
	display:inline;
	float:left;
	height:30px;
	margin:0 3px 3px 0;
	padding: 0;
	position:relative;
	width:221px;
	background-color: #f6f6f6;
	border: 1px solid #e5e5e5;
	padding: 2px;
}

#video-callout .tn {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;

}

#video-callout .desc {
	float: none;
	margin: 0 0 0 35px;
	padding: 0;
}

#video-callout .desc h4 {
	color: #404040;
	font-size: 11px;
	font-weight: bold;
}

#video-callout .desc p {
	color: #404040;
	font-size: 9px;
	font-weight: normal;
}

#video-callout .desc a {
	color: #404040;
	text-decoration: none;
	
}
#video-callout .desc a:hover {
	text-decoration: underline;
}


/* -------------- col1 ------------ */

#topstory {
}
#topstory img {
	margin-bottom: 5px;
}

#features {
	width: 480px;
	margin-bottom: 10px;
}

#features img {
	padding: 0;
	float: none;
}

#features .story {
	display:inline;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	width: 225px;
	height: 335px;
	overflow-y: hidden;
}

#features .story-tn {
	width: 225px;
	height: 127px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}

#features .story-desc {
	padding: 0;
	margin: 0;
}






/* -------------- col2 ------------ */

#newsalert {
	padding: 0 5px 0 5px;
}

#newsupdate {
	width: 248px;
	height:auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-bottom:10px;
	margin-bottom: 10px;
}

#newsupdate ul {
	list-style-type: disc;
	margin: 5px 0 0 20px;
	color: #181ab9;
}

#newsupdate li {
	margin: 0 5px 0 0;
	padding: 0 0 2px 0;
	font-size: 12px;
}

#newsupdate img {
	padding:5px 0 0 5px;
}


#beehive {
	background-color: #fac828;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	margin: 0 0 10px 0;
}
#beehive .box {
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
}

#beehive .box h4 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#beehive .box ul {
	list-style-type: disc;
	margin: 5px 0 0 20px;
	color: #666666;
}

#beehive .box li{
	color: #000000;
	padding-bottom:2px;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
}

#beehive .box a {
	color: #000000;
	text-decoration: none;
}

#beehive .box a:hover {
	text-decoration: underline;
}

#promobox1 {
}



/* -------------- col3 ------------ */

#ccbox {
	background-color: #f5f5f5;
	height: 55px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e5e5e5;
	padding: 5px;
}
#ccbox p {
	line-height: 16px;	
}

#social {
	height: 65px;
	margin-bottom: 10px;
}

#social img {
	margin: 5px 8px 0 0; 
}


#twitter {
	background-color: #f5f5f5;
	height: auto;
	margin-bottom: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e5e5e5;
	padding: 5px;
}
#twitter p {
	font-size: 11px;
}

#twitter .twtr-ft span {
	margin-top: 3px;
	font-size: 9px;
}


	

#partners {
	text-align: center;
}

#partners img {
	text-align: center;
	padding-bottom: 5px;
}

#promobox2 {
}


/* -------------- Nav-directory ------------ */

#nav-directory {
	background-color: #22447d;
	height:225px;
	width: 953px;
	margin-bottom: 1px;
	padding: 15px 0 5px 15px;
	font-size: 11px;
	line-height: 1.6em;
}
#nav-directory h3 {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

#nav-directory .column{
	float: left;
}
#nav-directory .cola {
	width: 130px;
	height: 225px;
}
#nav-directory .colb {
	width: 110px;
	height: 225px;
}
#nav-directory .colc {
	width: 165px;
	height: 225px;
}
#nav-directory .cold {
	width: 130px;
	height: 225px;
}
#nav-directory .cole {
	width: 130px;
	height: 225px;
}
#nav-directory .colf {
	width: 130px;
	height: 225px;
}
#nav-directory .colg {
	width: 130px;
	height: 225px;
}

#nav-directory a {
	color: #e5e5e5;
	display: block;
	text-decoration: none;
}
#nav-directory a:hover {
	text-decoration: underline;
}

/* -------------- Footer ------------ */

#footer {
	background-color: #3b3b3b;
	color: #FFFFFF;
	height: 20px;
	padding: 5px 0 2px 15px;
}

#footer a {
	color: #e6e5e6;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#footer a:visited{
	color: #e6e5e6;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:active{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

#footer p { 
	color: #e6e5e6;
	font-size: 11px;
	margin: 0;
}


/* -------------- District & Initiative Pages ------------ */

#sd_logo {
	margin: 0 0 10px 0;
}

#sd_social {
	margin: 5px 0 10px 10px;
}

#sd_social img {
	margin: 0 10px 0 0; 
}


#sd_site {
	width: 238px;
	height:auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:5px;
	margin-bottom: 10px;
}

#sd_site ul {
	margin: 5px 0 0 0;
}

#sd_site li {
	line-height: 16px;
	margin: 0 0 0 10px
}
#sd_site a {
	font-size: 12px;
}


#sd_vid {
	width: 238px;
	height:auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:5px;
	margin-bottom: 10px;
}

#sd_vid ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	color: #181ab9;
}

#sd_vid li {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}

#sd_vid img {
	padding:0 0 0 0;
}

#init_pic {
	margin-bottom: 5px;
}

#init_vid {
	width: 238px;
	height:auto;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:5px;
	margin: 10px 0 10px 0;
}

#init_vid ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	color: #181ab9;
}

#init_vid li {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
}

#init_vid_chess {
	width: auto;
	height: auto;
	margin: 10px 0 10px 0;
}
#init_vid_chess ul {
	list-style-type: disc;
	margin: 5px 0 0 15px;
	color: #181ab9;
}

#init_vid_chess li {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 12px;
}





/* -------------- Utils ------------ */
.clearall {
	clear: both;
}

#clear {
	height: 1px;
	width: auto;
	clear: both;
}

.divline  {
background-color:#E5E5E5;
height:1px;
overflow:hidden;
margin: 10px 0 10px 0;
}

.floatRight {
	float: right;
}

.hide{
/* display:none; */
}
.show{
/* display:block; */
}
#siteedit {
	border-top: 1px solid #CCCCCC;
	color: #575757;
	margin-top: 15px;
	padding-top: 5px;
	width: 100%;
	font-size: 10px;
	}
	
/*------------ Side column p2-left -----------*/

#sideColumn {
	width: 154px;
	}	
	
#sideColumn a:link {
color: #181ab9;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-decoration: none;	
	font-weight: normal;
	}
	
#sideColumn a:visited {
	color: #1519bc;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-decoration: none;	
	font-weight: normal;
	}
	
#sideColumn a:hover {
	color: #1519bc;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-decoration: underline;	
	font-weight: normal;
	}			
	
#sideColumn li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	list-style-type: none;
	font-size: 14px;	
	}
	
#sideColumn ul {
	padding: 0;
	margin: 0;
	}



/*-------------- breadcrumbs --------------*/

#crumbs {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 5px 5px 0;
	width: auto;
	}

.breadcrumb-wrapper {
	position: relative;
	z-index: 50;
	}

.breadcrumb {
	position: absolute;
	top: 5px;
	left: 5px;
	}
/*-------------- google maps --------------*/

	
#map {
	width: 100%;
	height: 740px;
	border: 1px solid #ab9e89;
	margin-top: 10px;
	}