﻿/* <![ Global [ ---------------------------------------------------------*/
body{
	margin:0;
	background:url(../images/body_bg.jpg) top left;
	behavior: url(scripts/csshover.htc);
	}

td{	
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
table#main{	
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #101a3b;
	border-right:1px solid #101a3b;	
	border-bottom:1px solid #101a3b;	
	}
			
a{			color:#133188;}
	
a:hover{	color:#000;}

.cta
{
    width:275px;
   background-color:#c8d8f4;
   border-top:1px solid #464e81;
   border-bottom:1px solid #464e81;
   padding:5px;
   padding-right:10px;
   margin-top:5px;
    }

fieldset{
	margin-bottom:13px;
	}
legend{
	color:#0054A6;
	}
fieldset table td{
	padding:2px 0;
	}
	fieldset table td input,
	fieldset table td select,
	fieldset table td textarea,
	.form{
		border:1px solid #464e81;
		background:#a1bbe8;
	}
.form_frame td textarea {
	overflow:auto;
}
	.FRM_width{
		width:97%;
		}
	.FRM_button{
		margin:10px 5px 5px;
		}		
		
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

li{
	background:url(../images/bullet.gif) no-repeat;
	background-position:0 5px;
	padding-left: 10px;
	}

/*	<![ Layout [ -----------------------------------------------------------*/

#t_inner{
	background:#fff;
	}

.menu_frame{
	background:url(../images/menu_bg.gif) repeat-x top left;
	text-align:center;
	}
	.menu_frame table td{
		padding:0 4px;
		}

.sidebar_l{
	background:#fff;
	}
	.disclaimer_logo_cell{
		padding:65px 0 13px 12px;
		}
.box_mid_container{
	padding-bottom:10px;
	}
.box_top_bg{
	background:url(../images/main_box_top_bg.gif) repeat-x;
	}
.box_content{
	background:url(../images/main_box_low_bg.gif) repeat-x top left;
	padding-right:5px;
	border-right:1px solid #101a3b;	
	}

.form_frame{
	padding:10px 25px;
	}
	.form_frame table td{
		color:#133188;
		padding:2px 0;
		}
		.form_frame table td a{
			color:#133188;
			text-decoration:none;
			padding-top:7px;
			}
		.form_frame table td a:hover{
			text-decoration:underline;
			}

.address{
	text-align:center;
	background:#0b2a61;
	font:12px/40px Arial, Helvetica, sans-serif;
	color:#fff;
	}

.footlinks{
	background:#456cbe;
	padding:13px 5px 5px;
	font:10px/14px Arial, Helvetica, sans-serif;
	color:#9d0707;
	text-align:center;
	}
	.footlinks a{
		color:#0b2a61;
		padding:0 5px;
		text-decoration:none;
		}
	.footlinks a:hover{
		color:#9d0707;
		text-decoration:underline;
		}
	.footlinks .disclaimer{
		color:#b6caed;
		}

/*	<![ Elements [ ---------------------------------------------------------*/
h1{	font: bold 13px Arial, Helvetica, sans-serif;
	color:#133188;
	}
h2{	font: bold 12px Arial, Helvetica, sans-serif;
	color:#133188;
	}
h3,h4,h5,h6{	
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#133188;
	}




/*	<![ MH_Hacks [ ----------------------------------------------------------*/
#map{	filter:gray;	
		height:280px;
		width:280px;}
.ddTable{			border: none;	}
.ddBottomBorder{	border-bottom: 1px solid black;	}
table.content{		width:100%;		}
table.content a{	font-size:12px;	font-weight:normal;}

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:140px;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.form-pct {
	width:140px;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.msg-pct {
	width:280px;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.main-submit {
	} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	}


.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;
		background:none;}

/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	}
	
#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:250px;
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #0a3150;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555;
	border:1px solid #333;
	float:right;
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none;
		color:#fff;
		background:#777;
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement {
	position:relative;
	top:3px;
	border:none;}

/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)*/


/* Fix for IE6 - prevents text from disappearing when map loads - apply this class to the RTF for content area */
.DirectionsContent {
	display:block;
	position:relative;}
	

/* [ Outer div ] -----------> */
#directionsForm {
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress {
	width:250px;}

#directionsLocale {
	padding:10px 0px;}

#locale {
	}

#directionsSubmit {
	padding:10px 0px;}

#map {
	border:1px solid #000;
	color:#000;}

#addressNotFound {
	}

#directions {
	}



.Navigation ul li ul {
	margin: 0px;
	padding: 0px;}
.Navigation ul li ul li{
	margin: 0px;
	list-style:none;}
.Navigation ul li ul li ul li{
	margin: 0px;
	margin-left: 15px;
	list-style:none;}

.submit {
	border: none;
	background: none;
	color:#133188;}
	.submit:hover {
/*		border-bottom: 1px solid;*/
		border-color: #133188;
		text-decoration:none;
		cursor:pointer;
		}


#form input
{
	background-color:#a1bbe8;
	border:solid 1px #464e81;
}

#form textarea
{
	background-color:#a1bbe8;
	border:solid 1px #464e81;
}