@charset "UTF-8";
/* CSS Document */

html, body{
	height:auto;
}

body {
	font-family: "Georgia", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/background/body_bg_v2.png);
	background-repeat: repeat;
	background-color: #e7d595;
	min-width: 1100px;
	min-height: 100%;
}

.outer-container{
	color: rgba(70,70,70,1);
	position: relative;
	z-index: 1;
}

.container{
	width: 1000px !important;
}

/* ========================
	Typography
   ======================== */

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	line-height: inherit;
}

p{
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0 15px;
}

a:link {
	text-decoration: none;
	color: #616b38;
}

a:visited {
	text-decoration: none;
	color: #616b38;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #828a63;
}

.lead{
	font-weight: bold;
}

span.red{
	color: #ad0303;
}

span.yellow{
	color: #d7ba71;
}

@font-face{
	font-family: Zapfino;
	src: url('../include/fonts/Zapino.ttf') format('truetype');
}

/* ========================
	Buttons
   ======================== */

.btn{}
.btn-default{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.view_more_btn{
	text-align: right;
	position: relative;
	vertical-align: middle;
}

/* ========================
	Header
   ======================== */

.top_header{
	width: 100%;
	padding: 10px 0;
	margin: auto;
	min-height: 65px;
	/*
	background: rgba(255,243,199,0.7);
	*/
	position: relative;
	z-index: 99;
}

	/* ========================
		Main Navigation
	   ======================== */
	
	.main_nav_wrapper{
		width: 100%;
		border-bottom: 1px solid #dfcb81;
		background: #C0AB5E;
		position: relative;
		
		box-shadow: 0 5px 8px -3px #393004;
		-moz-box-shadow: 0 5px 8px -3px #393004;
		-webkit-box-shadow: 0 5px 8px -3px #393004;
		-ms-box-shadow: 0 5px 8px -3px #393004;
	}
	
	.main_nav{
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 99;
	}
	
	.main_nav ul{
		padding: 0;
		margin: 0;
		position: relative;
	}
	
	.main_nav ul li{
		list-style: none;
		display: inline-block;
	}
	
	.main_nav ul li a{
		padding: 10px 8px;
		margin: 0;
		display: block;
		font-size: 16px;
		text-transform: uppercase;
		color: #6e5f28;
		font-weight: 200;
		text-shadow: 1px 1px 0px #d7ba71;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	
	.main_nav ul li a:hover, .main_nav ul li.current a{
		color: #504316;
		border-bottom: 5px solid #504316;
	}
	
	/* ========================
		Breadcrumb Navigation
	   ======================== */
	   
	.breadcrumbs{
		font-size: 12px;
		padding: 0 0 10px;
		margin: 0;
		position: relative;
	}
	
	.breadcrumbs a{
		color: #D7BA71;
		display: inline-block;
		padding: 5px 5px 0 0;
		position: relative;
		opacity: 0.7;
	}
	
	.breadcrumbs a:after{
		content: '\020 \bb';
		padding-left: 2px;
		position: relative;
	}
	
	.breadcrumbs a:hover{
		opacity: 1;
	}
	
	span.last_breadcrumb{}

/* Logo */
.logo{}

/* Send Button */
.send_flowers_btn_wrapper{
	margin-top: -10px;
	float: right;
	z-index: 4;
}

.send_flowers_btn{
	vertical-align: middle;
}

.send_flowers_btn a:before{
	content: url(../img/icons/flower_icon.png) '\020';
	padding: 0;
	margin: 0;
	top: 8px;
	position: relative;
}

.send_flowers_btn a{
	padding: 0 30px 15px;
	font-size: 18px;
	color: #FFFDF6;
	border-left: 1px solid #a59545;
	border-right: 1px solid #a59545;
	border-bottom: 1px solid #a59545;
	display: inline-block;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	
	background: #616b38; /* Old browsers */
	background: -moz-linear-gradient(top, #616b38 0%, #4a542c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616b38), color-stop(100%,#4a542c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #616b38 0%,#4a542c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #616b38 0%,#4a542c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #616b38 0%,#4a542c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #616b38 0%,#4a542c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616b38', endColorstr='#4a542c',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0 5px 8px -6px #4d4208;
	-moz-box-shadow: 0 5px 8px -6px #4d4208;
	-webkit-box-shadow: 0 5px 8px -6px #4d4208;
	-ms-box-shadow: 0 5px 8px -6px #4d4208;
}

.send_flowers_btn a span{
	margin: 0 10px;
}

.send_flowers_btn a:hover{
	background: #333e15;
}

/* ========================
	Main Content Pages
   ======================== */

.top_content_wrapper{
	padding: 35px 0 40px;
	margin: 0;
	min-height: 200px;
	/*height: 460px;*/
	position: relative;
	background-image: url(../img/background/top_content_wrapper_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	/* background-color: #e0ca82; */
	z-index: 3;
}

.top_content_image{
	position: relative;
}

.top_content_image img{
	box-shadow: 1px 5px 8px -6px #222c03;
	-moz-box-shadow: 1px 5px 8px -6px #222c03;
	-webkit-box-shadow: 1px 5px 8px -6px #222c03;
	-ms-box-shadow: 1px 5px 8px -6px #222c03;
}

.top_content_title{
	padding: 0;
	margin: 0;
	color: #f6f3f3;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Zapfino', Georgia, Helvetica, sans-serif;
	line-height: 38px;
	text-shadow: 1px 1px 3px #171717;
	top: 50px;
	right: 30px;
	display: block;
	position: absolute;
	z-index: 10;
}

.content_wrapper{
	position: relative;
	padding: 0;
	margin: -20px 0 0;
	color: #d7ba71;
	width: 100%;
	background-image: url(../img/background/content_wrapper_bg_v2.png);
	background-repeat: repeat;
	background-color: #616b38;
	
	box-shadow: inset 0 -3px 10px -8px #222c03;
	-moz-box-shadow: inset 0 -3px 10px -8px #222c03;
	-webkit-box-shadow: inset 0 -3px 10px -8px #222c03;
	-ms-box-shadow: inset 0 -3px 10px -8px #222c03;
	
	overflow: hidden;
}

.main_content{
	position: relative;
	min-height: 400px;
	padding: 0;
	margin: 100px 0;
	background: transparent;
	z-index: 2;
}

.main_content .section{}
.main_content .section h2{
	color: #e0c378;
	padding-bottom: 20px;
	margin: 10px 0 20px;
	border-bottom: 1px solid #e0c378;
}

.main_content .section p, .main_content .section ul{
	font-size: 19px;
	line-height: 31px;
}

/* Right Column Content */
.rightCol{
	padding: 0;
	margin: 0;
	min-height: 425px;
	position: relative;
}

/* Tables */
.table{
	width: 100%;
	color: #4c4c4c;
	background: white !important;
	position: relative;
	top: 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
}

.table > tbody > tr > th, .table-striped > tbody > tr:nth-child(2n+1) > th{
	padding: 15px;
	color: white !important;
	background-color: #39440D;
	border-top: none;
}

.table > tbody > tr:first-child > th:first-child{
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	-ms-border-radius: 6px 0 0 0;
}

.table > tbody > tr:first-child > th:last-child{
	border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	-ms-border-radius: 0 6px 0 0;
}

.table > tbody > tr{}
.table > tbody > tr > td{
	padding: 25px;
	margin: 0;
}

/* ========================
	Index Page Content
   ======================== */

/* Carousel Styles */

.hp_carousel_wrapper{
	background: #f0f3e7;
	box-shadow: 1px 5px 8px -6px #222c03;
	-moz-box-shadow: 1px 5px 8px -6px #222c03;
	-webkit-box-shadow: 1px 5px 8px -6px #222c03;
	-ms-box-shadow: 1px 5px 8px -6px #222c03;
}

#hp_carousel{}
#hp_carousel a{
	color: #a7aa65;
}

.carousel{
	margin-bottom: 0;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-control{
	width: inherit;
	top: 0;
	font-size: 26px;
	font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
	opacity: 1 !important;
	text-shadow: none !important;
}

.carousel-control.right, .carousel-control.left{
	background-image: none !important;
}

.carousel-control.right .arrow, .carousel-control.left .arrow{
	top: 160px;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	background: #f1f4e7;
}

.carousel-control.right .arrow{
	border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
}

.carousel-control.left .arrow{
	border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
}

.hp_carousel_slogan{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 35px;
	text-align: center;
	background: #f0f3e7;
	position: relative;
}

.hp_carousel_slogan h4{
	color: #6f7851;
	margin: 0;
	font-family: Zapfino, Georgia, Helvetica, sans-serif;
	line-height: inherit;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #ebf0e8;
	top: 5px;
	position: relative;
}

/* End of Carousel */

.recent_obituaries{
	padding: 0 0 60px;
	margin: 0;
	/* height: 350px; /* 280 */
	background-image: url(../img/background/recent_obituaries_bg_v2.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	/*
	background: #B1BC83;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	*/
}

.recent_obituaries h2{
	padding: 16px 0;
	margin: 0;
	color: #fffffe;
	/*
	color: #3f481c;
	background: #fffffe;
	*/
	text-align: center;
	
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
}

.recent_obituaries ul{
	padding: 0 0 20px;
	margin: 0;
	/* background: #fcfff6; */
	position: relative;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
}

.recent_obituaries ul li.obituary_list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	background: #fcfff6;
	border: 1px solid #f9fcec;
	border-bottom: 1px solid #e7eeca;
}

.recent_obituaries ul li.obituary_list a{
	padding: 15px;
	margin: 0;
	position: relative;
	display: block;
	background: #fcfff6;
	
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}

.recent_obituaries ul li.obituary_list a h5{
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.recent_obituaries ul li.obituary_list a p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 20px;
}

.recent_obituaries ul li.obituary_list a:hover{
	color: white;
	background: #3f481c;
}

.recent_obituaries ul li.obituary_list a:hover p{
	color: white !important;
}

.recent_obituaries p{
	padding: 0;
	margin: 5px 0 0;
	position: relative;
}

.recent_obituaries p a{
	color: #cde49f;
}

.recent_obituaries p a:hover{
	color: white;
}

/* ========================
	About Us Page Content
   ======================== */

.about_us{}

/* ========================
	Obituaries Page Content
   ======================== */

.obituaries{}
.obituary_wrapper{
	padding: 0;
	margin: 0;
	position: relative;
}

.obituary_listings{
	padding: 15px 0;
	margin: 10px 0;
	background: rgba(255,255,255,0.2);
	position: relative;
	
	transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
}

.obituary_listings:hover{
	background: rgba(255,255,255,0.3);
}

.image_wrapper{
	width: 80px;
	max-height: 120px;
	border: 3px solid white;
	box-shadow: 0 5px 8px -6px #323232;
	-moz-box-shadow: 0 5px 8px -6px #323232;
	-webkit-box-shadow: 0 5px 8px -6px #323232;
	-ms-box-shadow: 0 5px 8px -6px #323232;
	overflow: hidden;
}

.obituary_listings img{
	width: 100%;
}

.obituary_info{}
.obituary_info h4{
	padding: 0;
	margin: 0 0 10px;
	color: #efcc73;
	font-weight: 200;
}

.obituary_info p{
	padding: 0;
	margin: 0;
	font-size: 16px !important;
	position: relative;
	line-height: 20px !important;
}

.obituary_wrapper table{}
.obituary_wrapper table.table{}
.obituary_wrapper table.table > tbody > tr{}
.obituary_wrapper table.table > tbody > tr > td{
	vertical-align: middle;
	border: none !important;
}

.obituary_wrapper table.table > tbody > tr > td h3{
	font-size: 39px;
	line-height: 42px;
}

.obituary_wrapper table.table > tbody > tr > td.obituary_photos{
	text-align: center;
	background: #fff9e6;
}

.obituary_wrapper table.table > tbody > tr > td.obituary_photos img{
	max-width: 150px;
	max-height:150px;
	border: 3px solid white;
	box-shadow: 0 5px 8px -6px #323232;
	-moz-box-shadow: 0 5px 8px -6px #323232;
	-webkit-box-shadow: 0 5px 8px -6px #323232;
	-ms-box-shadow: 0 5px 8px -6px #323232;
}

.obituary_wrapper table.table > tbody > tr > td.visitation, .obituary_wrapper table.table > tbody > tr > td.services{
	vertical-align: top;
}

.obituary_wrapper table.table > tbody > tr > td.visitation p, .obituary_wrapper table.table > tbody > tr > td.services p{
	font-size: 16px !important;
	line-height: 24px !important;
}

.obituary_wrapper table.table > tbody > tr > td.personal_obituaries{
	padding: 0 25px 35px !important;
}

.obituary_wrapper table.table > tbody > tr > td.personal_obituaries p{
	padding: 0;
	margin: 0;
}

.obituary_btns{
	padding: 8px;
	margin: 0 !important;
	text-align: center;
	display: block;
	top: 10px;
	background: #efefef;
	position: relative;
	vertical-align: middle;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	clear: both;
}

.obituary_btns li{
	margin: 0 10px;
	list-style: none;
	display: inline-block;
}

.obituary_btns li a{
	display: inline-block;
}

#view_condolences:before{
	content: url(../img/icons/view_icon.png) '\020';
	padding-right: 10px;
	width: 25px;
	height: 25px;
	top: 5px;
	position: relative;
	overflow: hidden;
}

#post_condolences:before{
	content: url(../img/icons/post_icon.png) '\020';
	padding-right: 10px;
	width: 25px;
	height: 25px;
	top: 5px;
	position: relative;
	overflow: hidden;
}

#return_to_obituary:before{
	content: url(../img/icons/left_arrow_icon.png) '\020';
	padding-right: 10px;
	width: 25px;
	height: 25px;
	top: 5px;
	position: relative;
	overflow: hidden;
}

/* View Condolences Page */

.condolences_post_wrapper{
	padding: 10px 15px;
	margin: 35px 0 10px;
	background: rgba(255,255,255,0.2);
	position: relative;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
}

.condolences_post{
	padding: 25px 15px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: relative;
}

.condolences_post:last-child{
	border-bottom: none !important;
}

.condolences_post p.condolences_name_and_date{
	color: white !important;
	line-height: 20px;
}

.condolences_post p.condolences_name_and_date small{
	padding-left: 10px;
	font-size: 65%;
}

/* ========================
	FAQs Page Content
   ======================== */

.questions_and_answers{}
.questions_and_answers ul, .questions_and_answers ol{
	padding: 0;
	margin: 0;
	position: relative;
}

.questions_and_answers ul > li, .questions_and_answers ol > li{
	list-style: none;
	padding-bottom: 20px;
	position: relative;
}

.questions{
	color: white;
	position: relative;
}

.questions:before{
	content: 'Q: \020';
	position: relative;
	font-size: 26px;
}

.answers{}
.answers:before{
	content: 'A: \020';
	position: relative;
	font-size: 26px;
}

/* ========================
	Merchandise Page Content
   ======================== */

.merchandise{}


/* ========================
	Area Florists Page Content
   ======================== */
   
.area_florists{}
.flower_shop_info{
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #d7ba71;
}

.flower_shop_info p strong{
	color: white;
}

/* ========================
	Contact Us Page Content
   ======================== */

.contact_us{}
.contact_location{}
.contact_location iframe{
	border: 4px solid #f1f4e7;
}
.contact_location p strong{
	color: white;
}

/* Contact Form */
.error_message{
	padding: 10px 15px;
	margin: 10px 0 4px;
	background: #7a0f0f;
	position: relative;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.error_message:after{
	content: '';
	position: relative;
	bottom: -35px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #7a0f0f;
}

.error_message h5, .error_message p{
	padding: 0;
	margin: 5px 0;
	color: white;
	font-size: 12px;
}

.alert-success{
	padding: 20px;
	margin-bottom: 0 !important;
}

.alert-success h3{
	padding: 0;
	margin: 0 0 10px;
}

.contact_form{
	padding: 0;
	margin: 0;
	position: relative;
}

.contact_form form{
	padding: 10px 15px;
	margin: 10px 0;
	color: #3b3b3b;
	border: 1px solid #eaeaea;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 1px 5px 8px -6px #222c03;
	-moz-box-shadow: 1px 5px 8px -6px #222c03;
	-webkit-box-shadow: 1px 5px 8px -6px #222c03;
	-ms-box-shadow: 1px 5px 8px -6px #222c03;
}

table.contact_form_table{
	width: 100%;
	position: relative;
}

table.contact_form_table td{
	padding: 5px;
	margin: 0;
}

table.contact_form_table td label{
	font-size: 16px;
}

table.contact_form_table td input{}

table.contact_form_table tfoot{
	padding: 15px 0;
	margin: 0;
}

table.contact_form_table .contact_form_comments{
	padding: 0;
	margin: 0;
}

table.contact_form_table .contact_form_comments textarea{
	width: 928px;
	height: 120px;
	min-width: 928px;
	max-width: 928px;
	min-height: 120px;
	max-height: 120px;
}

.contact_form_submit_btn{
	padding-top: 2px;
	display: inline-block;
	float: right;
	position: relative;
}

.contact_form_submit_btn input.submit_button[type="submit"]{
	display: block;
	padding: none;
	margin: 10px 0;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: none !important;
	position: relative;
	
	background: #3e3f4f;
	background: -moz-linear-gradient(top, #3e3f4f 0%, #0a0501 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3f4f), color-stop(100%,#0a0501));
	background: -webkit-linear-gradient(top, #3e3f4f 0%,#0a0501 100%);
	background: -o-linear-gradient(top, #3e3f4f 0%,#0a0501 100%);
	background: -ms-linear-gradient(top, #3e3f4f 0%,#0a0501 100%);
	background: linear-gradient(to bottom, #3e3f4f 0%,#0a0501 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3f4f', endColorstr='#0a0501',GradientType=0 );

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.contact_form_submit_btn input.submit_button:hover{
	background: #191c33;
}

/* ========================
	Footer
   ======================== */
   
#footer{
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 50px;
	position: relative;
	z-index: 100;
}

.footer_locations{
	padding: 60px 15px;
	margin: 0;
	min-height: 350px;
	text-align: center;
	border-top: 15px solid #fff8e4;
	border-bottom: 15px solid #FFF3C7;
	
	background-image: url(../img/background/footer_locations_bg.png);
	background-repeat: repeat;
	background-color: #fff9e6;
	position: relative;
}

.footer_locations h3{
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fffcf4;
}

.footer_locations ul{
	padding: 0;
	margin: 0;
	position: relative;
}

.footer_locations ul li{
	padding: 15px;
	margin: 0;
	display: inline-block;
	list-style: none;
}

.footer_locations ul li img{
	box-shadow: 1px 5px 8px -6px #525252;
	-moz-box-shadow: 1px 5px 8px -6px #525252;
	-webkit-box-shadow: 1px 5px 8px -6px #525252;
	-ms-box-shadow: 1px 5px 8px -6px #525252;
}

.footer_locations ul li a{}
.footer_locations ul li:hover a img{}

.footer_notes{
	color: #755d11;
	padding: 10px 0 0;
}







   
  