
/* --------------------------------- Page setup ------------------------------ */

#page					{	}
body					{	}

#print_header			{ 	height:70px; width:100%;border-bottom: 1px solid #000000; margin-bottom: 30px; }
#header 				{ 	display: none; }


#spotlight_image		{	display: none;	}
#welcome				{	display: none;	}
#welcomeTitle			{	display: none;	}

#homeSearch				{	display: none;	 }

#dividing_bar			{	display: none;	 }
#dividing_bar_subpage	{	display: none;	 }

#contentSpace			{	 }
#contentSpaceHome		{	 }

#leftCol				{	display:none;	}
#rightCol				{	}

#sidenavigation			{	display:none;	}
#background-image		{	display:none;	}
#navigation				{	display:none;	}

#extralinks				{	display:none;	}

/* --------------------- Top Navigation --------------------------------------- */

#navigation  				{ 	display:none;	}


/* -----------------------Footer ----------------------- */

#footer					{	border-top: 1px solid #CFAC58; padding:10px 0 20px 0; }
#footer *				{	font-family:verdana, sans-serif; font-size:9px; color: #918F8F;		}
#footer div				{	width: 750px; margin: 5px auto; text-align:center; }
#footer ul				{	list-style:none; display:inline; text-align:center; margin:0; padding:0; border-right:1px solid #CFAC58;   }
#footer li				{	display:inline; border-right:1px solid #CFAC58; padding: 0 5px;	}
#footer .last			{	border-right: none;}
#footer a				{	color: #E4DDBD; }


/* -------------------- Breadcrumb Styles -------------------- */

#breadcrumbs				{	width: 100%; margin:0 0 0.8em 0; padding: 0.1em; text-align: right;	}
.B_crumbBox					{	font: normal 9px verdana, arial, helvetica, sans-serif; color: #333; margin-bottom: 2em; text-transform: capitalize;	}
.B_homeCrumb				{	color: #444; text-decoration: none;	}
.B_homeCrumb:hover 			{	color: #720707; text-decoration: underline;	}
.B_crumb, .B_crubm:visited	{	color: #444; text-decoration: none;	}
.B_crumb:hover				{	color: #720707; text-decoration: underline;	}
.B_lastCrumb				{	color: #720707; font-weight: bold;	}


/* -------------------- Search Form ------------------- */

#search 			{	display:none;	}

/* -------------------- Search Results --------------------- */

.ajaxSearch_result				{	font: normal 11px/16px arial, helvetica, verdana, sans-serif; margin: 1em 0; border-top: 1px dashed #eee; 	}
.ajaxSearch_resultLink 			{	font-weight: bold; font-size: 13px; color: #990000;	}
.ajaxSearch_resultLink:hover	{	background-color: beige; color: #333;	}
.ajaxSearch_pagination			{	font: normal 11px/16px arial, helvetica, verdana, sans-serif; width: 20%; margin: 2em 0;	}
.ajaxSearch_paging				{	font-weight: bold; font-size: 13px;	}
.ajaxSearch_paging a			{	color: #990000;	}
.ajaxSearch_paging a:hover		{	background-color: beige; color: #333;	}



