@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:974px) {
BODY{
	background-size:120%;}
	
	
#Header_Width {
	width: 768px;}
		
	
#captionWrapper{
	width: 768px;}

#slideControlWrapper {
width: 768px;
}
	
#MainMenu {
	width: 760px;}	


#HomeContentWidth {
	width:768px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:230px;}
	

	
#HomeCallouts UL LI H2{
	font-size:18px;
}

#FooterWidth{
	width:768px;}
#FooterContent{
	width:350px;}

#dropdownNavLinks{
	display:none;
}

/* Homeslideshow */

#HomeSlideshow, .rslides li, #slideshow{
	height:300px !important;
}
.narrow #slideshow{
	width:768px;
}
.rslides li {
	height:300px;}

.caption {
	width: 300px;
	top: 120px;
}


/* Interior Pages */

#ContentContainer{
	width:748px;}

#ContentLeft {
	float: left;
	width: 280px;}

#ContentRight {
	width: 460px;
	float: right;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 355px;}

.HomeSpecialsImage A IMG,
.LinkText,
#HomeSpecialsListing UL LI,
.HomeSpecialsImage A:hover IMG {
	height: auto;
	width: 236px;}
	
.LinkText{
	padding-top:70px;}
	
.HomeSpecialsLinkText{
	font-size:20px;
	width: 236px;}

#FootMenu{
	text-align:center;}
#FootMenu ul{
	display:block;}	
.Social_Links{	
	margin: 0 auto;
	float: none;
	width: 136px;}
}

}

