@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
}

#site-container{
	text-align:left;
	width:800px;
	margin:20px auto;
	border:1px solid #9CA1A6;
}

#header{
	height:97px;
	background-image:url(../images/divider.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

a {
	color:#333333;
}

a:hover, h1 {
	color:#035DA3;
}

h1 {
	text-align:center;
	font-size:18px;
}

#logo{
	float:left;
}

#logo img {
	border:0;
}

#flash-nav{
	width:180px;
	height:180px;
	float:left;
}

.clear{
	clear:both;
}

#navigation{
	float:right;
	font-size:16px;
	margin:54px 10px 0 0;
}

#navigation a{
	text-decoration:none;
	font-weight:bold;
	color:#4A4A4A;
}

#navigation a:hover, #navigation a.active  {
	color:#035DA3;	
}

#footer, #footer a{
	color:#4A4A4A;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer{
	width:780px;
	margin:10px auto;
}

.copyright{
	float:left;
}

.footer-links{
	float:right;
	text-align:right;
}

.title, .intro-copy, .top-copy{
	float:right;
	margin:30px 20px 0 0;
}

.intro-copy{
	text-align:right;
	width:500px;
	font-size:15px;	
	line-height:20px;
}

.main-copy{
	margin:10px 50px 10px 50px;
}

.top-copy{
	text-align:left;
	/*font-size:15px;*/
	width:590px;
	
}

.top-copy p {
	padding:0 0 10px 0;
	margin:0;
}

.image {
	float:right;
	margin:0px 0 60px 30px;
}

.blue-14 {
	color:#035DA3;
	font-size:14px;
	font-weight:bold;
}

.align-center{
	text-align:center;
}

#home-nav{
		padding:20px 0 0 0;
		width:200px;
		float:left;
}

#home-content{
	padding:100px 0 0 260px;
}

#home-copy{
	width:430px;
	margin-left:60px;
}

#home-copy h1{
	color:#333;
	font-style:italic;
	text-align:left;
	font-size:30px;

}

.fs-heading{
	/*list-style-image:url(../images/red_square.gif);*/
	list-style-type:none;
	font-size:18px;
}

.size-12{
	font-size:12px;
	color:#96181b;
}

.blue-30{
	color:#035DA3;
	font-size:18px;
	font-weight:bold;
}

.float-right{
	float:right;
	margin-left:20px;
}

.fs-heading-links{
	font-size:18px;
	font-weight:bold;
	margin:0 0 30px 0;
}

.display-none{
	display:none;
}

.contact-form-container{
	float:right;
	width:790px;
	height:483px;
	background-image:url(../images/contact_bg.jpg);
	margin-right:10px;
	background-position:top right;
	background-repeat:no-repeat;
}

.contact-form{
	margin:80px 0 0 530px;
}

.contact-copy{
	clear:left;
	float:left;
	margin:0px 0 0 130px;
	color:#0058ab;
	font-size:12px;
}

.contact-copy a{
	color:#0058ab;
	text-decoration:none;
}

.contact-textfield, .contact-message{
	background-color:#CCC;
	border:2px solid #FFF;
	width:200px;
	margin-bottom:10px;
	font-size:12px;
}

.contact-message{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.submit-button{
	float:right;
	margin-right:54px;
}

.sent_message{
	text-align:left;
}

p.content{
	width:490px;
}