@charset "utf-8";
/* CSS Document */
@import url('reset.css');

html, body{
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	height:100%; /*Needed to extend bg color when content doesn't fill screem*/
	background-color:#fdf7f4;
	background-image:url(../images/pattern.png);
}
.headerwrapper {
	background:#382b25;
	/*min-height:132px;*/
	color:#FFF;
}
header {
	min-height:132px;
	/*padding:0px;*/
	width:1000px;
	margin:0 auto;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}
.bottomabsolute {
	position:absolute;
	bottom:0;
}
.menuwrapper {
	/*background-color:black;*/
	min-height:40px;
	background-color: #a80e4c;
}
.wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*background-color:#FFFFFF;*/
	/*margin-bottom:10px;*/
	/*min-height:400px;*/
}
p {
	padding-bottom:10px;
	line-height:20px;
}
.underline{
	text-decoration: underline;	
}
.error {
	color:#FF0000;
}
ul li {
	padding-left:20px;
	line-height:25px;
}
signature {
	font-family: "Brush Script Std";
	font-size:150%;
}
.inline {
	display: inline;
}
.button {
	width:250px;
	color:#FFFFFF;
	padding:10px;
	background: #a80e4c;

}
.button:hover {
background: #7a0039; /* Old browsers */
background: -moz-linear-gradient(top,  #7a0039 0%, #a80e4c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a0039), color-stop(100%,#a80e4c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7a0039 0%,#a80e4c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7a0039 0%,#a80e4c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7a0039 0%,#a80e4c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7a0039 0%,#a80e4c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0039', endColorstr='#a80e4c',GradientType=0 ); /* IE6-9 */

}
.button p {
	padding-top:10px;
	line-height:0px;
}
.title {
	color:#FFFFFF;
	padding:10px;
	background-color:#a80e4c;
}
.inlinebtn {
	display: inline;
	text-align:center;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.font_size_up {
	font-size:120%;
}
.font_large {
	font-size:200%;
}
.fontred {
	color: #FF1C1C;
}
.fontburghundy {
	color: #a80e4c;
}
.fontwhite {
	color:#FFFFFF;
}
h1 {
	font-size: 190%;
	font-weight:bold;
	margin-bottom:20px;
}
h2 {
	font-size: 130%;
	margin-bottom:20px;
}
h3 {
	font-size: 105%;
	margin-bottom:10px;
}
.listdots {
	list-style-position: inside;
	list-style-type: disc;
	line-height:25px;
	margin-bottom:20px;
}
.indent {
	text-indent: 20px;
}
.textalignright {
	text-align:right;
}
.textwide {
	letter-spacing:3px;
}
a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover {
	color:#b08571;
}
.centertext {
	text-align:center;
}
.width20p {
	width:18%;
}
.width30p {
	width:31%;
}
.width40p {
	width:40%;
}
.width50p {
	width:50%;
}
.width50pcenter {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.width60p {
	width:60%;
}
.width250 {
	width:250px;
}
.width400 {
	width:400px;
}
.width300 {
	width:300px;
}
.width500 {
	width:500px;
}
.width600 {
	width:600px;
}
.width700 {
	width:600px;
}
.width800 {
	width:800px;
}
.width900 {
	width:900px;
}
.width1000 {
	width:1000px;
}
.width1200 {
	width:1200px;
}
.widthquarter {
	width:25%;
}
.floatleft {
	float:left;
}
.floatleftremove {
	float:left;
}
.floatright {
	float:right;
}
.marginlr20 {
	margin-left:20px;
	margin-right:20px;
}
.margintop10 {
	margin-top:10px;
}
.margintop20 {
	margin-top:20px;
}
.margintop40 {
	margin-top:40px;
}
.margintop100 {
	margin-top:100px;
}
.marginleft5 {
	margin-left:5px;
}
.marginleft20 {
	margin-left:20px;
}
.marginleft25 {
	margin-left:25px;
}
.marginleft500 {
	margin-left:500px;
}
.marginright10 {
	margin-right:10px;
}
.marginright20 {
	margin-right:20px;
}
.marginright40 {
	margin-right:40px;
}
.marginright80 {
	margin-right:80px;
}
.marginbottom10 {
	margin-bottom:10px;
}
.marginbottom20 {
	margin-bottom:20px;
}
.marginbottom30 {
	margin-bottom:30px;
}
.marginauto {
	margin-left:auto;
	margin-right:auto;
}
.padding5 {
	padding:5px;
}
.padding10 {
	padding:10px;
}
.paddingtop20 {
	padding-top:20px;
}
.paddingtop5 {
	padding-top:5px;
}
.paddingleft20 {
	padding-left:20px;
}
.recess {
	box-shadow:inset 0 0 10px #000000;	
}
.shadow {
	box-shadow: 2px 2px 15px rgba(0,0,0,.5);
}
.clearfloat {
	clear:both;
}
.textright {
	text-align:right;
}
.textshadow {
	text-shadow:2px 2px 6px rgba(0,0,0,.5);		
}
.textsmall {
	font-size:70%;
}
.textem {
	font-style:italic;
}
.redborder {
	border: 3px solid #A83E3E;
}
.borderradius5 {
	border-radius:5px;
}
.borderradius10 {
	border-radius:10px;
}
.borderradius20 {
	border-radius:20px;
}
.borderradiustop5 {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.borderradbottom5 {
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.bottomrad {
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.toprad {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.toprad5 {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.signature {
	font-family: "Brush Script Std";
	font-size: 24px;
}
/*FOOTER*/
footer {
	/*background-color:#333333;*/
	padding-top:20px;
	padding-bottom:10px;
	/*color:#FFF;*/
	font-size:80%;
	/*text-align: center;*/
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	line-height:15px;
	height:100%;
}
footer a {
	color:#000;	
}
footer a:hover {
	color:#AC8635!important;
}
footer a:visited {
	color:#000;	
}
#bottomLinks li{
	display: inline;
	padding-right: 50px;
	text-align: right;
	/*margin: 0px;*/
	font-size: 12px;
	color:#FFFFFF;
}
#bottomLinks li a{
	color:#FFFFFF;
}
#bottomLinks li a:hover{
	color:#CCCCCC;
}
#bottomNav {
	color:#FFFFFF;
	clear: both;
	margin-bottom:20px;
		background: rgb(125,126,125); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.padding20 {
	padding: 20px;
}
.bgburgandy {
	background-color:#a80e4c;	
}
.bgbrown {
	background:#382b25;
}
.bgblack50 {
background-color:rgba(0,0,0,.5);
}
.bggreygradient {
	background-color:#696969;
	background-image: -ms-linear-gradient(bottom, #2B2B2B 0%, #696969 100%);
	background-image: -moz-linear-gradient(bottom, #2B2B2B 0%, #696969 100%);
	background-image: -o-linear-gradient(bottom, #2B2B2B 0%, #696969 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2B2B2B), color-stop(1, #696969));
	background-image: -webkit-linear-gradient(bottom, #2B2B2B 0%, #696969 100%);
	background-image: linear-gradient(to top, #2B2B2B 0%, #696969 100%);
}
.bgwhite {
	background-color:white;
}
.bglightgreygrad {
	background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#dbdbdb 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#dbdbdb 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 0%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bgblack {
	background-color:black;
}
.bgblack70 {
	background-color:rgba(0,0,0,.7);
}
#mobileshow {
	display:none;
}
.video {
	margin-left:20px;
	width:960px;
	height:640px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hidelarge {
	display:none;
}
.pdf_height {
	min=height:1700px;
}
/*FORM*/
.error {
	color: rgba(255,0,0,1);	
}
/*.forms {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}*/
.form-text {
	float: left;
	width: 340px;
	display: inline;
}
input[type="text"] {
	height:20px;
	width:250px;
	border-radius:5px;
}
textarea {
	width:100%;
	border-radius:5px;
}
label {
	font-weight:bold;
}
select, option {
	height:25px;
	width:257px;
	border-radius:5px;
}
/*MOBILE*/
@media screen and (min-width: 150px) and (max-width: 500px) {
html, body{
height:auto;
}
header {
	width:100%;
	padding-bottom:20px;
	background-image:none;
}
.bottomabsolute {
	position:relative;
	bottom:0;
}
.headtext {
	font-weight:normal;
	font-size:80%;
}
.headertext {
	position:relative;
	right:auto;
}
.headfloatright {
	float:none;
}
.headfloatleft {
	float:none;
	text-align:center;
}
.headerlogo {
	margin-left:auto;
	margin-right:auto;
}
.menuwrapper {
	min-height:30px;
}
.mobiletextcenter {
	text-align:center;
}
.home {
	background-image:none;
	min-height:auto;
	/*background-color:#000000 !important;*/
}
.margintop20 {
	margin-top:auto;
}
.marginright80 {
	margin-right:auto;
}
.marginright20 {
	margin-right:auto;
}
.marginright40 {
	margin-right:auto;
}
.marginleft20 {
	/*margin-left:0px;*/
}
.marginleft500 {
	margin-left:auto;
}
.margintop40 {
	margin-top:10px;
}
.margintop100 {
	margin-top:0px;
}
.marginlr20 {
	margin:0;
}
.contact {
	background-image: none;
	min-height:auto;
}
.eventsbg {
	background-image: none;
	min-height:auto;
}
.testimonialsbg {
	background-image:none;
	min-height:auto;
}
.testimonial {
	width:100%;
	float:none;
	margin-top:20px;
}
.wrapper {
	width:100%;
}
#mobileremove {
	display:none !important;
}
#mobileshow {
	display:block !important;
}
.mobilecenter {
	text-align:center;
}
.width50pcenter {
	width:90%;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
.textalignright {
	text-align:left;
}
footer {
	width:100%;
}
.widththirds {
	width:100%;
}
.width50p {
	width:100%;
}
.width40p {
	width:100%;
}
.width60p {
	width:100%;
}
.width250 {
	width:100%;
}
.width300 {
	width:100%;
}
.width400 {
	width:100%;
}
.width500 {
	width:100%;
}
.width600 {
	width:auto;
}
.width800 {
	width:auto;
}
.width900 {
	width:auto;
}
.width1000 {
	width:auto;
}
.width1200 {
	width:auto;
}
.padding20 {
	padding:10px;
}
.paddingleft20 {
	padding-left:0px;
}
.floatleft {
	float:none;
}
.floatright {
	float:none;
}
.floatleftremove {
	float:none;
}
ul.MenuBarHorizontal
{
	width:100% !important;
}
ul.MenuBarHorizontal li {
	width:25% !important;
}
ul.MenuBarHorizontal a {
	padding:5px !important;
}
.footerspacemobile {
	clear:both;
	min-height:10px;
}
#wowslider-container1 .ws-title{
	font-size:80% !important;
	padding:2px !important;
	text-shadow:none !important;
	line-height: 10px !important;
}
#bottomLinks li{
	display:inline-block;
	padding-right: 10px;
	text-align:center;
}
.inline {
	display:inline-block;
}
.video {
	/*width:100%;*/
	height:auto;
	margin-bottom:10px;
	/*margin-left:0px;*/
}
.textshadow {
	text-shadow:none;		
}
.width600large {
	width:100%;
}
.hidesmall {
	display:none;
}
.hidelarge {
	display:block;
}

.clearmobile {
	clear:both;
}
.inlinebtn {
	display:inherit;
}
.redborder {
	border:none;
}
.button {
	margin-left:auto;
	margin-right:auto;
}
.form-text {
	width: 100%;
}
input[type="text"] {
	width:100%;
}
select, option {
	width:102%;
}
}
