@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
*/

.space-btn .button{
	margin-bottom: 10px;
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.space-btn .directions a.button{
	color: white !important;
}
.space-btn .directions a.button:hover{
	background: #555555 !important;
}


* {
	margin: 0;
	padding:0;
}

html, body {	
	background: #fff;
	color:#222222;
	font-family: 'Open Sans', sans-serif;
	font-size:95%;
	line-height:140%;
	font-weight: 300;
	letter-spacing: .03em;
}


/* No Sticky footer!  */
#wrapper {				
	margin: 0 auto;				
	width: 100%;
}

/* 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{
	border:0;
}

h1, h2, h3, h4{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #991b1e;
	font-size:2em;
	font-weight:700;
	margin:0 0 15px;
	letter-spacing: .05em;
	text-align: center;
}

h1{
	padding-top:25px;
	font-size:34px;
	line-height: 110%;
	letter-spacing: .01em;
}

h2{
	font-size:24px;
	line-height: 110%;
	letter-spacing: .01em;
	color:#555;
	text-transform:none;
	padding-bottom:15px;
}

.noti{
	padding: 20px;
	border: 3px solid #991b1e;
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px !important;
}

h3{
	font-size:2.1em;
	padding-top: 20px;
	border-top:1px solid #e1e1e1;
}

h4{font-size:24px;
	line-height: 110%;
	letter-spacing: .01em;
	color:#555;
	text-transform:none;
	/*padding-bottom:15px;*/
	text-align: left;
}

p{
	margin:0 0 15px;
	padding:0;
	text-align: left;
	font-size: 14.5px;
	line-height: 24px;
}

p.italic{
	font-style:italic;
	font-weight:600;
	text-align: center;
}

strong{
	font-weight:800;
}

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

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

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

.center{
	text-align:center;
}

.email2{
	margin:0px 0 25px 0;
}

.rate{
}

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

.button, #sidebar .button {
	background: #991b1e;
	width: 150px;
	color:#fff !important;
	cursor:pointer;
	display:inline-block;
	padding:15px 10px;
	/*font-weight: bold;*/
	text-decoration:none;
	text-align: center;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	text-shadow:1px 1px 1px rgba(0,0,0,.8);
	letter-spacing: .04em;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

#sidebar .button:hover{
	background: #555555;
}

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

#header{
	background: url(../images/bgHeader2.png) repeat;
	text-align:center;
	position:relative;
	border-top: 6px solid #991b1e;
}

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

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

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

#nav{
	
	background: #991b1e;
	left:0;
	top:0;
	width:100%;
}

#nav ul{
	margin:0;
	padding:0;
	width:100%;
}

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

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

#nav a{ 
	font-size: 13px;
	color:#fff;
	font-weight: 600;
	display:block;
	height:30px;
	line-height:30px;
	padding:10px 30px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: .05em;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	border-right: 1px solid rgba(0,0,0,.3);
	border-left: 1px solid rgba(255,255,255,.1);
}

#nav li#first_li a{
	border-left:0;
}

#nav li#last_li a{
	border-right:0;
}

#nav a:hover, 
#nav .current a{
	background: #555;
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}

#nav ul#menu{
	display:block;
}

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

#nav .fa{
	padding-left: 5px;
}

/* second level ----------------------------------- */

.level2{
	position:absolute;
	left:1;
	visibility:hidden;
	z-index: 3000;
}

#menu .level2 a{
	background: #f5f5f5;
	border-top: 1px solid #fff;
	width: 95px;
	color: #152154;
	text-shadow:1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 1px 3px 3px rgba(0,0,0,.3);
}

#menu .level2 a:hover{	
	text-decoration: underline;
}

#menu :hover > ul{ 
	visibility:visible;
}

#menu ul .level2 li{
	width: 100%;
	margin: 0;
}


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

#banner {
	clear:both;
	margin:0px 0 10px;
	padding:0;
	position:relative;
	width:100%;
}

#banner img{
	height:450px;
	width:100%;
}

#rectangle{
	background: #991b1e;
	font-family: 'Oswald', sans-serif;
	display: block;
	height: 65px;
	margin: -45px auto 0;
	position: relative;
	width: 500px;
	z-index: 10;
	padding: 1px 10px 0 10px;
	text-transform: uppercase;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

#rectangle p, #rectangle .hide{
	color: #fff;
	font-size:30px;
	margin-top: 2px;
	padding-top: 20px;
	letter-spacing: .06em;
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	text-align: center;
}

.secondaryBanner{
	border:0;
	border-top:1px solid #fff;
	border-bottom:8px solid #7F211F;
	margin:0 auto;
	max-height:320px;
	height:auto;
	overflow:hidden;
	
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	   -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	     -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	        box-shadow: 0 1px 4px rgba(0,0,0,.2); 
}

/* Flexslider Styles ------------------------------------------------------------------------------------------------------------------ */

.flexslider{
	border:0;
	border-bottom:8px solid #555;
	
	margin:0 auto;
	
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.flexslider ol li{
	list-style:none;
}

.flex-control-nav {
    bottom: 10px;
	right:10px;
	text-align: right;
}

.flex-control-paging li a {
	height: 14px;
	overflow:hidden;
	text-indent: 9999px;
	width: 14px; 
	
	background: #999;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
   
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
	   -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}

.flex-control-paging li a:hover { 
	background: #BBBBBB; 
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

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

#middle{
	clear:both;
	margin:0 auto;
	padding:20px 0 20px;
	width: 840px;
}

#middle ul{
	line-height:150%;
	list-style:rectangle;
}

.title{
	color: #444;
	font-size: 28px;
	font-weight: normal;	
	line-height:40px;
	margin:0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

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

#content{
}

#content .border{
	  /*box-shadow: 1px 3px 3px rgba(0,0,0,.3);*/
}

#content a:link, #content .current a, #content a:visited{
	text-decoration: none;
	color: #991b1e;
	font-weight: 800 !important;
}

#content a:hover{
	text-decoration: underline;
	font-weight: 800 !important;
}

#content ul li{
	background:url(../images/bullet.png) left center no-repeat;
	padding-left:20px;
	font-size: 13.5px;
	list-style: none;
	margin-left: 40px;
}

#content ul ul li, #content ol ul li{
	background:url(../images/bullet.png) left center no-repeat;
	padding-left:10px;
}

.border{
	padding: 4px;
	border: 1px solid #d5d5d5;
	margin: 5px;
}

/* Trio Image Styles ----------------------------- */

.trioImage {
	background:url(../images/bgLine.png) 0 0 repeat-x;
	overflow:hidden;
	padding:20px 0;
}

.trioImage2 {
	background:url(../images/bgLine.png) 0 0 repeat-x;
	overflow:hidden;
	padding:20px 0 10px 0;
}

.trioImage .inner { 
	padding-left:44px;
}

.trioImage .box {
	float:left;
	/*margin-right:22px;*/
	width:33.3%;
}

.trioImage .first {
	/*margin-left:-44px;*/
}

.trioImage .last {
	margin-right:0;
	width:33.4%;
}

.trioImage img {
	height:auto;
	max-width:100%;
	width:auto\9; /* ie8 */
}

/* basic form styles ----------------------------------------- */

.stylish {
	background: #991b1e;
	font-family:'Open Sans', FontAwesome;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.stylish:hover{
	background: #555555;
}

.captchaHolder{
	clear: both;
	display: block;
	margin: 10px auto;
	text-align: center;
}

.QapTcha{
	float: none;
	margin: 0 auto;
}

input[type="submit"]:disabled {
    background: #ccc;
}

.error,.cmxform em {
	color:red;
}

form {
	clear:both;
	display:block;
	margin:30px auto;
	width:90%;
	border:1px solid #000000;
	padding: 20px;
	background: #f5f5f5;
}



form p {
	margin:5px 0;
}


p.small{
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#feedback{
	margin: 0 0 20px;
}

#feedback h3{
	border:0 !important;
	padding-top:0 !important;
}

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

#footer{
	background:#333;
	color:#e1e1e1;
	font-size:1em;
	overflow:hidden;
	text-align:center;
}

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

#footer a{
	color:#e1e1e1;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}

#footer a:hover,
#footerNav .current a{
	text-decoration: underline;
	font-weight: 800;
}

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

#sidebar{
	background:#ccc;
	padding:30px 0;
	color: #444;
	border-top: 4px solid #555;
	font-size: 12px;
	line-height: 125%;
}

#sidebar a{
	color: #152154;
}

#sidebar a:hover{
	text-decoration: none;
}

#sidebar .values strong{
	font-size: 14px;
	text-transform: uppercase;
}

#sidebar .values .fa{
	color: #999;
	padding-right: 5px;
	font-size: .9em;
	vertical-align: top;
	margin-top: 4px;
}

#sidebar h4,
#sidebar h3{
	color: #991b1e;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 140%;
	text-align: center;
}

#sidebar h3{
	padding-top: 0;
}

#sidebar p{
	margin-bottom: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 12.5px;
}

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

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

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

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

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

#sidebar th{
	padding-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.button .fa{
	padding:0 10px 0 0;
	color: #fff;
	font-size: 1.25em;
}

.button .fa.envelope{
	font-size: 1.08em;
}

.button .fa.star{
	color: #f3f12b;
	padding: 8px 3px 0;
	font-size: 1.2em;
}

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

#footerNav{
	background: #6e0606;
	padding:40px 0;
	font-size: 12px;
	letter-spacing: .08em;
}

#footerDetail{
	margin-bottom:30px;
}

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

#footerNav a{
	border-right: 1px solid rgba(255,255,255,.2);
	padding: 0 20px;
}

#footerNav li{
	display:inline-block;
	/*margin:0 20px;*/
}

#footerNav li.last a{
	border-right: 0;
}

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

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

#copyright{
	padding:15px 0;
}

#copyright p{
	font-size:.8em;
	line-height:normal;
	text-align: center;
}

/*=================== 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 ----------------------------------------- */
	
	body, #header, #middle, #content, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		width:100%;
		margin:0 auto;
	}
	
	#wrapper{
		background:none;
		width:100%; /* If you have a background image on the body element make this percentage lower than 100% to show the image/pattern. If not just use 100% */
		padding:0;
		margin-bottom:0;
	}
	
	#middle{
		margin:20px 0 40px;
	}

	.button{
		/*margin:20px;*/
	}

	.accordion,
	iframe{
		margin: 0 20px;
	}

	/* banner styles ----------------------------------------- */
		
	#banner img{
		max-width:100%;
		height:auto;
	}
	
	#logo{
		padding:30px 0px 10px 0px;
	}

	/* nav styles ----------------------------------------- */
	
	#nav{
		margin:0;
		padding-top:0;
		position:relative;
	}
	
	#nav a{
		width:auto;
		/*padding:10px 25px;*/
	}
	
	/* content ----------------------------------------- */
	
	#content p, #content h2, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 20px;
	}
		
	.staff{
		margin: 0 20px;
	}

	#middle{
		padding:0;
	}	

	#rectangle{
		border-radius: 0;
	}

	.border{
		margin: 5px 20px;
	}

	/*.right, .left{
		float: none;
	}*/
}

@media (max-device-width:990px), screen and (max-width:990px){

/* sidebar styles ----------------------------------------- */
	
	#sidebar ul{
		width:100%;	
	}
	
	#sidebar table{
	}

	#sidebar li{
		width: 100%;
		padding: 20px 0;
	}

}

@media (max-device-width:910px), screen and (max-width:910px){

	.flexslider{
		border-bottom:0;
	}

	#rectangle{
		padding: 0;
	}

	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */

	#nav, #nav ul, #nav li{
		padding:0;
	}
	
	#nav ul{
		height:auto;
	}

	#nav{

		padding: 0;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu p{
		display:block;
		height:35px;
		width:120px;
		line-height:35px;
		color:#fff;
		text-align:center;
		margin:0;
		padding: 0;
		letter-spacing: .03em;
		font-size: 18px;
	}
	
	#nav #menu a{
		width:100%;
		margin-top:0;
		padding:15px 0;
		color: #fff;
		text-shadow:1px 1px 1px rgba(0,0,0,.2);
	}
	
	#nav #menu #first_li{
		border-top-width:2px;
	}
	
	#nav #menu .current a, #nav #menu a:hover{
		border:none;
	}
	
	#nav #menu:hover p{
		color:#fff;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:20;
		top:54px;
		left:0;
		margin:0;
		margin-top:1px;
	}
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#72767c+0,7a7f85+10,7a7f85+90,72767c+100 */
background: rgb(114,118,124); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzY3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzdhN2Y4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzdhN2Y4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Mjc2N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(114,118,124,1) 0%, rgba(122,127,133,1) 10%, rgba(122,127,133,1) 90%, rgba(114,118,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,118,124,1)), color-stop(10%,rgba(122,127,133,1)), color-stop(90%,rgba(122,127,133,1)), color-stop(100%,rgba(114,118,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(114,118,124,1) 0%,rgba(122,127,133,1) 10%,rgba(122,127,133,1) 90%,rgba(114,118,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(114,118,124,1) 0%,rgba(122,127,133,1) 10%,rgba(122,127,133,1) 90%,rgba(114,118,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(114,118,124,1) 0%,rgba(122,127,133,1) 10%,rgba(122,127,133,1) 90%,rgba(114,118,124,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(114,118,124,1) 0%,rgba(122,127,133,1) 10%,rgba(122,127,133,1) 90%,rgba(114,118,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72767c', endColorstr='#72767c',GradientType=0 ); /* IE6-8 */

		border-left:none;
		border-right:none;
		padding:0;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
		background:#000;
		color: #fff;
	}
	
	/* Drop down menu --- END */
	
	#nav {
		/*background:#444;*/
		width:100%;
		float:none;
		clear:both;
		padding:10px 0;
	}
	
	#nav #menu li {
		float:none;
		width:100%;
		margin:0 auto;
	}
	
	#nav #menu p,#nav #menu ul li {
		width:100%;
	}

	#rectangle{
		width: 100%;
		margin: -5px auto 0;
	}

	#rectangle p{
		font-size: 18pt;
		padding: 0 10px;
		line-height: 110%;
		padding: 18px 0 0; 
	}

	#menu :hover > ul.level2{ 
		visibility:hidden;
	}
}

@media (max-device-width:705px), screen and (max-width:705px){
	h1{
		padding:0 8px 0;
	}

	h2{
		padding:0 8px 0;
	}

	h4{
		padding:0 8px 0;
	}

	#content ul li{
		margin-left:30px;
	}
}

/*=================== 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 ----------------------------------------- */

	.button, #sidebar a.button{
		padding:10px 15px;
	}

	.form{
		margin-left: 10px;
	}

	#wrapper, #footer{
		width:100%;
	}

	#content{
		clear:both;
	}
		
	.staff{
		margin: 0 10px;
	}

	#logo{
		padding-bottom:20px;
	}
	
	#banner{
		display:block;
	}

	h1{
		padding:0 8px 0;
	}
	
	.button{
		/*margin:20px 10px;*/
	}

	.border{
		margin: 10px;
	}

	.logoShrink{
		max-width: 250px;
		width: 100%;
		height: auto;
	}

	.shrink{
		max-width: 150px;
		width: 100%;
		height: auto;
	}

	.shrink2{
		max-width: 200px;
		width: 100%;
		height: auto;
	}

	#rectangle p{
		font-size: 15pt;
		padding: 21px 0 0;
		line-height: 110%; 
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content h2, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 10px;
	}
	
	span{
		display: none;
	}

	.trioImage img {
		width: auto !important;
		align-content: center !important;
		/*margin-right:20px !important;*/
		padding
	}

	.trioImage{
		align-content: center !important;
		/*margin-right:22px;*/
		margin-left:-44px;
	}

	/* footer styles ----------------------------------------- */
	
	#footerNav{
		display:none;
	}

}