/*************************************************************************************************
	Xpansys CMS Global CSS
	Document created: 19th July 2006 
	Created by: James Mills Xpansys.com
	
	Last updated: 24th July 2006
	Last update by: James Mills Xpansys.com
	
	------------------------------------------------------------------------------------------
	Styles included in this document:
	
	Body tags - styles for background and main page
	Global a href link style
	Global HTML heading tags
	Global Site Title (none css and print)
	Page container that holds everything (#page-container)
	Header container (#header-container)
	Content container (#content-container)
	Left content container (#left-container)
	Section image container (#section-image)
	Footer (copyright etc...) (#footer)
	------------------------------------------------------------------------------------------
	



/**************************************************************************************************/
/* Global HTML heading tags */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	margin-top:0px;
	color:#333367;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight:bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
	margin-top:2px;
	margin-bottom:4px;
}
/**************************************************************************************************/
/* Site title used for print and none CSS */
#site-title {
	
}
/**************************************************************************************************/
/* Page container that holds everything */
#page-container {
	width: 771px;

}
/**************************************************************************************************/
/* This is the header for the page*/
#header-container {
	display:none;
}
/**************************************************************************************************/
#black-banner {
	display:none;
}
/**************************************************************************************************/
/* side container */
#leftside-container {
	display:none;
}
/**************************************************************************************************/
/* side container */
#rightside-container {
	display:none;
}

/**************************************************************************************************/
/* Search Copyright Footer */
#search-copyright {
	display:none;
}
/**************************************************************************************************/
#feature-search{
	display:none;
}
/**************************************************************************************************/
#feature-breadcrumb-trail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-bottom:8px;
}
/**************************************************************************************************/
/* Content container */
#content-container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

/**************************************************************************************************/
/* This is the section image */
#section-image {
	display:none;
}

/**************************************************************************************************/
/* Footer (copyright info etc...) */
#footer {
	display:none;
}

#navigation-horizontal {
	display:none;
}