
@charset "utf-8";
/* CSS Document */

.text {
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000
}
.textbold {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000
}
.news {
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #484816
}
.staff {
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #9A3334
}
.header {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #9A3334
}
H1 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
}
.body {
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000000
}
.headline {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #9A3334
}
a.intext:link {
	text-decoration: underline;
	color: #484816
}
a.intext:visited {
	text-decoration: underline;
	color: #484816
}
a.intext:hover {
	text-decoration: underline;
	color: #999966
}
a.newslink:link {
	text-decoration: none;
	color: #484816
}
a.newslink:visited {
	text-decoration: none;
	color: #484816
}
a.newslink:hover {
	text-decoration: underline;
	color: #999966
}

/*  <![ LN Disclaimer [ ----------------------------------------------------------*/

.ln-disclaimer {

}

.logo {
	float:left;
	padding:5px 0px;
}

.disclaimer {
	font-size:9px;
	color:#000;
	padding:2px 0px;
}

.disclaimer a {
	color:#000;
	font-size:9px;
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:150px;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:300px;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:450px;
	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{
	}

