@charset "utf-8";
/* CSS Document */

html, body, * {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	border: 0px; 
	line-height: 22px;
}

hr {
	border-top: 1px solid #949595;
	margin: 10px 0px;
}

p, a, li, em, span {
    color: #6C6C6C;
    line-height: 22px;
}

p {
	margin: 0px 0px 10px;
}

a {
	color: #1F3971;
	text-decoration: none;
}
a.button {
	background: #1E5675;
	border: 1px solid #fff;
	color: #fff;
	padding: 15px; 
}
a.button:hover {
	background: #102b3a;
}

a:hover {
	text-decoration: underline;
}

.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

ul {
	margin: 5px 15px;
}

h1, h1 a {
	color: #1E5675;
	font-size: 28px;
	line-height: 36px;
	margin: 5px 0px 15px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

h2, h2 a {
	color: #1E5675;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

h3, h3 a {
	color: #636564;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

h4, h4 a {
	color: #9d9777;
	font-size: 18px;
	line-height: 24px;
}

h5, h5 a{
	color: #00505a;
	font-size: 14px;
	line-height: 18px;
}

h6, h6 a{
	color: #1E5675;
	font-size: 15px;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

input.ExtraLarge {width: 500px;}
input.Large {width: 400px;}
input.Medium {width: 300px;}
input.MediumSmall {width: 250px;}
input.Small {width: 200px;}
input.ExtraSmall {width: 100px;}
input.Date {width: 80px;}

input, textarea {
	border: 1px solid #999999; 
}

strong {
	font-weight: bold;
}

p.quote {
	margin-top: 15px;
	font-size: 16px;
	color: #9cb0bf;
	font-weight: bold;
	line-height: 22px;
	font-style: italic;
}
#staff .member:after,
.clear:after {
	content:'';
	display:block;
	clear:both;
}

#staff {}
#staff .member {
	margin: 10px 0;
}
#staff .member .member-image {
	float: left;
	width: 20%;
	margin-right: 5%;
}
#staff .member .member-image img {
	width: 100%;
}
#staff .member .member-text {
	float: left;
	width: 75%;
}
#staff .member .member-name {
	font-weight: bold;
	color: #000;
	display: block;
}
footer p {
	margin-bottom: 15px;
}


