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

#mobileVideo {
	margin-top:-50px;
	width:300px;
}

* {
	margin: 0;
	padding:0;
}

html, body {	
	background:#fff;
	color:#666;
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-size:100%;
	line-height:1.4em;
}


/* 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{
	font-size:1.5em;
}

h2, h3, h4{
	color: #8998AA;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
}

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

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;
}

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

.directions{
	margin:20px 0;
}

.button, #sidebar .button {
	background:#4C5158 url(../images/bgFooter.png) repeat;
	
	border:1px solid #eee;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:5px 8px 3px;
	text-decoration:none;

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

.button:hover {
	background:#636F7E url(../images/bgFooter2.png) repeat;	
}

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

#header{
	background:#8292A5 url(../images/bgHeader.png) repeat;
	text-align:center;
	position:relative;
}


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

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

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


#logoSpacer{
	display:block;
	
	width:400px;	/* Set to same width as logo image */
}


#nav{
	left:0;
	padding:35px 0;
	position:absolute;
	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{ 
	color:#000;
	display:block;
	height:40px;
	line-height:40px;
	margin-top:25px;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	width:142px;

}

#nav a:hover, 
#nav .current a{
	color: #fff;
}

#nav ul#menu{
	display:block;
}

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

#banner {
	background:#fff;
	clear:both;
	margin:0 0 10px;
	padding:0;
	position:relative;
}

#banner img{
	height:auto;
	width:100%;
}

#circle{
	background:url(../images/circle.png) center center no-repeat;
	display:block;
	height:216px;
	margin:-100px auto 0;
	position:relative;
	width:261px;
	z-index:10;
}

.secondaryBanner{
	border:0;
	border-top:1px solid #fff;
	border-bottom:8px solid #FFC;
	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 #000;
	border-top:1px solid #fff;
	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 40px;
	width: 840px;
}

#middle img{
	border:10px solid #fff;
}

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

.title{
	color: #13607e;
	font-size: 28px;
	font-weight: normal;	
	line-height:40px;
	margin:0 0 20px;
}


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

#content{
/*	float: left;
	width: 550px;*/
}

#content img{
	  border: 1px solid #CCCCCC;
	  padding:4px;
}

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


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

form {
	clear:both;
	display:block;
	margin:30px auto 0;
	max-width:700px;
	width:100%;
}

fieldset,legend {
	border:none;
	margin:0;
	padding:0;
}

legend {
	display:none;
}

input,textarea,select {
	font-size:12px;
}

form input {
	border:1px solid #CCC;
	margin:5px 5px 0 0;
	padding:2px;
	width:170px;
}

form textarea {
	border:1px solid #CCC;
	overflow:auto;
	padding:2px;
	width:98%;
}

form p {
	margin:5px 0;
}

form #submit,form #reset {
	background-color:#F7F7F7;
	border:1px solid #CCC;
	color:#666;
	cursor:pointer;
	margin:0;
	padding:5px;
}

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:700;
	margin:0 10px;
	padding:0 0 2px;
	width:96%;
}

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

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:400;
	padding:0 0 5px;
}

form.cmxform fieldset fieldset label {
	display:block;
	margin-left:123px;
	width:auto;
}

form.cmxform em,h4 em {
	color:red;
	font-style:normal;
	font-weight:700;
}

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;
}


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

#footer{
	background:#4A4F56 url(../images/bgFooter.png) repeat;
	color:#f2f2f2;
	font-size:.9em;
	overflow:hidden;
	text-align:center;
}


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

#footer a{
	color:#fff;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	
	text-shadow: 0 0 3px #4A4F56;

}

#footer a:hover,
#footerNav .current a{
	color: #9bdcf6;
}

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

#sidebar{
	background:url(../images/bgHeader.png) repeat;
	padding:30px 0;
}

#sidebar h2, #sidebar h3, #sidebar h4{
	color:#fff;
}

#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:inherit;
	width:80%;
	margin:0 auto;
}

#sidebar th, td{
	vertical-align:top;
	text-align:left;
}

#sidebar th{
	width:40%;
}


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

#footerNav{
	background:#636F7E url(../images/bgFooter2.png) repeat;
	padding:40px 0;
}

#footerDetail{
	margin-bottom:30px;
}

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

#footerNav li{
	display:inline-block;
	margin:0 15px;
}

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

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

#copyright{
	padding:15px 0;
}

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

/*=================== 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;
	}
	/* banner styles ----------------------------------------- */
		
	#banner img{
		max-width:100%;
		height:auto;
	}
	
	#logo{
		padding-bottom:0;
	}
	
	/* nav styles ----------------------------------------- */
	
	#nav{
		margin:0;
		padding-top:0;
		position:relative;
	}
	
	#nav #logoSpacer{
		display:none;
	}
	
	#nav a{
		width:auto;
		padding:0 20px;
	}
	
	/*  ----  If you want the drop down menu uncomment --- */
/*
	
	#nav, #nav ul, #nav li{
		padding:0;
	}
	
	#nav ul{
		height:auto;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu p{
		display:block;
		height:35px;
		width:120px;
		line-height:35px;
		color:#ffffff;
		text-align:center;
		margin:0;
		font-weight:bold;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background:#2c3037 url(../images/bgMenu.gif) 0 0 repeat-x;
		
		position:relative;
		z-index:11;
	}
	
	#nav #menu a{
		width:100%;
		padding:0;
		color:#EEEEEE;
		height:100%;
		margin:0;
		line-height:normal;
	}
	
	#nav #menu li.current a, #nav #menu li a:hover{
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background:none;
		color:#89B619;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu:hover p{
		color:#679714;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
		margin:0;
		margin-top:1px;
		padding-top:20px;
		margin-top:-20px;
		background:#777777;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:120px;
		height:33px;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
		padding:0;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}*/
	
	/* ---- drop down menu END ---- */
	
	/* content ----------------------------------------- */
	
	#content p, #content a, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 20px;
	}
	
	#content img{
		margin-left:20px;
	}
	
	#middle{
		padding:0;
	}
	
	/* sidebar styles ----------------------------------------- */
	
	#sidebar ul{
		width:100%;	
	}
	
	#sidebar li{
		min-width:215px;
		padding:30px 10px;
	}
	
	#sidebar table{
		width:100%;
	}
	
	
}


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


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

	#content{
		clear:both;
	}
	
	#logo{
		padding-bottom:35px;
	}
	
	#banner{
		display:none;
	}
	
	.button{
		margin:20px 10px;
	}
	
	/* 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 #menu{
		text-align:center;
	}
	
	#nav #menu p{
		display:block;
		height:35px;
		width:120px;
		line-height:35px;
		color:#fff;
		text-align:center;
		margin:0;
	}
	
	#nav #menu a{
		width:100%;
		margin-top:0;
		padding:15px 0;
	}
	
	#nav #menu #first_li{
		border-top-width:2px;
	}
	
	#nav #menu .current a, #nav #menu a:hover{
		border:none;
	}
	
	#nav #menu:hover p{
		color:#ddd;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
		top:54px;
		left:0;
		margin:0;
		margin-top:1px;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:100%;
		background:url(../images/bgHeader.png) repeat;
		border:1px solid #fff;
		border-left:none;
		border-right:none;
		padding:0;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	/* Drop down menu --- END */
	
	#nav {
		background:#636F7E url(../images/bgFooter2.png) repeat;
		width:100%;
		float:none;
		clear:both;
		padding:10px 0;
	}
	
	#nav #menu li {
		float:none;
		width:100%;
		margin:0 auto;
	}
	
	#nav #menu ul li:hover {
		background:url(../images/bgFooter2.png);
	}
	
	#nav #menu p,#nav #menu ul li {
		width:100%;
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content a, #content h4,#content ul, #content .title, #sidebar p, #sidebar a, #sidebar h4, #sidebar .title{
		padding:0 10px;
	}
	
	#content img{
		margin-left:10px;
	}
	
	#mobileVideo {
	margin-top:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
	float:left;
	}
	
	.right {
		float:left;
	}
	
	#sidebar li{
		float:none;
		min-width:none;
		padding:10px 0;
		width:100%;
	}
	
	#sidebar table{
		width:90%;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footerNav{
		display:none;
	}
	
}