
/* --------------------------------- 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				{	}


/* --------------------- Top Navigation --------------------------------------- */

#navigation  				{ 	display:none;	}


/* -----------------------Footer ----------------------- */

#footer					{	background-color: #ffffff; border-top: 1px solid #CFAC58;margin-top:30px;padding:10px 30px 20px 30px; }
#footer p				{	font-family:verdana, sans-serif; font-size:9px; text-align: right; }
#footer_leftlinks		{	display:none; }
#footer_leftlinks a		{	color: #660000;text-decoration:none;	}
#footer_rightlinks		{	float:right;text-align:right;color:#CFAC58;	}


/* -------------------- 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;	}


/* ----------- Sliding Content for Highlights ----------------------- */
/*  (from http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm) */

#sliderWrapper1				{	position:relative;	}
#sliderWrapper2				{	position:absolute;	}
.contentdiv, .contentdiv p	{	color: #ffffff; font: normal 12px Arial, Helvetica, Verdana, Sans-serif;			}
.contentslide				{	padding: 8px;width: 270px;height: 235px;	}
.contentslide .contentdiv	{	display: none;		}
.pagination					{	width: 270px; text-align: right; padding: 0 0 4px 0;	}
* html .pagination			{	/*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
								width: 270px; /*IE5 width*/
								w\idth: 270px; /*IE6 width*/
							}
.contentdiv h3 a			{ 	color:white; font-size:15px; font-weight:bold; text-decoration:none; }
.pagination a				{	padding: 0 5px;text-decoration: none; color: #ffffff;}
.pagination a:hover, 
.pagination a.selected		{	color: #fff;}

