@charset "UTF-8";

/* Start Basics - CSS */

/*style colors

#609733; - green
#392761; - purple
*/

* { margin:0; padding:0; }

body {
	background-color: #ededed;
	/*background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;*/
	
}

a:active, a:focus {
    outline: none;
}
.float_img {
	 float: left;
	margin: 5px;
	display:inline-block;
	text-align:center;
	
	}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 4px;
	padding: 3px;
	border: 4px solid #E5C36C;
}

.photo_edge:hover {
	margin: 4px;
	padding: 3px;
	border: 4px solid #B46D00;
}

.right {
	float: right;
	margin: 3px 10px;
	padding: 3px;
	border: 4px solid #E5C36C;
}

.left {
	float: left;
	margin: 3px 10px;
	padding: 3px;
	border: 4px solid #E5C36C;
}

blockquote {
	margin-left: 25px;
	margin-right: 25px;
}


/* End Basics - CSS */
/*HEADER*/
.header {
	position:relative;
	width: 100%;
	
}

.header img {
	width: 100%;
   
}
.header .badge {
    height: auto;
    position: absolute;
    right: 2%;
    top: 3%;
    width: 22%;
}
.logo_main {
	position:absolute;
	top: 0;
	width: 50%;
	height:inherit;
}

.logo_inside {
	position:absolute;
	top: 0;
	width:5%;
}

/*HEADER*/
/*styles for mobile*/
.footer_linkarea {
float: left;
width: 100%;
margin-top: 10;
margin-bottom:10px;
padding-top: 0px;
padding-bottom: -15px;
list-style-type:none;
}	

.foot_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.750em;
	line-height:0.750em;
	font-weight: normal;
	color: #FFF;
	list-style-type:none;
	text-decoration: none;
	border-bottom: 1px solid #dd9711;
	margin-right: 3px;
	padding: 7px 9px;
}

.foot_list a {
	color: #392761;
	text-decoration: none;
	border-bottom: 1px solid #dd9711;
	margin-right: 3px;
	padding: 7px 9px;
}

.foot_list a:hover {
	color: #392761;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin-right: 3px;
	padding: 7px 9px;
}
.foot_list li {
    border-bottom: 1px solid #fff;
    list-style-type: none;
    margin-right: 3px;
    padding: 7px 9px;
}

.foot_list li:last-child {
    
	border-bottom-width: 0;
}

/*end of styles for mobile*/

/* start of wrappers */


#wrapper {
	
	width:100%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;

}
#wrapper1 {
	text-align: center;
	
}
#content {
	margin:0px auto;
	/*background-color:#F7F5D8;*/
	background-color:#dddddd;
	/*background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x repeat-y;
	border:#000 2px solid;*/
	padding:10px;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;*/
}

#logo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.750em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding: 5px 2px 2px;
	text-transform: uppercase;
	letter-spacing: 0.250em;
}

/* end of wrappers */


/* start of home_menu */


#main_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.814em;
	font-weight: normal;
	color: #fff;
	/*margin: 10px;
	padding: 10px;*/
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#68381F;
	text-align: left;
}

#main_nav li {
	list-style-type: none;
	display: block;
	background-color:  #ccc;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: center top;
	
}

#main_nav li a {
	color:  #333;
	text-decoration: none;
	display: block;	
	padding: 5px 10px;
	line-height: 1.688em;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#main_nav li a:hover {
	color: #fff;
	text-decoration: none;
	/*background-color:  #5c0d01;*/
	background-color: #173967;
}


/* end of home_menu */


/* start of menubtn */


.menubtn {
	margin: 3px 10px 10px;
	background-color: #012D52;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	line-height: 1.250em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	text-shadow: 1px 1px 1px #385551;
	display: block;
}

.menubtn a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.menubtn a:hover {
	background-color: #012D52;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


#comm_nav {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#comm_nav li {
	list-style-type: none;
	display: block;
	background-color:#7A98B0;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	font-weight: normal;
	color: #012D52;
	text-decoration: none;
	padding: 3px;
	background-image: url(../images/fade02.png);
	background-repeat: repeat-x;
	background-position: center top;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#comm_nav li a {
	color: #012D52;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	line-height: 1.000em;
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#comm_nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #7A98B0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



/* end of comm_nav */


/* start of template */
#photo_wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	clear: both;
}

.photo_inner {
	/*
	width: 180px;
	height: 120px;
	*/
	width:100%;
	height:100%;
	margin: 0px auto;
	overflow: hidden;
}

.photo_box {
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	border: 3px solid #FFFFFF;
	margin:3px;
}

.content_area {
	width: 100%;
	float: left;
	text-align: center;
}

.comm_jumpmenu {
	float: left;
	margin-bottom: 10px;
}

#comm_3btn_box {
	float: left;
}

#content a {
	font-weight: bold;
	color:#000;
	text-decoration: none;	
}

#content a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	line-height: 1.000em;
	font-weight: normal;
	color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	text-align:left;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.125;
	font-weight: normal;
	color: #333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	text-align:left;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.064em;
	line-height: 1.428em;
	font-weight: bold;
	color: #012D52;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
	margin-top: 12px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #012D52;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	line-height: 1.125;
	font-weight: bold;
	/*color: #5C0D01;*/
	color: #173967;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-decoration: none;
	margin-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	/*border-bottom-color: #5C0D01;*/
	border-bottom-color: #173967;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	line-height: 1.125;
	font-weight: bold;
	height:100%;
	color: #fff;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-repeat:repeat-x;
	background-color:#5C0D01;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 8px;
	margin-bottom: 4px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	text-align:left;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.938em;
	line-height: 1.125em;
	font-weight: bold;
	color: #333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-decoration: none;
	margin-bottom: 4px;
	text-align:left;
	
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.000em;
	line-height: 1.125em;
	font-weight: normal;
	color: #333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align:left;
}
#content h6 {
	
}

.features_list {
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.814em;
	font-style: normal;
	text-align:left;
	font-weight: normal;
	line-height: 1.000em;
}

.features_list li {
	padding: 6px 3px;
	list-style: square;
}
.foot_list li {
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A98B0;
	list-style-type: none;
	margin-right: 3px;
}

.foot_list li:last-child {
	border-bottom-width: 0px;
}


.button {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 8px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	font-size:0.750em
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color:#5c0d01;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.gray {
	color: #FFFFFF;
	border: solid 1px #555;
	font-size:0.750em;
	background: #6e6e6e;
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray:hover {
	color: #fff;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

.gray:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}



.white {
	color: #481418;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #481418;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


.results_box {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.slideshow {
	
	margin-top: 10px;
}


/* end of template */

/* form start */

.f_l{
	float:left; 
	display:inline-block; 
	width:45%;
	
	text-align:right;
	margin:5px 10px 5px 0;
	}
.f_r{
	float:left; 
	display:inline-block; 
	width:30%;
	padding-right:15px;
	margin-right:10px;
	margin:5px 10px 5px 0;
	}

input, .input, #input { 
	width:150px;
}

.submit_button {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 8px;
	text-shadow:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 6px;*/
	font-size:0.750em
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	/*background-color:#5c0d01;*/
	background-color:#173967;
	
}

/* form end*/

/* start of footer */


#footer {
	float: left;
	width: 100%;
	height:auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom:15px;
	/*background-color:#5C0D01;
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;*/
	/*background: #5c0d01;*/ /* Old browsers */ 
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjMGQwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzAyMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #5c0d01 0%, #330201 100%); /* FF3.6+ */

/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c0d01), color-stop(100%,#330201));*/ /* Chrome,Safari4+ */

/*background: -webkit-linear-gradient(top,  #5c0d01 0%,#330201 100%);*/ /* Chrome10+,Safari5.1+ */

/*background: -o-linear-gradient(top,  #5c0d01 0%,#330201 100%);*/ /* Opera 11.10+ */

/*background: -ms-linear-gradient(top,  #5c0d01 0%,#330201 100%);*/ /* IE10+ */

/*background: linear-gradient(to bottom,  #5c0d01 0%,#330201 100%);*/ /* W3C */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0d01', endColorstr='#330201',GradientType=0 ); /* IE6-8 */

background-color: #173967;

}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.750em;
	line-height: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

#footer a {
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.foot_space {
	margin-left: 3px;
	margin-right: 3px;
	
	
}


/* end of footer */


/* nav - imported 2017 0316*/
    /* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	
}
nav {
	height: auto;
	width: 100%;
	background: #222;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #ccc;
	text-align: center;
}
nav ul {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	width: auto;
	height: auto;
}
nav li {
	display: inline;
}
nav a {
	color: #fff;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
	padding: 0 1em;

}
nav li a {
	/*border-right: 1px solid #576979;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	/*background-color:#5C0D01;*/
	background-color:#173967;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		/*border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;*/
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #222;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('common/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

#news {
	background-color: #800000;
	padding: 1em;
}
#news p {
	color: #ffffff;
	font-size: 112.5%;
	margin: 0;
}
#news h1 {
	border: none;
	color: #ffffff;
	font-size: 200%;
}
/*end nav*/