@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:494px) {
	
#Header_Width {
	width: 300px;}	
	

#Header_Logo IMG{
	width:90px;
	height:auto;
	}
	
/*#captionWrapper{
	width: 320px;}*/

#MainMenu {
	width: 300px;}	

#HomeContentWidth {
	width: 280px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:230px;}
	



#HomeCallouts UL LI{
	display:block;
	margin-top:10px;
	height:450px;
	}

	
#HomeCallouts UL LI H2{
	font-size:18px;
}



#navLinksContainer {
display: none;
}

#dropdownNavLinks {
display: block;}


#HomeSlideshow{
	height:500px;
}


#FooterWidth{
	width:280px;}

#FooterContent{
	width:280px;}

/* Homeslideshow */

#HomeSlideshow{
	height: 330px;
}
.narrow #slideshow{
	width:320px;
}
.caption{
	width:100%;
	top:150px;
	bottom:0;
	padding:10px
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	position:inherit;
	margin:0 auto;}
	
#HomeSlideshow, .rslides li, #slideshow{
	height:170px !important;
}

/* Interior Pages */

#slideCollection {
margin:0 !important;
}

#ContentContainer{
	width:330px;
}

#ContentLeft {
	display:none;}

#ContentRight {
	width: 320px;
	float: none;}
	
div#Sub_Page_Listing_Right {
	float: left;
	width: 215px;
}

.HomeSpecialsImage A IMG,
.LinkText,
#HomeSpecialsListing UL LI,
.HomeSpecialsImage A:hover IMG {
	height: auto;
	width: 250px;}

#HomeSpecialsListing{
	margin:0 auto;
	width:280px;}
	
.HomeSpecialsLinkText{
	font-size:18px;
	width: 250px;}
	
	
#FooterLogo IMG {
	width:60px;}
}