@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
	
To target non-javascript running browsers, add the following class to the beginning of the selector:
	.no_js
*/



* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */
	background: #fafafa;
	color:#555;
	font-family: 'Raleway', sans-serif;
	/*letter-spacing: .05em;*/
	font-size:14px;
	line-height: 1.4em;
}

#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto -56px;		/* Sticky footer - margin-borrom must equal height of #footer, .push */
	
	overflow:hidden;
	width:100%;
}

/* Controls how wide the content is */
.innerWrapper{
	display: block;
    margin: 0 auto;
    width: 960px;
}

#footer, .push {
	clear:both;					/* Sticky footer - do not override*/
	height: 56px;				/* Sticky footer - height must equal margin-bottom of #wrapper */
}

/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

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

img,
#middle .noBorder,
#logo a{
	border:0;
}

h1, h2, h3, h4, h5, h6{
	color:#224a8c;
	font-family: 'Baumans', cursive;
	font-size: 22px;
    font-weight: normal;
    line-height: normal;
	margin: 0;
	padding:0;
}

h2{
	font-style: 16px;
	color:#909bc5;
}

p{
	margin:0 0 20px;
	padding:0;
}

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

a:link, a:visited{
	color: #909bc5;
	text-decoration:none;
}

a:hover{
	color:#9fd2c3;
}

iframe{
	margin-bottom: 20px;
}

.googleMap2{
	display: none;
}

.googleMap3{
	display: none;
}

.center{
	text-align:center;
}

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

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

.avatar{
	padding: 5px;
	float: right;
}

.bolded{
	display:block;
	font-weight:bold;
}

.connect{
	width: 150px;
	margin: 0 auto;
}

.directions, .email, .rate{
	padding-top:5px;
	padding-bottom: 5px;
	float: left;
	margin-bottom: 25px;
}

.video{
	padding-top:5px;
	padding-bottom: 5px;
	float: right;
	width: 150px;
}

.button, a.button{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	background:#555555;
	width: 150px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
}

.ie7 .button, .ie7 a.button{
	display:inline;
	zoom:1;
}

.button:hover, a.button:hover{
	background:#CB9530;
}

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

#header{
	/*border-bottom: 1px solid #D5D5D5;*/
	padding: 30px 0 5px;
	text-align:center;	
	background: url(../images/bg.png) repeat;
	/*background: #fafafa;*/
}

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

#logo{
	margin-bottom: 40px;
}

#logo h1{
}	


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


#banner{
	/*border-bottom: 5px solid #9fd2c3;*/
	/*border-top: 5px solid #9fd2c3;*/
	/*border-bottom: 5px solid #909bc5;
	border-top: 5px solid #909bc5;*/
	/*border-bottom: 5px solid #224a8c;*/
	/*border-top: 3px solid #224a8c;*/
	overflow:hidden;
	position:relative;
	padding-bottom: 5px;
}


/* Overrides flexslider's default values */
#banner .flexslider {
	border:0; 
	margin: 0 auto; 
	max-width:960px;
	width:80%;


	-webkit-border-radius: none;  
	   -moz-border-radius: none; 
	     -o-border-radius: none;  
	        border-radius: none;  
 
	-webkit-box-shadow: none; 
	   -moz-box-shadow: none;  
	     -o-box-shadow: none; 
	        box-shadow: none; 
     
}

#banner .flex-viewport{
	overflow:visible !important;
}

.leftMask, .rightMask{
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
	zoom: 1;
	
	/* editable */
	background:#FFF;			/* controls color of masks */
	filter: alpha(opacity=75);	/* opacity of masks for IE*/
	opacity: 0.75; 				/* opacity of masks*/
}

.rightMask{
	right:-100%;
	left:auto;
}

.slideHolder{
	padding:0 3px; 				/* half of the space between images*/
}

#banner .flex-direction-nav a {
	height:40px;
	width:40px;
	margin-left:20px;
	margin-right:20px;
}




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

#nav{
	font-size: 15px;
	position:relative;
	text-align: center;
	text-transform:uppercase;
	background: #224a8c;
	font-family: 'Baumans', cursive;	
}

#nav #menu{
	display:block;
	height:100%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:80%;
	max-width:960px;
	background: #224a8c;
	border: 3px solid #fff;
	border-width: 0 3px;
	position: relative;
	z-index: 3;
}


#nav #menu p{
	cursor:pointer;
	display:none;
}

#nav #menu ul{
	height:100%;
	list-style:none;
	margin:0 auto;
	padding:0;
	border: 3px solid #fff;
	border-width: 0 3px;
}

#nav #menu ul li{
	display:inline-block;
	margin:0;
}


#nav #menu ul a{
	color: #fff;
    display: block;
	text-decoration:none;
	padding: 20px ;
}

#nav #menu ul li a:hover, #nav #menu ul .current a{
	color: #FFF;
	background: #909bc5;

	/*-webkit-border-radius: 10px;  
	   -moz-border-radius: 10px; 
	     -o-border-radius: 10px;  
	        border-radius: 10px;*/ 
}

.purpleMask{
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #9fd2c3;
}

.purpleMask2{
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background: #9fd2c3;
}

/* middle top / banner bottom border space ----------------------------- */

#bannerSpace{
	font-size: 15px;
	position:relative;
	background: #224a8c;
	margin-top: 5px;
}

#bannerSpace #space{
	display:block;
	height:100%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:80%;
	max-width:960px;
	background: #224a8c;
	border: 3px solid #fff;
	border-width: 0 3px;
	position: relative;
	z-index: 1;
}

#bannerSpace #space p{
	cursor:pointer;
	display:none;
}

#bannerSpace #space ul{
	height:100%;
	list-style:none;
	margin:0 auto;
	padding:0;
	border: 3px solid #fff;
	border-width: 0 3px;
}

#bannerSpace #space ul li{
	display:inline-block;
	margin:0;
}

#bannerSpace #space ul a{
    display: block;
	text-decoration:none;
	padding: 20px ;
}

#bannerSpace #space ul li a:hover, #bannerSpace #space ul .current a{
	background: #909bc5;
}

.purpleMask3{
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: #9fd2c3;
}

.purpleMask4{
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background: #9fd2c3;
}

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

#middle{
	clear:both;
	padding: 40px 0;
	
}

#middle .border{	
	/*border: 1px solid #224a8c;*/
    /*padding: 4px;*/
    text-align: center;

    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    2px 2px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         2px 2px 8px 0px rgba(0, 0, 0, 0.4); /* adds shadow */
}

#middle ul{
}

.title{
	margin-bottom:20px;
	font-size: 24px;
}

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

#content{
}

#content h1{
	font-size: 26px;
}

#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
    margin-bottom: 20px;
}


#content ul{
	margin-left:0;
	padding-left:0;
	list-style:none;		
}

#content li{
	 padding: 4px 10px 4px 20px; 
	 margin: 0;
	 line-height:normal;
	 background:url(../images/bullet.gif) left center no-repeat;
}

#content li li{
	 background:url(../images/bullet2.gif) left center no-repeat;
}


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

#sidebar{
	padding: 40px 0;
	border-top: 1px solid #224a8c;
	border-bottom: 1px solid #224a8c;
	text-align:center;
	background: url(../images/bgSidebar.png) repeat;
	/*background: #224a8c;*/
}

#sidebar h4{
	font-size: 15px;
}

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

#sidebar li{
	display:inline-block;
	width:33%;
	vertical-align:top;
}

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

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

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

#sidebar td{
	text-align: right;
	vertical-align:top;
	padding:3px 0 3px 0;
}

#sidebar td.tdLeft{
	text-align: center;
	vertical-align:top;
	padding:3px 0 3px 0
}

#sidebar th{
	width:40%;
}

#sidebar iframe.button{
	padding:0;
	margin:0 auto 10px;
}

.fadeImg img{
	background-color:#FFF;
	zoom: 1;
	
	filter: alpha(opacity=100); /* transparency for IE*/
	opacity:1;
	
	/*CSS3 properties*/
	-webkit-transition: opacity .3s;
    -moz-transition:    opacity .3s;
    -ms-transition:     opacity .3s;
    -o-transition:      opacity .3s;
    transition:         opacity .3s;  /* smooths the opacity changes */
	
}

.logos{
	padding:0 5px 0 5px;
}

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

.center{
	text-align:center;
}

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

}

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


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

form h3{
	margin: 20px;
	font-size:1.2em;
}
input[type=text], textarea {
	width:98%;
}

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

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 {
    margin: -5px 10px 0;
    padding: 10px 0 0;
	border-top:1px solid #6A6C6B;
}
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{
	margin:20px 0 0;
	border-bottom: 1px solid #000;
}

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


#recaptcha_area{
	margin:0 auto;
}

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

#footer{
	color: #666666;
	height:55px;			 /* Sticky footer - height correction to include border (push height - border width) */
	line-height:55px;
	/*border-top: 1px solid #D5D5D5;*/
	background: #fafafa;
	font-size: 11px;
}


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

#footer a:hover, #footerNav .current a{
	color: #909bc5;
}

/* footerNav styles ----------------------------------------- */

#footerNav ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

#footerNav li{
	float:left;
	padding-left:10px;
}

/* copyright styles ----------------------------------------- */

#copyright p{
	margin:0;
}


/*=================== 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){
	body, .innerWrapper, #header, #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		margin:0 auto;
		width:100%;
	}
	
	 #content{
		margin-bottom:20px;
	 }
	 
	 #content, #sidebar{
		padding-left:0;
		padding-right:0;
	 }
	
	#logo{
		padding:0 40px;
	}
	
	#wrapper{
		background:none;
		width:100%;
	}
	
	#content p, #content h2, #content h4, #content .title, #sidebar p, #sidebar h4, #sidebar .title, #footer p, #footer ul{
		margin-left:20px;
		margin-right:20px;
		padding:0;
	}
	
	.left{
		margin-left:20px;
	}
	
	.right{
		margin-right:20px;
	}

	.googleMap{
		display: none;
	}

	.googleMap2{
		padding-right: 20px;
		padding-left: 20px;
		display: block;
	}

	.googleMap3{
		display: none;
	}
		
	#content img{
		margin-left:20px;
	
	}
	.shrink{
		max-width: 150px;
		width: 100%;
		height: auto;
	}

	.shrink2{
		max-width: 80px;
		width: 100%;
		height: auto;
	}
	
	/* sidebar styles ----------------------------------------- */

	#sidebar{
		border: none;
	}
	
	#sidebar ul{
		width:100%;
		text-align:center;

	}
	
	#sidebar table{
		width:100%;
	}

	#sidebar li{
		float:none;
		min-width:none;
		padding:10px 0;
		width:100%;
		text-align:center;
		border-top:1px solid #224a8c;
		border-width: 50%;
	}
	
	#sidebar table{
		width:250px;
		margin-left:auto;
		margin-right:auto;
	}
	
	/* footer styles ----------------------------------------- */

	#footer{
		border-top:1px solid #224a8c;
	}
	
	#footerCont{
		background:none;
		width:auto;
	}
	
	#footerNav{
		display:block;
	}

}

@media (max-device-width:900px), screen and (max-width:900px){
	html, body{
	}
	
	#footerCont{
		height:auto;
		padding:0;
		text-align:center;
	}
	
	#footerNav{
		display:none;
	}

}

@media (max-device-width:690px), screen and (max-width:690px){
	#header{
		/*background:none;*/
	}
	
	#logo{
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
	
	#logo img{
		max-width:95%;
		margin:0 auto;
	}

	/* nav ---------------------------------------------------------*/
	
	#nav{
		border-width:1px 0;
		height:50px;
		margin-top:0;
		background:#fafafa;
	}
	
	#nav #menu{
		text-align:center;

	}
	
	#nav #menu p{
		color:#fff;
		display:block;
		height:50px;
		line-height:50px;
		margin:0;
		text-align:center;
		border:3px solid #fff;
		border-width: 0 3px;
	}
	
	#nav #menu:hover p{
		color: #909bc5;
	}
	
	#nav ul{
		height:auto;
		padding:0;
	}
	
	#nav li{
		width:100%;
	}
	
	#nav #menu ul{
		display:none;
		position:relative;
		z-index:10;
		border:3px solid #fff;
		border-width: 0 3px;
	}
	
	#nav #menu ul li{
		border-top:2px solid #fff;
		border-left:none;
		border-right:none;
		/*clear:left;
		float:left;*/
		margin:0;
	}
	
	#nav #menu ul a, #nav #menu ul li{
		background:#224a8c;
	}
	
	#nav #menu ul a{
		line-height:50px;
		padding: 0;
		text-decoration:none;
	}
	
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	#footer{
		font-size:.8em;
	}
		
}

@media (max-device-width:560px), screen and (max-width:560px){
	
	.googleMap2{
		display: none;
	}

	.googleMap3{
		padding-right: 10px;
		padding-left: 10px;
		display: block;
	}

}

@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){
	
	html, body{
	}
	
	#content{
		margin-top:15px;
	}

	.avatar{
		display: none;
	}
	
	/* content and sidebar styles ----------------------------------------- */

	/* middle styles ----------------------------------------- */

	/* footer styles ----------------------------------------- */
	
	#footer{
		font-size:.7em;
		line-height:normal;
		padding-top:20px;
	}


}