body{
	background:#dcdcdc;
	margin:0;
	padding:0;
	color:#00072d;
	font-family:Georgia;
	font-size:12px;
}

p{
	margin:0;
	padding:0;
}

#wrapper{
	width:980px;
	margin:auto;
}

#header{
	background:#172772;
}

.header-img{
 	width:980px;
 	margin:auto;
	border-top:3px solid crimson;
	border-bottom:3px solid crimson;
}

#header-logo{
 	float:left;
 	z-index:10000;
	width:335px;
	height:135px;
}

#navigation-wrapper{
	background:#a4a9bf;
}

#navigation{
 	width:980px;
	margin:auto;
 	background:#bfbfbf;
	height:37px;
}

#links{
	width:980px;
}

#links a{
 	padding-left:20px;
 	padding-right:20px;
	color:#00072d;
	text-decoration:none;
	height:37px;
	display:block;
	float:left;	
	line-height:37px;
}

#links a:hover{
	background:#182563;
	color:#fff;
}

#shadow{
 	margin:auto;
	width:988px;
	background:url('images/content-bg.jpg');
}

#slider{
	width:980px;
}

#content-left{
 	float:left;
 	width:650px;
	margin:10px;
	margin-left:20px;
}

#content-left p{
	margin:3px;
	margin-top:10px;
	margin-bottom:10px;
}

#content{
 	background:#fff;
	width:980px;
}

#content h1{
 	border-bottom:2px solid #e0e1e5;
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}

#content h2{
	margin-left:10px;
	font-weight:normal;
	margin:0;
	padding:3px;
	border-bottom: 1px solid #c4c9dd;
}

.p-h2{
	margin-left:15px;
}

#content h3{
	margin-left:20px;
	font-weight:normal;
	margin:0;
	padding:3px;
	border-bottom: 1px solid #c4c9dd;
}

.p-h3{
	margin-left:25px;
}

.page-section{
	background:#dfe1ec;
	padding:1px 5px 1px 5px;
	margin:5px 0px 5px 0px;
	border: 1px solid #c4c9dd;
}

.article-odd{
	display:block;
	width:650px;
	height:25px;
	line-height:25px;
	background:#ececec;
}

.article-even{
	display:block;
	width:650px;
	height:25px;
	line-height:25px;
	background:#f6f6f6;
}

a.article-link{
	float:left;
	margin-left:10px;
	color:#18266f;
	text-decoration:none;
}

a.attach-link{
	float:right;
	margin-top:5px;
	margin-right:10px;	
	color:crimson;
	text-decoration:none;
}

a.date{
	float:right;
	margin-right:10px;
	color:#18266f;
	text-decoration:none;
}

#content-right{
	float:left;
	margin:10px;
	width:265px;
}

#footer-bar{
 	width:980px;
	line-height:35px;
	background:#bfbfbf;
	border-bottom:3px solid crimson;
	
}

#footer-bar a{
	text-decoration:none;
	color:#00072d;
}

#footer-bar a:hover{
	text-decoration:underline;
}

#footer{
 	background:#00072d;
	width:980px;
}

#footer-left{
 	float:left;
	color:#fff;
	padding:15px;
}

#footer-left h1{
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#footer-left p{
	margin:0;
	padding:0;
}


.agent{
 	margin-top:10px;
	background:#dcdcdc;
	border-top: 2px solid #a4a9bf;
	border-bottom: 1px solid #a4a9bf;
	padding:10px;
}

.agent-alt{
 	margin-top:10px;
	background:#eee;
	border-top: 2px solid #a4a9bf;
	border-bottom: 1px solid #a4a9bf;
	padding:10px;
}

.agent-name h1{
	border-bottom: 2px solid #a4a9bf;
}

.agent-image{
	float:left;
	margin:5px;
	border:2px solid #fff;
	margin-right:10px;
}

.agent-info{
	float:left;
	border: 1px solid #a4a9bf;
	padding:5px;
	margin:5px;
	background:#f6f6f6;
}

.agent-links{
 	clear:both;
	float:right;
	padding:5px;
}

.agent-bio{
	clear:both;
}

.info-label{
 	clear:left;
 	float:left;
	font-weight:bold;
	width:150px;
	margin:5px;
}
.info-text{
 	float:left;
	width:250px;
	margin:5px;
}

form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
font-family:Georgia;
font-size:12px;
width:620px;
margin-top:10px;
padding:14px;
float:left;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #c4c9dd;
background:#dfe1ec;
}
#stylized h1 {
color:#41363f;
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #c4c9dd;
padding-bottom:10px;
}
#stylized label{
color:#41363f;
display:block;
font-weight:bold;
text-align:right;
width:200px;
float:left;
clear:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:200px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #c4c9dd;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #c4c9dd;
width:200px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #c4c9dd;
width:300px;
height:150px;
margin:2px 0 20px 10px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}


#stylized submit{
clear:left;
margin-left:150px;
width:250px;
height:31px;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

#slideshow{
	position: relative;
	width: 980px;
	height: 175px;
}

#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.0;
	width:960px;
	height:175px;
	display:block;
}

#slideshow div.active {
	z-index: 102;
	opacity: 1.0;
}

#slideshow div.last-active {
	z-index: 101;
}

#emailSignup div{
	border: 1px solid #c4c9dd;
	background:#dfe1ec;
	padding:5px;
}

.email-success{
	color:#00072d;
}

.email-error{
	color:crimson;
}
