@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: local('Arvo'), url(http://fonts.gstatic.com/s/arvo/v9/J0GYVYTizO1mjpT3aOcSbQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: local('Arvo Bold'), local('Arvo-Bold'), url(http://fonts.gstatic.com/s/arvo/v9/Ya11CJGBCnKoJHvb8B2EOw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body {
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	background: url(../images/background.png) repeat;
	min-width:1100px;
	font-family: 'Arvo', serif;
	font-size: 13px;
	color: #837F7F;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-weight: 400;
}
.fancy {
	font-size:24px;
	margin: 0px;
	padding: 0px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	line-height: 0.5;
	text-align: center;
	color:#333;
}
.fancy span {
  display: inline-block;
  position: relative;
  margin-bottom:30px;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  top: 0;
  width: 100px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
p, ol, ul { margin-top: 0px;}
p, ol { line-height: 190%;}

 a:hover, a:active {
    text-decoration: underline;
}

.link a:link, .link a:visited {
	color: #6592D6;
	text-decoration: none;
}
.link a:hover, .link a:active {
	color: #467cce;
	text-decoration:underline;
	}
	
.link::after {
	margin:0 3px;
	content:url(../images/link.jpg);
}	

a img {border: none;}
img.alignleft {float: left; border:1px solid #333; margin:10px;}
img.alignright {float: right; border:1px solid #333; margin:10px;}
img.aligncenter {margin: 0px auto;}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

button a:link, button a:visited {
    text-decoration: none;
	color:#fff;
}

button a:hover, button a:active {
    text-decoration: underline;
		color:#fff;
}
/******************** WRAPPER **********************/
#wrapper {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}
.clearfix {
	clear: both;
}
/********************PAGE**********************/

#page {
	padding: 50px 0px 0px 0px;
}
/******************CONTENT*******************/
#content {
	-webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.60);
	background-color:#FFF;
	padding:20px;
	border: 2px solid #8B0C0F;
	min-height:500px;
	font-size:16px;
	}
#content p {
	color:#666;
	font-size:18px;
	line-height:30px;
	}
#content_head h1 {
	background: url(../images/bg-heading.png) no-repeat center;
	color: #fff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	font-family: 'SancreekRegular';
	height: 61px;
	line-height: 60px;
	margin: 0 0 30px;
	text-align: center;
	text-transform: uppercase;
}
/*********************** HEADER ************************/

#header-wrapper {
	background-color:#3E454D;
	border-bottom:3px solid white;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 9px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 9px 0px rgba(50, 50, 50, 0.5);

}

#header {
	width: 1200px;
	height: 125px;
	margin: 0px auto;
}

#header img {
	float:left;
	overflow:visible;
	margin:5px 20px 20px 0;
	}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding: 10px 0px 0px 0px;
	letter-spacing: -2px;
	text-decoration: none;
	text-shadow: 1px 2px 0px rgba(0,0,0,1);
	font-size: 40px;
	color: #FFFFFF;
}
/*Banner*/
#banner {
	padding-top: 60px;
}
#banner img{ /*Logo*/
	-webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.76);
	-moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.76);
	box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.76);
}
/************************MENU**************************/
.menu,.sub-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	background-color: #3E454D;
	cursor: pointer;
	position: relative;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	-webkit-transition: background-color .5s;
}

.menu li:hover {
	background-color: #353B41 !important;
}

.menu a {
	color: #FFF;
	display: block;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	height: 100%;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
}

.menu a:hover {
	color: #FFF;
	text-shadow:#333 0 0 10px;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

.menu {
	height: 125px;
}

.menu > li {
	float: left;
	height: 100%;
	width: 150px;
	z-index:1; /*put dropdown in front of image slider*/
}

.menu > li.home {
	background: #3E454D url(../images/home.png) center no-repeat;
	width: 125px;
}

.menu > li.current {
	background-color: #F2762E !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.menu > li:not(:first-child) {
	box-shadow: inset 1px 0 0 0 #272B31,inset 2px 0 0 0 #434A52;
	-moz-box-shadow: inset 1px 0 0 0 #272B31,inset 2px 0 0 0 #434A52;
	-webkit-box-shadow: inset 1px 0 0 0 #272B31,inset 2px 0 0 0 #434A52;
}

.menu > li.home > a {
	color: transparent !important;
}

.menu > li > a > span {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.sub-menu {
	max-height: 0;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: max-height .5s .2s;
	-moz-transition: max-height .5s .2s;
	-o-transition: max-height .5s .2s;
	-webkit-transition: max-height .5s .2s;
}
#dropdown{
		background:65px 85% no-repeat url(../images/drop_arrow.png);
}

li:hover > .sub-menu {
	max-height: 600px;
}

.sub-menu li { /*Dropdown*/
	height: 60px;
}

.sub-menu a {
	line-height: 60px;
	transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;
	white-space: nowrap;
}

.sub-menu li.current a,.sub-menu a:hover {
	color: #F2762E !important;
}
/**********************INFO UNDER NAV*************************/
.info {
	margin:10px 0 0 0;
	height: 145px;
	font-size: 20px;
}

.info table {
	width:675px;
}
.info img {
	margin:0 10px 0 0;
}
.info table h3 {
	font-size: 24px;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.info table span {
	padding-left: 40px;
	color: #7C6147;
}
#estimate {
	background: url(../images/estimate1.png) no-repeat center;
	height: 100px; /*Disabled for testing*/

}
#estimate > div {
	padding:30px 40px 0px 45px;
	color: #fff;
	font-size:24px;
	font-family: 'SancreekRegular';;
	text-transform: uppercase;
	text-align:center;
}
#estimate > div a, 
#estimate > div a:active, 
#estimate > div a:visited {
	color: #fff;
	text-decoration:none;
}
#estimate > div a:hover {
	color:#fff;
	text-decoration:underline;
}
/******************** WELCOME ***********************/
#welcome {
	float: left;
	width: 630px;
	font: bold 18px "Arial Black",Gadget,sans-serif;
	color: #2C2C2C;
	padding: 20px 20px 0;
	background: #859cc4;
/* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1OWNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MjYxOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#859cc4 0%,#52618c 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#859cc4),color-stop(100%,#52618c));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#859cc4 0%,#52618c 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#859cc4 0%,#52618c 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#859cc4 0%,#52618c 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#859cc4 0%,#52618c 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#859cc4',endColorstr='#52618c',GradientType=0);
/* IE6-8 */
	letter-spacing: 1px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 0 8px #000;
	-webkit-box-shadow: inset 0 0 8px #000;
	box-shadow: inset 0 0 8px #000;
}

#welcome h2 {
	padding: 10px 0 10px 20px;
	letter-spacing: -1px;
	font: bold 60px Sans-Serif;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	float: left;
	margin: 0 30px 0 0;
}
/****************** SIDEBAR *********************/
#sidebar {
	float: right;
	width: 300px;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}

#sidebar:before,#sidebar:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}

#sidebar:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}

.sidebar-box {
	width: 260px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	font-size: 14px;
}

.sidebar-box h2 {
	font-size: 24px;
	color: #3B3B3B;
	text-align: center;
}

.sidebar-box a {
	color: #6592D6;
	font-size:17px;
	text-decoration: none;
	font-weight: 700;
}

.sidebar-box td.info-style1 {
	padding: 0 15px 0 0;
	width: 70px;
	font-weight: 700;
	font-size:15px;
}

.logo-style img {
	margin: 20px 5px 0 0;
}
/****************************Three columns****************************/
#three-cols {
	overflow: hidden;
	padding:50px 0px;
}
#three-cols h2 {
	text-align:center;
	padding: 0px 0px 25px 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-size: 24px;
	color: #4F4F4F;
}
#three-cols img {
	border:2px solid black;
	margin-left:35px
}
#column1 {
	float: left;
	width: 300px;
	padding-right: 50px;
}
#column2 {
	float: left;
	width: 300px;
}
#column3 {
	float: right;
	width: 300px;
}
/****************************Begin Map****************************/
article,aside,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
#map_canvas {
    width: 100%;
    height: 400px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 30 !important;
    border: 2px solid #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}

#locations {
    list-style: none;
    width: 215px;
    float: left;
	margin-left:-40px;
}

#locations li {
    padding: 10px;
    width:300px;
    float: left;
    position: relative;
    z-index: 20;
}

#locations li p{
	line-height:90%;
}
#locations li:hover,#locations li.hover {
	background: #A0AFB8;
}

#locations li:hover h3,#locations li.hover h3 {
    color: #fff;
    text-shadow: 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

#locations h2 {
    margin: 0 0 15px;
    font: bold 32px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    text-shadow: 0 2px 2px rgba(75,75,75,0.5);
}
#locations h3 { /*MouseHover*/
    margin: 0 0 1px;
    font: bold 18px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
}

#more-info { /*AboutText/OuterBox*/
    width: 720px;
    float: right;
    background: #A0AFB8;
    padding: 10px;
    min-height: 400px;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.9), 0 -3px 20px rgba(255,255,255,0.3);
	margin-bottom:30px;
}

#more-info h2 { /*InfoText*/
	color:#F2762E;
	text-align:center;
	text-shadow: 2px 8px 6px rgba(255,255,255 0.2), 0 -5px 35px rgba(255,255,255,0.3);
}
#more-info * {
    position: relative;
    z-index: 40;
}

#more-info > div { /*InnerBox*/
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
    padding: 10px 20px;
    height: 380px;
	background:#666666;
}

.longdesc {
    display: none;
    color: #FFF;
}
about{ /*About*/
	font-weight:bold;
	color:#F2762E;
	text-shadow: 2px 8px 6px rgba(255,255,255 0.2)
}
/****************************End Map****************************/
/*************************Office Location****************************/
.office_location{
	margin:20px auto 30px auto;
	width:500px;
	font-size:24px;
}
#map {
	margin:0 auto;
    width: 900px;
    height: 400px;
	border: 2px solid #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.75);
}
/**********************End Office Location***********************/
/*********************End three columns**********************/
.button1 {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: url(../images/button-bg.png) repeat;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	font-size: 20px;
	color: #FFFFFF;
}
/*****************Quotes******************/
.quote {
	margin: 0px auto;
	width:700px;
	}
	
blockquote {
	font: 18px/20px italic Times, serif;
	font-weight:bold;
	padding: 8px;
	background-color: #fff;
	border:1px solid #591313;
	border-radius:5px;
	margin: 5px;
	background-image: url(../images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

blockquote span {
	display: block;
	margin:0 20px;
	background-image: url(../images/closequote1.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/****************************Begin Form Elements****************************/
.submit_button {
    margin-top: 10px;
    display: block;
    border: 1px solid #000;
    height: 25px;
	color:fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	padding:2px 8px;
    line-height: 14px;
    background-color: #efefef;
	width: 200px;
    margin-top: 10px;
}

.form_content {
    padding: 2px;
    border: 1px solid #555;
    width: 180px;
    height: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.round_corners {
    padding: 8px 8px 8px;
    background: #bcd;
    border: 1px solid #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
}
  label {
    display: inline-block; width: 5em;
  }
  fieldset div {
    margin-bottom: 2em;
  }
  fieldset .help {
    display: inline-block;
  }
  .ui-tooltip {
    width: 230px;
  }
/******************Directions to office*********************/
#directions label{
	width:100%;
	display: block;
	margin: 5px 0;
	font-weight: 900;
}
#directions button[type="submit"] {
	font-size:18px;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
	font-weight:bold;
	margin:0px 0px 30px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	cursor:pointer;
	width:auto;
	height:40px;
}
#directions button[type="submit"]:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#directions button[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
#directions input:focus,
#directions textarea:focus {
	outline:0;
	border:1px solid #999;
}
 			input[type="text"] {
	background-color:#f0f;
	}
#directions input[type="text"], textarea {

  background-color : #fff;
  height:30px;
  padding-left:8px;
  font-size:16px;

}
/****************************End Directions to office****************************/
button[type="button"] {
	font-size:18px;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
	font-weight:bold;
	margin:0px 0px 30px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	cursor:pointer;
	width:auto;
	height:40px;
}
button[type="button"]:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
button[type="button"]:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
/****************************End Form****************************/
/***********************Begin Contact Form***********************/
#wrap {
	margin:0 auto;
	width: 500px;
	padding: 20px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	border: solid 2px #A2A2A2;
	border-radius: 5px;
	background: #CFCFCF;

}

#wrap .alert {
	display: none;
	padding: 8px 35px 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#contactform span {
	color: #3E3E3E;
}

#wrap input[type="text"],#wrap input[type="email"],#wrap input[type="tel"],#wrap input[type="url"],#wrap textarea {
	float: left;
	width: 475px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 7px 10px;
	box-shadow: inset 0 1px 2px #eee;
	border: 1px solid #CCC;
	margin: 0 0 5px;
	border-radius: 5px;
}

#wrap textarea {
	height: 100px;
	max-width: 100%;
}

#wrap button[type="submit"] {
	font-size: 18px;
	padding: 10px 15px;
	background: #4479BA;
	color: #FFF;
	font-weight: 700;
	margin: 0 0 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.2);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 100%;
}

#wrap button[type="submit"]:hover {
	background: #356094;
	border: solid 1px #2A4E77;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#wrap button[type="submit"]:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}

#wrap input:focus,#wrap textarea:focus {
	outline: 0;
	border: 1px solid #999;
}

#wrap label {
	width: 100%;
	display: block;
	margin: 5px 0;
	font-weight: 900;
}

#wrap word-break: break-all;
#wrap word-wrap: break-word;
#wrap white-space: pre;
#wrap white-space: pre-wrap;
.myform {
	margin: 0 auto;
	width: 500px;
	padding: 14px;
}

#basic {
	border: solid 2px #A2A2A2;
	border-radius: 5px;
	background: #CFCFCF;
}

#basic h1 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

#basic p {
	font-size: 11px;
	color: #666;
	margin-bottom: 20px;
	border-bottom: solid 1px #dedede;
	padding-bottom: 10px;
}

#basic div {
	display: block;
	font-weight: 700;
	text-align: right;
	width: 140px;
	float: left;
	margin-right: 5px;
}

#basic .small {
	color: #E12D00;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.7);
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-align: right;
	width: 140px;
}

#basic input {
}

#basic button {
	clear: both;
	margin-left: 160px;
	width: 125px;
	height: 31px;
	background: #444;
	text-align: center;
	line-height: 31px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	border: 0;
	margin: 0;
	padding: 0;
}

.sent {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 0 4px 5px rgba(0,0,0,0.1),8px 8px 5px rgba(0,0,0,0.05),-8px 8px 5px rgba(0,0,0,0.05);
	text-align: center;
}

label.error::before {
	content: "Error - ";
}

label.error {
	width: 300px;
	white-space: nowrap;
	color: red;
}
/************************End Contact Form*************************/
/************************Roll-Off Table*************************/
.rolloff {
	margin: 0 auto;
	width: 800px;
	border-collapse: collapse;
}

.rolloff th,.rolloff td {
	text-align: left;
	padding: 8px;
}

.rolloff tr:nth-child(even) {
	background-color: #f2f2f2;
}

.rolloff th {
	background-color: #ffa64d;
	color: #fff;
}
/*******************End Roll-Off Table*************************/
/**********************Begin Footer***********************/
#foot_wrap{
	margin-top:30px;
	padding:50px;
	border-top:4px solid #fff;
	-webkit-box-shadow: 0px -4px 17px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -4px 17px 1px rgba(0,0,0,0.75);
	box-shadow: 0px -4px 17px 1px rgba(0,0,0,0.75);
	background:repeat url(../images/tweed.png);
}
#footer {
	margin:0 auto;
	text-align: center;
	font-size: 16px;
}
#footer a {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	padding: 10px;
}

#footer a:hover,
#footer a:focus {
	outline: none;
}

.footer_nav a::before,
.footer_nav a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.footer_nav a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.footer_nav a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.footer_nav a:hover,
.footer_nav a:focus {
	color: #f0f;
}

.footer_nav a:hover::before,
.footer_nav a:focus::before,
.footer_nav a:hover::after,
.footer_nav a:focus::after {
	color:#f0f;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/**********************End Footer***********************/
/********************Gallery Table***********************/
.gallery {
	width:100%;
	margin-bottom:40px;
	}
.gallery a:link, .gallery a:visited {
	color: #6592D6;
	text-decoration: none;
	}
.gallery a:hover, .gallery a:active {
	color: #467cce;
	text-decoration:underline;
	}
.gallery a:after{
	content:url(../images/glass.png);
	margin:5px;
	}
.gallery td{
	width:33%;
	padding-bottom:40px;
	text-align:center;
	}
.gallery img{
	border:1px solid black;
	display: block;
	margin: 0px auto 10px auto;
	}
/*******************End Gallery Table***********************/