@charset "utf-8";
/* CSS Document */

.body {
	background-color: #F1EFDF;
	margin: 0px;
	padding: 0px;
}
#Wrap {
	width: 825px;
	background-image: url(/images/wrapinteriorbg.jpg);
	background-repeat: repeat-y;
}
#Sidebar {
	width: 275px;
	float: left;
	background-image: url(/images/sidebarbg.jpg);
	background-repeat: no-repeat;
	padding: 125px 0px 0px 0px;
	min-height:725px;
	_height:725px;
}
#Header {
	width: 550px;
	float: left;
	background-image: url(/images/headerlogo.jpg);
	background-repeat: no-repeat;
	height: 125px;
}
#Menu {
	padding: 0px 15px 0px 0px;
	text-align: right;
	margin:10px 0px;
}
#Menu ul {
	margin-top:0px;
	margin-bottom:0px;
}

#Menu ul li {
	list-style-type: none;
	padding: 15px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
#Menu a {
	color: #31587F;
	text-decoration: none;
}
#Menu a:hover {
	color: #213C56;
}
#content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 530px;
	padding: 10px;
	_padding:5px;
}
#content img{
	margin: 0px 10px 10px 0px;
	border: solid #213C56 1px;
	float: left;
}
#content h1 {
	color: #31587F;
	font-size: 16px;
}
#content h2 {
	color: #31587F;
	font-size: 14px;
}
#content a {
	color: #31587F;
}
#content a:hover {
	color: #213C56;
}
#contentText {
	font-size: 12px;
	width: 250px;
	color: #333333;
	float: left;
}
#Footer {
	clear: both;
	padding: 25px 0px 0px 0px;
	font-size: 14px;
	background-color: #C4C9B5;
	text-align:center;
}
#FooterMenu {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	width:580px;
	_width:620px;
	margin:0 auto;
}
#FooterMenu ul {
	margin: 0px;
	padding: 0px;
}
#FooterMenu ul li {
	display: inline;
	margin: 0px 5px;
	list-style: none;
}
#FooterMenu ul a {
	color: #31587F;
	text-decoration: none;
	float:left;
	display:block;
	padding:5px 10px;
}
#FooterMenu ul a:hover {
	color: #213C56;
}

/*  <![ LN Disclaimer [ ----------------------------------------------------------*/

.ln-disclaimer  {
	color: #000000;
	text-align: center;
	font-size: 9px;
	clear:both;
}
.ln-disclaimer a {
	color: #31587F;
}
.ln-disclaimer a:hover {
	color: #213C56;
}

.logo {
	padding:5px 0px;
}

.disclaimer {
	padding:0px 70px 8px;
}

.disclaimer a {

}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:65%;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:95%;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form li {
		list-style:none;
	}
		
	.custom-form select {
		height:22px;
	}

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:415px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
                width:280px;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

