@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_Container_left #Header_Logo {
    width: 100%;
	text-align: center;
}
#Header_Logo IMG{
	width:200;
	height:140px;
	margin: 0 auto;}
	
#Home_Header_Container {
    height: 700px;
	}
#Slogan {
    margin-top: 10vh !important;
}
	

	
#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;
}






/* Interior */
 #InteriorContentWidth {
    width: 480px;}
	
	#InteriorContent H1 {font-size: 55px; line-height: 55px;}
	#InteriorContent H2 {    font-size: 30px; line-height: 40px;}
	
	
/* 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;
}

    
    
}