html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif !important;
}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

a {
	color: red;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* ########## ADJUST THE NAVIGATION HERE ############################################ */

nav ul {
    list-style: none;
    	margin-top: 3px;
}

ul.nav {
	margin-top: 5px;
}

.navbar-nav > li > a {
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 15px;

}

#cust-nav li a{
	margin: 0px;
	color: #FFF;
	font-size: .8em;
}

#cust-nav li a:hover {
	background-color: #d60b0b;
}

.navbar-default {
	background-color: #000;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

#cust-nav li.active a{
	color: #000;
}

/* ################################################################################### */

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    text-decoration: none;
}

strong {
	font-weight: bold;
	color: #000;
}

h1, h2, h3, h4 {
	margin-top: 9px;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

p {
	color: gray;
	line-height: 1.7em;
	margin-top: 9px;
	margin-bottom: 9px;
}

ul {
	margin-top: 9px;
	margin-bottom: 9px;
}

li {
	color: gray;
	line-height: 1.7em;
	margin-left: 15px;
	margin-bottom: 9px;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}


#page-header {
	min-height: 109px;
	background-color: #FFF;
}

#logo {
	width: 420px;
	height: 121px;
	float: left;
}

/* ##### MESSAGING ####################################################################### */

#messaging-container {
	width: 100%;
	background: url('../images/mess-contain-bg.jpg') repeat-x;
	margin-top: 0px;	
}

#home-messaging {
	height: 499px;
	position: relative;
	background: url('../images/messaging.jpg');
	margin: 0 auto;
	width: 1170px;
	margin-bottom: 25px;
}

#inner-messaging {
	height: 235px;
	position: relative;
	background: url('../images/inner-messaging.jpg');
	margin: 0 auto;
	width: 1170px;
	margin-bottom: 25px;
}

#inner-messaging .cta-bttn {
	bottom: 21px;
}

.cta-bttn {
	width: 295px;
	position: absolute;
	left: 75px;
	bottom: 95px;
	z-index: 15000;
}

.btn-danger {
	background-color: #d60b0b;
}

.btm-message {
	width: 795px;
	height: 45px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 15000;
}

.btm-message h1 {
	color: #999;
	text-transform: uppercase;
	margin: 0px;
	font-size: 3em;
}

#contact-bg {
	width: 321px;
	height: 56px;
	position: absolute;
	z-index: 500000000;
	background: url('../images/contact-bg.png') no-repeat;
	right: 0px;
	top: 103px;
}

#message-text {
	width: 350px;
	height: 175px;
	position: absolute;
	left: 75px;
	top: 165px;
}

#message-text p {
	color: #000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}

/* ############################################################################### */

#header-phone {
	text-align: right;
	font-size: 2em;
	color: #888;
	margin-top: 7px;
	font-weight: bold;
	
}

.xs-top {
	min-height: 35px;
	width: 100%;
	margin-top: 100px;
	color: #000;
}

.xs-top h1 {
	margin: 0px;
	margin-bottom: 15px;
}

/* ###### Fix for hidden content on small screen########## */
.sm-margin {
	height: 75px;
	margin-top: 40px;
}

.navbar {
z-index: 20000;
}


.neg-marg {
	margin-top: -142px;
}

#footer-container {
	width: 1170px;
	margin: 0 auto;
}

#footer2 {
	min-height: 125px;
	background-color: #47494a;
	width: 100%;
	webkit-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.75);
}

.gray-bg {

	background: rgb(235,235,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 73%, rgba(209,209,209,1) 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(73%,rgba(235,235,235,1)), color-stop(97%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 73%,rgba(209,209,209,1) 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,235,235,1) 73%,rgba(209,209,209,1) 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,235,235,1) 73%,rgba(209,209,209,1) 97%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 73%,rgba(209,209,209,1) 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
background-color: red;
}


.accent-color {
	color: gray;
}

.push-down {
margin-top: 25px;
}



.form_bg {
border: 1px solid gray;
margin: 7px;
border-radius: 9px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.form_bg label {
	margin-bottom: 3px;
}

.form_header {
border-radius: 9px 9px 0px 0px;
-moz-border-radius: 9px 9px 0px 0px;
-webkit-border-radius: 9px 9px 0px 0px;
width: 100%;
height: 45px;
background-color: #ccc;
padding: 9px 0px 0px 25px;
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #c3ccd4;



}
.form_header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	color: #878b84;
	
}
.form_footer {
padding-top: 9px;
border-radius: 0px 0px 9px 9px;
-moz-border-radius: 0px 0px 9px 9px;
-webkit-border-radius: 0px 0px 9px 9px;
width: 100%;
height: 55px;
background-color: #ccc;
text-align: center;
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
border-top: 1px solid #FFF;
}


