@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/template/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container {
	width: 960px;
	background: #f0ebe5;
	margin: 5px auto;
	border: 1px solid #000000;
	text-align: left;
	padding:0;
}
.thrColFixHdr #header {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 100px;	
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 223px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	height: 221px;
	margin: 0;
}
.thrColFixHdr #sidebar1a {
	float: left;
	width: 198px;
	padding: 12px; 
	margin: 0;
	background: url(/images/template/heading_background.gif) no-repeat;
}

.thrColFixHdr #sidebar2 {
	float: right; 
	width: 184px; 
	padding: 8px 13px 4px 13px; 
	margin: 0;
	height: 209px;
	background: url(/images/template/alert.gif) no-repeat;
	position:relative;
	z-index:500;
}
.thrColFixHdr #sidebar2a {
	float: right; 
	width: 210px; 
	height: 221px;
	margin: 0;
	background: url(/images/template/heading_background.gif) no-repeat;
}

.thrColFixHdr #mainContent {
	margin-left: 223px;
	margin-top: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:221px;
	position:relative;
}
.thrColFixHdr #mainContenta {
	margin-left: 223px; 
	padding: 12px;
	background: url(/images/template/heading_background.gif) no-repeat;
	border-left: 1px dotted #CCC;
	position:relative;
}

.thrColFixHdr #footer {
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(/images/template/footer_background.gif);
	border-top: 1px dotted #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
	margin:0;
	padding:0;
}
.google_map {
	float:right;
	border: 1px solid #666;
	padding: 5px;
	margin: 0 0 0 10px;
	background: #FFF;
}
.google_maps {
	border: 1px solid #666;
	padding: 5px;
	margin: 0 0 0 10px;
	background: #FFF;
}
.attorney {
	float:right;
	border: 1px solid #666;
	padding: 3px;
	margin: 0 0 0 10px;
	background: #FFF;
}
.photo {
	float:right;
	border: 1px solid #666;
	padding: 3px;
	margin: 0 0 0 10px;
	background: #FFF;
}
.white_background_image{
	border: 1px solid #666;
	padding: 3px;
	margin: 0;
	background: #FFF;
}
.attorney_clear {
	border: 1px solid #666;
	padding: 3px;
	margin: 0 0 0 10px;
	background: #FFF;
	clear:both;
}
.story_image {
	border: 1px solid #666;
	padding: 3px;
	margin: 0 0 5px 15px;
	background: #FFF;
	float:right;
}

.flash-lead {
	width: 527px;
	height: 221px;
	position: absolute;
	z-index:2;
	}
	
.tv_ad {
	padding: 5px;
	margin: 0 0 0 10px;
	border: 1px #999 dotted;
	float:right;
}
