@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	padding:0px;
	background: url(../images/bg.jpg) repeat-x top left #fff;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:14px;
	overflow-x: hidden; 
	}

a {
	color: #00488A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
	
h1 {
	color:#00488A;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Verdana, Geneva, sans-serif;
}
h2 {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin-top:20px;
}
h3 {
	color:#00488A;
	font-size:14px;
	font-weight:bold;
}

img {
	border: none;
}

#container {
	margin:0px auto;
	width:957px;
	padding:0px;
}
	#header {
		position:relative;
		background:url(../images/header.jpg) no-repeat top center;
		width:957px;
		height:267px;
		margin:0px auto;
	}
		#phone {
			color:#00529C;
			font-size:25px;
			font-weight:bold;
			left:791px;
			position:relative;
			top:-85px;
			}
		#tagline {
			color:#919191;
			font-size:18px;
			font-weight:bold;
			left:543px;
			position:relative;
			top:-87px;
			}
		#logo { 
			position:relative;
			left:0px;
			top:0px;
		}
		#printlogo { 
			display:none;
		}	
	#mid {
		float:left;
		background:url(../images/content_bg.jpg) repeat-y top left #fff;
		width:957px;
		margin:0px;
	}
		#left_column {
			width:202px;
			background:url(../images/left_column_button.jpg) repeat-y;
			float:left;
		}
		#left_column_bottom {
			background:url(../images/left_column_bottom.jpg) no-repeat;
			width:202px;
			height:10px;
			padding:-10px 0px 0px;	
			_margin-bottom:-8px;
		}
		#left_column_call {
			background:url(../images/calltoaction.jpg) no-repeat #004481;
			width:202px;
			height:239px;
		}
		#left_column_call_text {
			font-family:Arial, sans-serif;
			font-size:15px;
			padding-top:40px;
			color:#fff;
			font-weight:bold;
			text-align:center;
		}
		#left_column_call_text a{ color:#fff;}
		
		#right_column {
			color:#333;
			float:right;
			margin:0px;
			padding:0 5px;
			width:745px;
	line-height: 1.4em;
		}
		
/**************** FOOTER ****************/
	#footer {
		clear:both;
		position:relative;
		text-align:center;
		height:85px;
		width:957px;
		color:#000;
		font-weight:bold;
		font-size:11px;
		margin:0px auto;
		background:url(../images/footer.jpg) center bottom no-repeat;
	}
	
	#footer a {text-decoration:underline; color:#000;}
	#footer p {padding-top:40px;}
	#footer a:link {color:#000;}
	#footer a:visited {color:#000;}
	#footer a:hover {color:#00488A; text-decoration:underline;}
	#footer a:active {color:#000;}
	
	#footer2{
		clear:both;
		text-align:center;
		position:relative;
		width:957px;
		color:#505050;
		font-size:13px;
		margin:0px auto;
		padding-bottom:20px;
	}	
#img {
	margin:15px;
	padding:5px;
	border:none;
}
#img img {
	margin:15px;
	padding:5px;
	border:none;
}
#img_button {float:left; magin:0;padding:0px;}
#img_button img{border:none;}
#img_right {
	float:right;
	margin:15px;
	padding:5px;
	border:none;
}
#img_left {
	float:left;
	margin:15px;
	padding:5px;
	border:none;
}
#img_small {
	margin:5px;
	padding:3px;
	border:1px solid #000;
}
#display {
	line-height: 18px;
	font-size: 12px;
	margin: 25px;
	padding: 15px;
	width: 60%;
	background-color: #F1F1F1;
}
.displayOK {
	border: 1px solid #999;
}
.displayErr {
	border: 2px solid #F00;
}
.required {
	color: #c00;
	font-weight: bold;
}
.requiredField {
	border-left: 3px solid #c00;
}

#printlogo {
	display: none;
}

/*-- OFFICE LOCATIONS --*/
#office_list {
	clear: both;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	width: 890px;
}

#office_list h3 {
	clear: both;
	margin: 0 0 10px 0;
	padding-top: 20px;
}

#office_list .office {
	font-size: .76em;
	background: #eee;
	padding: .5em;
	border: 1px solid #555;
	width: 21em;
	float: left;
	margin: 0px 3px 6px 0px;
	line-height: 14px;
	min-height: 100px;
	height: auto !important;
	height: 90px;
}

#office_list .details {
	float: left;
	width: 140px;
}

#office_list .map {
	float: left;
	margin: 0 1em 1em 0;
}

#office_list .map img {
	display: block;
	margin: 0;
	padding: 0;
}
