@charset "UTF-8";
/* CSS Document */

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-text-size-adjust: 100%;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
a{outline: none;}
a img {border: 0;}

p{margin-bottom:10px;}

hr{
	clear:both;
	background-color:#EFEFEF;
	margin-bottom:8px;
}

/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

h1 {
	font-size: 31px;
	line-height: 57px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #054872;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	font-family: 'Amaranth', Arial, Helvetica, sans-serif;
	color:#038abf;
	font-weight: normal;
	letter-spacing: .75px;
	text-align: center;
	padding-bottom: 40px;
}

h3 {
	font-size: 26px;
	line-height: 26px;
	font-family: 'Amaranth', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#f1ae2b;
}

h4 {
	font-size: 16px;
}
html{
	border-top: 7px solid #f2ae2e;
}
body {
	font: 14px/24px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #555;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}
ul li{
	list-style: none;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,100);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}

header{
	padding-top: 30px;
	overflow: hidden;
}
header p{
	color:#fff;
	padding-top: 15px;
	padding-bottom: 5px;
}
div#headerwrapper{
	background: url("../img/grey_background.png") bottom repeat-x;
}
div#bannerimgs{
	clear: both;
}
/* ------------------------------------ N A V I G A T I O N ------------------------ */
nav ul li a{
	color:#555;
	text-decoration: none;
	display:block;
	font-weight: bold;
	-webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
nav ul li a:hover, nav ul li a:active{
	color:#038abf;
}
ul#highlights li{
	font-size: 20px;
	letter-spacing: .75px;
	color:#fff;
	border-top: 3px solid #048abf;
	font-family: 'Amaranth', Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
ul#highlights li span{
	color:#f1ae2b;
	font-size: 22px;
	padding-right: 3px;
}
ul#highlights li span.icon-dollar{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
}
div#bannerimgs{
	background: #CECECE url('../img/151.JPG') no-repeat center center;
	height: 264px;
	border:2px solid #fff;
	overflow: hidden;
	position: relative;
}
/* ------------------------------------ U N I T   I N F O ------------------------ */
div#unitInfoDiv, div#contactDiv{
	background-color: #fff;
}
section.unitSize{
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding:20px;
	margin-bottom: 20px;
}
section.unitSize .flaticon{
	float: right;
	color: #008ABF;
}
section.unitSize#tenbyten .flaticon span:after, section.unitSize#tenbyten .flaticon span:before{
	font-size: 24px;
}
section.unitSize h3{
	margin-bottom: 10px;
}
section#tenbytwenty{
	margin-bottom: 0;
}
div#faqDiv{
	background-color: #efefef;
}
div#unitInfoDiv, div#faqDiv, div#contactDiv{
	padding:40px 0;
}
dt{
	font-weight: bold;
}
dd{
	padding-bottom: 10px;
}
/* ------------------------------------ C O N T A C T ------------------------ */
ul#contactInfo{
	margin-top: 20px;
}
ul#contactInfo li{
	font-size: 16px;
	color:#888;
}
ul#contactInfo li#addressInfo{
	line-height: 20px;
	margin-bottom: 10px;
}
ul#contactInfo li span{
	color:#F1AE2B;
	font-size: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}
ul#contactInfo li#phoneInfo span{
	margin-top: 3px;
}
/* ------------------------------------ F O O T E R ------------------------ */
div#footerwrapper{
	background-color: #054872;
	color:#fff;
	padding:20px 0;
}
div#footerwrapper p{
	margin-bottom: 0;
}

/*		Default and Wide Mobile Layout: 320px - 480px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
----------------------------------------------------------------------------------------------------
cols    1     2      3
px      68    160    252    */
	
@media only screen and (max-width: 767px){
	header{
		padding-top: 20px;
	}
	h1{
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	div#bannerimgs{
		background: #CECECE url('../img/151.JPG') no-repeat -355px center;
	}
	/* ------------------------------------ N A V I G A T I O N ------------------------ */
	nav ul{
		margin-top: 20px;
	}
	nav ul li{
		margin-bottom: 2px;
	}
	nav ul li:last-child{
		margin-bottom: 0px;
	}
	nav ul li a:link, nav ul li a:active{
		background-color: #1AA7DA;
		color:#fff;
		text-shadow: 1px 1px #0A7FA6;
		padding:5px;
		text-align: center;
	}
	nav ul li a:hover, nav ul li a:visited{
		background-color: #0A7FA6;
		color:#fff;
	}
	
	p#aboutUsDiv a{
		color:#eee;
	}
	section.unitSize{
		margin-left:20px;
		margin-right:20px;
	}
	section#tenbyten.unitSize{
		margin-bottom:20px;
	}
	dl, section#contact, footer, p#aboutUsDiv{
		padding-left: 20px;
		padding-right: 20px;
	}
	section#contact iframe{
		width:100%;
	}
}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
----------------------------------------------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (max-width: 479px) {
	nav, p#aboutUsDiv{
		background-color: #555656;
	}
	nav ul li a:link, nav ul li a:active{
		padding:8px;
	}
}
		

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
----------------------------------------------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	nav ul{
		margin-left: 3%;
	}
	nav ul li{
		width:47%;
		float: left;
		margin-right: 3%;
	}
	nav ul li:nth-child(3){
		margin-bottom: 0;
	}
	ul#highlights li{
		width:45%;
		margin-right: 2.5%;
		margin-left: 2.5%;
		float: left;
		height: 18px;
	}
}

/*		Tablet and Desktop Layout: 768px and larger.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712

Below : Both Tablet and Desktop    */

@media only screen and (min-width: 768px) {
h1{
	width:430px;
	float: left;
	margin-bottom: 20px;
}

/* ------------------------------------ N A V I G A T I O N ------------------------ */
header nav{
	float: right;
}
header nav ul li{
	float: left;
}
header nav ul li a{
	font-size: 16px;
	padding:20px 27px 0;
}
header nav ul li:first-child a{
	padding-left: 0;
}
header nav ul li:last-child a{
	padding-right: 0;
}

ul#highlights{
	position: relative;
	height: 50px;
}
ul#highlights li{
	-webkit-animation:myfirst 3.5s; /* Chrome, Safari, Opera */
	-webkit-animation-timing-function: ease;
	animation:myfirst 3.5s;
	animation-timing-function: ease;
	position: absolute;
}
ul#highlights li.first{
	margin-left: 0px;
	left: 0;
}
ul#highlights li.fourth{
	margin-right: 0px;
	right: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst{
from {opacity: 0;}
to {opacity: 1;}
}

/* Standard syntax */
@keyframes myfirst{
from {opacity: 0;}
to {opacity: 1;}
}
iframe{
	width:100%;
}
section.unitSize{
	width: 44%;
	float: left;
}
section#tenbyten{
	margin-right: 20px;
}
.unitImg{
	width:306px;
	height: 200px;
	background-color: #CECECE;
	float: left;
	display: block;
	margin-right: 20px;
}
/* ------------------------------------ F A Q ------------------------ */
dd, dt{
	float: left;
	margin-bottom: 5px;
}
dt{
	width: 35%;
}
dd{
	width: 60%;
}
/* ------------------------------------ C O N T A C T ------------------------ */
ul#contactInfo{
	overflow: hidden;
}
ul#contactInfo li#contactAddrPhone{
	width:225px;
	margin-right: 20px;
	float: left;
}
ul#contactInfo li#contactFormList{
	float: left;
	width:715px;
}
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
---------------------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	div#headerwrapper header, div#unitInfoDiv section#info, div#faqDiv section#faq, div#contactDiv section#contact, div#footerwrapper footer{
		width:768px;
		margin:0 auto;
		overflow: hidden;
	}
	h1{
		font-size: 38px;
		width:315px;
	}	
	header nav ul li a{
		font-size: 14.5px;
		padding:20px 20px 0;
	}
	ul#highlights{
		height: 78px;
	}
	ul#highlights li{
		width:177px;
	}
	ul#highlights li.second{
		left: 197px;
	}
	ul#highlights li.third{
		left: 394px;
	}
	section.unitSize{
		width:43.23%;
		height: 180px;
	}
}

/*		Desktop Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
----------------------------------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) {
	div#headerwrapper header, div#unitInfoDiv section#info, div#faqDiv section#faq, div#contactDiv section#contact, div#footerwrapper footer{
		width:960px;
		margin:0 auto;
		overflow: hidden;
	}
	ul#highlights{
		height: 55px;
	}
	ul#highlights li{
		width:225px;
	}
	ul#highlights li.second{
		left: 245px;
	}
	ul#highlights li.third{
		left: 490px;
	}	
}