
/*-------------------------------------------------------------------------
	Infront CMS (infrontcms.css)
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
	These styles are used by the Rich Text Editor (RTE) in ContentWorks. The
	idea here is that we need to define all the styles that are relating to
	content in this sheet and make sure not to put the same styles into 
	styles.css or there could be inconsitencies between how the user edits 
	the content and how the content displays on the front end.
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Body - Define base font formatting.  This background color is what the 
	user sees when editing their content, so you want to keep it the same as 
	the	site content background.  The site might have a dark blue graident 
	background image, but if the content for the page is on white, this style 
	needs to be set to white.  For more custom formatting of the overall site 
	background, make those modifications to styles.css. 
//-------------------------------------------------------------------------*/

body
{
	background-color: #F2F1D3;
	margin:0px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	
	font-size: 13px;
	color: #000000;
	line-height: 1.3em;
}

p {
	margin: 0 0 1em;
}



	
/* --- The TD font-size needs to be defined for hardcore editor for some odd reason --- */
td {font-size: 13px;}

/*-------------------------------------------------------------------------
	Headers - The browser will scale the headlines to the accessiblility 
	settings of the browser.
//-------------------------------------------------------------------------*/
h1
{
	color:#9c0100;
	font-size:24px;
	line-height:1em;
	font-weight: bold;
	margin:.65em 0em 0em 0em;
	padding:0;
	font-family: Georgia, "Times New Roman", serif;
}
h2
{
	color:#000;
	font-size:1.3em;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin:1.3em 0;
	padding:0;
}
h3
{
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	clear: left;
	margin:0;
	padding:0;
}
h4
{
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding:0;
	color: #a85111;
}
h4 a {
	color: #a85111;
}
h5
{
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin:1.7em 0;
	padding:0;
}
h6
{
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin:1.8em 0;
	display: inherit;
	padding:0;
}


/*-------------------------------------------------------------------------
	Default Link Style
//-------------------------------------------------------------------------*/
a,a:visited,a:active
{
	color: #000066;
	text-decoration: underline;
	display:inline;
}
a:hover
{
	color: #0000FF;
	text-decoration: underline;
	display:inline;
}

/*-------------------------------------------------------------------------
	List Items - NOT NAVIGATION - CONTENT ONLY
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Custom Editor Styles - Optional
//-------------------------------------------------------------------------*/




/*Pull these colors out of the design comp, or the provided color pallate file*/


/*-------------------------------------------------------------------------
	Image Styles - optional - useful in the editor
//-------------------------------------------------------------------------*/
