/*----------------------Meyer's CSS reset----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------End Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/

body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/header-bg.gif) center top no-repeat #f0f0f0;
	color: #3F5877;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	
img{
	border: none;
	}
a{
	color: #009cff;
	text-decoration: underline;
	}

a:hover, a:focus{
	text-decoration: none;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}
.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}
h1{
	color: #3f5877;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	display: block;
	margin: 0 0 20px 0;
	background: url(../images/border.gif) bottom left repeat-x;
	}
h2{
	background: url(../images/border.gif) bottom left repeat-x;
	color: #3f5877;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	display: block;
	margin: 0 0 20px 0;
	}
h3{
	background: url(../images/border2.gif) bottom left repeat-x;
	color: #313131;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 4px 0;
	display: block;
	margin: 0 0 15px 0;
	font-weight: bold;
	}
h4{
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	}

.small{
	font-size: 80%;
	}

.alert{
	color: #ff5704;
	}
.grey{
	color: #9cc0eb;
	}
.light-grey{
	color: #a6a6a6;
	}
.pink{
	color: #ff5400;
	}
	
#cms-pages{
	float: left;
	width: 615px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
p{
	padding: 0 0 15px 0;
	line-height: 20px;
	}
#cms-pages p{
	padding: 0 0 15px 0;
	}
#cms-pages ul, ol{
	padding: 0 0 15px 50px;
	}
#cms-pages ul li{
	padding: 0 0 10px 0;
	list-style: disc;
	list-style-position: inside;
	}
#cms-pages ol li{
	padding: 0 0 5px 0;
	list-style: decimal;
	}
#cms-pages img{
	padding: 10px 10px 10px 0;
	margin: 0 10px 0 0;
	}
.smaller{
	font-size: 11px;
}
.form_warnings{
	float: left;
	clear: both;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 0 10px;
	color: #CC0000;
	font-size: 90%;
	}
