/*
	First Response International CSS Styles by Owen Conti
	
	Colors:
	
		red: #942723;
		blue: #0072bc;
		yellow: #f7931d;
*/	

/* Body + General Styles */
html {
	overflow-y: scroll;
}
body {
	background: url('../images/body-bg.jpg') repeat-x;
	background-color: #e1e1e1;
	color: #414141;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Status Bar */
.status-bar {
	background: #942723;
	border-bottom: 1px solid #6c100d;
	height: 25px;
	padding: 10px 0 0 0;
	z-index: 99px;
}
.status-bar p {
	margin: 0 auto;
	width: 920px;
}
.status-bar a {
	color: #FFF;
	float: right;
	text-decoration: none;
	text-shadow: 1px 1px 0px #333;
}
.status-bar a:hover {
	text-decoration: underline;
}

/* Header */
.header {
	background: url('../images/header-bg.jpg') repeat-x;
	border: 1px solid #ccc;
	height: 129px;
}
.header .logo {
	float: left;
	margin: 13px 0 0 50px;
}
.header .nav {
	float: right;
	margin: 28px 0 0 0;
}
.header .nav li {
	display: inline;
	margin: 0 8px;
}
.header .nav li a {
	background: url('../images/nav-bg.png') repeat-x;
	color: #414141;
	display: inline-block;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	padding: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px white;
	width: 96px;
}
.header .nav li a img {
	display: block;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.header .nav li a:hover {
	background-position: 0 -83px;
}
.header .nav li a:active, .header .nav li a:focus, .header .nav li.active a {
	background-position: 0 -164px;
}

/* Wrap */
.wrap {
	-webkit-box-shadow: 2px 2px 5px #888, -2px 2px 5px #888;
	margin: 0 auto;
	width: 960px;
}

/* Content */
.content {
	background: url('../images/content-bg.jpg') repeat-x;
	background-color: #fff;
	border: 1px solid #fff;
	z-index: 1;
}
.content h1, h2, h3, h4, h5, h6 {
	text-shadow: 1px 1px 0px white;
}
.content h1 {
	color: #414141;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0;
}
.content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
.content h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 -5px 0;
}
.content p {
	line-height: 1.4em;
	margin: 15px 0;
}
.content a {
	 color: #0072bc;
	 font-weight: bold;
	 text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content ul, .content ol {
	margin: 10px 0;
}
.content ul li, .content ol li {
	line-height: 1.4em;
	margin: 5px 0 5px 50px;
	text-indent: 5px;
}
.content .contentUL li {
	font-weight: bold;
	list-style: disc;
}
.content .bullets li {
	list-style: disc;
}
.content .contact-info {
	margin: 20px 0 0 0;
}
.content .contact-info li {
	margin: 3px 0;
	text-indent: 0;
}
.content ol {
	list-style: decimal;
}
.content hr {
	border: none;
	border-top: 1px solid #a1a1a1;
	margin: 20px 0;
}
.content dl {
	margin: 0 75px;
}
.content dt {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}
.content dd {
	text-indent: 20px;
}

/* Pilot Phase Form */
#pilot-form, #contact-form {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 20px 0 0;
	width: 400px;
}
#pilot-form div, #contact-form div {
	height: 30px;
	margin: 5px 0;
}
#pilot-form label, #contact-form label {
	float: left;
	margin: 9px 0 0 5px;
}
#pilot-form input, #pilot-form select, #contact-form input, #cost-form input {
	background: #f4f4f4;
	border: 1px solid white;
	float: right;
	height: 30px;
	padding: 0 5px;
	width: 220px;
	-webkit-box-shadow: inset 0px 0px 6px #888;
	-moz-box-shadow: inset 0px 0px 6px #888;
	-o-box-shadow: inset 0px 0px 6px #888;
	box-shadow: inset 0px 0px 6px #888;
}
#pilot-form select {
	border: 1px solid #aaa;
	height: 25px;
	margin: 3px 0 0 0;
	width: 100px;
}
#pilot-form textarea, #contact-form textarea {
	background: #f4f4f4;
	border: 1px solid white;
	float: right;
	padding: 5px 5px 0 5px;
	resize: none;
	-moz-box-shadow: inset 0px 0px 6px #666;
	-o-box-shadow: inset 0px 0px 6px #666;
	-webkit-box-shadow: inset 0px 0px 6px #666;
	box-shadow: inset 0px 0px 6px #888;
}
#pilot-form .textarea, #contact-form .textarea {
	height: 195px;
	padding: 0;
	margin: 0;
}
#pilot-form input[type=submit], #contact-form input[type=submit], #cost-form input[type=submit] {
	background: url('../images/blue-button.png') no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 52px;
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px 0px #000;
	width: 144px;
	-webkit-box-shadow: 2px 2px 6px #b0b0b0;
	-moz-box-shadow: 2px 2px 6px #b0b0b0;
	-o-box-shadow: 2px 2px 6px #b0b0b0;
	box-shadow: 2px 2px 6px #b0b0b0;
}
#pilot-form input[type=submit]:hover, #contact-form input[type=submit]:hover, #cost-form input[type=submit]:hover {
	background-position: 0 -62px;
	text-decoration: none;
}
#pilot-form input[type=submit]:active, #pilot-form input[type=submit]:focus, #contact-form input[type=submit]:active, #contact-form input[type=submit]:focus, #cost-form input[type=submit]:active, #cost-form input[type=submit]:focus {
	background-position: 0 -125px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Cost Calculator Form */
#cost-form p {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 40px;
}
#cost-form fieldset {
	margin: 0 auto;
	width: 550px;
}
#cost-form div {
	display: block;
	float: left;
	margin: 4px 0 0 0;
	text-align: center;
	width: 270px;
}
#cost-form label {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 0 0 0;
}
#cost-form input {
	display: inline-block;
	float: right;
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 5px;
	text-align: center;
	width: 80px;
}
#cost-form input[type=submit] {
	font-weight: bold;
	margin: 0 50px 0 0;
}
p.results {
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	margin: 50px 0 20px 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.totalCost {
	color: #108f1c;
	font-size: 36px;
}
.over1000 {
	color: red;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 15px 0;
	text-align: center;
}
.cost-cta {
	padding: 15px 0 0 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}
.cost-cta a.blue-button , .cost-cta a.red-button, .cost-cta a.yellow-button {
	display: inline-block;
	font-weight: bold;
	height: 44px;
	margin: 0 10px;
	padding: 12px 0 0 0;
}

/* Interested */
.interested {
	border-top: 1px solid #aaa;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 15px 150px 0 100px;
	text-align: center;
}
.interested p {
	color: #2a2a2a;
	float: left;
	font-style: italic;
	margin: 10px 0;
	padding: 0 15px;
	width: 420px;
}
.interested a {
	display: block;
	float: right;
	font-weight: bold;
	padding: 12px 0 0 0;
}

/* Button */
a.blue-button, a.red-button, a.yellow-button {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 48px;
	text-align: center;
	text-shadow: 1px 1px 0px #000;
	width: 150px;
}
a.blue-button:hover, a.red-button:hover, a.yellow-button:hover {
	background-position: 0 -62px;
	text-decoration: none;
}
a.blue-button:active, a.blue-button:focus, a.red-button:active, a.red-button:focus, a.yellow-button:active, a.yellow-button:focus {
	background-position: 0 -125px;
}

/* Blue Button */
a.blue-button {
	background: url('../images/blue-button.png') no-repeat;
}

/* Red Button */
a.red-button {
	background: url('../images/red-button.png') no-repeat;
}

/* Yellow Button */
a.yellow-button {
	background: url('../images/yellow-button.png') no-repeat;
}

/* Main */
.main {
	float: left;
	padding: 35px 20px;
	width: 920px;
}

/* Sidebar */
.sidebar {
	float: right;
	padding: 30px 0 10px 0;
	width: 250px;
}
.sidebar .imageSlider {
	height: 400px;
	overflow: hidden;
	padding: 0;
	width: 230px;
}
.sidebar .imageSlider ul {
	position: relative;
	height: 400px;
	padding: 0;
	margin: 0;
}
.sidebar .imageSlider li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 230px;
}
.sidebar .imageSlider li:first-child {
	margin-left: 0;
}
/* Footer */
.footer {
	background: #0072bc;
	border-top: 1px solid #095383;
	color: #fff;
	height: 55px;
	text-shadow: 1px 1px 0px #333;
}
.footer div {
	margin: 20px auto;
	width: 920px;
}
.footer ul {
	float: left;
}
.footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}
.footer ul li a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer p {
	float: right;
}
