@charset "utf-8";
body  {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
body.home {
	background: #fff url(/Images/MissionEmpower/bg_body.jpg) repeat-x 0 0;
}

body.sub {
	background: #fff url(/Images/MissionEmpower/bg_body_subpage.jpg) repeat-x 0 0;
}
a {
	color: #714000;
	text-decoration: underline;
}
h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 16pt;
	font-weight: normal;
}
.home #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.home #header { 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 24pt;
	font-weight: normal;
	color: #569FD3;
	margin-bottom: 5px;
	margin-top: 5px;
}
.home #sidebar-left h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 24pt;
	font-weight: normal;
	color: #733291;
	margin-bottom: 5px;
	margin-top: 5px;
}
#logo {
	width: 595px;
	height: 116px;
	float: left;
}
.home #sidebar-left {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
}
.home #sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
}
.home #mainContent { 
	margin: 0 315px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.sub #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.sub #header { 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.sub #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sub #mainContent {
	margin: 0 310px 0 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.sub #sidebar-right {
	width: 305px;
	background-color: #F2F7D5; /* #EEF1D0; */
	font-size: 10pt;
	float: right; /* since this element is floated, a width must be given */
}
.sub #sidebar-right-inner {
	width: 270px; 
	padding: 0px 0px 15px 20px;
}
.sub #sidebar-right h3 {
font-size: 14pt;
margin-bottom: 5px;
margin-top: 20px;
}
.sub h2 {
	font-size: 16pt;
	font-weight: normal;
}
#main-section-image {
width: 100%;
height: 200px;
margin-top: 15px;
border-top: solid 3px #CDE059; /* #714000; */
border-bottom: solid 2px #56A2D6;
}
.teachers-section {
background: transparent url(/Images/SectionImages/main_teachers.jpg) no-repeat;
}
.youth-section {
background: transparent url(/Images/SectionImages/main_youth.jpg) no-repeat;
}
.parents-section {
background: transparent url(/Images/SectionImages/main_parents.jpg) no-repeat;
}
.business-section {
background: transparent url(/Images/SectionImages/main_business.jpg) no-repeat;
}
.events-section {
background: transparent url(/Images/SectionImages/main_events.jpg) no-repeat;
}
#mainContent ul li {
	list-style-image: url(/Images/MissionEmpower/bullet-checkmark.jpg);
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent ul li ul li {
	list-style: circle;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent ol li {
	padding-bottom: 10px;
}
#mainContent ol li ol li {
	list-style: circle;
	padding-bottom: 2px;
}
#footer-body {
	border-top: #519ED3 5px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFDE6C;
	height: 150px;
}
#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left; 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9pt;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
}
#footer-menu {
	float: left;
       clear: both;
       width: 100%;
}
#signature {
	float: right;
	font-size: 8pt;
	color: #000;
}
#copyright {
	float: left;
	padding: 10px 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: none;
}
h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 24pt;
	font-weight: normal;
	color: #569FD3;
}
label {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#main-nav {
	background: url(/Images/MissionEmpower/bg_main_nav.jpg) repeat-x;
    clear: both;
	vertical-align: middle;
	height: 43px;
	width: 100%;
}

#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav ul li {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	padding: 0px 30px 0px 10px;
	cursor: pointer;
	float: left;
	text-align: left;
}

#main-nav a {
	color: #fff;
	text-decoration: none;
	text-align: left;
}
#event-list {
	margin-bottom: 15px;
	width: 325px;
}
#news-list {
	margin-bottom: 15px;
}
#cat_14623_divs {
	padding-top: 11px;
}

#cat_416167_divs, #cat_416265_divs, #cat_433739_divs, #cat_452480_divs, #cat_455367_divs, #cat_461128_divs, #cat_461180_divs {
	padding-top: 5px;
}
#cat_416193_divs {
	clear: both;
}
#sub-nav {
	clear: both;
	height: 30px;
}

#sub-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub-nav ul li {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	padding: 0px 15px 0px 10px;
	cursor: pointer;
	float: left;
	text-align: left;
}

#sub-nav a {
	color: #333;
	text-decoration: underline;
	text-align: left;
}
#sub-nav .sub-nav-item .selected {
	font-weight: bold;
}
#utility-nav {
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#utility-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#utility-nav ul li {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #714000;
	padding: 0px 5px 0px 10px;
	cursor: pointer;
	float: left;
	text-align: right;
}

#facebook {
	float: right;
	display: block;
	clear: right;
	width: 200px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #714000;
	padding: 0px 5px 0px 10px;
	cursor: pointer;
	float: left;
	text-align: left;
}

#footer a {
	color: #714000;
	text-decoration: underline;
	text-align: left;
}

#main-image {
	clear: both;
	background: url(/Images/MissionEmpower/bg_main_image.jpg) repeat-x;
	height: 300px;
	width: 100%;
}

#main-image-inner {
	background: url(/Images/MissionEmpower/home_main_image.jpg) no-repeat;
	width: 967px;
	height: 300px;
}

#case-study-body {
	background: transparent url(/Images/MissionEmpower/bg_home_case_studies.jpg);
}

#case-study {
	height: 215px;
	width: 980px;
	margin: 0 auto;
	padding: 20px 10px 0 20px; 
	text-align: left;
	background: transparent;
}
#case-study h3 {
	margin: 0px 0px 10px 0px;
}
#case-study .case-study-intro h3 {
	margin: 0px 0px 10px 0px;
}
#case-study .case-study-intro img a {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
}
.case-study-intro {
	float: left;
	width: 215px;
}
.content-main-image {
	width: 200px;
	padding: 5px 5px 10px 10px;
	float: right;
}
.success-story-main-image {
	width: 230px;
	padding: 5px 5px 10px 5px;
	float: left;
}
.read-more-link {
	font-size: 9pt;
}

#mainContent ul li.resource-item {
        margin-bottom: 2px;
        padding-bottom: 0px;
}

.row-item {
       height: 25px;
}

.row-border-gray {
       border-bottom: 1px solid #ccc;
}
