@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:494px) {
	

body {
	background-position: -600px top;
}

#Header_Width {
	width: 300px;}	

#Header_Logo IMG{
	width:300px;
	height:auto;
	}
	
#slideControls UL{
	width:320px;}

#MainMenu {
	width: 320px;}	

.HomeContentWidth {
	width: 320px;}

#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;
padding-top: 10px;}

/* Interior */
 #InteriorContentWidth {
    width: 320px;}

/* Homeslideshow */

#HomeSlideshow{
	height: 330px;
}
.narrow #slideshow{
	width:320px;
}
.caption{
	width:100%;
	width:300px;
	margin:0 auto;
	bottom:0;
	padding:10px;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;}
.rslides li {
	height:280px;}

#FooterWidth {
    width: 320px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	float: none;
	width: 320px;
}

#FooterLayout_left #FooterSectionTwo {
	float: none;
	width: 320px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	float: none;
	width: 320px;
}

#FooterLayout_right #FooterSectionTwo {
	float: none;
	width: 320px;
}
	
/* Interior Pages */

#ContentContainer{
	/*width:320px;*/
}

#ContentLeft {
	display:none;}

#ContentRight {
	width: 320px;
	float: none;}
	
div#Sub_Page_Listing_Right {
	float: left;
	width: 215px;
}
}