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



* {
	margin: 0;
	padding:0;
}

html, body {	
	background:#fff;
	color:#000;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-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, h2, h3, h4{
	color:#3C2313;
	font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}

h1{
	font-size:1.5em;
}

h2{
	
	font-size:1.3em;
	font-weight:normal;
	margin:0 0 10px;
}

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

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

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

a:link, a:visited{
	color:#015FEC;
	text-decoration:none;
}

#middle a:link, #middle a:visited{
	border-bottom:1px dotted #015FEC;
}

#middle a:hover{
	border-bottom-style:solid;
}

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


.button, #sidebar .button {
	background:#fff;
	
	font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
	border:3px solid #3C2313;
	color:#3C2313;
	cursor:pointer;
	display:inline-block;
	padding:5px 10px 3px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button:hover {
		
}

.button img{
	display:block;
	margin:0 auto 5px;
}

#content img.video_button{
	border:none;
	border-bottom:none;
}

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

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


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

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

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

#nav{
	background:#015FEC;
	position:relative;
	z-index:9999;
	border-top:2px solid #3c2313;
}

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

#nav ul li { 
	list-style:none; 
	position:relative; 
	display:inline-block;
    text-align:center; 
}

#nav a { 
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color:#fff;
	border:0;
}

#nav a, #footerNav a{
	padding:0 10px;
}

#nav ul :hover > a, .current>a, #footerNav a:hover { 
	background:#004CBF/*url(../images/bgHighlight.png) left top repeat-x*/;
	border:0;
}
		 
.level2 { 
	position:absolute; 
	top:50px; 
	left:0;  
	text-align:left;
	border:2px solid #3c2313;
	border-width:2px 0;
	background:#015FEC;
}

.level2 li{
	min-width:250px;
}

.level2 a{
	text-align:left;
}

.level2 {
	visibility:hidden;
}

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

#nav ul#menu{
	display:block;
}

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

/* 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:132px;
	margin:-70px auto 0;
	position:relative;
	width:141px;
	z-index:10;
}

.secondaryBanner{
	border:0;
	border-top:2px solid #3c2313;
	border-bottom:8px solid #3c2313;
	margin:0 auto;
	
	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 #3c2313;
	border-top:2px solid #3c2313;
	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{
	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;
}

table{
	border-collapse:collapse;
	margin:20px 0;
	min-width:50%;
}

table caption{
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}

th, td{
	text-align:left;
	padding:0 5px;
	border:1px solid #ccc;
}

.accord{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}

.accord li{
	list-style:none;
}

.head, .accord li,.accord h2 { 
	margin-bottom:15px;
}


a.head { 
	display:block;
	background:#015FEC/* url(../images/bgAccord.png) top right no-repeat*/;
	border:2px solid #3C2313;
	color:#fff;
	text-decoration:none;
	padding:13px 40px 13px 10px;
	/*line-height:46px;*/
	line-height:normal;
	font-weight:bold;
	position:relative;
}

.head span{
	position:absolute;
	height:12px;
	width:20px;
	background:url(../images/bgAccord.png) top center no-repeat;
	right:15px;
	top:50%;
	margin-top:-6px;
}

.head.open span{
	background-position:bottom right;
}

.accord .content {
	display:none;
	padding-left:10px;
	padding-right:10px;
}

#content a.toplink{
	text-align:right;
	display:block;
	margin:-10px 0 30px;
	border:0;
}

#why, #questions{
	margin-bottom:60px;
}

#why li, #questions li{
	margin-bottom:10px;
}

#why li a, #questions li a{
}

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

#footer{
	background:#00A650;
	color:#f2f2f2;
	font-size:.9em;
	overflow:hidden;
	text-align:center;
}


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

#footer a{
	color:#fff;
	text-decoration:none;

}

/*#footer a:hover,
#footerNav .current a{
	color: #FFFFCC;
}
*/
/* Sidebar Styles ----------------------------------------- */

#sidebar{
	background:#a8bea8 url(../images/bgText.png) repeat;
	padding:30px 0;
	border:1px solid #3c2313;
	border-width:4px 0 2px;
	color:#000;
}

#sidebar h2, #sidebar h3, #sidebar h4{
}

#sidebar ul{
	margin:0 auto;
	padding:0;
	max-width: 840px;
	width:80%;
}

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

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




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

#footerNav{
	background:#015FEC;
	padding:0;
	border-bottom:4px solid #3C2313;
}

#footerDetail{
	margin-bottom:30px;
}

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

#footerNav li{
	display:inline-block;
}

#footerNav a{
	display:block;
	line-height:50px;
}

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

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

#copyright{
	padding:15px 0;
}

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

@media only screen and (max-width: 1035px) {
	#nav a, #footerNav a{
		padding:0 5px;
	}
}
/*=================== 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,#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;
	}
	
	#logo img{
		max-width:90%;
		height:auto;
	}
	
	/* banner styles ----------------------------------------- */
		
	#banner img{
		max-width:100%;
		height:auto;
	}
	
	
	/* 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:50px;
		line-height:50px;
		color:#fff;
		text-align:center;
		margin:0;
	}
	
	#nav #menu a{
		width:100%;
		margin-top:0;
		padding: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:50px;
		left:0;
		margin:0;
		margin-top:2px;
		width:250px;
		border-bottom:2px solid #3C2313;
	}
	
	#nav #menu ul.level2{
		left:250px;
		top:-2px;
		border-width:1px 2px;
		overflow:hidden;
	}
	
	#nav #menu ul.level2 a{
		padding:0 10px;
	}
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:100%;
		background:#015FEC;
		/*border:1px solid #3C2313;
		border-left:none;
		border-right:none;*/
		padding:0;
	}
	
	#nav #menu ul .level2 li{
		border:0;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	/* Drop down menu --- END */
	
	#nav {
		width:100%;
		float:none;
		clear:both;
	}
	
	#nav #menu li {
		float:none;
		width:100%;
		margin:0 auto;
	}
	
	#nav #menu p,#nav #menu ul li {
		width:100%;
	}
	
	
	
	/* content ----------------------------------------- */
	
	
	#middle{
		padding:0;
	}
	
	#content{
		padding-left:20px;
		padding-right:20px;
		width:auto;
	}
	
	/* sidebar styles ----------------------------------------- */
	
	#sidebar ul{
		width:100%;	
	}
	
}
@media only screen and (max-width: 845px) {
	#footerNav{
		display:none;
	}
}

@media only screen and (max-width: 730px) {
	#circle{
		display:none;
	}
}

@media only screen and (max-width: 600px) {
	
	#sidebar li{
		float:none;
		min-width:none;
		padding:10px 0;
		width:100%;
	}
	
	.button{
		margin:20px 10px;
	}
	
	/* nav */
	
	#nav #menu ul{
		width:100%;
	}
	
	#nav span{
		display:none;
	}
	
	#nav #menu ul.level2{
		width:100%;
		border-width:0;
		left:0;
		top:0;
		position:relative;
		visibility:visible;
		text-align:center;
	}
	
	#nav #menu ul.level2 a{
		text-align:center;
		padding:0;
	}
	
	
}

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

	
	
	/* content and sidebar styles ----------------------------------------- */
	
	
	
	
}