@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	border-top:8px solid #0195e9;
	padding:29px 0 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.TTF') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.ttf') format('truetype'),
         url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Custom Styling */

.main	{
	width:1003px;
	margin:0 auto;
}
.clear	{
	clear:both;
}
#headerContainer	{
	margin:0 0 16px;
	overflow:hidden;
}
#logo	{
	float:left;
}
#logo h1.logo a	{
	background:url(../images/logo.png) no-repeat left top;
	width:131px;
	height:84px;
	margin:0 0 0 10px;
	display:block;
	text-indent:-9999px;
}
#rightHeader	{
	float:right;
	margin:0 19px 0 0;
}
#rightHeader .socialLinks ul li	{
	float:left;
	margin:0 0 0 3px;
}
#rightHeader .socialLinks ul	{
	overflow:hidden;
	
}
#rightHeader .socialLinks	{
	margin:0 0 14px;
	float:right;
}
#rightHeader span#call	{
	display:block;
	font-size:25px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/phone-icon.png) no-repeat left top;
	clear:right;
	float:right;
	padding:0 0 0 47px;
	line-height:40px; 
}
#menu	{
	background:#232222;
	margin:0 0 4px;
}
#menu ul	{
	overflow:hidden;
	padding:0  0 0 10px;
}
#menu ul li	{
	border-right:1px solid #585858;
	line-height:20px;
	font-size:20px;
	float:left;
}
#menu ul li a	{
	color:#fff;
	padding:0 9px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	border-right:1px solid #000000;
	display:block;
	line-height:50px;
	transition:background 0.3s;
	-o-webkit-transition:background 0.3s;
	-o-moz-transition:background 0.3s;

}
#menu ul li a:hover	{
	background:#464444;

}
#menu ul li.home	{
	border:none;
}
#menu ul li.home a	{
	background:url(../images/home-icon.png) no-repeat 50% 50%;
	text-indent:-9999px;
	padding:0 8px 0 0;
	width:34px;
	border:none;
}
# 	{
	margin:0 0 40px;
}
#banner	{
	float:left;
	width:739px;
}
#form	{
	float:right;
	width:21.9%;
	padding:24px 2% 1.5%;
	background:#c6e1fc;
}
#form h3	{
	 font-family: 'Raleway', sans-serif;
	 font-weight:400;
	 font-size:26px;
	 color:#000;
	 margin:0 0 9px;
}
#form h3 span	{
	display:block;
	font-size:44px;
	color:#0096ff;
	 font-family: 'Raleway', sans-serif;
	 font-weight:400;
}
#form input[type="text"], #form input[type="email"]	{
	
	width:93.5%;
	border:none;
	margin:0 0 10px;
	font-size:12px;
	color:#acacac;
	padding:8px 7px;
	-moz-box-shadow:inset 1px 1px 2px 0px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow:inset 1px 1px 2px 0px rgba(119, 119, 119, 0.5);
	box-shadow:inset 1px 1px 2px 0px rgba(119, 119, 119, 0.5);

}
#form input[type="text"].date, #form input[type="text"].from, #form input[type="text"].to	{
	width:40%;
	float:left;
}
#form input[type="text"].from, #form input[type="submit"]	{
	clear:left;
	float:left;
}
#form input[type="text"].to	{
	float:right;
}
span.check	{
	display:block;
	float:left;
	font-size:12px;
	color:#686868;
	margin:0 0 14px;
}
span.check input[type="checkbox"]	{
	float:left;
}
span.check label	{
	line-height:20px;
}
#form input[type="submit"]	{
	background:url(../images/submit-bttn.png) no-repeat left top;
	width:97px;
	height:45px;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;
	border:none;
}
#form input[type="submit"]:hover	{
	background-position:left bottom;
}
#content	{
	background: rgb(237,237,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(237,237,240,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,240,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,237,240,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,237,240,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,237,240,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,237,240,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededf0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
padding:2.99%;
min-height:300px;
}
.welcome	{
	margin:0 0 38px;
}
strong	{
	font-weight:bold;
	color:#000;
}
h2.subtitle	{
	font-size:16px;
	color:#0B94D6;
	font-family: 'Open Sans', sans-serif;
}
ul.contentlist	{
	padding:0 0 0 15px;
}
ul.contentlist li	{
	padding:0 0 0 15px;
	line-height:30px;
	font-size:14px;
	font-style:italic;
	background:url(../images/bullet.png) no-repeat left 14px;
}
.welcome a	{
	color:#0B94D6;
}
.welcome p.description	{
	margin:0 0 15px;
}
h2.title	{
	font-size:26px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	line-height:31px;
}
h2.title span	{
	display:block;
	color:#0b94d6;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
h2.title span.along	{
	display:inline;
}
.welcome h2	{
	margin:0 0 15px;
}
p.description	{
	font-size:13px;
	line-height:20px;
	color:#4f474f;
}
p.description span	{
	display:block;
	background:#c8e6f7;
	padding:5px 19px 6px;
	font-size:15px;
	color:#4f474f;
	margin:12px 0 0; 
}
p.red	{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	margin:0 0 15px;
}
.offer h2	{
	margin:0 0 13px;
}
.box	{
	background: rgb(189,226,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(189,226,247,1) 0%, rgba(249,250,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,226,247,1)), color-stop(100%,rgba(249,250,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,226,247,1) 0%,rgba(249,250,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,226,247,1) 0%,rgba(249,250,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,226,247,1) 0%,rgba(249,250,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,226,247,1) 0%,rgba(249,250,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde2f7', endColorstr='#f9fafb',GradientType=0 ); /* IE6-9 */
	float:left;
	padding:3%;
	margin:0 0 15px;
	
}
.boxcontainer	{
	float:left;
	width:31.84%;
	margin:0 2.12% 0 0;
	
}
.boxContent	{
	float:left;
}
.boxContent h2.title	{
	color:#828282;
	margin:0 0 10px;
	line-height:26px;
}
.boxContent p.description	{
	color:#000000;
}
.last	{
	margin:0;
}
#interact	{
	width:100%;
	background:#4096c7;
	padding:18px 0;
	margin:0 0 44px;
}

.midcontent	{
	overflow:hidden;
	padding:0 30px;
}
.midcontent h2.title	{
	color:#fff;
	padding:0 0 4px;
	border-bottom:1px solid #4eace1;
}
.testimonial_section, .newsletter	{
	border-top:1px solid #357ea8;
	
}
.quotes	{
	background:url(../images/quotes_left.png) no-repeat 5px 11px;
	padding:10px 0 0 31px;
}
.quotes	p, .newsletter p	{
	color:#fff;
	font-size:12px;
	padding:0 30px 0 0;
	font-weight:normal;
	line-height:18px;
	background:url(../images/quotes_right.png) no-repeat 96% top;
}
.newsletter p	{
	background:none;
	padding:0;
	margin:0 0 15px;
}
.quotes	p span	{
	color:#a2ff00;
	font-weight:bold;
	font-style:italic;
	display:block;
}
.guide	{
	text-align:center;
}
.guide img	{
	border:5px solid #eff4f1;
}
.newsletter	{
	padding:10px 10px 0;
}
.newsletter	input[type="email"]	{
	width:90%;
	margin:0 0 15px;
	height:27px;
	-moz-box-shadow:inset 1px 1px 2px 1px rgba(119, 119, 119, 0.5);
	-webkit-box-shadow:inset 1px 1px 2px 1px rgba(119, 119, 119, 0.5);
	box-shadow:inset 1px 1px 2px 1px rgba(119, 119, 119, 0.5);
}
.newsletter	input[type="submit"]	{
	padding:5px 17px;
	border:1px solid #1484bf;
	background: rgb(198,224,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(198,224,239,1) 0%, rgba(160,204,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,224,239,1)), color-stop(100%,rgba(160,204,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(198,224,239,1) 0%,rgba(160,204,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(198,224,239,1) 0%,rgba(160,204,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(198,224,239,1) 0%,rgba(160,204,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(198,224,239,1) 0%,rgba(160,204,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e0ef', endColorstr='#a0cce5',GradientType=0 ); /* IE6-9 */
	font-size:18px;
	-moz-box-shadow: 1px 1px 2px 1px rgba(119, 119, 119, 0.8);
	-webkit-box-shadow:1px 1px 2px 1px rgba(119, 119, 119, 0.8);
	box-shadow:1px 1px 2px 1px rgba(119, 119, 119, 0.8);
}
#membershipWrap	{
	width:100%;
}
#member	{
	width:1003px;
	margin:0 auto 25px;
}
#member h2.title	{
	border-bottom:1px solid #c4d6dc;
	padding:0 0 4px;
}
.memberimg	{
	border-top:1px solid #d5e6ec;
	padding:4px 0 0;
}
.footerWrap	{
	background:url(../images/footer-bg.jpg) repeat left top;
	width:100%;
	padding:19px 0;
}
.footerContent	{
	width:1003px;
	margin:0 auto 15px;
	overflow:hidden;
}
.fMenu	{
	float:left;
	width:49.1%;
	padding:0 2.6%;
	display:none;
}
.fMenu ul	{
	float:left;
	width:20%;
}
.fMenu ul li a	{
	font-size:11px;
	color:#87aec1;
	line-height:18px;
	text-decoration:none;
}
.company_logo	{
	float:left;
	text-align:center;
	width:17.4%;
	padding:40px 0;
	margin:0 0 0 15%;
}
.contactUs	{
	width:41.4%;
	float:right;
}
.contactUs h2	{
	color:#fff;
}
.contactUs p.description	{
	color:#87aec1;
}
span.contInfo	{
	color:#87aec1;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:10px 0 0;
}
#footerMenu	{
	width:973px;
	margin:0 auto;
	background:#232528;
	padding:12px;
	overflow:hidden;
}
#footerMenu ul li	{
	float:left;
	padding:0 7px 0 0;
	margin:0 7px 0 0;
	border-right:1px solid #547180;
	font-size:12px;
	line-height:10px;
}
#footerMenu ul li a	{
	color:#547180;
	font-size:13px;
	text-decoration:none;
}
#copyright	{
	text-align:center;
	color:#616161;
	font-weight:lighter;
	font-size:13px;
	padding:15px 0 0;
}
.end	{
	
	border:none!important;
}
.end a	{
	border:none!important;
	padding-right:0!important;
}
span.from	{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#0B94D6;
}
.testimonials	{
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:1px solid #ececec;
}
a.alltestimonial	{
	float:right;
	font-size:13px;
	color:#A2FF00;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
a.alltestimonial:hover	{
	color:#124968;
}
.contactLeft	{
	float:left;
	width:50%;
}
.contactRight	{
	float:left;
	width:45%;
}
.innerContent	{
	float:left;
	width:679px;
	min-height:342px;
	padding:30px;
	background:#ededf0;
}
.innerForm	{
	margin:0 0 20px 20px;
}