@charset "utf-8";
/* Editable - CSS Document */
/*adSpace- the spacing between the page container and the heading*/
#adSpace{
	/*[Editable]*/
	width:875px;
	height:25px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#CC0000;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	
}
#homePageBannerContainer{
	width:875px;
	height:250px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#5A5A5A;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
}
/*pageContainer- the outer box surrounding the page */
#pageContainer{
	/*[Editable]*/
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
/*page-HeadingContainer- the *area* surrounding the heading text */
#page-HeadingContainer{
	width:50%;
	height:55px; 
	/*Height should match search container height*/
	float:left;
}
/*page-HeadingContainer- the *area* surrounding the heading search box */
#page-SearchContainer{
	width:50%; 
	height:55px; 
	/*Height should match heading container height*/
	float:left; 
	text-align:right;
}