@charset "utf-8";
.x_input { display: none; }


/* SET DEFAULTS
**************************************************/
html, body {
	height:				100%;
	margin:				0px;
	font-family:		Arial, Helvetica, sans-serif;
	background-color:	#FFFFFF;
}

.wrapper {
	width:				100%;
	min-height:			100%;
	height:				auto !important;
	height:				100%;
	margin:				0 auto;
	vertical-align:		top;
}

img { border: 0px none }

a {
	color:	#FF5721;
	text-decoration: none;
} a:hover { color: #AB2A00 }

.left { float: left }
.rght { float: right }





/* HIDDEN CONTACT FORM
**************************************************/
.contact-cont {
	width:		100%;
	float:		left;
	font-size:	12px;
	color: #051539;
	background-color: #FF5721;
}
.hidden-wrapper {
	margin:0 auto;
	padding:10px;
	width:940px;
}
.hidden-left {
	float: left;
}
.hidden-right {
	float: left;
	border-left:1px solid #336699;
	padding:10px 20px 20px 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	width:270px;
}
.blue_head {
	font-size: 14px; 
	font-weight: bold;
}
.contact-cont a {
	color: #051539;
	text-decoration: underline;
}





/* HEADER
**************************************************/
.header-cont {
	width:			100%;
	height:			200px;
	float:			left;
	background:		url('/images/bg-header.png') repeat-x center top;
}





	/* NAVIGATION
	**************************************************/
	.nav {
		width:		960px;
		height:		40px;
		margin:		0 auto;
		position: relative;
	}

		.nav ul {
			display:	inline;
			list-style:	none;
			padding-left: 10px;
		}
		.nav ul li {
			display:	inline;
		}
		
		.top_phone {
			position: absolute;
			top: 4px;
			left: 595px;
			font-size: 21px;
			font-family: Verdana, sans-serif;
			color: white;
		}




	/* LOGO, MISSION STATEMENT, & CONTACT US TAB
	**************************************************/
	.header {
		width:			960px;
		height:			160px;
		margin:			0 auto;
		background:		url('/images/horz-line.png') no-repeat center bottom;
	}

		/*.contact-us {
			width:		0px;
			height:		0px;
			position:	relative;
			top:		-40px;
			left:		750px;
			z-index:	1;
		}*/
		.contact-us {
			width:		0px;
			height:		0px;
			float:		right;
			position:	relative;
			top:		-40px;
			right: 180px;
			z-index:	1;
		}
			.contact-us .tab {
				width:		150px;
				height:		150px;
				display:	block;
				background:	url('/images/contact-us.png') no-repeat left top;
				cursor: pointer;
			} .contact-us .tab:hover { background-position: right top }


		.logo {
			padding:	45px 0 0 10px;
		}
		.mission {
			font-size:	17px;
			color:		#19346F;
			padding:	0 0 0 10px;
		}






/* MIDDLE - PAGE CONTENT
**************************************************/
.middle-cont {
	width:			100%;
	float:			left;
}
	.middle {
		width:			940px;
		padding:		10px;
		margin:			0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 24px;
	}
	
	.middle h1 { 
		color: #051539;
		font-size: 28px;
	}

	.middle .title {
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size:		13px;
		line-height:	17px;
		color:			#000000;
	}
	.middle .title h1 {
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size:		28px;
		font-weight:	bold;
		color:			#FF5721;
	}
	.middle .title h2 {
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-size:		20px;
		font-weight:	bold;
		line-height:	22px;
		color:			#FF5721;
	}
	




	/* HOME PAGE BALLS
	**************************************************/
	.middle .home-balls {
		width:		945px;
		margin:		0 auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:	12px;
		line-height: 14px;
	}
		.middle .home-balls h1 {
			font-size:	22px;
			text-transform: capitalize;
			color:		#19346F;
		}
		.middle .home-balls a h1:hover { color: #FFFFFF }
		.middle .home-balls a { color: #000000; }

		/* MIDDLE BALL */
		.middle .home-balls .middle-ball {
			width:		290px;
			height:		410px;
			float:		left;
			margin:		5px;
			background:	url('/images/home-ball-middle.jpg') no-repeat center top;
		}
			.middle .home-balls .middle-ball table {
				width:	290px;
				height:	290px;
				margin-top: 5px;
				/*border:1px solid #FF0000;*/
			}

		/* OUTER BALL */
		.middle .home-balls .outer-ball {
			width:		184px;
			height:		410px;
			float:		left;
			margin:		5px;
			background:	url('/images/home-ball-outer.jpg') no-repeat center top;
		}
			.middle .home-balls .outer-ball table {
				width:	184px;
				height:	184px;
				margin-top: 47px;
				/*border:1px solid #FF0000;*/
			}
			.middle .home-balls .outer-ball h1 { font-size: 18px; margin-top: 0px; }

		/* INNER BALL */
		.middle .home-balls .inner-ball {
			width:		113px;
			height:		410px;
			float:		left;
			margin:		5px;
			background:	url('/images/home-ball-inner.jpg') no-repeat center top;
		}
			.middle .home-balls .inner-ball table {
				width:	113px;
				height:	113px;
				margin-top: 2px;
				/*border:1px solid #FF0000;*/
			}
			.middle .home-balls .inner-ball h1 { font-size: 14px; margin-top: 0px; }




	/* PRIORITY BALLS
	**************************************************/
	.middle .priority-balls {
		margin:			0 auto;
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		24px;
		font-weight:	bold;
		line-height:	26px;
		color:			#19346F;
	}
		.middle .priority-balls a {
			color: #19346F;
			text-decoration: none;
		} .middle .priority-balls a:hover { color:#FFFFFF }

		.middle .priority-balls .large {
			width:			184px;
			height:			300px;
			background:		url('/images/priority-ball-large.jpg') no-repeat center top;
		}
		.middle .priority-balls .small {
			width:			115px;
			height:			300px;
			font-size:		20px;
			line-height:	22px;
			background:		url('/images/priority-ball-small.jpg') no-repeat center top;
		}


	.middle .callouts {
		margin:	0 auto;
	}
		.middle .callouts td {
			width: 200px;
			text-align:center;
			position: relative;
		}
		.middle .callouts .head {
			width:		200px;
			height:		36px;
			float:		left;
			margin-top: -1px;
			padding:	14px 0 0 0;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:	17px;
			font-weight:bold;
			background:	url('/images/callout-head.png') no-repeat left bottom;
		} .middle .callouts .head a { text-decoration: none }

		.middle .callouts .body {
			width:		190px;
			padding:	10px 5px 15px 5px;
			float:		left;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:	11px;
			line-height:16px;
			background:	url('/images/callout-bg.png') repeat-y center top;
			position: relative;
		}
		
		.middle .callouts .body2 {
			background:	url('/images/callout-body.png') no-repeat left top;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 200px;
			height: 70px;
			z-index: 1;
		}
		
		.middle .callouts .body3 {
			position: relative;
			z-index: 10;
		}

		.middle .callouts .foot {
			width:		200px;
			margin-bottom: -1px;
			height:		6px;
			float:		left;
			background:	url('/images/callout-foot.png') no-repeat left top;
		}




	/* PAGE LAYOUT
	**************************************************/
	.side-nav {
		width:		218px;
		float:		left;
		/*border:		1px solid #FFCCCC;*/
	}
		.side-nav a {
			font-family:	Arial, Helvetica, sans-serif;
			font-size:		18px;
			color:			#19346F;
			text-decoration:none;
		} .side-nav a:hover { color: #FF5721 }
		.side-nav a.lit { color: #FF5721 }

		.side-nav ul {
			margin:		0px;
			padding:	0px;
			list-style: none;
		}
			.side-nav li {
				padding:	5px 0px;
			}

		span.sellers-quiz {
			width:		192px;
			height:		32px;
			display:	block;
			background: url('/images/sellers-quiz.png') no-repeat left top;
		} .sellers-quiz:hover { background-position: left bottom }

		span.request-a-quote {
			width:		192px;
			height:		32px;
			display:	block;
			background: url('/images/request-a-quote.png') no-repeat left top;
		} .request-a-quote:hover { background-position: left bottom }




	.content {
		width:		718px;
		float:		right;
		/*border:		1px solid #CCCCFF;*/
	}





/* FOOTER
**************************************************/
.footer-cont {
	width:			100%;
	float:			left;
	padding:		20px 0 0 0;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#19346F;
}
	.footer {
		width:			940px;
		height:			100px;
		margin:			0 auto;
		padding:		10px;
		background:		url('/images/horz-line.png') no-repeat center top;
	}


/*
 * LEFT COLUMN
 */
	.left-col {
		width: 212px;
		float: left;
		margin-left: 8px;
	}
	
	.lc_nav {
		padding: 5px 0px;
	}
	.lc_nav a {
		font-family:Arial,Helvetica,sans-serif;
		font-size:17px;
		text-decoration:none;
		color:#19346F;
	}
	.lc_nav_selected a, .lc_nav a:hover {
		color:#FF5721;
	}
	.left-col h1 {
		color:#FF5721;
		font-size:28px;
		font-weight:bold;
		margin-bottom: 10px;
	}
	
/*
 * MAIN COLUMN IN 2 COLUMN LAYOUT
 */
	.main-2-col {
		width: 718px;
		float: left;
	}
	
	
/*
 * TOP CONTACT FORM
 */
	.top_required_action {
		border: 2px solid #051539;
	}
	#top_form_error {
		color: #051539;
		font-weight: bold;
	}
	
	
#form_table, form {
	font-size: 12px; 
}
.form_input {
	width: 200px;
	border: 1px solid #555;
	padding: 3px;
}
label {
	font-weight: bold;
}
#form_message { color: #8F1111; font-weight: bold; }
.form_required_action { border-color: #8F1111; }
.form_required_mark { color: #8f1111; }


.practices_left_col {
	width: 520px;
	float: left;
	margin-right: 20px;
}
.practices_right_col {
	width: 175px;
	margin-top: 20px;
	float: left;
}
.practices_right_colz div {
	font-size: 14px;
	padding-left: 10px;
}
.stripe {
	background-color: #D5D9E4;
}
.practices_right_col a {
	display: block;
	padding:4px 0 4px 14px;
}
.practices_right_col a:hover {
	color: white;
	background-color: #19346F;
}

.listing {
	font-size: 11px;
	line-height: 14px;
	padding: 4px 0px;
	border-bottom: 1px solid #a9bfd3;
}
.listing_reference {
	width: 108px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	float: left;
}
.listing_location {
	width: 228px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	float: left;
}
.listing_gross {
	width: 73px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	float: left;
	text-align: right:
}
.listing_status {
	width: 63px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	float: left;
}
.listing_header {
	padding: 0px;
}
.listing_header div {
	background-color: #19346F;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}