﻿/* Default Styles */
body,
td {
	font-family:Arial, Helvetica,sans-serif;	
	font-size:12px;	
	font-weight:normal;	
	color:#000000;
	line-height:1.6em;
}

h1, .pageHeading, .pageheading {
	padding-top:5px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;	
	color:#002C5F;
}

h2, .heading {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;	
	font-weight:normal;	
	color:#004B89;	
}

h3, .subHeading, .subheading {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight:normal;	
	color:#0057A5;
}

h4, .subHeading1, .subheading1 {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight:normal;	
	color:#0057A5;
}

h5, .subHeading2, .subheading2 {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:normal;		
	color:#0077C0;
}

h6, .subHeading3, .subheading3 {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	font-weight:bold;	
	color:#5EB6E4;
}

.homepage-title { font-family:Arial, Helvetica, sans-serif; color:#96CC51; font-size:15px; }

ul {
	list-style-position:outside;
}

ul li {
	font-weight:normal;
	list-style:disc;
}

ol {
	list-style-position:outside;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
}

em {
	font-style:italic;
}

hr {
	height: 1px;
	border-top: 1px solid #BFD2E6;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}

blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active {
	color:#56B415;
	text-decoration:none;	
}

a:hover {
	color:#0A9C4A;
	text-decoration:none;
}

input,
textarea {
	border: 1px solid #688583;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#235C56;
	background-color:#FFFFFF;
}

.altcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;	
	line-height:1.5em;
}

.hr {
	border-top: 1px solid #ABE0E4;
	margin:5px 0;
}

.errormsg {
	background-color:#CBEAEB;
	border:1px solid #CBEAEB;
	margin:10px 0;	
	color:#143873;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.errormsg span {
	display:block;
	padding:5px 10px;
}

.errormsg ul {
	margin:0;
	padding:5px 30px;
}

.errormsg ul li {
	padding:0;
	margin:0;
	list-style-image:none;
	list-style:disc !important;
}

/* Generic Button */

.buttonContainer {
	overflow:hidden;
	zoom:1;
	padding-bottom:20px !important;
}

.buttonContainer button { 
	cursor:pointer;
	background:url(../images/Buttons/ButtonWrapperRight.jpg) right no-repeat;
	font-weight:bold;
	border:0;
	padding:0 25px 0 0 !important;
	margin:0 5px 0 0 !important;
	text-align:center;
}

.buttonContainer button span { 
	display:block;
	background:url(../images/Buttons/ButtonWrapperLeft.jpg) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:22px;  
	color:#ffffff;
	padding:0 0 0 25px !important;
	height:60px;  
	line-height:60px;
	white-space:nowrap;
}

/* this is a quick fix. probably shouldn't go here */
.wysiwyg td {
	padding:0 10px;
}

.eventHeader{
	color:#0C519F;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.eventSubHeader{
	color:#316EB7;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.eventText{
	color:#19457E;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.eventLink{
	color:#3070B1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}

.footNote{

	font-size:9px;
	line-height:1.3em;
}