	

/* GOOGLE MAP */
	#jq_google_map { 
		width: 100%; 
		height: 400px; 
		border: 10px solid #f1f1f1; 
		}

/* FEEDBACK STRIP */
	.jq_feedback_img { 
		float: right; 
		cursor:pointer; 
		margin-left: 10px;
		margin-right: -5px;
		}
	.jq_feedback_box {
		line-height: 1.5;
		overflow: hidden;
		padding: 5px 10px 5px 50px; 
		margin: 10px;
		min-height: 30px;
		}
	.jq_feedback_box strong { font-size: 120%; }
	.jq_feedback_error {
		border: 1px solid #CD0A0A; 
		background: #FEF6F3;
		background-image: url('images/error.png');
		background-repeat: no-repeat; 
		background-position: 5px 5px;
		}
	.jq_feedback_ok { 
		border: 1px solid #91C824; 
		background-color: #F4FAEA;
		background-image: url('images/ok.png');
		background-repeat: no-repeat; 
		background-position: 5px 5px;
		}
	.jq_feedback_info { 
		border: 1px solid #89A5B9; 
		background-color: #F1F4FB;
		background-image: url('images/information.png'); 
		background-repeat: no-repeat; 
		background-position: 5px 5px;
		}
	.jq_feedback_message { 
		border: 1px solid #CABE02; 
		background-color: #FFFDE1;
		background-image: url('images/warning.png');
		background-repeat: no-repeat; 
		background-position: 5px 5px;
		}
	.jq_feedback_content { 
		border: 1px solid #E8A926; 
		background-color: #FDF8EA;
		background-image: url('images/content.png');
		background-repeat: no-repeat; 
		background-position: 5px 5px;
		}
	.jq_feedback_action {
		min-height: 20px;
		border-bottom: 1px solid #E8A926;
		border-top: 1px solid #E8A926;
		color: #BC8419;
		font-weight: bold;
		font-size: 15px;
		background-color: #FDF8EA;
		background-image: url('images/action.png'); 
		background-repeat: no-repeat; 
		background-position: 5px 5px;
		}

/* SHOW HIDE PODS */
	.jq_showhide_element_1 {
		border: 10px solid #f1f1f1;
		padding:10px;
		margin: 10px;
		}
	.jq_showhide_element_2 {
		border: 10px solid #f1f1f1;
		padding:10px;
		margin: 10px;
		}
	.jq_showhide_element_3 { 
		border: 10px solid #f1f1f1; 
		padding:10px; 
		margin: 10px; 
		}
	.jq_showhide_element_4 { 
		border: 10px solid #f1f1f1; 
		padding:10px; 
		margin: 10px; 
		}

/* FANCY BOX THUMBS */
	.jq_fancy img { 
		border: 3px solid #f1f1f1; 
		padding: 3px; 
		margin: 3px;
		}
	.jq_fancy_gal img { 
		border: 3px solid #f1f1f1; 
		padding: 3px; 
		margin: 3px;
		}
	.jq_fancy_iframe img { 
		border: 3px solid #f1f1f1; padding: 1px; border: 1px solid #6DA8D5
		padding: 3px; 
		margin: 3px;
		}
	a.jq_fancy_ajax:link, a.jq_fancy_ajax:visited { 
		display: block; 
		display: inline; 
		text-decoration: none; 
		color: #333333; 
		background: #f1f1f1; 
		padding: 3px 7px 3px 7px; 
		border-bottom: 3px solid #FFFFFF; 
		border-top: 3px solid #FFFFFF;
		}
	a.jq_fancy_ajax:hover, a.jq_fancy_ajax:active { 
		background: #5387BD;
		color: #FFFFFF;
		}
	a.jq_fancy_inline:link, a.jq_fancy_inline:visited { 
		display: block; 
		display: inline; 
		text-decoration: none; 
		color: #333333; 
		background: #f1f1f1; 
		padding: 3px 7px 3px 7px; 
		border-bottom: 3px solid #FFFFFF; 
		border-top: 3px solid #FFFFFF;
		}
	a.jq_fancy_inline:hover, a.jq_fancy_inline:active { 
		background: #808080;
		color: #FFFFFF;
		}

/* FORM VALICATION */
	input:focus, select:focus {
		outline: none;
	}
	.input_group {
		display: inline-block;
		padding: 3px 4px;
		border: 1px solid #FFF;
	}
	.error_field {
		border: 1px solid #D00;
	}
	span.validation_errors {
		display: inline-block;
		color: #D00;
		padding-left: 23px;
		font-style: italic;
		min-height: 16px;
		background-image: url('images/error_small.png');
		background-repeat: no-repeat; 
		background-position: 3px 0px;
	}

/* EQUAL */
	.container { 
		float:left; 
		clear:left; 
		width:100%; 
		padding:0 0 2em; 
		}
	.box { 
		float:left; 
		width:24%; 
		margin-right:1%; 
		margin-bottom:1%; 
		background-color:#f1f1f1; 
	}
	.box div { 
		margin: 5px; 
		padding:0; 
		background: #FFFFFF;
		height: 120px;
		}

/* SLIDERS */
	div.jq_trigger  {
		margin-top: 10px;
	}
	div.jq_trigger a {
		color: #666666;
		text-decoration: none;
		display: block;
		font-size: 13px;
		font-weight: bold;
		padding: 4px 4px 4px 25px;
		background: #f1f1f1 url(images/nav_down.png) no-repeat center left;
	}
	div.jq_trigger a:hover {
		text-decoration: underline;
		color: #000000;
	}
	div.jq_trigger_active { }
	div.jq_trigger_active a { 
		color: #000000; 
		background: #E0E0E0 url(images/nav_up.png) no-repeat center left;  
		}
	.jq_trigger_container {
		margin: 0 0 5px;
		padding: 5px 10px 10px 10px;
		border-left: 5px solid #E0E0E0;
		border-right: 5px solid #E0E0E0;
		border-bottom: 5px solid #E0E0E0;
		overflow: hidden;
		clear: both;
	}

/* HEADLINER */
	#scrollup {
	   position: relative;
	   overflow: hidden;
	   border: 1px solid #c0c0c0;
	   height: 200px;
	   width: 200px
	 }
	 .headline {
	   position: absolute;
	   top: 210px;
       left: 5px;
	   height: 190px;
	   width:190px;
	 }


/*  AJAX SEARCH */
	.suggestions_box {
		position: relative;
		left: 0px;
		margin: 0px 0px 0px 0px;
		width: 195px;
		background-color: #f1f1f1;
		border-bottom: 2px solid #c0c0c0;	
		color: #fff;
	}
	.search_suggestion_list {
		margin: 0px;
		padding: 0px;
	}
	.search_suggestion_list li {
		margin: 0px 0px 3px 0px;
		padding: 1px 1px 1px 4px;
		cursor: pointer;
		list-style-type: none;
	}
	.search_suggestion_list li a {
		color: #000000;
	}
	.search_suggestion_list li:hover {
		background: #e7e7e7;
	}
/*  AJAX AUTOCOMPLETE */
	.autocomplete_box {
		position: relative;
		left: 10px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #f1f1f1;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #C0C0C0;	
		color: #fff;
	}
	.autocomplete_list {
		margin: 0px;
		padding: 0px;
	}
	.autocomplete_list li {
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
		list-style-type: none;
		color: #000000;
	}
	.autocomplete_list li:hover {
		background-color: #C0C0C0;
	}


/* BANNERS */
*{outline: none;}
img {border: 0;}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/reel_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}



/* JQUERY OVERWRITE */

	#tabs {
		border: 0px solid #c0c0c0; 
	}
	#tabs ul { 
		background: #FFFFFF; 
		border-bottom: 1px solid #c0c0c0; 
		border-top: 0px solid #c0c0c0;
		border-left: 0px solid #c0c0c0;
		border-right: 0px solid #c0c0c0;
		font-size: 13px; 
	}
	#tabs {}
	h3 input { font-size: 11px;  }
	.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .3em 1em; }
