@charset "utf-8";
/* CSS Document */
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
	background:url(images/bg.gif);
	background-repeat:repeat-x;
	
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	padding:0;
	letter-spacing:-1px;
	font-size:2em;
	margin-top: 20px;
	margin-bottom: 50px;
}
 
h2 {
	font-size:1.5em;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 20px;
}
 
h3 {
	font-size:14px;
	font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0;
margin: 0 0 20px 0;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited
 {
text-decoration:none;
color:#005399;
}
a:hover {
text-decoration:underline;
}
 

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display: inline;
}
#form_wrap {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	margin-left: 25px;
}
.submit {
	height: 40px;
	width: 110px;
}

form#form_contact {
	margin: 0px;
}
fieldset {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset p {
	color: #666666;
}
fieldset p a {
	color: #597d31;
	text-decoration: none;
	font-weight: bold;
}
fieldset p a:hover {
	text-decoration: underline;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #597d31;
	margin-top: 15px;
	margin-left: 0px;
}
input, select  {
	font:1em Arial, Helvetica, sans-serif;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 10px;
}

 
textarea {
	width:400px !important;
	line-height:1.25;
	height: 150px;
	margin-top: 5px;
}
label.top {
	display: block;
	margin-top: 0.5em;
}

 
label {
	cursor:pointer;
	color: #597d31 !important;
}

 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/*-- End of CSS Reset --*/
.container{
background-image:url(images/main-bg.gif);
background-repeat:no-repeat;
background-position: center top;
}
#header {
	width:950px;
	height:200px;
padding:0;
margin:0 auto;
}
#wrapper {
	
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#resources h3 {
	color: #000;
	font-size: 19px;
	font-weight: normal;
	margin-top: 50px;
}
#resources h2 {
	color: #006;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 70px;
}
#nav {
	height: 50px;
	width: 900px;
	margin-top:25px;

	border-bottom:1px dotted #999;
}
#main h2 {
	font-size: 16px;
	font-weight: normal;
	color: #284B66;
}
.photoright {


}
.photoleft {

}
	#nav a {
	text-decoration: none;
	font-size: 18px;
	display: inline;
	float:left;
	color: #333;
	padding: 15px 15px 0 15px;
	text-shadow: 1px 1px 1px #FFF;
}
#nav a:hover {
	text-decoration: underline;
}

#sidebar {
	float: right;
	width: 245px;
	padding:15px;
	margin-top: 100px;
	text-align: left;
	background-color: #E0E0E0;
	border:1px #d0cfcf solid;
}
ul.quotes {
list-style:none;
margin:10px 0;
padding:0;
}
ul.quotes li {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:14px;
padding:10px 0;
border-top:1px dotted #CCC;
border-bottom:1px dotted #CCC;
}
#sidebar ul {
margin:0;
padding:0;
}
#main {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 15px;
}
#footer {
	margin:60px 0 0 0;
	width: 880px;
	border-top:1px dotted #CCC;
	padding-top:5px;
}
#wrapper #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.headerpic {


}
#wrapper #contact form table {
	margin-top: 0px;
	margin-left: 90px;
	color: #006;
	background-color: #bae3a7;
	border: 1px solid #006;
	width: 200px;
}
.submit {
	margin-left: 350px;
}

#about {
width:900px;
height: auto;
margin-top: 20px;
}
		
#team {
	width:370px;
	float: right;
	background-color: #EDEDED;
	border: 1px solid #CCC;
	display:block;
	padding:15px;
	margin:15px;
}

.teamImg {
	padding: 3px;
	border: 1px solid #000;
	float: right;
	margin-top: 3px;
	margin-right: 50px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#team  h2  {
	color: #006;
	text-decoration: underline;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left !important;
	margin:0 !important;
	padding:0 !important;
}
#team p{
font-size:12px;
line-height:150%;
}
#main  h3  {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-top:1px dotted #CCC;
	padding-top:5px;
}
.QAtop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	list-style-type: none;
	padding-top: 10px;
}
.QAbottom {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}

.servicelisttop {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 14px;
	padding-top: 10px;
	font-weight:bold;
}
.servicelistbottom {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin-left: 20px;
	font-size: 15px;
	padding-top: 5px;
}
.currentnav { color: #FFF;
	background-color: #006699;
	font-family: Verdana, Geneva, sans-serif;
	
}
#about  h2  {
	color: #006;
	font-size: 19px;
	text-align: center;
	margin-top: 60px;
	font-weight: normal;
	text-decoration: none;
}
.readinglist {
	list-style-type: disc;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#wrapper #resources ul li a {
	text-decoration: none;
}
#wrapper #resources ul {
	list-style-type: none;
}
#wrapper #resources ul li {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}


#wrapper #resources ul li a:hover {
	text-decoration: underline;
}

#resources {
	width:900px;
	height:auto;
	margin-top: 50px;
}
#main  h4  {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #footer p a {
	text-decoration: underline;
	color: #999;
}

.sidebarImg {
	padding: 0;
	border: 1px solid #006;
	margin:0;

}
.address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 30px;
	text-align: center;
}
#wrapper #contact h3 {
	text-align: center;
}
#wrapper #contact form table tr td #firstname {
}

.alert {color:red;}.campaign {
	font-size: 19px;
	font-weight: bold;
	color: #00F;
	text-align: center;
}
.campaignP {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#campaign {
	height:auto;
	border: 1px solid #006;
	width: 400px;
	float: right;
	text-align: center;
}
			
#facebook {
}
#wrapper #about #campaign ul {
	text-align: center;
	list-style-type: none;
	line-height: 25px;
}
.facebook {
margin-bottom:15px;
vertical-align:middle;
}
.facebook a{
font-size:16px;
font-weight:bold;

float:left;
padding-top:10px;
}
.footer-eyebrow{
background-color:#e1e1db;
margin:0;
padding:10px 0 0 0;
height:25px;
border-top:#c5c4c0 solid 1px;
}
.footer-eyebrow p{
color:#65645d;
font-size:12px;
text-align:center;
margin:0;
padding:0;
}
.footer-eyebrow p a {
color:#65645d;
text-decoration:none;
}
.footer-eyebrow p a:hover {
text-decoration:underline;
}
.login {
	background-image: url(images/login.png);
	background-repeat: no-repeat;
	width:102px;
	height:44px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	
}

/*******NEWS******/


.news {
	background-color: #fff;
	float:left;
	padding: 10px;
	width: 240px;
	margin-top: 50px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	margin-left: 30px;
}
.news h1  {
	font-size: 18px !important;
	color: #597d31 !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding: 0 !important;
}
.news_item {
	display: block;
	margin-bottom: 10px !important;
	padding: 10px !important;
	background-color: #CCCCCC;
}
.news_item:hover {
	display: block;
	margin-bottom: 10px !important;
	padding: 10px !important;
	background-color: #E8E8E8 !important;
}

.news_item h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px!important;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #333333 !important;
	margin: 0px !important;
	padding:0 !important;
}
.news_item h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px!important;
	font-weight: bold !important;
	color: #597d31 !important;
	margin: 0px !important;
	padding:0 !important;
}
.news_item h2 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none !important;
	font-size: 16px!important;
	font-weight: bold !important;
	color: #597d31 !important;
}
.news_item h2 a:hover{
text-decoration:underline !important;
}
.news_item p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px!important;
	font-weight: normal !important;
	color: #333 !important;
	margin: 0px !important;
	padding:0 !important;
}
.news_item p a {
	font-weight:bold !important;
	color: #597d31 !important;
	text-decoration:none !important;
}
.news_item p a:hover {
	font-weight:bold !important;
	color: #597d31 !important;
	text-decoration:underline !important;
}
.phone {
	text-align: center;
}
.homepagetext {
	font-size: 19px;
	color: #284B66;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 25px;
}

