﻿/* Default font settings for the site */
/*html, body, div, p, span, td, ul, select, input, textarea, a*/
html, body, td, li, select, input, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #555555;
}

a
{
	color: #166aa3;
	text-decoration: underline;	
}

/* A note on the "a" pseudo-class order: this needs to be link/visited/hover/active (LoVe/HAte) */

	a:link
	{
	}

	a:visited
	{
	}

	a:hover
	{
		color: #000000;
		text-decoration: underline;
	}

	a:active
	{
		color: #000000;
	}

	a img
	{ /* Remove borders from images that are contained within links */
		border: none;
	}
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
}
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    line-height: 0px;
    clear: both; 
    visibility: hidden; 
    overflow: hidden;
}
.clearFix
{
	display: inline-table;
}

.clear
{
 clear: both;
}


/* Global header styles */
h1, h2, h3, h4, h5, h6
, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	margin: 10px 0px; /* This is one place to consider "em", maybe */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #166aa3;
}

h1
{
	margin-top: 0;
	padding-top: 0;
	font-size: 24px;
	font-weight: normal;
	color: #166aa3;
	white-space: nowrap;
}
h1 span
{
	color: #58585a;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 0;
	margin-bottom: 5px;
}
	h2 a
	,h2 a:link
	,h2 a:hover
	{
		text-decoration: none;
		color: #166aa3;
	}
	
	/*
	div.h2SeparatorGreen
	{
		background-color: #64b01f;
		
	}
	div.h2SeparatorBlue
	{
		background-color: #3891bc;
	}
	h2.Separator1
	{
		font-size: 14px;
		padding-left: 15px;
		padding-top: 12px;
		padding-bottom: 6px;
		color: #ffffff;
	}
	*/
	
	.Separator1GreenBg
	{
		background-color: #64b01f;
		font-size: 14px;
		padding-left: 15px;
		padding-top: 12px;
		padding-bottom: 6px;
		color: #ffffff;		
	}

	.Separator1BlueBg
	{
		background-color: #3891bc;
		font-size: 14px;
		padding-left: 15px;
		padding-top: 12px;
		padding-bottom: 6px;
		color: #ffffff;		
	}
h3
{
	font-size: 14px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}

p
{
	margin: 10px 0px;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3em;	
}

ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}


select, input, textarea
{
	font-size: 11px;
}



label
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-right: 5px;
}

	label span
	{
		text-transform: none;
	}
.HomeIntro
{
	font-size: 12px;
	color: #383838;
	line-height: 18px;
}	

.PageIntro
{
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #383838;
	line-height: 19px;
	margin-bottom: 15px;
}
.Padding10L10R
{
	padding-left: 10px;
	padding-right: 10px;
}
a.ButtonLink2
,a.ButtonLink2:active
{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
a.ButtonLink2:hover
{
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}