/* Base Styles */
html, body {
	width: 100%;
	box-sizing: border-box;
}
html, body, div, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;

}
body {
	background: #010a22 url(../images/global/bg.jpg) top center repeat-x;
}

a {text-decoration: none; color: #2c78ba; outline: none;} 
a:active {outline: none;}
a:hover {text-decoration: underline;}
.alignleft {float: left !important; margin: 0 15px 5px 0;}
.alignright {float: right !important; margin: 0 0 5px 15px;}
.dropshadow {
	padding: 7px;
	border: 1px solid #eee;
	background-color: #fff;

	-webkit-box-shadow: 0 0 5px rgba(20,20,20,0.38);
	-moz-box-shadow: 0 0 5px rgba(20,20,20,0.38);
	box-shadow: 0 0 5px rgba(20,20,20,0.38);
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

/* General Blocks */
#wrap {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 166px;
	position: relative;
}
#logo {
	float: left;
	width: 405px;
}
#fc-icon-top {
	float: right;
	position: relative;
	top: 10px;
}
#top-callout-bar {
	float: right;
	position: absolute;
	top: 55px;
	right: 0px;
}
#top-callout-bar h1 {
	color: #fff;
	font-size: 16px;
}
#top-callout-bar h1 .phone-number {
	color: #ffc549;
	font-size: 24px;
}
#discount-btn {
	position: absolute;
	bottom: 32px;
	right: 0px;
	border-radius: 4px 4px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px 15px;
	
	background: #ffc549; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc549 0%, #ce9b2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc549), color-stop(100%,#ce9b2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc549 0%,#ce9b2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc549 0%,#ce9b2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc549 0%,#ce9b2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc549 0%,#ce9b2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc549', endColorstr='#ce9b2d',GradientType=0 ); /* IE6-9 */
}

#main-navigation {
	position: absolute;
	top: 134px;
	left: 0px;
	height: 32px;
	width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#main-navigation ul li {
	float: left;
	height: 32px;
	padding-right: 2px;
	background: url(../images/global/menu-sep.png) top right no-repeat;
}
#main-navigation ul li:last-child {
	background: none;
}
#main-navigation ul li a {
	display: inline-block;
	padding: 0 25px;
	line-height: 32px;
	color: #d6dfeb;
	font-size: 15px;
	font-weight: bold;
}
#main-navigation ul li.active a {
	color: #fff;
	background: url(../images/global/menu-active.png) 0 0 repeat-x;
}
#main-navigation ul li a:hover {
	text-decoration: none;
	color: #ffc549;
}
.credit-card {
	position: absolute;
	right: 0px;
	top: 0px;
}

#main {
	background: #fff;
	width: 960px;
	margin: 0 auto;
}
#main > .container {
	padding: 25px;
}

#main-slogan {
	position: relative;
	z-index: 99;
	text-align: center;
	margin: 0 -25px 35px;
	padding: 17px 0;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	
	background: #fafbfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafbfb 0%, #f8f9f9 67%, #e7eaeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbfb), color-stop(67%,#f8f9f9), color-stop(100%,#e7eaeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafbfb 0%,#f8f9f9 67%,#e7eaeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafbfb 0%,#f8f9f9 67%,#e7eaeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafbfb 0%,#f8f9f9 67%,#e7eaeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafbfb 0%,#f8f9f9 67%,#e7eaeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfb', endColorstr='#e7eaeb',GradientType=0 ); /* IE6-9 */

}
#main-slogan h2 {
	font-weight: normal;
	color: #011537;
	font-size: 16px;
	line-height: 22px;
}

#content {
	
}
#content h3 {
	font-size: 20px;
	line-height: 22px;
	color: #102142;
	margin-bottom: 10px;
}
#content p {
	font-size: 13px;
	line-height: 20px;
	color: #3e3e3e;
	margin-bottom: 15px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#bottom-callout-bar {
	padding-top: 45px;
	text-align: center;
}
#bottom-callout-bar h1 {
	display: inline-block;
	color: #19447e;
	font-size: 18px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px dotted #737373;
}
#bottom-callout-bar h1 .phone-number {
	color: #dc8f00;
	font-size: 28px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 50px;
	background: url(../images/global/bottom-ellipse.png) top center no-repeat;
	
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}
#footer .copyrights {
	float: left;
	width: auto;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#bottom-navigation {
	float: right;
	width: auto;
}
#bottom-navigation ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #848994;
}
#bottom-navigation ul li.last {
	border: 0px;
}
#bottom-navigation a {
	color: #fff;
}