BODY{
	font-size: 11px;	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	color: #333333;
	background-color: #7a776e;
	height: 100%; /*For IE6*/
}
#container{
	width: 100%;
	text-align: center;
	float: none;
	clear: both;
	height: 100%;
}
#main_body{
	width: 980px;	
	margin: 0px auto;
	float: none;
	clear: both;
	background-color: #ffffff;
	position: relative;
	height: 100%;/*For IE6*/
}
#header{
	width: 100%;	
	float: none;
	clear: both;
	height: 114px;
	background-image: url(../images/ll_repeater_header.gif);
	background-repeat: repeat-x;
	text-align: left;
	position: relative;
}
#header .admin_button{
	top: 50px;
}
.logo{
	padding-left: 40px;
}
#nav{
	width: 100%;	
	float: none;
	clear: both;
	text-align: left;
	position: relative;
	display: block;
	height: 16px;
	background-color: #21201f;
}
#nav .stored_locations{
	position: absolute;
	top: -25px;
	right: 0px;
	height: 25px;
}
#nav .stored_locations td{
	height: 25px;
	line-height: 1px;
}
#nav .stored_locations td.stored_repeater{
	width: 150px;	
	height: 25px;
	background-image: url(../images/ll_stored_repeater.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	vertical-align: bottom;
}
#nav .stored_locations td.stored_repeater a{
	color: #ffffff;
	text-decoration: none;
}
#nav .stored_locations td.stored_repeater a:hover{
	color: #a4c542;
	text-decoration: none;
}
#main_content{
	width: 100%;	
	float: none;
	clear: both;
	text-align: left;
	padding: 0px 0px;
	position: relative;
}
.header_logo{
	position: absolute;
	top: 0px;
	right: 10px;
}
#message_box{
	background-color: #F0F9D5;
	border: 1px solid #A4C542;
	width: 100%;
	height: 38px;
}
#message_box_content{
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.message_box{
	background-color: #F0F9D5;
	border: 1px solid #A4C542;
	width: 100%;
	height: 38px;
}
.message_box_content{
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#saved_message_box{
	background-color: #F0F9D5;
	border: 1px solid #A4C542;
	width: 100%;
	height: 38px;
	display: none;
}
#saved_message_box_content{
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#anchor_display{
	display: none;
	padding: 3px 0px;
	width: 100%;
}
#anchor_content{
	
}
#anchor_link{
	
}
.left_repeater{
	width: 10px;	
	height: 100%;
	background-image: url(../images/ll_left_repeater.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: -10px;
	top: 0px;
}
.right_repeater{
	width: 10px;	
	height: 100%;
	background-image: url(../images/ll_right_repeater.gif);
	background-repeat: repeat-y;
	position: absolute;
	right: -10px;
	top: 0px;
}
#footer{
	width: 100%;	
	float: none;
	clear: both;
	background-color: #f0f0f0;
	text-align: center;
	position: relative;
	min-height: 70px;
	height: 70px;
	margin-top: 70px;
	font-size: 10px;
	z-index: 1;
}
#footer p{
	padding: 5px 7px 0px 14px;
}
#footer a{
	color: #0000ff;
}
#footer p.first_footer_item{
	padding-top: 15px;
}
.footer_logo{
	position: absolute;
	top: 10px;
	right: 10px;
}
a{
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
	text-decoration: underline;
}
h1{
	color: #0173a9;
	font-size: 24px;
	font-weight: bold;
}
h3{
	color: #0173a9;
	font-size: 20px;
	font-weight: bold;
}
h4{
	color: #0173a9;
	font-size: 16px;
	margin: 10px 0px;
	font-weight: bold;
}
h5{
	color: #333333;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.admin_button{
	position: absolute;
	top: 14px;
	right: 20px;
}
body a.back_link{
	padding: 4px 0 0 35px;
	display: block;
	margin: 4px;
	font-size: 11px;
}
body #detail_header_box a.back_link{
	padding: 4px 0 0px;
	display: block;
	margin: 4px;
	font-size: 11px;
}
.accounts_table{
	width: 100%;
	padding-top: 15px;
}
.even{
	color: #000000;
	background-color: #f0f0f0;
}
.odd{
	color: #000000;
	background-color: #ffffff;
}
.even td{
	padding: 4px;
}
.odd td{
	padding: 4px;
}
.account_btn{
}
.input_tiny{
	width: 25px;
}
.input_small{
	width: 50px;
}
.input_med{
	width: 100px;
}
.input_large{
	width: 210px;
}
.big_btn{
	background-image: url(../images/ll_btn_big.gif);
	background-repeat: no-repeat;
	width: 91px;
	height: 37px;
	border: 0px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 3px;
}
.search_bg{
	background-color: #a4c542;
	padding: 10px;
	display: block;
	float: none; 
	clear: both;
	vertical-align: top;
	height: 40px;
	width: 890px;
	margin: 0px auto;
}
.search_box_inner{
	margin: 0px auto; 
	width: 920px;
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	background-image: url(../images/ll_content_repeater.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.search_box{
	/*border: 1px solid #0173a9;*/
	margin: 10px 0px;
	padding: 10px;
	float: none; 
	clear: both;
}
.search_box h4{
	/*border: 1px solid #0173a9;*/
	margin: 10px 0px;
	padding: 10px 10px 10px 0px;
	float: none; 
	clear: both;
	width: 890px;
	margin: 0px auto;
	font-weight: bold;
}
.search_box select{
	/*border: 1px solid #0173a9;*/
	margin: 10px 0px 10px 25px;
	font-size: 14px;
}
.search_box .seach_select {
	/*border: 1px solid #0173a9;*/
	margin: 0px 0px 6px 25px;
	font-size: 14px;
}
#search_form hr{
	margin-bottom: 14px;
}
#contact_box{
	margin: 10px 0px;
	margin: 0px auto; 
	width: 920px;
	padding: 10px;
	float: none; 
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/ll_content_repeater.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mail_form {
	margin: 10px auto;
	border-spacing: 6px;
	width: 300px;
}

.mail_form tr {
	vertical-align:top;
}

.mail_form .right {
	text-align:right;
}

.mail_form select {
	width:152px;
}

.mail_form .input_field {
	width:150px;
}

.mail_form textarea {
	width:150px;
	max-width:150px;
	height:60px
}
.search_box table, .refine_search_box table{
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.search_box table table, .refine_search_box table table{
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.search_box table td, .refine_search_box table td{
	padding: 4px 0px 4px 0px;
}
.search_hr{
	/*border: 1px dashed #7c7974;*/
	background-image: url(../images/ll_bg_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: 0px;
}
hr{
	background-image: url(../images/ll_bg_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: 0px;
}
.refine_table, .refine_table table, .refine_table table table{
	width: 100%;
}
.search_hr_dashed{
	/*border: 1px dashed #7c7974;*/
	background-image: url(../images/ll_bg_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: 0px;
	margin: 0px auto;
}
.search_btn_holder{
	text-align: center;
}
.search_btn{
}
.search_box table td.search_header_title, .refine_search_box td.search_header_title{
	width: 20%;
	background-color: #f0f0f0;
	padding: 4px;
	font-weight: bold;
	text-indent: 10px;
}
.search_box table td.search_header_blank, .refine_search_box td.search_header_blank{
	width: 60%;
	background-color: #f0f0f0;
	padding: 4px;
	font-weight: bold;
}
.search_box table td.search_header_link, .refine_search_box td.search_header_link{
	width: 20%;
	background-color: #f0f0f0;
	padding: 4px;
	font-weight: bold;
}
.search_box table td.search_header_sub_title, .refine_search_box td.search_header_sub_title{
	width: 20%;
	padding: 4px;
}
.search_box table td.search_header_sub_blank, .refine_search_box td.search_header_sub_blank{
	width: 60%;
	padding: 4px;
}
.search_box table td.search_header_sub_link, .refine_search_box td.search_header_sub_link{
	width: 20%;
	padding: 4px;
}
.search_input{
	width: 780px;
	color: #999999;
	height: 26px;
	vertical-align: top;
	padding: 7px 0px 0px 7px;
	font-size: 14px;
}
.search_box table div, .refine_search_box table div{
	float: left;
	width: 180px;
	text-indent: 10px;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.top{
	vertical-align: top;
}
.middle{
	vertical-align: middle;
}
.header_box{
	float: none;
	clear: both;
	margin-bottom: 10px; 
	width: 980px;
	height: 350px;
	background-image: url(../images/ll_image_marquee.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#welcome_text_box{
	position: absolute;
	top: 21px;
	left: 40px;
	width: 373px;
	height: 311px;
	background-color: #ffffff;
	line-height: 18px;
	z-index: 40;
}
.welcome_text{
	position: absolute;
	top: 21px;
	left: 40px;
	width: 373px;
	height: 311px;
	line-height: 18px;
	z-index: 45;
	color: #333333;
}
.welcome_text_inner{
	padding: 12px;
}
.welcome_text h3{
	margin: 0px 0px 10px 10px;
	color: #0071a9;
	font-weight: bold;
}
.welcome_text span{
	color: #0071a9;
	font-weight: bold;
	font-size: 12px;
}
.welcome_text strong{
	font-weight: bold;
	font-size: 12px;
}
.welcome_text p{
	margin: 0px 0px 10px 10px;
}
.popup_box{
	width: 546px;
	position: absolute;
	display: none;
	z-index: 30;
	/*border: 1px solid #000000;
	background-color: #ffffff;*/
}
.popup_box h4{
	color: #ffffff;
	margin: 3px 0px 10px 0px;
	width: 504px;
}
.popup_box_header{
	position: absolute;
	top: -17px;
	left: 505px;
}
.popup_box_content{
	width: 534px;
	height: 114px;
	text-align: left;
	line-height: 14px;
	float: left;
	background-image: url(../images/ll_box_repeater.gif);
	background-repeat: repeat-x;
}
.popup_box_bottom{
	height: 3px;
	line-height: 1px;
	position: relative;
	top: -2px;
}
.popup_box_left{
	float: left;
	width: 6px;
	height: 111px;
}
.popup_box_right{
	float: left;
	width: 6px;
	height: 111px;
}
.popup_box_close{
	position: absolute;
	top: 5px;
	right: 8px;
}
.popup_box_submit{
	width: 59px;
	height: 23px;
	background-image: url(../images/ll_box_btn.gif);
	background-repeat: no-repeat;
	border: 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
}
.popup_box_padding{
	padding: 0px 10px 10px 10px;
}
.email_box{
	width: 246px;
	position: absolute;
	display: none;
	z-index: 99;
	/*border: 1px solid #000000;
	background-color: #ffffff;*/
}
.email_box h4{
	color: #ffffff;
	margin: 3px 0px 15px 0px;
}
.email_box_header{
	position: absolute;
	top: -17px;
	left: 5px;
}
.email_box_content{
	width: 234px;
	height: 114px;
	text-align: left;
	line-height: 14px;
	float: left;
	background-image: url(../images/ll_box_repeater.gif);
	background-repeat: repeat-x;
}
.email_box_bottom{
	height: 3px;
	line-height: 1px;
	position: relative;
	top: -2px;
}
.email_box_left{
	float: left;
	width: 6px;
	height: 111px;
}
.email_box_right{
	float: left;
	width: 6px;
	height: 111px;
}
.email_box_close{
	position: absolute;
	top: 5px;
	right: 8px;
}
.email_box_submit{
	width: 59px;
	height: 23px;
	background-image: url(../images/ll_box_btn.gif);
	background-repeat: no-repeat;
	border: 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
}
.email_box_padding{
	padding: 10px 10px 10px 10px;
}
.email_box .input_popup{
	width: 200px;
}
#saved_locations_box{
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 700px;
	height: 500px;
	display: none;
	position: absolute;
	text-align: left;
}
.saved_locations_box_content{
	padding: 10px;
}
.saved_locations_box_content table{
	width: 100%;
}
.saved_locations_box_content td{
	padding: 3px 7px;
}
.results_box{
	margin: 0px 0px;
	padding: 0px;
	float: none; 
	clear: both;
	height: 370px;
}
.results_box hr{
	/*border: 1px dashed #7c7974;*/
	background-image: url(../images/ll_bg_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
	float: none; 
	clear: both;
	border: 0px;
}
.results_map{
	float: right;
	margin: 0px 0px 0px 0px;
	width: 564px;
	height: 370px;
	border-left: 1px solid #0173a9;
}
#map_canvas{
	width: 564px;
	height: 370px;
}
.results_results{
	float: left;
	/*margin: 10px 0px 0px 10px;*/
	width: 415px;
	height: 370px;
	overflow: auto;
}
.results_results h1{
	clear: both;
	display: block;
	padding-left: 40px;
	font-weight: bold;
}
.results_results h1 span{
	font-size: 16px;
	font-weight: normal;
}
.results_results p{
	clear: both;
	display: block;
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
}
.results_results img{
	float: left;
	padding-right: 7px;
	margin-bottom: 10px;
}
.results_results a{
	font-size: 14px;
}
.results_results a:hover{
	
}
.results_top5{
	float: none; 
	clear: both;
	width: 980px;
}
.results_top5 a{
	font-weight: bold;
}
.refine_results_box{
	margin: 10px 0px 40px 0px;
	padding: 10px;
	float: none; 
	clear: both;
}
.search_results_hr{
	position: relative;
	top: -7px;
}
.error_text{
	padding: 0px 0px 0px 40px;
	color: red;
	font-size: 14px;
}
.success_text{
	padding: 0px 0px 0px 40px;
	color: green;
	font-size: 14px;
}
.result{
	float: left;
	width: 146px; /*For IE6, other browsers 151px is optimal*/
	margin: 15px 15px 10px 15px;
	padding-left: 15px;
	/*min-height: 180px;*/
	line-height: 14px;
}
.results_pagination{
	text-align: center;
	float: none;
	clear: both;
	display: block;
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
}
.results_pagination a{
	margin-left: 4px;
	margin-right: 4px;
	color: #0000ff;
	font-size: 14px;
	text-decoration: none;
}
.results_pagination a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#results_set a{
	font-weight: bold;
}
.refine_type{
	width: 90px;
	text-align: right;
	padding-right: 8px;
}
#detail_header_box{
	width: 900px;
	margin: 0px auto;
	position: relative;
}
#detail_box{
	width: 919px;
	margin: 0px auto;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/ll_content_repeater.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px;
}
#detail_box table{
	width: 100%;
}
#detail_header_box h1 span{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
#detail_img{
	width: 450px;
	height: 300px;
	float: left;
	margin-top: 10px;
	position: relative;
}
#detail_img_results{
	width: 428px;
	height: 298px;
	border: 1px solid #000000;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	overflow: auto;
	background-color: #f0f0f0;
}
#left_arrow{
	position: absolute;
	top: 125px;
	left: 10px;
}
#left_arrow a{
	background-image: url(../images/ll_left_off.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
	text-decoration: none;
}
#left_arrow a:hover{
	background-image: url(../images/ll_left_on.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
}
#right_arrow{
	position: absolute;
	top: 125px;
	right: 10px;
}
#right_arrow a{
	background-image: url(../images/ll_right_off.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
	text-decoration: none;
}
#right_arrow a:hover{
	background-image: url(../images/ll_right_on.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
}
#big_left_arrow{
	position: absolute;
	top: 250px;
	left: 10px;
}
#big_left_arrow a{
	background-image: url(../images/ll_left_off.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
	text-decoration: none;
}
#big_left_arrow a:hover{
	background-image: url(../images/ll_left_on.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
}
#big_right_arrow{
	position: absolute;
	top: 250px;
	right: 10px;
}
#big_right_arrow a{
	background-image: url(../images/ll_right_off.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
	text-decoration: none;
}
#big_right_arrow a:hover{
	background-image: url(../images/ll_right_on.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	display: block;
}
.none{
	float: none;
	clear: both;
}
#detail_img_results h5{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#detail_img_results div.none div{
	float: left;
	margin-right: 6px;
	margin-bottom: 7px;
}
#detail_img_results div.none div img{
	border: 1px solid #0173a9;
	cursor: pointer;
}
.detail_results_padding{
	padding: 10px;
}
.detail_header_box_links{
	position: absolute;
	top: 40px;
	right: 10px;
}
.detail_header{
	font-weight: bold;
	width: 20%;
}
#detail_box hr{
	/*border: 1px dashed #7c7974;*/
	background-image: url(../images/ll_bg_hr.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: 0px;
}
#detail_box a{
	text-decoration: none;
	color: #0000ff;
}
#detail_box a:hover{
	color: #0000FF;
}
strong{
	font-weight: bold;
}
.disclaimer_box{
	padding: 10px;
	border: 1px solid #f0f0f0;
	display: block;
	margin: 15px auto;
	width: 870px;
	clear: both;
	font-size: 10px;
	color: #666666;
}
#image_large_view{
	width: 900px;
	height: 814px;
	position: absolute;
	display: none;
	z-index: 30;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#image_large_view h1{
	padding: 10px;
	text-align: left;
	padding-left: 65px
}
.image_large_view_close{
	position: absolute;
	top: 5px;
	right: 8px;
}
.image_large_view_table{
	margin: 10px auto;
	width: 750px;
	text-align: left;
	border-spacing: 3px;
}
.image_header{
	width: 130px;
	font-weight: bold;
}
.image_content{
	margin: 10px auto;
	width: 750px;
	text-align: left;
}
#saved_large_view{
	width: 900px;
	height: 700px;
	position: absolute;
	display: none;
	z-index: 30;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#saved_large_view h1{
	padding: 10px;
	text-align: left;
}
.saved_large_view_close{
	position: absolute;
	top: 5px;
	right: 8px;
}
.saved_large_view_table{
	margin: 10px auto;
	width: 750px;
	text-align: left;
	border-spacing: 3px;
}
.saved_header{
	width: 130px;
	font-weight: bold;
}
.saved_content{
	margin: 10px auto;
	width: 750px;
	text-align: left;
}
#email_box_return{
	display: none;
}
.sub_header{
	clear: both;
	display: block;
	font-weight: normal;
	font-size: 12px;
	width: 400px;
}
