/*
Description: Additional styles used on the home page.
*/

/* Container
-------------------------------------------------------------------*/
#container #wrapper { 
	background: #fff;
    background-image: none;
}

#content {
	padding: 0px; 
	background: #fff; 
    border-left: none;
}

/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	background: none;
}

#subheader { width: 800px; height: 163px; float: left; }

#subheader p { font-size: 10px; margin: 55px 0 0 10px; width: 460px; }

.no-pop-up-text h2 { display: none; }


