/* CSS Document */

html, body {
	margin:0;
	padding:0;
}
body {
	background-image:url(/images/Chingachgook_Website/bg.jpg);
	background-repeat: repeat-x;
	background-color:#0d2d52;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

#mainDiv {
	width: 950px; 
	margin: 0 auto;
	height: inherit;
}

#header {
    width: 950px;
	height: 115px;
	background-image:url(/images/Chingachgook_Website/header_bg.jpg);
}

#interiorHeader {
    width:928px;
	height: 173px;
}

#interiorLogo {
     background-image:url(/images/Chingachgook_Website/interior_logo.jpg);
	 height:173px;
	 width:268px;
	 float:left;
}

#logo {
    background-image:url(/images/Chingachgook_Website/logo.jpg);
	width:238px;
	height:115px;
	float: left;
}

#ymcaLogo {
    background-image:url(/images/Chingachgook_Website/ymca_logo.jpg);
	width:164px;
	height:115px;
	float:right;
}
#ymcaLogo a { display: block; width: 152px; height: 115px; }
#ymcaLogo a span { display: none; }
#ymca_logo a img { border: none; }

#flashContainer {
    width: 950px;
	background-color: #ffffff;
}

#flashTop {
    background-image:url(/images/Chingachgook_Website/flash_top_bg.jpg);
	background-repeat: repeat-x;
	width:950px;
	height:14px;
}

#flashSidelft {
     background-image:url(/images/Chingachgook_Website/flash_sides_spacer.jpg);
	 width:9px;
	 height:249px;
	 float:left;
	 background-color: #ffffff;
}

#flashSidergt {
     background-image:url(/images/Chingachgook_Website/flash_sides_spacer.jpg);
	 width:9px;
	 height:249px;
	 background-color: #ffffff;
}


#mainNav, #interiorMainNav {
    height:56px;
	width:951px;
	background: #fff url(/images/Chingachgook_Website/nav_bg.jpg) repeat-x;
}
#interiorMainNav { width:929px; clear:both; }

#mainNav ul, #interiorMainNav ul { padding: 25px 0 0; width:945px; margin-top: 0;}
#interiorMainNav ul { width:925px; }

#mainNav li, #interiorMainNav li { list-style-type:none; float:left; }

#mainNav li a, #interiorMainNav li a {
	font-size: 13px;
	font-weight:bold;
	color: #013f86;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 0 18px 1px 30px;	
	margin: 0;
	border-left: 1px solid #013f86;
}
#mainNav li a:hover, #interiorMainNav li a:hover { text-decoration: underline; }
#mainNav li.rmFirst a, #interiorMainNav li.rmFirst a { border-left: none; padding-left: 30px; }
#mainNav li.rmLast a { padding-right: 60px; }
#interiorMainNav li.rmLast a { padding-right: 55px; }

#mainNav ul ul, #interiorMainNav ul ul { background-image:none; border: none; padding: 0; width: 175px; line-height: 30px; }
#mainNav ul ul li, #interiorMainNav ul ul li { float: none; border: 1px solid #013f86; }
#mainNav ul ul li a, #interiorMainNav ul ul li a { padding: 0; }
#mainNav ul ul li a:HOVER, #interiorMainNav ul ul li a:HOVER { background: #013f86; color: #fff; text-decoration: none; }
#mainNav ul ul .rmLevel1, #interiorMainNav ul ul .rmLevel1 { border: none; }
#mainNav ul ul li.rmFirst a, #interiorMainNav ul ul li.rmFirst a { padding-left: 0; }
#mainNav ul ul li.rmLast a, #interiorMainNav ul ul li.rmLast a { padding-right: 0; }

#pgContentcontainer {
    width:928px;
	background-image:url(/images/Chingachgook_Website/interior_background.jpg);
	background-repeat:repeat-y;
	background-color:#dfd4a4;
}

#leftCol {
    width:143px;
	background-color:#396c42;
	float:left;
}

#subNav {
    width:143px;
	background-color:#1f5329;
}

#subNav ul {
    line-height:30px; 
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}

#subNav li {
    list-style-image:url("/images/Chingachgook_Website/subnav_arrow.gif");
	list-style-type:none;
	width:143px;
	height:30px;
	border-bottom: 1px solid #ffffff;
	border-width:100%;
	
}



#subNav li a {
    font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	padding-left:15px;
}

#subNav li a:hover { text-decoration: underline; }

#ymcaInteriorLogo {
    background-image:url(/images/Chingachgook_Website/interior_ymca_logo.jpg);
	background-repeat:no-repeat;
	height:114px;
	width:143px;
	margin-bottom:0px;
}

#redVertical {
    background-image:url(/images/Chingachgook_Website/red_side_nav_spacer);
	background-repeat:repeat-y;
	background-color:#bf2c37;
	width:4px;
	float:left;
}

#contentbg {
    width:675px;
	float:left;
	padding: 5px 85px 10px 20px;
	background-image:url(/images/Chingachgook_Website/interior_content_bg.jpg);
	background-repeat:repeat-x;
	margin-left:3px;
	margin-top:0px;
	
}

#content {
    width:675px;
	float:left;
	padding: 5px 70px 10px 20px;
	
	
}

.subPgTitle {
	 font-size:20px;
	 font-weight:bold;
	 color:#013f86;
}

    

#underSubnav {
    background-image:url(/images/Chingachgook_Website/subnav_bg.jpg);
	background-repeat:repeat-x;
	width:143px;
	height:319px;
}

#redHorizontal {
    background-image:url(/images/Chingachgook_Website/bottom_red_spacer);
	background-repeat:repeat-x;
	background-color:#bf2c37;
	height:4px;
	width:928px;
	clear:both;
}
	

#contentContainer {
  height:380px;
  width:942px;
  
}

#blueLft {
    background-image: url(/images/Chingachgook_Website/blue_left.jpg);
	background-repeat:no-repeat;
	width:12px;
	height:385;
	float:left;	
}

#photoLinks {
    width:281px;
	height:385;
	float:left;
}
	

#registerToday {
    background-image: url(/images/Chingachgook_Website/register_today.jpg);
	background-repeat:no-repeat;
	width:281px;
	height:192px;
}

#summerCamp {
    background-image: url(/images/Chingachgook_Website/summer_camp.jpg);
	background-repeat:no-repeat;
	width:281px;
	height:189px;
} 

#homepgTxt {
    width:446px;
	height:370px;
	padding: 5px 35px 5px 25px;
	float:left;
	font-size:12px;
	float:left;
	background-image:url(/images/Chingachgook_Website/content_bg.jpg);
    background-repeat:repeat-x;
	
}  

.homepgTitles {
	font-size:16px;
	padding-right: 20px;
	color: #45734e;
	font-weight:bold;
	
}

#logos {
    width:155px;
	height:385px;
	float:right;
}

#alumniLogo {
    background-image: url(/images/Chingachgook_Website/alumni_logo.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:134px;
} 

#yknotLogo {
    background-image: url(/images/Chingachgook_Website/yknot_logo.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:96px;
}   

#acaLogo {
    background-image: url(/images/Chingachgook_Website/aca_logo.jpg);
	background-repeat:no-repeat;
	width:155px;
	height:151px;
}

#blueRgt {
    background-image: url(/images/Chingachgook_Website/blue_right.jpg);
	background-repeat:no-repeat;
	height:385;
	float:right;
}

#footerNav {
    height:40px;
}  

#footerNav ul {

    padding-left: 150px; 
	margin-top:5px; 
}

#footerNav li {
    display: inline;
	list-style-type:none;
}

#footerNav li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 1px 10px;
	border-left: 1px solid #ffffff;
}

#footerNav li a:hover { text-decoration: underline; }

#footerNav li.first a {
    border-left: none;
}

#redBottomline {
    background-image:url(/images/Chingachgook_Website/red_bottom_line.jpg);
	height:4px;
	width:950px;
}

#copyright {
    padding: 2px 35px 5px 335px;
	color: #ffffff;
}


#ctl00_BreadCrumbs_tm_Breadcrumb1 a { text-decoration: none; }
