/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background-image: -webkit-linear-gradient(#fefefe 10%, #dfdfdf);
	background-image: -o-linear-gradient(#fefefe 10%, #dfdfdf);
	background-image: linear-gradient(#fefefe 10%, #dfdfdf);
	font: .81em/150% Helvetica, Arial, sans-serif;
	color: #fff;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.appleLinksWhite a {color:#fff !important; text-decoration: none !important;}
p {
	margin: 0 0 1.5em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
	text-indent: -8px;
	list-style: none;
}
li:before {
   content: "â€¢";
   font-size: 170%; /* or whatever */
   padding-right: 3px;
   position: relative;
   top:3px;
}

/* headings */
h1, h2, h3 {
	line-height: 1.4em;
	margin: 0;
}
h1 {
	font-size: 4em;
	padding-left: 3%;
	padding-top: 16px;
	margin-left: 4px;
}
h2 {
	font-size: 2em;
	font-weight: lighter;
}
.widget h2{
	padding-top:9px;
	margin-left: -14px;
}
legend{
    font-size: 2em;
    font-weight: lighter;
    line-height: 33px;
    padding-top:11px
}
#instructions{
    padding-top: 13px;
}
label{
	display: block;
}
.formfield{
    margin-top: -9px;
    margin-bottom: 12px;
}

#copyright{
	text-align: center;
}
#callus{
	font-size: 150%;
}
#products-img{
	width: 951px;

}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
	background: #014A81;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;

}
#strapline{
	font-weight: lighter;
	padding-left: 3%;
	margin: -12px 0 12px 4px;
	font-size: 3.6em;
}
#switchto{
	font-weight: 700;
	font-size: 1.0em;
}
h2 img{
    width: 100px;
    position: relative;
    top: 6px;
	left -2px;
}
/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#telephone{
position: absolute;
top: 18px;
width: 96%;
text-align: right;
font-size: 180%;
color: #fff !important;
}

/************************************************************************************
CONTENT
*************************************************************************************/ 
#content {
	background: #014A81;
	margin: 0px 0 0px;
	padding: 0px 35px;
	width: 910px;
	float: left;

}

/* post */
.post {
	margin-bottom: 7px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Helvetica, Arial, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #fff;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

input, textarea, select{
	width: 544px;
    padding: 1%;
    margin: 4px 0 13px 0;
	color: #014A81;
}
select{
	width: 47% !important;
	border: 0;
	background: #fff;
	height: 30px;
	color: #014A81;
}
.button{
	width: 70px !important;
	padding: 5px;
	position: relative;
    top: -8px;
    border: 0;
	background: #fff;
	height: 30px;
}
.backto{
	display: block;
	margin: 2em 0;
	height: 20px;
	width: 110px !important;
}
.backto:hover{
	text-decoration: none;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {
	h1{
		font-size: 250%;
	}
	#strapline{
		font-size: 200%;
	}
	/* pagewrap */
	#pagewrap {
		width: 95%;
	}
	#switchto{
	font-weight: 700;
	font-size: 1.5em;
}
#telephone{
position: absolute;
top: 5px;
width: 98%;
text-align: right;
font-size: 150%;
color: #fff;
}
	/* content */
	#content {
		width: 60%;
		padding: 0% 4%;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}
/************************************************************************************
greater than 650 but less than 980 - ipad PORTRAIT
*************************************************************************************/
@media screen and (min-width: 651px) and (max-width: 980px) {

	#telephone{
		position: absolute;
		top: 9px;
		left: -6px;
		color: #fff !important;
	}

	#products-img{
		width: 98%;
	}
	#content{
		padding: 0 4%;
	}
	input, textarea, select{
	width: 97%;
    padding: 1%;
    margin: 4px 0 13px 0;
	color: #014A81;
	}
	.widget ul{

		    margin: 13px 0 0 -5px;
	}
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}
	h1{
		font-size: 235%;
		margin-top: -7px;
	}
	#products-img{
	width: 95%;

}
h2 img{
	    width: 70px;
    position: relative;
    top: -35px;
    left: 140px;
}
#telephone{
position: absolute;
top: 0px;
left:-7px;
font-size: 0.9em;
}
#telephone:hover{
	color: #fff;
}

#strapline{
	font-weight: lighter;
	padding-left: 3%;
	margin: 1px 0 -20px 2px;
}
#switchto{
	font-size: 123%;
	display: block;
}

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 10px 0;
	}

	.input{
		width: 95%;
	}
	select
	{
		height:26px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}
	li{
		margin-left: 2px;
	}
	#telephone{
		top: 1px;
	}
	h1{
		margin-left:2px
	}
	.widget h2{
		margin-left: -11px;
	}
}
