/***********************************************/
/*               Terry Hunt  CSS               */
/***********************************************/





/************** layout styles *****************/


.body {
	background-color:#ffffff;
	margin-top: 0px;
}


td {
	font-family: Verdana, Tahoma, Areal, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
}


.form {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #0C4720;
	line-height: normal;
}


/************** link styles *****************/


a {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 11px;
	color: #464689;
	text-decoration:none;
	font-weight: bold;
}


a:hover {
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 11px;
	color: #000066;
	text-decoration:none;
	font-weight: bold;
}



/********************* text styles **********************/


.main {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
}

.address {
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}


.headblack {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #003333;
}


.headred {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
}


.headblue {
	font-family: Verdana, Times New Roman, Times, serif ;
	font-size: 10px;
	font-weight: bold;
	color: #464689;
}


.disclaimer {
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size: 10px;
	font-weight: normal;
	color: #5B8D8E;
}

.bgmap {
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size: 10px;
	font-weight: normal;
	color: #5B8D8E;
	background-image: url(./images/map_b.gif);
	background-repeat: no-repeat;
}

.aop {	
	font-family: Tahoma, Verdana, Times New Roman;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}


.articlehead {
	font-family: Tahoma, Times New Roman,  Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/********************* End **********************/


/*  <![ LN Disclaimer [ ----------------------------------------------------------*/

.ln-disclaimer {
	width:780px;
	margin:0 auto;
}

.ln-disclaimer .logo {
	float:left;
	padding:2px;
}

.ln-disclaimer .disclaimer {
	font-size:10px;
	color:#000;
	padding:8px;
}

.ln-disclaimer .disclaimer a {
	color:#000;
}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:165px;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.form-pct {
	width:240px;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.msg-pct {
	width:420px;
	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;}
		

/*  <![ 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:390px;
	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;}

#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{
	}

