
body {
	margin: 0px;
	background-image: url(images/backgroundimage.png);}

.header {
	/*background-color: #B26089; /* <- Write headerbg */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #544F4F 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#544F4F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#544F4F 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#544F4F 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#544F4F 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#544F4F 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#544F4F',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000; /* <- Write headertrim */
	height: 45px;
	width: 100%;
	margin: 0px;
	vertical-align: middle;
	
} 
.headertext {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF; /* <- Write headerfg */
	text-align: center;
	padding-top: 10px;
}
.footer {
	/*background-color: #B26089; /* <- Write footerbg */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #544F4F 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#544F4F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#544F4F 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#544F4F 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#544F4F 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#544F4F 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#544F4F',GradientType=0 );
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000; /* <- Write footertrim */
	text-align: center;
	height: 40px;
	width: 100%;
	margin-bottom: 0px;
	bottom: 0px;
}

.footer a{
color: white !important;
}

.tagline {
	height: auto;
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
}
.nav-container
{
margin-left:auto;
margin-right:auto;
width:282px;
}

#navbuttons
{
list-style-type:none;
margin:0;
padding:0;
}

#social
{
	display:inline;
	margin-right: 7px;
}
.social-container {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
	padding-left: 10px;
}

.call_nav_container {
	width: 282px;
	margin-right: auto;
	margin-left: auto;
	}
	
.button1
{
	display:block;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF; /* <- Write button1fg */
	height: auto;
	width: 240px;
	text-decoration: none;
	/*background-color: #64153E; /* <- Write button1bg */
	background: #BA0001; /* Old browsers */
	background: -moz-linear-gradient(top,  #BA0001 0%, #520000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BA0001), color-stop(99%,#520000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #BA0001 0%,#520000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #BA0001 0%,#520000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #BA0001 0%,#520000 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #BA0001 0%,#520000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BA0001', endColorstr='#520000',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	border: 1px solid #000000; /* <- Write button1boarder */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	text-align: left;
	line-height: 30px;
	z-index: 99;
	margin-bottom: -15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.button2
{
	display:block;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF; /* <- Write button2fg */
	height: auto;
	width: 240px;
	text-decoration: none;
	/*background-color: #64153E; /* <- Write button2bg */
	background: #52585E; /* Old browsers */
	background: -moz-linear-gradient(top,  #52585E 0%, #212426 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52585E), color-stop(99%,#212426)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #52585E 0%,#212426 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #52585E 0%,#212426 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #52585E 0%,#212426 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #52585E 0%,#212426 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52585E', endColorstr='#212426',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	border: 1px solid #000000; /* <- Write button2boarder */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	text-align: left;
	line-height: 30px;
	z-index: 99;
	margin-bottom: -15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.button3
{
	display:block;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF; /* <- Write button3fg */
	height: auto;
	width: 240px;
	text-decoration: none;
	/*background-color: #64153E; /* <- Write button3bg */
	background: #0545A6; /* Old browsers */
	background: -moz-linear-gradient(top,  #0545A6 0%, #011129 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0545A6), color-stop(99%,#011129)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0545A6 0%,#011129 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0545A6 0%,#011129 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0545A6 0%,#011129 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #0545A6 0%,#011129 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0545A6', endColorstr='#011129',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	border: 1px solid #FFFFFF; /* <- Write button3boarder */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	text-align: left;
	line-height: 30px;
	z-index: 99;
	margin-bottom: -15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.button4
{
	display:block;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF; /* <- Write button4fg */
	height: auto;
	width: 240px;
	text-decoration: none;
	/*background-color: #64153E; /* <- Write button4bg */
	background: #00AB2E; /* Old browsers */
	background: -moz-linear-gradient(top,  #00AB2E 0%, #00691C 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00AB2E), color-stop(99%,#00691C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00AB2E 0%,#00691C 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00AB2E 0%,#00691C 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00AB2E 0%,#00691C 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #00AB2E 0%,#00691C 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AB2E', endColorstr='#00691C',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	border: 1px solid #FFFFFF; /* <- Write button4boarder */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 40px;
	text-align: left;
	line-height: 30px;
	z-index: 99;
	margin-bottom: -15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.call {
	height: auto;
	width: 201px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}
.splash {
	text-align: center;
	height: auto;
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}


#icon1 {
	position:relative;
	width:44px;
	height:21px;
	z-index:1;
	left:0px;
	top: 28px;
}
.directions {
	height: auto;
	width: 201px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}
.footer #footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 7px;
	color: #FFFFFF; /* <- Write footerfg */
}

img { max-width:100%;}

#home {
	position:absolute;
	width:33px;
	height:34px;
	z-index:1;
	left: 5px;
	top: 8px;
}

/*Inner Page Template CSS*/
.pagetitles {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000; /* <- Write pagetitles */
	font-size:18px;
	font-weight:bold;
	padding-top: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.innerpagecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000; /* <- Write innerpagetext */
	background-color: #FFFFFF; /* <- Write innerpagebg */
	border: 2px solid #000000; /* <- Write innerpageboarder */
	border-radius: 10px;
	text-align: left;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 12px;
}


/* Form Page Temmplate CSS*/
#form .textbox,.form_input,#form input,.form_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px;
}
#form .labels,.form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.formfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.red{
color: #850001;
}

.home_bottom_col1{
font-size: 10pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.home_bottom_col2{
font-size: 10pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
width: 250px;
margin: auto;
}

.bjqs-next a {
    background: url("../images/next_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 41px;
    margin-left: -18px;
    width: 41px;
}
.bjqs-prev a {
    background: url("../images/previous_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 42px;
    margin-right: -18px;
    width: 41px;
}

#form{
//width: 430px;
background-color: #e6e6e6;
padding: 5px;
border: 1px solid #c3c3c3;
}
.form_field_sub{
	font-size: 12px;
}
.form_col1{
	//width: 450px;
	//float: left;
}
.form_col1 p{
	//line-height: 80%;
	margin-top: 5px;

}
.form_h1{
	margin: 0px;
}

.map_wrap,.manager_pic_holder,.slide_wrap {
    margin: auto;
    width: 275px;
	text-align:center;
}

h1{
margin: 3px;
}