/* ----- scXX and ecXX designations are used by User Interface Feature. Don't remove if you intend to use the User Interface to change colors ---- */

*  /* -- Reset Styles -- */
{
	margin: 0;
	padding: 0;
}

header, nav, main, footer, section  /* for older browsers */
{
    display: block;
} 

/* -- Sticky Footer Styles -- */
html, body
{
	height: 100%;
}

/* -- General Styles -- */
body
{ 
	font-family: "Open Sans", Arial, sans-serif; 
	letter-spacing: .4px;
	font-size: 15px;
	background-color:  #ffffff;
	color:  #222222; 
}


h1, h2, h3
{
	letter-spacing: 1.5px; 
	text-align: left;
}

h1
{
	padding: 0;
	font-size: 24px;
	font-family: "Open Sans", Roboto, Arial, sans-serif; 
}

h2
{
	padding: 15px 0 5px 0;
	font-size: 24px;
	font-weight: normal;
}

h3
{
	padding: 5px 0;
	font-size: 18px;
	font-weight: normal;
}

h4
{	
	padding: 0 0 5px 0;
	font-size: 18px;
}

a
{
	color:  #2e4f54;	
	cursor: pointer;
	font-weight: bold;
}

p
{
	padding: 0 0 10px 0;
	line-height: 1.5;
}
	
button
{
	cursor: pointer;
}

img
{
	border: 0;
	max-width: 100%; /* resize as screen width changes */
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

th, td
{
	vertical-align: top;
}

ul, ol
{
	padding: 5px 0 5px 25px;
}

li
{
	padding: 0 0 10px 0;
}

.clrFloats /* clears floats */
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

.hidden	/* hides element, mostly used for screen readers */
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.separator  /* used to separate links on some pages */
{
	padding: 0 5px;
}

/*.emergencyMessage
{
	width: 70%;
    margin: 10px auto 15px auto;
    padding: 10px;
    border: solid 2px #3d4754;
	background-color: #edeff1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 3px 3px 5px #999999;  
	-webkit-box-shadow: 3px 3px 5px #999999;
}

.emergencyMessage p
{
	font-size: 110%;
	margin-left: 5px;
	color: #b22222;
	font-weight: bold;
}
*/