@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:782px) {
	
	
#Header_Width {
	width: 600px;}

#captionWrapper{
	width: 600px;}

#MainMenu {
	width: 600px;}	
#slideControls UL{
	width:600px;}

.HomeContentWidth {
	width: 600px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:500px;}
	
#HomeCallouts iframe {
	height:281px;}


#HomeCallouts UL LI{
	display:block;
	margin: 0 auto;
	margin-top:10px;	}

	
#HomeCallouts UL LI H2{
	font-size:18px;
}


#MainMenu UL LI A{
	padding-left: 15px;
	padding-right: 15px;}



#dropdownNavLinks{
	display:none;
}

/* Interior */
 #InteriorContentWidth {
    width: 600px;}
    
/* Homeslideshow */

#HomeSlideshow{
	height:270px;
}
.narrow #slideshow{
	width:600px;
}
.rslides li {
	height:270px;}


	
#FooterWidth {
    width: 600px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 300px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 300px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 300px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 300px;
}

/* Interior Pages */

#ContentContainer{
	/*width:600px;*/
}

#ContentLeft {
	float: left;
	width: 250px;}

#ContentRight {
	width: 350px;
	float: right;}

#MenuSideHead {
	width:200px;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 245px;
}

}