@charset "utf-8";
/*
black - font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", Arial; 
normal - font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif; 
*/

body {
	/*"HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", */ 
	font-family: "HelveticaNeue", "Helvetica Neue", Arial; 
	font-stretch:normal;
	background: #545a64;
	margin: 0;
	padding: 0;
	padding-top:10px;
	padding-bottom:10px;
	color: #000;
	background-image:url(../images/bg_dots.png);
	background-repeat:repeat;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #19317f;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #19317f;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#09F;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 990px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-top:30px;
	border-radius:10px 10px 10px 10px;
	font-size:14px;
	color:#333;
}

.wrapper{
	width: 920px;
	/*border:1px solid #09F;*/
	margin: 0 auto;
	}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	/*border-bottom:2px solid #a2dbf7;*/
}
.header #logo{
	/*border-bottom:2px solid #a2dbf7;*/	
	}


/* menu */

.header #navlinks{
	background-image:url(/images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:top;
	}
nav {
   	margin-bottom: 5px;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial;
	font-weight: 900; 
	font-style:italic;
	text-transform:lowercase;
	font-size:22px;
}
nav a{
	padding-top:15px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;	
	}
nav a, nav a:link{
	text-decoration:none;
	color:#19317f;	
	}
nav a:hover{
	color:#09F;
	}

ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#menu li {
    margin: 0;
    padding: 0;
	display:inline;
}

.banner{
	height:300px;
	background-image:url(/images/banner_1.png);
	background-repeat:no-repeat;
	}
.banner-sub{
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:100px;
	}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 10px;
	padding-bottom:10px;
	min-height: 580px;
}

.content #home-icons{
	float:left;
	width:530px;
	display:inline-block;	
	}
.content #home-icons table, .content #home-icons td{
	border:none;
	vertical-align:top;	
	}
.content h1{
	display:block;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial;
	font-weight:900;
	font-style:italic;
	text-transform:lowercase;
	color:#FFFFFF;
	font-size:36px;	
	padding-top:3px;
	padding-bottom:8px;
	background: #1a317f;
}
.content #home-icons h2{
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial;
	font-size:18px;
	font-weight: 900; 
	padding-top:0px;
	margin:0;
	padding-bottom:0px;
	font-style:italic;
	text-transform:lowercase;	
	}
.content ul{
	padding:0;
    margin:0;
	padding-left:20px;
	list-style:none;	
	}
.content ul li{
		line-height:30px;
		padding-top:0px;
		margin-top:0px;
		background-image:url(/images/bullet-drop.png);
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:40px;
		padding-bottom:8px;
	}
.content ul li ul li{
	background-image:url(/images/bullet-drop-sub.png);
	line-height:20px;	
	}

.p30c{
	font-size: 18px;	
	}
/* free quote form */
.quote{
	float:right;
	display:inline-block;
	border:1px solid #09F;	
	width:350px;
	min-height:552px;
	background-color:#2cc3fe;
	border-radius:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	padding-left:20px;
	color:#FFFFFF;
	margin-top:3px;
	}
.quote h2{
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial;
	font-style:italic;
	font-weight:900;
	text-transform:lowercase;
	font-size:36px;
	margin-top:0;
	padding-top:0;
	padding-bottom:10px;
	margin-bottom:0;
	line-height:30px;
	padding-left:0px;
	}
.quote p{
	margin-top:0;
	padding-top:0;
	padding-left:0px;	
	}
.quote td{
	padding-bottom:10px;
	}
.quote td #check-group td{
	padding-bottom:5px;
	}
.quote input[type="text"]{
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif; 
	background-color:#FFFFFF;
	border:1px solid #2cc3fe;
	border-radius:5px;
	padding:5px 5px 5px 5px;
	width:300px;
	}
.quote textarea{
	font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif; 
	background-color:#FFFFFF;
	border:1px solid #2cc3fe;
	border-radius:5px;
	padding:5px 5px 5px 5px;
	width:300px;
	font-size:13px;
	}
.quote input[type="submit"]{
		font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial; 
		font-weight:900;
		border-radius:10px;
		padding:8px 10px 10px 10px;
		background-color:#1a317f;
		color:#FFF;
		border:1px solid #76edff;
		font-size:16px;
		font-weight: 900; 
	font-style:italic;
	text-transform:lowercase;
	cursor:pointer;
	}

.quote input[type="button"]{
		font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial;
		font-weight:900;
		border-radius:10px;
		padding:8px 10px 10px 10px;
		background-color:#1a317f;
		color:#FFF;
		border:1px solid #76edff;
		font-size:16px;
		font-weight: 900; 
	font-style:italic;
	text-transform:lowercase;
	cursor:pointer;
	}



/* ~~ The footer ~~ */
.footer {
	color:#FFFFFF;
	padding: 0;
	background: #1a317f;
	padding-top:10px;
}
.footer a:link, .footer a:visited{ color:#FFFFFF;}
.footer a:hover{ color:#09F;}
.footer #newsletter{
	float:left;
	width:280px;
	min-height:200px;
	padding-left:20px;
	border-right:solid 1px #000062;	
	}
.footer #contact{
	float:left;
	width:280px;
	min-height:200px;
	padding-left:20px;
	border-right:solid 1px #000062;	
	}
.footer #followus{
	min-height:200px;
	padding-left:20px;
	float:left;
	width:280px;	
	}
.footer h2{
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", 'TeXGyreHerosBold', "Arial Black", "HelveticaNeue", "Helvetica Neue", Arial;
	font-style:italic;
	text-transform:lowercase;
	font-size:20px;
	color:#FFFFFF;
	padding-top:0px;
	margin:0;
	padding-bottom:10px;
	padding-left:0px;	
}
.footer #btnNewsSend{
	font-weight: 900; 
	font-style:italic;
	text-transform:lowercase;
	font-size:14px;
	color:#FFF;
	background-color:#26b1ec;
	border:none;
	padding-bottom:3px;	
	}
.footer #copy{
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
	color:#999999;	
	text-align:center;
	margin-top:20px;
	}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* validation */
.required{color:#FF0000;}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg{
	border:none;
	border-style:none;
	background:none;
	background-color:none;
	display:inline;	
	}