/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#fffbce;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
p,ul,li,a,h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

a{
	color:#5986a9;
	text-decoration:underline;
}
a:hover{
	color:#395a74;
	text-decoration:underline;
}

img{
	border:none;
}

/*---------------------------------------*/
/*general classes*/
.right{
	float:right;
}
.left{
	float:left;
}
#clear{
	clear:left;
	height:1px;
	display:block;
	overflow:hidden; /*IE6 adds height to a clear, so use this to fix it*/
}
/*used as a spacer in pages (usually at bottom)*/
.clear{
	clear:both;
	height:30px;
	display:block;
	overflow:hidden; /*IE6 adds height to a clear, so use this to fix it*/
}
.clear2{
	clear:both;
	height:5px;
	display:block;
	overflow:hidden; /*IE6 adds height to a clear, so use this to fix it*/
}
.clearP{
	clear:both;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}
.boldunderline{
	font-weight:bold;
	text-decoration:underline;
}
.underline{
	text-decoration:underline;
}
.italicunderline{
	text-decoration:underline;
	font-style:italic;
}
.center{
	text-align:center;
}
.lists{
	float:left;
	font-size:12px;
}
.list_square{
	list-style:square;
	clear:both;
}
.square_left{
	list-style:square;
	margin-top:0;	
}
/*green links on Living pages*/
.green{
	color:#2f6a32;
}
.green a{
	color:#2f6a32;
	text-decoration:underline;
}
.green a:hover{
	color:#5e9a61;
}
	
.blue{
	color:#5986a9;
}

/*---------------------------------------*/
/*padding classes*/
.paddingten{
	padding:10px 10px 0px 10px;
}
/*---------------------------------------*/

/*Root divs*/
#container{
	width:955px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top:0;
	border:solid 1px #969ea0;
}

#lev1_container{
	width:955px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top:0;
	border:solid 1px #969ea0;
	background:url(../system_overview/images/bg_lev1.jpg) repeat-y #fff;
}

/*top left*/
#top_left{
	width:409px;
	height:130px;
	background:url(../images/bg_top_left.jpg) no-repeat #5986a9;
	float:left;	
	margin-right:0;
	padding:0;
	border-left:solid 1px #969ea0;
}
#top_left img{
	margin-left:95px;
	margin-top:30px;
	border:none;
}

/*Lev 1 top left*/
#lev1_top_left{
	width:409px;
	height:65px;
	background:url(../system_overview/images/bg_top_left.jpg) repeat-y #5986a9;
	float:left;	
	margin-right:0;
	padding:0;
	border-left:solid 1px #969ea0;
}
#lev1_top_left img{
	margin-left:95px;
	margin-top:10px;
	border:none;
}

/*top right section*/
#top_right{
	width:544px;
	height:130px;
	background:url(../images/bg_top_right.jpg) repeat-x #000000;
	margin:0;
	float:left;
	padding:0;
	border-right:solid 1px #969ea0;
}
#top_right ul{
	font-size:12px;
	color:#82a8c3;
	list-style:none;
	margin:0;
	padding-left:30px;
	/*use matching padding and margin for IE6*/
	/*padding-left:20px;
	margin-left:20px;*/
	line-height:18px;
}
#top_right_listone{
	float:left;
	width:275px;
	padding-left:0;
	/*margin-right:30px;*/
	margin-top:10px;
	border-right:1px solid #82a8c3;
}
#top_right_listtwo{
	float:left;
	width:265px;
	margin-top:10px;
	padding-left:0;
}
#top_right a{
	color:#82a8c3;
	text-decoration:none;
}
#top_right a:hover{
	text-decoration:underline;
}

/*lev 1 top right*/
#lev1_top_right{
	width:544px;
	height:65px;
	background-color: #000000;
	margin:0;
	float:left;
	padding:0;
	border-right:solid 1px #969ea0;
}

/*body div on home page*/
#homeflash{
	width:955px;
	height:auto;
}

/*body area system overview*/
.page_header{
	padding-bottom:15px;
}

#body_right{
	width:747px;
	float:left;
}
	

/*body area lev1*/
#body_left{
	/*747px minus the padding*/
	width:707px;
	float:left;
	padding-left:40px;
	padding-top:20px;
}


/*living in maryland body area level*/
#living_left{
	/*747px minus the padding*/
	width:687px;
	float:left;
	padding-left:40px;
	padding-top:20px;
	padding-right:20px;
}
#living_left p{
	margin-bottom:0;
}
#living_left ul{
	margin-top:0;
}

.leader_left{
	/*747px minus the padding*/
	width:704px;
	float:left;
	padding-left:40px;
	padding-top:20px;
}

#breadcrumbs{
	width:747px;
	height:20px;
	background:url(../system_overview/images/breadcrumbs_img.jpg) no-repeat left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7a7a;
	float:left;
}
#breadcrumbs a{
	color:#5986a9;
	font-size:11px;
}
#breadcrumbs a:hover{
	color:#395a74;
}
.breadcrumbs_text {
	margin-left:60px;
	padding-top:4px;
}

#left_column{
	width:170px;
	float:left;
	padding: 45px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5986a9;
}
#left_column h2{
	font-size:14px;
	font-weight:bold;
	color:#5986a9;
	margin-left:9px;
}
#left_column ul{
	list-style-type:none;	
}
#left_column ul li{
	margin-left:-30px;
	margin-top:1px;
	padding-top:1px;
	width:152px;
}
#left_column a{
	text-decoration:none;
}
#left_column a:hover{
	text-decoration:underline;
}

.header{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.line_break{
	width:152px;
	height:1px;
	background-color:#666666;
	padding:0;
	overflow:hidden;
}
.line_break_gray{
	width:152px;
	height:1px;
	background-color:#d6d6d6;
	margin:2px 0;
	padding:0;
	overflow:hidden;
}

#middle_column{
	width:577px;
	float:left;
}
#body_title{
	margin:5px 0 0 15px;
	width:545px;
}
#body_title p{
	margin:-1px 0 0 10px;
	font-style:italic;
	font-size:12px;
}
#middle_column p,
#middle_column h1{
	font-size:12px;
	padding:0 20px 5px 20px;
}
#middle_column ul{
	padding-right:20px;
	}
	#middle_column ul li{
		margin-bottom:5px;
		padding-bottom:5px;
	}
#middle_column h3,
#middle_column h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	padding-left:20px;
	}
	
/* callout boxes */
#callout{
	width:530px;
	/*height:200px;*/
	margin-left:23px;
	}
	#callout_img{
		float:left;
		margin-top:-165px;
		margin-left:1px;
		position:absolute;
	}
	#callout_box{
		width:448px;
		/*height:200px;*/
		background-color:#f2f5f8;
		border:1px solid #bdcfdd;
		margin-left:70px;
		margin-right:0;
		}
		#callout_box p,
		#callout_box li{
			/*padding:5px 12px 0 115px;*/
			margin:5px 0 5px 100px;
			color:#5986a9;
			font-size:12px;
			line-height:18px;
		}
	#callout_bottom{	
		background:url(../system_overview/images/callout_bottom.gif) no-repeat bottom;
		width:452px;
		height:14px;
		margin:-5px 0 0 70px;
		padding-top:0;
	}
	
#callout-noimg{
	background-color:#f2f5f8;
	border:1px solid #bdcfdd;
	padding:10px;
	width:515px;
	margin-left:20px;
	}
	#callout-noimg p,
	#callout-noimg li{
		color:#5986a9;
		font-size:12px;
	}

#cmo_photo{
	width:195px;
	float:left;
	margin-top:15px;
	margin-left:-20px;

}
#cmo_photo p{
	width:195px;
	text-align:center;
}
#cmo_photo2{
	width:220px;
	float:right;
	margin-top:-130px;

}
#cmo_photo2 p{
	text-align:center;
}
#awards{
	width:577px;
	clear:both;
	padding-top:40px;
}
#awards img{
	float:right;
	margin:6px;
}


#right_column{
	width:208px;
	float:left;
}
#right_column a{
	font-size:11px;
}
#right_column p{
	font-size:11px;
	color:#000000;
	margin:0;
	line-height:13px;
}
#right_column ul{
	font-size:11px;
}
#right_column li{
	line-height:13px;
	font-size:11px;
	margin:0;
}

#right_columngreen{
	width:208px;
	float:left;
}
#right_columngreen p{
	font-size:11px;
	color:#2f6a32;
}
#right_title{
	width:175px;
	margin:45px auto 0 auto;
}
#right_title2{
	width:175px;
	margin:45px auto 0 auto;
}
#right_title p{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	margin:0 0 0 5px;
	padding:0;
}
#right_title2 p{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:0 0 0 5px;
	padding:0;
}
#right_title img{
	margin-left:-15px;
}
.caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:170px;
}
.stat_left1{
	width:160px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
.stat_left1 li{
	padding-left:15px;
	color:#000000;
}
.stat_left1 ul{
	color:#000000;
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat_right1{
	width:30px;
	float:left;
	margin-top:24px;
	text-align:right;
}
.stat_right1 ul{
	color:#000000;
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat_right1 li{
	color:#000000;
}
.stat_break{
	width:190px;
	margin:0 auto;
	background-color:#8ebc90;
	height:1px;
	clear:both;
	overflow:hidden;
}
.stat_left2{
	width:140px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
.stat_left2 li{
	padding-left:15px;
	color:#000000;
}
.stat_left2 ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat_right2{
	width:50px;
	float:left;
	margin-top:10px;
	margin-right:-15px;
	text-align:right;
}
.stat_right2 li{
	color:#000000;
}
.stat_right2 ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat_left3{
	width:150px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
.stat_left3 li{
	padding-left:15px;
	color:#000000;
}
.stat_left3 ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat_right3{
	width:40px;
	float:left;
	margin-top:10px;
	margin-right:-15px;
	text-align:right;
}
.stat_right3 ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat_right3 li{
	color:#000000;
}
.stat_left4{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
.stat_left4 li{
	padding-left:15px;
	color:#000000;
}
.stat_left4 ul{
	color:#000000;
	padding:0;
	margin:0;
	list-style-type:none;
}
.stat-list ul{
	margin-left:8px;
	padding-left:8px;
}
.stat-list ul li{
	color:#000;
	margin:5px;
	padding:5px;
}

#system-video{
	padding:10px;
	}
	#system-video img{
		float:left;
		margin-top:15px;
		border:none;
	}
	#system-video p{
		float:left;
		margin-left:15px;
		width:145px;
	}

/*Culture page*/
.culture_main{
	width:305px;
	padding-right:45px;
	float:left;
}
.culture_main p{
	padding-left:5px;
	margin:0;
}

.culture_div{
	width:352px;
	height:140px;
	float:left;
	margin-bottom:40px;
}
.culture_div img{
	float:left;
}
/*quotes on culture page*/
.culture_text{
	float: left;
	width:240px;
	padding:5px 0 20px 5px;
}

.culture_div p{
	float:left;
	font-weight:bold;
	padding-left:5px;
}

/*Living in Maryland page*/
#map{
	float:right;
	padding-right:25px;
}
#map_text{
	width:390px;
	float:left;
	margin-top:-200px;
}
#counties{
	width:170px;
	margin:5px 0 0 30px;
}
#counties ul{
	margin-top:0;
}
#counties li{
	margin-left:-6px;
}
#counties img{
	float:left;
	margin-right:5px;
	margin-top:2px;
}
#counties p{
	float:left;
	margin-bottom:0;
}
#counties a{
	color:#2f6a32;
	text-decoration:underline;
	font-size:11px;
}
#counties a:hover{
	color:#5e9a61;
}
.anchors{
	float:right;
	font-weight:bold;
	margin-right:20px;
}
.anchors a{
	text-decoration:none;
	padding-right:10px;
}
.left_p{
	float:left;
	margin-top:0;
	padding-top:0;
	padding-right:60px;
}

/*Leadership pages*/
.rightphoto{
	
	
}
.firstparagraph{
	width:470px;
}
.leader_callout{
	float:left;
	width:350px;
	height:312px;
	padding:10px 0;
}
.leader_callout_img{
	float:left;
	margin-top:-250px;
	margin-left:1px;
	position:absolute;
}
.leader_calloutbox{
	width:325px;
	height:300px;
	background-color:#f2f5f8;
	border:1px solid #bdcfdd;
	margin-left:23px;
	padding-top:10px;
}
.leader_calloutbox p{
	padding:5px 20px 0 115px;
	color:#5986a9;
	font-size:12px;
}
.leader_callout_bottom{	
	background:url(../leadership/images/callout_bottom.gif) no-repeat bottom;
	width:327px;
	height:12px;
	margin:-8px 0 0 23px;
	padding-top:0;
}
.secondparagraph{
	float:right;
	width:295px;
	padding-right:30px;
	padding-top:25px;
}
.thirdparagraph{
	width:340px;
	float:left;
}
.green_callout{
	float:right;
	width:305px;
	margin:0 20px 20px 0;
}
.green_callout_box{
	width:302px;
	height:100px;
	background-color:#f2f8f2;
	border:1px solid #bcddbe;
}
.green_callout p{
	font-size:12px;
	color:#2f6a32;
	padding:0 16px;
}
.green_callout a{
	color:#2f6a32;
	text-decoration:underline;
}
.green_callout a:hover{
	color:#5e9a61;
}
.green_callout_bottom{	
	background:url(../leadership/images/green_callout_bottom.gif) no-repeat bottom;
	width:305px;
	height:13px;
	margin-top:-7px;
}
.greenline{
	width:666px;
}

.rightPad {
	padding:10px 10px 5px 20px;
}
.ProfilePhoto {
	float: right; 
	padding: 0px 40px 0px 30px;
}
.more {
	color:#336633;
}

.profile{
	width:700px;
}

/*Benefits section*/
.benefits_one{
	padding:0 30px;
	width:440px;
}
/*for wider paragraphs*/
.benefits_two{
	padding:0 30px;
	width:580px;
}
#benefits_right p{
	padding:0 1px 5px 20px;
	font-size:12px;
}
#benefits_right a{
	color:#2f6a32;
	text-decoration:underline;
}
#benefits_right a:hover{
	color:#5e9a61;
}

/*Meet Us section*/
/*table*/
#meetus{
	width:670px;
	border:1px solid #bdcfdd;
	border-right:none;
}
#meetus p{
	text-align:left;
	padding-left:10px;
}	
#meetus td{
	border:none;
	border-right:1px solid #bdcfdd;
	padding:5px 0;
}
.tr_top{
	font-weight:bold;
}
.tr_light{
	background-color:#f2f5f8;
}
.tr_dark{
	background-color:#dce8f2;
}
#table_bottom{
	background:url(../meetus/images/table_bottom.gif) no-repeat bottom;
	width:670px;
	height:12px;
	margin:-7px 0 0 0;
	padding-top:0;
}
#meetus_p{
	width:630px;
}
.photo_right{
	margin-left:-20px;
	position:absolute;
}
#meetus_right p{
	padding:250px 14px 5px 20px;
	font-size:12px;
	color:#2f6a32;
}
#meetus_right a{
	color:#2f6a32;
	font-size:12px;
	text-decoration:underline;
}
#meetus_right a:hover{
	color:#5e9a61;
}

/*Opportunities section*/
.body_half{
	width:352px;
	float:left;
}
.body_half p{
	padding-right:45px;
}

/*Newsletters section*/
.newslettersH4{
	font-style:italic;
	clear:both;
}
.newslettersP{
	width:580px;
}
#newsletters-callout{
	width:516px;
	margin-top:20px;
}
#newsletters-callout_img{
	float:left;
	margin-top:-185px;
	margin-left:20px;
	position:absolute;
}
#newsletters-callout_box{
	width:514px;
	height:200px;
	background-color:#f2f5f8;
	border-top:1px solid #bdcfdd;
	border-left:1px solid #bdcfdd;
	border-right:1px solid #bdcfdd;
	margin-left:70px;
	margin-right:0;
}
#newsletters-callout_box p{
	margin:40px 10px 0 100px;
	color:#5986a9;
	font-size:12px;
	line-height:18px;
}
#newsletters-callout_bottom{	
	background:url(../newsletters/images/callout_bottom.gif) no-repeat bottom;
	width:516px;
	height:14px;
	margin:-5px 0 0 70px;
	padding-top:0;
}

.formP{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2f6a32;
	text-align:left;
}
table, td{
	border:1px solid #2f6a32;
}


/*bottom left*/
#bottom_left{
	width:409px;
	height:50px;
	background:url(../images/bg_bottom_left.jpg) no-repeat #5986a9;
	float:left;
	margin:0;
	padding:0;
	border-left:solid 1px #969ea0;
}

/*lev 1 bottom left*/
#lev1_bottom_left{
	width:409px;
	height:50px;
	background:url(../system_overview/images/bg_top_left.jpg) repeat-y #5986a9;
	float:left;
	margin:0;
	padding:0;
	border-left:solid 1px #969ea0;
}

/*bottom right*/
#bottom_right{
	width:544px;
	height:50px;
	background:url(../images/bg_bottom_right.jpg) repeat-x #000000;
	float:left;
	margin:0;
	padding:0;
	border-right:solid 1px #969ea0;
}

/*lev 1bottom right*/
#lev1_bottom_right{
	width:544px;
	height:50px;
	background-color: #000000;
	float:left;
	margin:0;
	padding:0;
	border-right:solid 1px #969ea0;
}

/*bottom div*/
#bottom{
	width:957px;
	height:13px;
	background:url(../images/bg_bottom.jpg) no-repeat;
	margin:-2px auto;
}

/*footer navigation*/
#footer{
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
#footer ul{
	list-style-type:none;
	/*use matching padding and margin for IE6*/
	margin-left:15px;
	padding-left:15px;
	margin-top:25px;
	font-size:11px;
	color:#98967b;
}
#footer ul li a{
	color:#98967b;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li{
	float:left;
	margin-left:5px;
}








