@charset "utf-8";
/* CSS Document */

.column h1,
.column h2,
.column h3 {
	font-family: "Franklin Gothic Medium", "Apple Gothic", sans-serif;
	font-weight: normal;
	color: #003E61;
}

.column  h1 {
	font-size: 1.8em;
	color: #003E61;
	display:block;
	margin-top: 5px;
}
.column h2 {
	font-size: 1.6em;
	background-image: url(../layout/h2-shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	margin-top: 5px;
}
.column h3 {
	font-size: 1.6em;
	margin-bottom: 5px;
}
.column h5 {
	font-size: 2.0em;
	background-image: url(../layout/h2-shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #003E61;
	font-weight: normal;
}

.column p {
	font-size: 1.4em;
	color: #003E7D;
	margin: 0px;
	padding: 0px;
}
.column p span{
	display: block;
	margin-top: 5px;
	font-size: 1.1em;
}
.column ul {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.column li {
	font-size: 1.3em;
	color: #003E61;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.column a {
	color: #003E61;
	background-color: #D7E6EE;
	text-decoration: none;
	display: block;
	width: 160px;
	margin-top: 5px;
	font-size: 1em;
	text-transform: uppercase;
	background-image: url(../layout/columnli.gif);
	background-repeat: no-repeat;
	background-position: 160px center;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.column a:hover {
	text-decoration: none;
	background-image: url(../layout/columnli.gif);
	background-repeat: no-repeat;
	background-position: 162px center;
}
.column a.featurelink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E6EE;
}
.column a.featurelink:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003E61;
}

.column a.nodecor {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.column a.nodecor:hover {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.column .highlight {
	background-color: #DDE5E9;
	padding: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	margin-top: 10px;
}
.column .highlight a {
	background-color: #CAD7DD;
	text-decoration: none;
}
.phone {
	font-size: 1.5em;
}
.redtxt{
	color: #990000;
}
.donate {
	background-image: url(../media/layout/donate.gif);
	height: 25px;
	width: 200px;
	display: block;
	background-color: #FFFFFF!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
}
.donate span {
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003E61;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}
.donate span:hover {
	text-decoration: none;
}
.testM{
	background-color: #DDE5E9;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
