@charset "utf-8";
body {
	font: 95%/1.3 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666666;
}

/* ~~ 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;
}
li	{margin-left:30px;}
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: 0px;
	padding-left: 0px; /* 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: #666666;
	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: #666666;
}
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: underline;
}
form	{padding:0;
		margin:0}
#quoteform 	{position:relative; }
#quoteform label	{line-height:1.8em; padding-left:10px; }
table	{width:100%;}

h1{font-size:1.8em; color:#0059B2; font-weight:normal;}
h2{font-size:1.6em; color:#3ABFD6; font-weight:normal;}
h3{font-size:1.4em; color: #666666;}
h4{font-size:1.2em;}

#contactform	{border:5px solid #3ABFD6; -moz-border-radius: 20px;  border-radius: 20px; padding:15px; font-size:0.9em; background:#FFFFFF; position:absolute; top:-30px;}
#contactform1	{font-size:0.9em; padding:20px 0px; }
input	{background:#FFFFFF; border:1px solid #999999; font-size:11px; padding:4px; margin:0px; overflow:visible; width:170px;  }
textarea {background:#FFFFFF; border:1px solid #999999;  font-size:12px; padding:5px; overflow:auto; width:70%; height:6em; }
input.check	{width:30px}
input.submit	{
	background:#0059B2; -moz-border-radius: 5px;  border-radius: 5px; font-size:14px; font-weight:bold; color:#fff; padding:7px 8px; margin:0 auto; -webkit-appearance: none; text-align:center; width:200px;}
input.submitarrow	{border:none; padding:0; background:none; }
select	{ background:#FFFFFF; border:1px solid #999999; font-size:14px; padding:2px;  }
form .half { width:50%; float:left; margin-bottom:3px;}
form .whole {width:100%; clear:both;}
form label {display:block; clear:both;}
form .captcha {vertical-align:top}
form .clearfloat {height:8px;}
form h2 {margin-bottom:6px;}
.error	{color:#F00; font-weight:bold; display:block}

.xl	{font-size:1.3em}
.keytop	{display:none;}
.small {
	font-size:0.7em;	
}
/* ~~this surrounds the other divs~~ */
#logo {
		width:100%;
		background:#ffffff;
		overflow:auto;
		margin-top:10px;
}
#banner {
		width:100%;
		background:#3ABFD6 url(images/banner.jpg) no-repeat top center;
		height:486px;
		border-bottom:4px solid #B2B2B2;
		border-top:4px solid #B2B2B2;
}
.topnav {
	padding:0px !important;
	top:0px;
	background: #CC3366;
	color:#FFFFFF;
	width: 100%;
	z-index:1000;
}
.logo {
	padding:0px !important;
	background: #FFF;
	color:#333333;
	width: 100%;
	z-index:1000;
	border-bottom:1px solid #9FBAE4;
}
.draw	{width:300px;
		line-height:1.3em;
		display:block;
		color:#0059B2;}
.container1, .container2, .container3, .container4 {
	width: 100%;
	overflow:auto;
}
.container1 {
	background: #FFF;
	color:#333333;
	border-top:20px solid #FFF;
	border-bottom:20px solid #FFF;
	
}
.container2 {
	background: #3ABFD6;
	color:#fff;
	border-top:20px solid #3ABFD6;
	border-bottom:20px solid #3ABFD6;
	text-align:center;

}
.container2 h2{color:#fff;}
.container3 {
	background: #0059B2;
	color:#FFFFFF;
	border-top:20px solid #0059B2;
	border-bottom:20px solid #0059B2;

}
.container3 H1	{text-align:center;
	color:#FFFFFF;}
	
.containerinner {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding:0;
	
}
.pink	{color:#0059B2 !important;}
.blue	{color:#3ABFD6 !important}
H1.tel	{margin-bottom:0px; padding-bottom:2px; margin-top:30px; }
.social	{position:absolute; right:0px; top:0px; }
.social img	{width:30px;}
.ref	{position:relative;  padding-left:42px; top:-5px }
.steps	{line-height:1.3em;}
.steps img	{margin-bottom:10px; margin-right:10px; clear:left;}
.steps H1	{line-height:1em;}
.steps .step	{font-weight:normal; font-size:1.2em; padding-top:12px; }
.clogosframe	{position:relative;}
.clogos	{
	position:absolute;
	-moz-border-radius: 20px;
	 border-radius: 20px;
	background:#FFFFFF;
	color:#333333;
	padding:10px 20px;
	z-index:1500;
	width:699px;
	left:100px;
	}
.logosblank	{height:85px;}
.left {
	float: left;
	width: 460px;
	padding: 0px;
	position:relative;
}
.right {

	padding: 0px;
	width: 460px;
	float: left;
	position:relative;
	border-left:40px solid #FFF;
}
.container3 .right {

	border-left:40px solid #0059B2;
}
.container3 h3 {

	text-align:center;
	padding:0 0 20px 0;
	color:#FFFFFF;
	font-weight:normal;
	position:relative;
	border-bottom:1px solid #FF77BB;
}
#banner .left {
	width: 500px;
}
#banner .right {
	border-left:none ;
	position: relative;
}
#banner .right .circle {
	position: absolute;
	right:-11px;
	top:-81px;
	z-index:500;
}
.floatimgright	{
	float:right;}
.floatimgleft	{
	float:left;}
.full	{padding:20px;
	}
.full h1	{background:#7A7A7A; font-size:1.5em; color:#FFFFFF !important; text-align:center; padding:3px 0; margin:0px 0 20px 0; line-height:1em; }
.full h2	{font-size:1.2em; text-align:center; color:#108ED2 !important; }
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.testimonials	{text-align:center;
	line-height:1.5em;}

/* ~~ The footer ~~ */
#footer {
	background: #ffffff;
	border-top:4px solid #B2B2B2;
	overflow:auto;
	padding-top:20px;
}
#footer a {
	color:#0059B2;
}
#footer .right{
	
	text-align:right;
}
#footer .footertext{
	
	font-size:0.9em;
}
/* ~~ 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:0px;
	font-size: 1px;
	line-height: 0px;
}
@media only screen and (max-device-width : 640px) {
body {

}
img	{width:100%}
.container {
	width: 100%;
}
.container2 {
	margin-bottom:0px;
	height:auto;
	border-bottom:0px;
}
.container3 .right {

	border-left:0px;
}
.containerinner {
	width: 98%;
	
}
.left {
	float:none;
	width: 100%;
	clear:both
}
.right {
	float:none;
	width: 100%;
	margin:0px;
	border:none;
	margin-top:10px;
}
#banner 	{height:auto; background-image:none; padding-top:0px}
#banner .left {
	width: 100%;
}
#banner .right {
	margin-top:0px;
}
h1{font-size:1.4em; }
h2{font-size:1.3em; }
h3{font-size:1.2em;}
h4{font-size:1.1em;}
#contactform	{border:5px solid #3ABFD6; -moz-border-radius: 20px;  border-radius: 20px; padding:15px; font-size:0.9em; background:#FFFFFF; position:relative; top:0px;}
#contactform1	{display:none;}
input	{ font-size:1.2em; padding:5px; margin:5px; -moz-border-radius: 0px;  border-radius: 0px; }
textarea { -moz-border-radius: 0px;  border-radius: 0px; font-size:1.5em; padding:5px; margin:5px;  }
form .half { width:100%; float:none; margin-bottom:3px;}
input.booknow	{
	position:relative;
}
input.booknow1	{
	position:relative; font-size:2em; padding:20px; margin:20px 10px 10px 10px;
}
input.booknow2	{
	position:relative; font-size:2em; padding:20px; margin:20px 10px 10px 10px;
}
select	{background:#FFFFFF;  font-size:1.2em; padding:5px; margin:5px; }
H1.tel	{text-align:center;}
.telicon	{display:none;}
.social	{display:none;}
.ref	{text-align:center; padding-right:0px; padding-bottom:20px;}
.steps	{line-height:1em;}
.steps img	{margin-bottom:0px; margin-right:0px; float:left; width:10%;}
.circle	{display:none;}
.clogosframe	{clear:both;
		position:relative;}
.clogos	{
	position:relative;
	width:100%;
	padding:0;
	left:0px;
	top:0px;
	-moz-border-radius:0px;
	 border-radius: 0px;

	}
.logosblank	{display:none}
.testimonials img	{width:10%}
#footer img {
	width:20%;
}
#footer {
	text-align:center;
}
#footer a {
	color:#0059B2;
	font-weight:bold
}
#footer .left{
	text-align:center;
}
#footer .right{
	text-align:center;
}}