@charset "utf-8";

/* ------------------------------
HTML Redefine Tags
------------------------------ */
html, body {
	padding:0px;
	margin:0px;
	border:0px;
	width:100%;
	min-width:600px;
}

a:link {
	color: #2d7ac8;
}
a:visited {
	color: #2d7ac8;
}
a:hover {
	color: #5A9ADA;
}
a:active {
	color: #2d7ac8;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	font-weight:bold;
	line-height:.9em;
	color:#457f80;
	margin:0em;
	padding:10px 0px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#800000;
	line-height:1.2em;
	margin:0px;
	padding:10px 0px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	font-weight:600;
	color:#154030;
	text-transform:uppercase;
	margin:0em;
	padding:0px;
	line-height:1em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
p {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#333333;
	line-height:1.3em;
	margin:0em;
	padding:10px 0px;
	text-rendering: optimizeLegibility;
}
ul {
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#333333;
	line-height:1.3em;
	list-style-type:square;
}
blockquote {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-style:italic;
	color:#333333;
	line-height:1.5em;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: .7em;
	font-size:.6em;
	margin-left:.1em;
}

sub {
	top: .5ex;
}

hr {
	height:1px;
	margin:15px 0px;
	border:none;
	color:#ccc;
	background-color:#ccc;
}

.content-container-no-hide iframe {
	border:none;
	width:100%;
	height:100%;
	padding:0px 30px;
	padding-right:0px;
}

.preload {
	display:none;
}

.loading {
	width:60px;
	height:60px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	background:url(../images/loading-image.gif) no-repeat center;
	background-color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size:8px;
	font-weight:bold;
	letter-spacing:.15em;
	color:#333;
	text-transform:uppercase;
	padding-top:48px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	display:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.fancybox-default, .fancybox-iframe, .fancybox-inner {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important; 
	box-sizing: content-box !important;
}

/* ------------------------------
FORM 
------------------------------ */
.dform {
	margin-bottom:25px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.dform fieldset {
	border:solid 1px #7a2426;
	margin:15px 0px;
}
.dform legend {
	background-color:#7a2426;
	color:#fff;
	font-weight:bold;
	padding:3px 10px;
	text-transform:uppercase;
}
.dform_label {
	margin:2px 10 0 0 !important;
}
.dform_container label {
	font-size:12px;
}
.dform .phone_number label {
	display:none;
}
.dform .checkboxes li {
	list-style-type:none;
}
.dform_desc {
	font-size:12px;
}
.dform input.text {
	min-width:250px;
	font-size:16px;
}
.dform textarea {
	width:100%;
	font-size:16px;
}
.dform select {
	font-size:16px;
	margin-left:1px;
}
.dform .submit_button input {
	cursor:pointer;
	padding:0px 15px;
	width:auto;
	margin:10px 0px;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#7a2426;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}


.req {
	color:#F00;
}
.dform_element {
	margin:0px !important;
}

.customForm {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:10px 0px;
	-moz-box-shadow: 0px 3px 8px #666;
	-webkit-box-shadow: 0px 3px 8px #666;
	box-shadow: 0px 3px 8px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.formTitle {
	font-size:20px;
	font-weight:bold;
	padding:6px 10px;
	background:#000;
	border:solid 1px #000;
	color:#fff;
}
.formFields {
	background-color:#EBEBEB;
	border:solid 1px #ccc;
	padding:10px;
}
.formLabel {
	width:100px;
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	font-size:16px;
	padding:3px 0px;
}
.formInput {
	width:250px;
}
.formButton {
	padding-top:10px;
	padding-left:98px;
}
.dform_error {
	display:none;
}
 