html, body {
margin:0px;
margin-right:0px;
}

p, li {
margin-top:0px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:0px;
color:#78bdf5;
font-family: Arial,sans-serif;
font-size:17px;
line-height:19px;
}
.headerImg {
	height: 125px;
	padding-right: 50px;
	padding: 50px;
}
label {
color:#d3bd90;
font-family: Arial Narrow,Arial,sans-serif;
font-size: 20px;
line-height: 20px;

}
h1, h2, h3, h4, h5 {
font-family: Arial,sans-serif;
color:#d3bd90;
font-style: normal;
font-variant: normal;
font-weight: 500;
margin-top:0px;
}

h3 {
	font-size: 24px;
	margin-top:26px;
}
h2 {
font-size: 30px;
line-height: 30px;
}
h4 {
font-size: 20px;
line-height: 20px;
margin-top:26px;
}
h5 {
font-size: 30px;
line-height: 30px;
margin-bottom:0px;
}

/* FULL STEAM AHEAD */
.wrapper, .header_full, .body_full, .mid_full, .below_full, .header_image_full {
	width: 100%;
	}

.body_full, .below_full  {
	background: #f6fbff;
	}
.mid_full {
	background: #add9fe;
	padding-top:25px;
	padding-bottom:25px;
	}	
.header_image_full {
	background: #add9fe;
	padding-top:10px;
	padding-bottom:10px;
	}	
.mid_full p {
	color:#ffffff;
	font-size: 18px;
	line-height:23px;
}

.footer {
	text-align:center;
}

.footer a, .footer a:visited {
	color:#78bdf5;
}
/* GUNS, WRAPPERS */	
.header_wrap, .body_wrap, .mid_wrap, .below_wrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
.header_menu {
}

.header_title {
height: 100px;
background:#ffffff;

}
.header_title img {
vertical-align:middle;
position:relative;
z-index:10;
}

.header_image {


margin-top:-10px;
padding-top:10px;
box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.32);
}
.header_image img{
vertical-align:middle;
z-index:-10;
width:auto;
height:auto;
min-height:125px;
max-height:100%;
max-width:100%;
}
/*  SERVICES  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;	
}

.span_2_of_3 {
width: 66.13%;
}
.span_1_of_3 {
width: 42.26%;
}
.span_2_of_3 {
width: 56.13%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2, .span_1_of_3, .span_2_of_3 { width: 100%; }
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
	max-width:100%;
}

/* Style the text boxes */
input, textarea {
    width:439px;
	max-width:100%;
    height:27px;
    background:#ffffff;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

textarea {
	height:213px;
	background:#ffffff;
}
#submit {
    width:127px;
	max-width:100%;
    height:38px;
    background:#add9fe;
	color:#ffffff;
       border:none;
    margin-top:20px;
    cursor:pointer;
	
}

