@charset "UTF-8";

* {
	margin:0;
	padding:0;	
}
body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #FFF;
}
#banner_txt h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
#main_banner {
	background-image: url(../images/image_banner.jpg);
	background-repeat: no-repeat;
	height: 217px;
}

#banner_txt{
	color: #FFF;
	width: 495px;
	float: left;
	margin-top: 60px;
	margin-left: 25px;
}

#container {
	text-align: left;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
}

#logo_banner {
    padding: 113px 0 0 0;
    overflow: hidden;
	background-image: url(../images/logo_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    
    height: 0px !important;
    height /**/:113px;
}

#main_banner img{
	float: right;	
}

#menu {
}
#menu li{
	list-style: none;
	float: left;
	display:inline;
	height: 58px;
}
#menu #home a, #menu #mission a, #menu #roster a, #menu #results a, #menu #sponsors a, #menu #opportunities a, #menu #programs a, #menu #home_over a, #menu #mission_over a, #menu #roster_over a, #menu #results_over a, #menu #sponsors_over a, #menu #opportunities_over a, #menu #programs_over a {
	
	display:block;
	padding: 58px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important;
    height /**/:58px;
}


#menu #home a {
	width:74px;
	background-image: url(../images/home_slice.jpg);
	background-position: 0px 0px;
}
#menu #mission a {
	width:110px;
	background: url(../images/mission_slice.jpg);
	background-position: 0px 0px;
}
#menu #roster a{
	width:164px;
	background: url(../images/roster_slice.jpg);
	background-position: 0px 0px;
}
#menu #results a{
	width:113px;
	background: url(../images/results_slice.jpg);
	background-position: 0px 0px;
}
#menu #sponsors a {
	width:131px;
	background: url(../images/sponsors_slice.jpg);
	background-position: 0px 0px;
}
#menu #opportunities a{
	width:185px;
	background: url(../images/opportunites_slice.jpg);
	background-position: 0px 0px;
}
#menu #programs a {
	width:126px;
	background: url(../images/programs_slice.jpg);
	background-position: 0px 0px;
}

/* ---- over --- */
#menu #home_over a, #menu #home a:hover {
	width:74px;
	background-image: url(../images/home_slice.jpg);
	background-position: 0 -58px;
}
#menu #mission_over a, #menu #mission a:hover {
	width:110px;
	background: url(../images/mission_slice.jpg);
	background-position: 0 -58px;
}
#menu #roster_over a, #menu #roster a:hover {
	width:164px;
	background: url(../images/roster_slice.jpg);
	background-position: 0 -58px;
}
#menu #results_over a,#menu #results a:hover {
	width:113px;
	background: url(../images/results_slice.jpg);
	background-position: 0 -58px;
}
#menu #sponsors_over a,#menu #sponsors a:hover {
	width:131px;
	background: url(../images/sponsors_slice.jpg);
	background-position: 0 -58px;
}
#menu #opportunities_over a,#menu #opportunities a:hover {
	width:185px;
	background: url(../images/opportunites_slice.jpg);
	background-position: 0 -58px;
}
#menu #programs_over a, #menu #programs a:hover {
	width:126px;
	background: url(../images/programs_slice.jpg);
	background-position: 0 -58px;
}

#main_content {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 5px;
}#left_col {
	width: 148px;
	float: left;
	margin-top: 10px;
}
#right_col {
	float: left;
	margin-left: 20px;
	width: 505px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mid_col {
	float: left;
	margin-left: 15px;
	width: 204px;
	margin-top: 10px;
}
#left_col h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
#left_col li {
	background-image: url(../images/left_col_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 33px;
	font-size: 12px;
	min-height:34px;
}
#left_col ul {
	list-style-type: none;
}
#left_col li a {
	display: block;
	padding-top: 11px;
	color: #FFF;
	text-decoration: none;
}
#left_col li a:hover {
	color: #C62642;
	text-decoration: underline;
}
#mid_col h2 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 5px;
}
#mid_col h3 {
	font-size: 12px;
	color: #D11B40;
	font-weight: bold;
}
#mid_col p {
	font-size: 11px;
	background-image: url(../images/mid_col_bg.gif);
	background-position: right bottom;
	padding-bottom: 5px;
	padding-right: 5px;
}
 h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D11B40;
	clear: both;
}
 p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}
#right_col img {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	text-align: right;
	font-size: 10px;
}
a {
	color: #D11B40;
}
a:hover {
	color: #EA0341;
	text-decoration: none;
}
a:visited {
	color: #CD1A3E;
}


.pullQuote {
	border: 1px solid #666;
	padding: 10px;
	text-align: center;
	background-color: #500A1A;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#right_col ul {
	margin-left: 20px;
	font-size: 12px;
	margin-bottom: 20px;
}
#right_col ul li {
	margin-bottom: 3px;
}
.empathsis {
	font-weight: bold;
}
#right_col p img {
	padding-right: 10px;
}
.team_member {
	float: left;
	width: 126px;
	font-size: 11px;
}
#right_col .team_member img {
	display: block;
	padding: 0px;
}
#right_col .result_img {
	float: right;
	margin-bottom: 20px;
	margin-top: 0px;
}
