@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;
}

#FooterContent{
	width:768px;}

#dropdownNavLinks{
	display:none;
}

/* Homeslideshow */

#HomeSlideshow{
	height:300px;
}
.narrow #slideshow{
	width:768px;
}
.rslides li {
	height:300px;}

.caption {
	width: 300px;
}
#slideControls UL{
	width:768px;}

/* Interior Pages */

#ContentContainer{
	width:768px;}

#ContentLeft {
	float: left;
	width: 300px;}

#ContentRight {
	width: 460px;
	float: right;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 355px;
}



}

