@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:614px) {
	

#Header_Container {
}

#Header_Width {
	width: 480px;}	

#Header_Logo IMG{
	width:450px;
	height:auto;}
	
#captionWrapper{
	width: 100%;
	float:left;}
	
#navMicrositeMenu {
        display:none;
    }
.caption{
	position:relative !important;
	width:100%;
	height:200px;
	width:480px;
	margin:0 auto;
	top:0px;
	bottom:0;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;}
	
#HomeSlideshow{
	height:420px;
}
#slideControls UL{
	width:480px;}
	
.narrow #slideshow{
	width:480px;
}
	

#slideshow .rslides li a{
	width:100%;
	height:220px;
}

#MainMenu {
	width: 480px;}	

.HomeContentWidth {
	width: 480px;}
	
	#HomeContentSection

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:450px;}
	
#HomeCallouts iframe {
	height:253px;}


#HomeCallouts UL LI{
	display:block;
	margin-top:10px;	}

	
#HomeCallouts UL LI H2{
	font-size:18px;
}


#navLinksContainer {
display: none;
}

#dropdownNavLinks {
display: block;
padding-top: 10px;}



/* Interior */
 #InteriorContentWidth {
    width: 480px;}
/* Homeslideshow */

.rslides li {
	height:370px;}

	
#FooterWidth {
    width: 480px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 240px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 240px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 240px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 240px;
}
	
/* Interior Pages */

#ContentContainer{
	/*width:480px;*/
}

#ContentLeft {
	display:none;}

#ContentRight {
	width: 480px;
	float: none;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 375px;
}

    
    
}