@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/

/* Normalize.css should load above this file */


html, body {
	color:#000;
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:108%;
	line-height:130%;
}


/* Sets the width of the full sized site */
.innerWrapper{
	margin:0 auto;
	max-width:980px; 
	width:90%;
	
	
	font-size:.75em;
}


/* basic styles, positioning and helper elements --------------------------------------------------------------------------------------- */

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

img{
	border:0;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.center{
	text-align:center;
}

.noTablet, .noPhone{
	display:block;
}

a{color:#D9FAEA;
text-decoration:none;}

/* link, typographic, positioning elements --------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, .button, a.button{
	font-family: 'Fjalla One', sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1.3px;
	text-transform:uppercase;
	margin:0;
}

p, ul, ol{
	margin:0 0 20px;
	padding:0;
}

ul{
	margin-left:20px;
}

a:link, a:visited{
	color:#000;
	
	/*CSS3 properties*/
	-webkit-transition:color .5s;
	-moz-transition:   color .5s;
	-ms-transition:    color .5s;
	-o-transition:     color .5s;
	transition:        color .5s; /* sets transition length for the color change */
}

a:hover{
	color:#D9FAEA;
}

.button, a.button{
	background:#D9FAEA;
	font-size:13px;
	border:0;
	color:#333;
	display:inline-block;
	margin-bottom:20px;
	padding:7px 20px;
	text-decoration:none;
	
	/*CSS3 properties*/
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px; /* rounds corners */
	
	-webkit-transition:background-color .5s, opacity .5s .3s;
	-moz-transition:   background-color .5s, opacity .5s .3s;
	-ms-transition:    background-color .5s, opacity .5s .3s;
	-o-transition:     background-color .5s, opacity .5s .3s;
	transition:        background-color .5s, opacity .5s .3s; /* sets transition length for the background-color,opacity change */
		
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 8px 0px rgba(0, 0, 0, 0.2); /* adds shadow */
}

.button:hover, a.button:hover{
	background-color:#111;
	color:#fff;
}


.bold{font-weight:bold;}

/* Header styles ------------------------------------------------------------------------------------------------------------------ */

header{
	background:#151514 url(../images/bgHeader.png) left top repeat-x;
	position:relative;
}

header .innerWrapper{
	background:url(../images/bgFade.png) center 42px no-repeat;
	height:238px;
}

/* logo styles ----------------------------------------- */

#logo{
	margin:0;
	padding:60px 0;
	text-align:center;
		
}


/* social Icons styles ----------------------------------------- */

.social{
	left:auto;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}

.social li{
	display:inline-block;
}

.ie7 .social li{
	display:inline;
	zoom:1;
}

.social:first-chiild{
	margin-left:0;
}

a.socialIcon{
	display:block;
	height:25px;

	
	padding:8px 2px;
	
	
}


/* Nav styles ----------------------------------------- */

nav{
	background:url(../images/bgNav.png) left bottom repeat-x;
	bottom:-25px;
	font-family: 'Fjalla One', sans-serif;
	font-size:16px;
	letter-spacing:1.5px;
	font-weight:normal;
	left:0;
	padding-bottom:25px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:100%;
}

nav ul{
	margin:0;
	padding:0;
}

nav li{
	display:inline-block;
	list-style:none;
}

.ie7 nav li{
	display:inline;
	zoom:1;
}

nav ul#menu a{
	border-bottom:10px solid transparent;
	color:#fff;
	display:block;
	height:73px;
	line-height:73px;
	padding:0 20px;
	text-decoration:none;
	text-transform:uppercase;
	
	/*CSS3 properties*/
	-webkit-transition:color .5s;
	-moz-transition:   color .5s;
	-ms-transition:    color .5s;
	-o-transition:     color .5s;
	transition:        color .5s; /* sets transition length for the color change */
}

nav ul#menu a:hover, 
nav ul#menu .current a{
	border-bottom:10px solid #daf9ea;
	color:#daf9ea;
}

nav ul#menu{
	display:block;
}

nav #menu p{
	cursor:pointer;
	display:none;
	text-transform:uppercase;
}



/* banner styles  ------------------------------------------------------------------------------------------------------------------ */

#banner{
	height:400px;
	margin:0;
	position:relative;
	text-align:center;
}

.secondary #banner{
	height:200px;
}



/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

main{
	background:url(../images/bgMiddle.png) left 100px repeat-x;
}

main img{
	/*CSS3 properties*/
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px; /* rounds corners*/
	
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 8px 0px rgba(0, 0, 0, 0.2); /* adds shadow */
}

main h1.title, .aColumn h1{
	background:#daf9ea;
	border-bottom:1px solid #000;
	color:#333; 
	font-size: 20px;
	font-weight:800;
    padding: 10px 0;
	text-align:center;
	
	
	
	/*CSS3 properties*/
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px; /* rounds top left corner*/
	 
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px; /* rounds top right corner*/

}

/* Content Styles ----------------------------------------- */

#content{
	padding:20px;
	
	
}



/* .oneCol Styles ----------------------------------------- */

.oneCol #mainColumn{
	
	background:#fff;
	overflow:hidden;
	
	/*CSS3 properties*/
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px; /* rounds corners*/
	
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    2px 2px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         2px 2px 8px 0px rgba(0, 0, 0, 0.75); /* adds shadow */
}

#sidebar{
	background:#151514;
	color:#aaa;
	padding: 40px 0;
	text-align:center;
	
}

/* .twoCol Styles ----------------------------------------- */

.twoCol{
	padding-bottom:40px;
	
}

.twoCol .aColumn{
	margin-bottom:20px;	
	background:#fff;
	
	
	/*CSS3 properties*/
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px; /* rounds corners*/
	
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    2px 2px 8px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         2px 2px 8px 0px rgba(0, 0, 0, 0.75); /* adds shadow */
}

.twoCol .mainColHolder{
	float: left;
	margin-right: -340px;
	width: 100%;
}

.twoCol #mainColumn{
	margin-right: 340px;
	padding-bottom:40px;
}

.smallColumn{
	float: right;
	width: 300px;
	
}

#sidebar.aColumn {
	background:#fff;
	color:#000;
	padding-top:0;
	
}

#sidebar.aColumn ul{
	padding-bottom:0;
	padding-top:40px;
}

#sidebar.aColumn  li{
	display:block;
	width:100%;
}

.aColumn li#nextButtons{
	margin:10px auto 0;
	text-align:center;
	width:90%;
}

/* Specific for example buttons*/
.aColumn #nextButtons img{
	vertical-align:middle;
	margin:10px auto;
	
	/*CSS3 properties*/
	-webkit-border-radius: 30px;
	-moz-border-radius:    30px;
	border-radius:         30px; /* rounds corners */
}

/* Sidebar Styles ----------------------------------------- */

#sidebar h4{
	font-size:1.35em;
}

#sidebar ul{
	margin:0 auto;
	padding:20px;
}

#sidebar li{
	text-align:left;

	width:30%;
}

.ie7 #sidebar li{
	display:inline;
	zoom:1;
}

#sidebar table{
	border:1px solid #D5D5D5;
	border-collapse:collapse;
	border-width:1px 0;
	margin:5px auto;
	table-layout:auto;
	vertical-align:top;
	width:80%;
}

#sidebar th, td{
	text-align:left;
	vertical-align:top;
	padding:2px 0;
}

#sidebar th{
	width:40%;
}




/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

footer{
	background:#242423 url(../images/bgFooter.png) left top repeat-x;
	border-top:1px solid #000;
	color:#CCC;
	font-size:.9em;
	line-height:72px;
	margin:0 auto;
	text-align:center;
	width:100%;
}

footer a{
	color: #818181;
    text-decoration: none;
}

footer a:hover, 
footerNav .current a{
	color: #333;
    text-decoration: none;
}

footer p{
	margin:0;
}



/* Form Styles ------------------------------------------------------------------------------------------------------------------ */

.error, .cmxform em{
	color:#f00;
}

.recaptcha {
	border:0;
    margin:0 auto 30px;
	padding:5px;
	width: 318px;
}


form .button{
	margin:0 10px;
}

form{
	clear:both;
	margin:30px auto 0;
	width:90%;
}

form h3{
	font-size:1.2em;
	margin: 20px;
}

input[type=text], textarea {
	width:98%;
}

form.cmxform fieldset {
	border:0;
    margin-bottom: 30px;
	padding:5px;
}

form.cmxform legend {
    font-weight: bold;
    margin: 0 10px;
	padding:0 0 2px;
	width:96%; 
}

form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.cmxform fieldset ol {
	border-top:1px solid #6A6C6B;
    margin: -5px 10px 0;
    padding: 10px 0 0;
}
form.cmxform fieldset li {
    list-style: none outside none;
    margin: 0 !important;
    padding: 5px;
}
form.cmxform fieldset fieldset {
    border: medium none;
    margin: 3px 0 0;
	padding:0;
}
form.cmxform fieldset fieldset legend {
    font-weight: normal;
    padding: 0 0 5px;
}
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}
form.cmxform em, h4 em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
}
form.cmxform label {
    width:90%;
}
form.cmxform fieldset fieldset label {
    margin-left: 123px;
}

.formBtns{
	margin-left:185px;
	margin-top:0;
}

form.cmxform fieldset fieldset select {
    margin-left: 123px;
}

form.cmxform label.error{
	font-size:1em;
	margin:2px 0 0;
	width:300px;
}

#feedback{
	border-bottom: 1px solid #000;
	margin:20px 0 0;
}

#feedback h3{
	border:0;
	padding-bottom:10px;
}

/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	
	/* Basic styles ----------------------------------------- */
	
	.noTablet{
		display:none;
	}
	
	header .innerWrapper{
		width:100%;
	}
	
	.social{
		padding-left:10px;
	}
	
	#sidebar li{
		width:33%;
	}
	
	/* twoCol specific styles ----------------------------------------- */
	
	main.twoCol .innerWrapper{
		overflow:hidden;
		padding-bottom:10px;
	}
	
	.twoCol .mainColHolder{
		float: none;
		margin-bottom:40px;
		margin-right: auto;
		width: 100%;
	}
	
	.twoCol #mainColumn, .aColumn, .smallColumn{
		float:none;
		margin-left:auto;
		margin-right:auto;
		max-width:none;
		width:auto;
	}
	
}

@media only screen and (max-width: 750px) {
	#sidebar li{
		width:45%;
	}
	
	#sidebar li.lastCol{
		clear:both;
		margin-top:20px;
		width:75%; /* Template specific for the hours table*/
	}
}


/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	.noPhone{
		display:none;
	}
	
	.left, .right{
		float:none;
	}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	nav ul {
		height:auto;
		text-align:center;
		padding:0;
	}
	
	nav #menu p {
		color:#FFF;
		display:block;
		height:73px;
		line-height:73px;
		text-align:center;
		margin:0;
	}
	
	nav #menu:hover p {
		color:#5280BC;
	}
	
	nav #menu ul {
		display:none;
		position:absolute;
		left:0;
		width: 100%;
		z-index:10;
	}
	
	nav #menu ul li {
		background:#242423;
		border:1px solid #000;
		border-left:none;
		border-right:none;
		clear:left;
	}
	
	nav #menu ul li:first-child {
		border-top:none;
	}
	
	nav #menu a {
		border-bottom:5px solid #242423;
	}
	
	nav #menu a:hover {
		border-bottom:5px solid #4A83BE;
	}
	
	nav #menu li,
	.no_js nav #menu li:hover > ul,
	.no_js nav #menu li:active > ul {
		display:block;
	}
	
	/* Drop down menu ------------------------------------ END */
	
	#nav #menu li {
		float:none;
		margin:0 auto;
	}
	
	#nav #menu p,#nav #menu ul,#nav #menu ul li {
		width:100%;
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#sidebar li, #sidebar li.lastCol{
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	
	/* footer styles ----------------------------------------- */
	
	#copyright{
		line-height:20px;
		padding:25px 0;
	}
	
}