@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:974px) {
	
	
#Header_Width {
	width: 768px;}	
	
#captionWrapper{
	width: 768px;}
	
#MainMenu {
	width: 768px;}	


.HomeContentWidth {
	width:768px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:230px;}
	

	
#HomeCallouts UL LI H2{
	font-size:18px;
}

	


#dropdownNavLinks{
	display:none;
}

/* Interior */
 #InteriorContentWidth {
    width: 768px;}
    
    
/* Homeslideshow */

#HomeSlideshow{
	height:300px;
}
.narrow #slideshow{
	width:768px;
}
.rslides li {
	height:300px;}

.caption {
	width: 300px;
}
#slideControls UL{
	width:768px;}

/* Interior Pages */

#ContentContainer{
	/*width:768px;*/
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	}

#ContentLeft {
	float: left;
	width: 300px;}

#ContentRight {
	width: 460px;
	float: right;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 355px;
}

#FooterContent{
	width:auto;}
	
#FooterWidth {
    width: 768px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 300px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 460px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 300px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 460px;
}

}

