/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */


/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/}



/* ---------------------------------------------------- FIRST CONTAINER STYLE HERE */

#top_nav {
	position: relative;
    color: #FFFFFF;
	padding-top: 20px;
	margin-left: 550px;
}

#homepageBanner
{
    visibility: hidden;
}

/*

	Datagrid Styles (search page)

*/

.gridRow, .gridRow td
{
	background-color: #ffffff;
}

.gridAltRow, .gridAltRow td
{
	background-color: #f4f4f4;
}

.gridHeader, .gridHeader td
{
	background-color: #65b9db;
	color: #ffffff;
	font-weight: bold;
}

/*

	Site Map
	
*/
.siteMapSection
{
	width: 310px;	
	float: left;
	padding-right: 21px;
	margin-bottom: 20px;
}

.siteMapSection a, .siteMapSection span.sitemapheading a
{
    font-size: 12px;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.siteMapSection span.sitemapheading
{
	display: block;
	font-weight: bold;
	border-bottom: solid 1px #c5c5c5;
}

.siteMapSection span.sitemapheading a
{
	margin: 0px 0px 0px 0px;
}