/* <![ Global [ -----------------------------------------------------------*/

/*
Site 9 Default CSS File
Working Version: template
VERSION: 1.0 
LAST MODIFIED: 02.07.2008
LAST MODIFIED BY: NAPOLISX

NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/


html {
	height:100%;
}
	
.body{	
	margin:0; 
	padding:0; 
	background:#055178 repeat-x url(../images/main_bg.jpg);
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:955px;
}
			
a {	
	color:#990000;
	text-decoration:none;
}
	
a:hover {	
	color:#990000;
	text-decoration:underline;
}
	
input, select, textarea{	
	border:1px solid #000;
}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
}
	
hr{
	height:1px;
	color:#000;
	margin:5px 0px;
	padding:0px;
}

.clear { clear:both;width:1px;height:1px;overflow:hidden; }


/*	<![ Navigation [ -----------------------------------------------------------*/

#nav {
	position:relative;
	height:38px;
	background:repeat-x url(../images/nav_bg.jpg);
	font:normal 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
	
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right:8px;
	top:0px;
}
	
	#nav ul li {
		display:inline;
	}

		#nav ul li.first_child a {
		}
		
		#nav ul li.last_child a {
		}

	
		#nav ul li a {
			float:left;
			height:19px;
			padding:12px 19px 6px 19px;
			text-align:center;
			color:#fad457;
			text-decoration:none;
			background:repeat-x url(../images/nav_bg.jpg);
			border-right:solid 1px #013352;
			border-left:solid 1px #2a81b9;
		}
			
		#nav ul li a:hover {
			background:repeat-x url(../images/nav_bg_over.jpg);
			color:#fff;
			text-decoration:none;
		}
		
		
		
		
		
		
		
		#nav ul li.first_child a {
			float:left;
			height:18px;
			text-align:center;
			color:#fad457;
			text-decoration:none;
			background:repeat-x url(../images/nav_bg.jpg);
			border-right:solid 1px #013352;
			border-left:none;
		}
			
		#nav ul li.first_child a:hover {
			background:repeat-x url(../images/nav_bg_over.jpg);
			color:#fff;
			text-decoration:none;
		}
		
		
		
		#nav ul li.last_child a {
			float:left;
			height:18px;
			text-align:center;
			color:#fad457;
			text-decoration:none;
			background:repeat-x url(../images/nav_bg.jpg);
			border-right:none;
			border-left:solid 1px #2a81b9;
		}
			
		#nav ul li.last_child a:hover {
			background:repeat-x url(../images/nav_bg_over.jpg);
			color:#fff;
			text-decoration:none;
		}

/*	<![ AOPS Navigation [ -----------------------------------------------------------*/

#aops {
	margin:0;
}

	#aops h2 {
		width:247px;
		height:48px;
		margin:0;
		padding:0;
		background:no-repeat url(../images/aop_h2.jpg);
	}
	
	#aops h2 span {
		display:none;
	}
	
	#aops ul {
		list-style:none;
		margin:0;
		padding:0;
	}	
	
		#aops ul li a {	
			display:block;
			color:#2a5f7e;
			width:206px;
			padding:6px 25px 6px 7px;
			font:normal 13px Arial, Helvetica, sans-serif;
			text-align:right;
			background:no-repeat right center url(../images/aop-bg.jpg);
		}
		
		#aops ul li a:hover {
			color:#2a5f7e;
			text-decoration:none;
			background:no-repeat right center url(../images/aop-bg-over.jpg);
		}	

/*	<![ Footer Navigation [ -----------------------------------------------------------*/

#footer {
	width:955px;
	margin:0 auto;
}		
		
#footlinks {
	width:955px;
	clear:both;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	font:normal 10px Arial, Helvetica, sans-serif;
	position:relative;
}
	
	#footlinks ul {
		margin:0;
		padding:0;
		list-style:none;
	}	
	
		#footlinks ul li {
			display:inline;
			margin:0px;
			border-right:solid 1px #010101;
		}	
	
			#footlinks ul li.last_child {
				border-right:none;
			}	
	
			#footlinks li a {
				margin:0px 9px 0 9px;
				color:#010101;
			}
				
			#footlinks li a:hover {
				color:#010101;
				text-decoration:underline;
			}					







#top-links {
	font:normal 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:right;
	padding-right:6px;
}
	
	#top-links ul {
		margin:0;
		padding:0;
		list-style:none;
		float:right;
	}	
	
		#top-links ul li {
			display:inline;
			margin:0px;
		}	
	

	
			#top-links li a {
				margin-right:8px;
				color:#881903;
				padding-right:12px;
				padding-top:2px;
				float:left;
				background:no-repeat right center url(../images/top-nav-bg.jpg);
			}
				
			#top-links li a:hover {
				color:#cd2402;
				background:no-repeat right center url(../images/top-nav-bg-over.jpg);
				text-decoration:none;
			}
			
			#top-links li.last_child a {
				margin-right:0;
				color:#881903;
				padding-right:12px;
				padding-top:2px;
				float:left;
				background:no-repeat right center url(../images/top-nav-bg.jpg);
			}
				
			#top-links li.last_child a:hover {
				color:#cd2402;
				background:no-repeat right center url(../images/top-nav-bg-over.jpg);
				text-decoration:none;
			}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	position:relative;
	width:955px;
	height:324px;
	background:url(../images/header.jpg) no-repeat;
	text-align:right;
}

#mid {
	width:955px;
	padding:0;
	margin:0;
	background:repeat-y url(../images/mid_bg.jpg);
}	

#mid_inner {
	width:955px;
	padding:0;
	margin:0;
	background:no-repeat url(../images/mid_top.jpg);
}	

#left {
	float:left;
	width:247px;
/*	margin-left:27px;
	margin-right:34px;*/
/*	padding-top:20px;*/
	margin:0 34px 0 27px;
	_margin:0 34px 0 13px;
	padding:20px 0 0 0
}

#content {
	padding:0px;
	width:615px;
	padding-top:20px;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#323232;
	line-height:20px;
/*	position:relative;*/
}	

	
	#content p {
		text-align:left;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#323232;
		line-height:20px;
	}
	
	#content ul li {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#323232;
		line-height:20px;
		background:no-repeat 0px 8px url(../images/bullet.jpg);
		list-style:none;
		padding-left:12px;
	}

	#content h1{	
		font: normal 23px "Times New Roman", Times, serif;
		color:#346c8c;
	}
		
	#content h2{	
		font: bold 16px "Times New Roman", Times, serif;
		color:#346c8c;
		position:relative;
		top:14px;
		margin-top:0px;
		_top:17px;
		/*_margin-top:-17px;*/
	}
		
	#content h3{	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#323232;
		position:relative;
		top:14px;
		margin-top:0px;
		_top:17px;
		/*_margin-top:-17px;*/
	}
	
	#content a {
		color:#1d5f85;
	}
	
	#content a:hover {
		color:#1d5f85;
	}
	
	#content * {
	}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qctable {
	position:relative;
	padding-left:87px;
	background:no-repeat 2px 0px url(../images/qc_h2.jpg);
	margin-top:12px;
}
	#qctable h2 {
		display:none;
		margin:0;
		padding:0;
	}

.pad_frm_itm_qc {
	padding:3px 0;
}
	
.form-pct_qc { 
	width:149px;
	height:16px;
	border:solid 1px #968c70;
	background:#f2f1e9;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#6e6a5f;
}

.form-label_qc {
	color:#5278aa;
	font:normal 10px Arial;
}

.msg-pct_qc {
	overflow:auto;
	width:149px;
	height:56px;
	border:solid 1px #968c70;
	background:#f2f1e9;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#6e6a5f;
	margin:0;
}

#Captcha {
}

#Captcha img {
	margin-bottom:3px;
}

#Captcha input { 
	width:149px;
	height:16px;
	border:solid 1px #968c70;
	background:#f2f1e9;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#6e6a5f;
	margin-top:2px;
}

#qctable .submit {
	border:none;
	width:89px;
	height:26px;
/*	margin-left:66px;*/
	float:right;
	margin:0 5px 0 0;
	background:no-repeat url(../images/submit_btn.jpg);
	cursor:pointer;
}

#qctable .submit:hover {	
	background:no-repeat url(../images/submit_btn_over.jpg);
}

.search_btn {
	border:none;
	position:relative;
	top:2px;
	_top:0;
	width:15px;
	height:15px;
	background:no-repeat url(../images/search_btn.jpg);
}

.search_btn:hover {
	background:no-repeat url(../images/search_btn_over.jpg);
}

.search_field {
	font-size:10px;
	width:130px;
	height:13px;
	padding-left:5px;
	padding-right:5px;
	background:#d3cfbb;
	border:none;
}

#search_box {
	position:absolute;
	top:18px;
	right:0px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	color:#75aaca;
	margin:0 auto;
	text-align:left;
	height:90px;
	padding:0px 0px 5px 0px;
	width:955px;
}

#lexislogo {
	float:left;
	margin-right:20px;
	margin-top:4px;
}

#disclaimer_text {
	float:left;
	width:400px;
}

#disclaimer a {
	color:#75aaca;
	text-decoration:none;
}
		
#disclaimer a:hover {
	color:#75aaca;
	text-decoration:underline;
}


#locations {
	width:955px;
	margin:0 auto;
	background:#d3cfbb no-repeat url(../images/mid_bottom.jpg);
	padding-top:20px;
	padding-bottom:12px;
}


#logo_superlawyers {
	float:left;
	margin-left:18px;
	_margin-left:9px;
	margin-right:18px;
	margin-top:12px;
	_margin-top:3px;
}

#logo_innovators {
	float:left;
	margin-right:18px;
	margin-top:12px;
	_margin-top:3px;
}

#logo_energy-star-partner {
	float:left;
	margin-right:0;
	margin-top:12px;
	_margin-top:3px;
}


.CfnLink {
/*	position:absolute;;
	top:100px;
	right:60px;*/
	margin:0 165px 5px 0;
}


#kalamazoo-office {
	width:154px;
	height:100px;
	padding-left:140px;
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	float:left;
	text-align:left;
	padding-top:11px;
	background:no-repeat url(../images/office-kalamazoo.jpg);
	margin-left:20px;
	_margin-left:10px;
	margin-right:20px;
}

#kalamazoo-office strong {
	font:bold 13px "Times New Roman", Times, serif;
	color:#025079;
}

#kalamazoo-office a {
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	text-decoration:underline;
}

#kalamazoo-office a:hover {
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	text-decoration:underline;
}

#grand-rapids-office {
	width:164px;
	height:100px;
	padding-left:140px;
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	float:left;
	text-align:left;
	padding-top:11px;
	background:no-repeat url(../images/office-grand-rapids.jpg);
	margin-right:10px;
}


#grand-rapids-office strong {
	font:bold 13px "Times New Roman", Times, serif;
	color:#025079;
}

#grand-rapids-office a {
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	text-decoration:underline;
}

#grand-rapids-office a:hover {
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	text-decoration:underline;
}

#paw-paw-office {
	width:154px;
	height:100px;
	padding-left:140px;
	padding-top:11px;
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	float:left;
	text-align:left;
	background:no-repeat url(../images/office-paw-paw.jpg);
}

#paw-paw-office strong {
	font:bold 13px "Times New Roman", Times, serif;
	color:#025079;
}

#paw-paw-office a {
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	text-decoration:underline;
}

#content table.whitetable {
	border:none;
}
#content table.whitetable td {
	padding-left:22px;
	padding-right:22px;
	font:bold italic 15px "Times New Roman", Times, serif;
	color:#938557;
	border:none;
}

#content table.whitetable td p {
	font:bold italic 15px "Times New Roman", Times, serif;
	color:#938557;
}

#paw-paw-office a:hover {
	font:normal 13px "Times New Roman", Times, serif;
	color:#025079;
	text-decoration:underline;
}

#left-photo {
	width:233px;
	height:149px;
	background:no-repeat url(../images/left_photo.jpg);
	padding-top:12px;
	padding-right:14px;
	margin-top:12px;
}

#left-photo img {
	width:90px;
	height:83px;
	float:left;
}

#left-photo p {
	font:normal 12px "Times New Roman", Times, serif;
	color:#856814;
	margin:0;
	padding:0;
}

a#left-photo-link {
	font:normal 14px "Times New Roman", Times, serif;
	color:#856814;
	text-decoration:underline;
	text-align:center;
	display:block;
	margin-top:2px;
	margin-left:6px;
	_margin-top:7px;
}

a#left-photo-link:hover {
	font:normal 14px "Times New Roman", Times, serif;
	color:#856814;
	text-decoration:underline;
	text-align:center;
	display:block;
	margin-top:2px;
	margin-left:6px;
	_margin-top:7px;
}



/*	<![ 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:450px;
	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;
}



/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
}

#fromAddress{
	padding:4px 0;
}

#directionsLocale{
	padding:4px 0;
}

#locale{
}

#directionsSubmit{
	padding:4px 0;
}

#map{
	border:solid 1px #000;
}

#addressNotFound{
}

#directions{
}

/*	<![ Contact Us Page [ -----------------------------------------------------------*/

.pad_frm_itm {
padding:3px 0px;
margin:0px;
}

.form-label {
width:140px; /* Width of labels */
padding:0px 5px 0px 0px;
display:inline-block;
vertical-align:top;
}

.form-pct {
width:300px;
font:12px Verdana, Arial, Helvetica, sans-serif;
}

.msg-pct {
width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
height:70px;
overflow:auto;
font:12px Verdana, Arial, Helvetica, sans-serif;
}

.custom-form {
}

.custom-form fieldset {
margin:0px 0px 10px 0px;
padding:0px;
width:470px; /*  .msg-pct width + 25   */
border:none;
}

.custom-form legend {
padding:0px 2px;
font-weight:bold;
}

.custom-form fieldset ol {
margin:0px;
padding:0px;
list-style:none;
}

#hp_images {
	margin-bottom:10px;
	margin-top:2px;
}

.testimonial {
	background:#eae4d1;
	padding:14px 12px;
	width:260px;
	float:right;
	margin-left:12px;
}
#content .testimonial a{
	color:#92876a;
	font:normal 14px "Times New Roman", Times, serif;
	margin:10px 0 0 0;
	display:block;
}
.testimonial .quote {
	color:#92876a;
	font:bold 14px "Times New Roman", Times, serif;
	display:block;
}

.testimonial .quote_by {
	color:#92876a;
	font:bold italic 14px "Times New Roman", Times, serif;
	display:block;
	padding-top:12px;
}
