
/*-------------------------------------------------------------------------
	Infront CMS (infrontcms.css)
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
	These styles are used by the Rich Text Editor (RTE) in ContentWorks. The 
	idea here is to eliminate as much redundancy as possible, and to create 
	a master style sheet that can be used slice and dicing new sites.		
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	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: #ffffff;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p 
{
	margin:8px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

li
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

/*-------------------------------------------------------------------------
	Headers - These headers need to have hard sizes defined, or else the
	browser will scale the headlines to the accessiblility settings of the
	browser.
//-------------------------------------------------------------------------*/
h1
{
	font-size: 180%;
	font-weight: bold;
}
h2
{
	font-size: 160%;
	font-weight: bold;
}
h3
{
	font-size: 140%;
	font-weight: bold;
}
h4
{
	font-size: 120%;
	font-weight: bold;
}
h5
{
	font-size: 100%;
	font-weight: bold;
}
h6
{
	font-size: 80%;
	font-weight: bold;
}

/*-------------------------------------------------------------------------
	Default Link
//-------------------------------------------------------------------------*/
a
{
	color: #364B67;
	text-decoration: underline;
}

a:visited
{
	color: #364B67;
	text-decoration: underline;
}

a:active
{
	color: #364b67;
	text-decoration: none;
}

a:hover
{
	color: #52749b;
	text-decoration: underline;
}

/*-------------------------------------------------------------------------
	Input Boxes
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Horizontal Rule
//-------------------------------------------------------------------------*/
hr 
{
	border: 0;
	width: 100%;
	color: #333333;
	background-color: #333333;
	height: 1px;
}

/*-------------------------------------------------------------------------
	List Items
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Custom Editor Styles
//-------------------------------------------------------------------------*/

.Paragraph_Header
{
	color: #333333;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Left_Nav
{
	color: #000000;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14pt;
}
.Left_Nav a
{
	color: #000000;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14pt;
}
.Left_Nav a:hover
{
	color: #52749B;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14pt;
}
.Paragraph_Body
{
	color: #333333;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
}
.Paragraph_Bodyi
{
	color: #333333;
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	font-style: italic;
}
.Large_Font
{
	color: #333333;
	font-family: arial,helvetica,verdana;
	font-size: 14px;
}

.SectionTitle
{
	color: #364b67;
	font-family: "Gill Sans", arial,helvetica,verdana;
	font-size: 14px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}


/*Pull these colors out of the design comp, or the provided color pallate file*/
.color_1_variant_1 {
color:#00559a
;}

.color_1_variant_2 {
color:#003b6c
;}

.color_2_variant_1 {
color:#9a0800
;}
.color_2_variant_2 {
color:#6c0600
;}


.color_3_variant_1 {
color:#9a7900
;}
.color_3_variant_2 {
color:#6c5500
;}

/*-------------------------------------------------------------------------
	Images - optional - useful in the editor
//-------------------------------------------------------------------------*/
.home_image_left {
	padding:4px;
	background-color:#ffe480;
	float:left;
	margin:3px;
	}
	
.home_image_right {
	padding:4px;
	background-color:#ffe480;
	float:right;
	margin:3px;
	}
