/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
/* Addresses margins handled incorrectly in IE6/7. */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;  }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	figure { position: relative; }
	figure img { width: 100%; }
	* { margin: 0; padding: 0; }

/* #Basic Styles
================================================== */
	body {
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height:  21px;
		color: #444;
		overflow-x: hidden;
		background-color: #fff;
		margin: 0; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight:300; font-stretch:normal;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 42px; line-height: 44px; margin-bottom: 16px; }
	h2 { font-size: 32px; line-height: 40px; margin-bottom: 12px; }
	h3 { font-size: 26px; line-height: 30px; }
	h4 { font-size: 22px; line-height: 28px; margin-bottom: 2px; }
	h5 { font-size: 20px; line-height: 28px; margin-bottom: 2px; }
	h6 { font-size: 16px; line-height: 20px; }

	p { 
		font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
		margin: 0 0 18px 0;
		font-size: 14px;
		line-height: 20px;
		color: #232323; 
		text-align: left;
		font-weight:300; 
		font-stretch:normal; }
	
	em { font-style: italic; line-height: 14px; }
	small { font-size: 80%; }

	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 20px; height: 0; }
	
	.appleLinks a {color:#000000; text-decoration: none;}
	.appleLinksWhite a {color:#ffffff; text-decoration: none;}
	#phone-text a{color:#fff; text-decoration:none;}

/* ----- Fonts Styles ---------------------------------------------------*/

h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #fff; 
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: -3px 3px 3px rgba(0,0,0, 0.2);
	}	
h2 { color: #d69f0f; padding: 0 0 12px 0; text-shadow: 0 2px 0 #000; } /*Gold text with shadow  */
h3 { color: #d69f0f; padding: 0 0 12px 0;  } /*Gold text  */
h4 { color: #fff; } 
h5 { color: #081831; padding-bottom: 10px; } /*Dk Blue text titles in footer */
h6 { color: #fff; padding: 0 0 12px 0; } /*Smaller text in welcome areas*/

	
/* ----- Image Styles ---------------------------------------------------*/
#img {
	}
img.scale-with-grid { max-width: 100%; height: auto; }
img { display: block; margin: 0 auto; }
img.floatleft { float: left; margin-right: 8px; }
img.floatright { float: right; margin: 0px; padding: 5px; }
img.floatcenter {
	margin: 0 auto;
	display: block;
	height: auto; }
a img { border:none; }
img.logo {
	height: auto;
	margin: 20px 30px 10px 0;
	position: relative;
	max-width: 100%;
	}
.logotext { margin: 20px 10px 20px 30px; }

/* #CLearFix */
	.clearfix:before,
	.clearfix:after {
    	content: " ";
    	display: table;
    	}
	.clearfix:after { clear: both; }
	.clear { clear: both; }

/* FRANKEN GRID STYLES */

#wrapper {
	height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    max-width: 100%; 
    background: #FFF; }
    
.content { padding:20px; }

/* #Header */
#header {
	width: 100%;
	margin: 0 auto;
	position:relative;
	height: auto;
	min-height: 125px;
	clear: both;
	z-index: 100;
	background: url('../images/headerfill.png') top left repeat-x;
}

/*----------------------------navigation area--------------------*/
#navcontainer {
	width:100%;
	height: auto;
	float: right;
	position:relative;
	z-index: 800;
	}
nav {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
	height: 47px;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	float: right;
	}
nav ul {
	width: 100%;
	margin: 0 auto;
	}
nav li {
    float: left;
    text-transform: uppercase;
	display: block;
	text-align:center;
	border-right:1px solid #333;
	list-style: none;
	padding: 0 6px 0 6px;
	}
nav li.last{ border-right:none; }
nav li:last-child a { border-right: 0; }
nav li a {
	display: block;
	line-height: 47px;
	color: #a3e548;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	}
nav li.active a { color:#fff; }
nav li.current a { color:#333; }
nav li a:hover { /* Top menu items background colour */ color:#fff; }
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
	}
nav a#pull { display: none; }
nav li.refer { display: none; }

.subheader {
	min-height: 513px;
	background: #081831 url('../images/home_widepic1.jpg') top no-repeat;
	margin-top: -27px;
	width: 100%;
	position:relative;
	border-bottom: 3px solid #014d7f;
}
.subheadertext {
	margin: 60px 0 20px 60px; 
}
/*-----------------------------main body_area--------------------*/
.bodycontent  {
	width: 100%;
	min-height: 350px;
	background-color: #081831;
	position:relative;
	margin: 0 auto;
	padding-bottom: 25px;
	}
.bodycontent ul li {
	font-size: 14px;
	line-height:22px;
	color: #2a78aa;
	padding-bottom: 5px;
	font-weight:300; 
	font-stretch:normal;
	}
.bodycontent a:link { color: #9F2214; text-decoration:none; }
.bodycontent a:visited { color: #9F2214; text-decoration:none; }
.bodycontent a:hover { color: #999999; text-decoration:none; }
.bodycontent a:active { color: #FF9900; text-decoration:none; }

/*-------------------------form_area--------------------------------*/
.formTemplate { margin: 10px 50px 50px 0; }
.row { position: relative; margin:0 20px 20px 0; }
.row label:first-child { display:block; }
.formTemplate input[type="checkbox"] + label,
.formTemplate input[type="radio"] + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 14px;
}
.formTemplate input[type="checkbox"],
.formTemplate input[type="radio"] {
	float: left;
	clear: left;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 1px 5px 0 0;
}
#contact-form { 
	color: #CCCCCC;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #232323; 
	font-weight:300; 
	font-stretch:normal;
	}
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=url], #contact-form input[type=password], #contact-form input[type=tel],
#contact-form textarea {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 3px;
}
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=url], #contact-form input[type=tel],
#contact-form input[type=password] {
  width: 100%;
  padding: 3px;
}
#contact-form input[type=number] {
  width: 50%;
  padding: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#contact-form input[type=text]:focus, #contact-form input[type=email]:focus, #contact-form input[type=url]:focus, #contact-form input[type=password]:focus, #contact-form input[type=number]:focus, #contact-form input[type=tel]:focus,
#contact-form textarea:focus { outline: 0; border-color: #66CC33; }

.notification {
	position: absolute;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	background: #666666;
	right: -160px;
	top:0;
	width: 130px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
}
#contact-form button[type="submit"] { font:400 14px/12px "Helvetica Neue", Helvetica, Arial, sans-serif; }
#contact-form button[type="submit"] {
	cursor:pointer;
	width:25%;
	border:none;
	background:#a3e548;
	background:linear-gradient(#a3e548 0%, #68ad07 52%);
	background:-moz-linear-gradient(#a3e548 0%, #68ad07 52%);
	background:-webkit-linear-gradient(#a3e548 0%, #68ad07 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background:linear-gradient(#68ad07 0%, #a3e548 50%);
	background:-moz-linear-gradient(#68ad07 0%, #a3e548 50%);
	background:-webkit-linear-gradient(#68ad07 0%, #a3e548 50%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	color: #629120;
}
#contact-form button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0,0,0,0.5); }
#contact-form input:focus,
#contact-form textarea:focus { outline:0; border:1px solid #999; }
::-webkit-input-placeholder { color:#888; }
:-moz-placeholder { color:#888; }
::-moz-placeholder { color:#888; }
:-ms-input-placeholder { color:#888; }

/*------------------------------footer_area--------------------*/

#footer {
	background-color: #a46f19;
	min-height: 250px;
	width: 100%;
	}
#footer p {
	color:#fff;
	font-size: 14px;
	line-height:22px;
	}
#footer ul li {
    color: #FFFFFF;
    list-style: none outside none;
    margin-left: 10px;
    padding: 3px;
    font-weight:300; 
	font-stretch:normal;
}
#footer a:link { color: #081831; text-decoration:none; } /*Dk Navy blue*/
#footer a:visited { color: #fff; text-decoration:none; }
#footer a:hover { color: #f3cd6a; text-decoration:none; } /*light gold*/
#footer a:active { color: #e9d886; text-decoration:none; } /*lighter gold*/

#copyright {
	width: 100%;
	background: #232323;
	padding: 0 40px 20px 40px;
	}
#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height: 16px; 
	}
#copyright h6 {
	color: #999;
	font-size: 12px;
}
#designedby { float:right; }
#designedby a { color: #a46a19 !important ; font-size: 13px; line-height: 12px; text-decoration: none; }

/*-------------------------------------------------MOBILE DEVICE AREA SETTINGS----------------------------------------------*/
/*Styles for screen 1024px and lower*/
@media screen and (max-width: 1024px) {
	h2 { font-size: 30px; }
}
/*Styles for screen 880px and lower*/
@media screen and (max-width: 880px) {
	h4 { padding-top: 10px; line-height: 22px; }
	#navcontainer { width: 100%; position: static; overflow: hidden;}
	nav { height: 47px; width: 100% }
	nav ul { text-align: center; margin: 0;}	
}
/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) {
	nav li { padding: 0 3px; }
	.content { padding: 10px 10px 0 10px; }
	img.logo { margin: 0 20px 5px 0;}
	.logotext { margin: 0 10px 0 20px; }
	#copyright { padding: 0 0 20px; }
}
/*Styles for screen 685px and lower*/
@media screen and (max-width: 685px) {
	nav a { width: 90px; }
	.subheadertext { margin: 0; }
	#designedby { float:left; }
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 610px) {
	h1 { font-size: 40px; line-height: 44px; margin-bottom: 10px; }
	h2 { text-shadow: 0 1px 0 #000; }
	#navcontainer { height: auto; }
	nav {  height: auto; }
  	nav ul { width: 100%; display: block; height: auto;}
  	nav li {
  		width: 25%;
  		display: inline-block;
  		float: left;
  		padding: 0;
  		position: relative; }
  	nav li a {
		border-bottom: 1px solid #fff;
		/*border-right: 1px solid #fff;*/ }
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;}
	nav li.refer { display: block; }
}

/*Smartphone*/
@media only screen and (max-width : 568px) {
	#comingsoonbox {
		background-image: none; }
	#comingsoonbox p {
		background-image: none; }
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.content { padding: 8px; }
	nav { border-bottom: 0; }
	nav ul { display: none; height: auto;}
	nav a#pull {
		display: block;
		width: 100%;
		position: relative;}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px; 
		z-index: 1000; }
}
/*Smartphone*/
@media only screen and (max-width : 380px) {
	#comingsoonbox h1 { font-size: 26px; }
	h2 { font-size: 24px; padding: 0; line-height: 32px; text-shadow: 0 1px 0 #000; }
	h5 { color: #d69f0f; font-size: 18px; line-height: 22px; }
	nav li { width: 50%; }
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	h1 { font-size: 32px; line-height: 38px; font-weight: normal; margin-bottom: 10px; text-shadow: none; letter-spacing: 0; }
	h3 {font-size: 16px; line-height: 22px; padding-bottom: 4px; }
	h4 { font-size: 14px; line-height: 20px; }
	#container { min-width: 320px;}
	#navcontainer { min-width: 300px;}
	nav li {
		display: block;
		float: none;
		width: 100%;}
	nav li a { border-bottom: 1px solid #fff; }
}
/*Smartphone*/
@media only screen and (max-width : 240px) {
	h1 { font-size: 28px; line-height: 30px; margin-bottom: 0; }
	#navcontainer { min-width: 220px; }
	#comingsoonbox { padding: 0 5px 10px 5px; }
	#comingsoonbox p { font-size: 12px; }
	
}