@charset "utf-8";
.clearfloat {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	border: 0px none;
	line-height: 0px;
	background: #FFF;
}

body {
	background: 
#FFFFFF url(../img2/header-back.gif) no-repeat center top;
	font-size:12px;
	font-family: Arial, verdana, Geneva, sans-serif ;
}
.logo {
	max-height: 200px;
	position: relative;
	top: 0px;
	left:-52px;
}


.left-align {
	float: left;	
}
.red {
	color:red;
}
.round {
	border-radius: 10px;
	border: 0px solid #fff;
	min-height:300px;
}
.round p {
	color: #898686;
/*font-size: 0.7em;*/
}
.zfooter {
	background-color:white;
	/*background: url(../img2/footer-back.jpg) no-repeat center bottom;*/
	margin-top:44px;
}
.orange1 {
	background-color:  #f3792e;
		height:5px;
	margin-top:20px;
}
.orange2 {
	padding:20px 0px 0px 10px;;
	background-color:  #f3792e;
}
.footeradjust {
	position:relative;
	color:white;
}
.outer {
	background:url(../img2/white.png);
	box-shadow:10px 10px 10px #636161;
	border-right: 1px solid #bfb7b8;
	border-bottom: 1px solid #bfb7b8;
	border-left: 1px solid #bfb7b8;
}
.outer2 {
	background-color:#fff;
/*	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-topright: 1em;
	border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	border-bottom-left-radius: 1em;*/
	box-shadow:10px 10px 10px #636161;
	border-right: 1px solid #bfb7b8;
	border-bottom: 1px solid #bfb7b8;
	border-left: 1px solid #bfb7b8;
}
.zfooter .large-9.medium-9.small-9.columns p {
	font: 0.7em;
}
.sticky.up {
	position: relative;
	top: -66px;
}

.zfooter .large-9.medium-9.small-9.columns p a {
	color: #000;
	text-decoration: underline;
}

.shift {
	position: relative;
	/*left: 133px;
	background: #0F9;*/
	
}
.row.blogmargin.zfooter ul {
	width:100%;
}
.row.blogmargin.zfooter li {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	list-style: none;
}

.row.blogmargin.zfooter li a {
	color: #FFF;
	background: #260B48;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
}

.round h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.bottompadding {
	margin-bottom:30px !important;
}

div > h2 {
	color: #f3792e !important;
}
li > span {
	color: #f3792e !important;
}

.orange {
	color: #f3792e !important;
	font-size:20px;

}


/* ----------------Navigation elements from EV Project -------------- */

nav #navigation {
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#navigation li a, #navigation li a:visited {
	background: url(../img2/green-tile.png);
	float: left;
	font-size: 90%;
	color: #CCCCCC;
	height: 30px;
	width: 100px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	left: -30px;
	padding-top: 6px;
	border: 1px solid #FFF;
	-webkit-borderradius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#navigation li a:active, #navigation li a:focus, #navigation li a:hover {
	color: #FFF222;
	background-color:#000000;
}


#navigation li {
	position:relative;
	float:left;
	margin: 3px, 0 ,3px, 0px;
}
#navigation li ul {
	position:absolute;
	top: 0px;
	left: 0px;
	visibility:hidden;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#navigation li:hover ul {
	visibility:visible;
	z-index: 4444;
}
#navigation li ul li {
	clear: both;	
}

#navigation li ul li .dropdownnav {
	color: #CCC;
	position: relative;
	top: 10px;
	z-index: 4444;
	/*float: left;*/
	height: 35px;
	width: 120px;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
	text-align: center;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #999;
	background-image: url(../img2/green-tile.png);
}
#navigation li ul li .dropdownnav:hover {
	color: #FFF;
	background-color:#000000;
}
.text-justify h3 {
	font-size: 16px;
}
.round h2 {
	color: #714B04;
}
.navborder {
	float:left;
}
.leftnav {
	width:200px;
	float:left;	
	border: 1px solid #999;
	margin:20px;

}
.navborder ul li {
	list-style-type:none;
	position:relative;
	left:-13px;
	margin-top:5px;
}

.navborder ul li a {
		border: 1px solid #999;
		width:190px;
		height:30px;
		display:block;
		border-radius:10px;
		text-indent:10px;
}

.navborder ul li a:hover {
	background-color:#aeabab;
	color:#fff;
}
.border.round ul li {
	list-style-type:none;
	font-size: 10pt;
}

.small {
	font-size:10pt;
	color:#666666;
	/*text-align:center;*/
}
.column2 {
	float:left;
	width:46%;
	margin:2%;
}

.grey{
	font-size:10px;
	background-color:#e8ece9;
	border-radius:10px;
	color: #5b5b5c;
	min-height:400px;
}
.inmiddle {
	position:relative;
	top:-18px;
	margin:11px auto 0px auto;
	text-align: center;
	max-width:830px;
	/*background-image:url(../img2/whitetile.png);*/
	padding:9px;

}
.sponsor {
	width:1000px;
	margin-top:30px;
	margin-left:100px;
	border-radius:10px;
}
.bottomspace {
/*	margin-left:55px;
	margin-bottom:11px;
	margin-top:5px;
	background-color: #f3792e;*/
}
.headerback {
	background-image: url(../img2/header-back.jpg);
	height: 227px;
}
.col3 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count:2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
#none {
	border:none;
	position:relative;
	top:-15px;
}

.up55 {
	position: relative;
	top: -45px;
	right:22px;
	z-index:1000;
}
.left55 {
	position: relative;
	top: -25px;
	right:22px;
	left:11px;
}

#logoadjust {
	float:right;
	position:relative;
	top:50px;
	right:10px;
}
#logoadjust img {
	position:relative;
	left:120px;
}
#logoadjust h2 {
	font-size:20px;
	font-style: italic;
	text-align: right;
}
#logoadjust p {
	font-size:30px;
	color: #f3792e;
	font-weight: bold;
		text-align: right;
}
h3 {
	color: #f3792e;
	font-weight: bold;
}

.leftimage {
	margin-right:20px;
	float:left;
}

.bigbutton {
	font-size:16px !important;
	top:-45px;
	display: block;
	width: 60%;
	color: #000;
	padding: 9px 0 0px !important;
	/*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 0.8125rem;*/
	font-weight: normal;
	text-transform: none;
	text-align: center;
	border-bottom: 3px solid #f3792e;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	/*height: 33px !important;*/
	line-height: 100% !important;
	border-right: 3px solid #f3792e;	
}

.bigbutton:hover {
        background: #3353a3;   /* darker blue */
        color: white; }
		
hr {
	border: 1px solid #063;			
	}

li {
	list-style: none;
}

li a {
	color: #f3792e;
	/*line-height:33px;*/
}

.row.zfooter .large-12.medium-12.small-12.columns .inmiddle li a {
	font-size:10px;
	background: #f3792e;
	color:#fff;
	border-right: 1px solid #f3792e;
	border-bottom: 3px solid #f3792e;
}
.row.zfooter .large-12.medium-12.small-12.columns .inmiddle li a:hover {
	text-align: center;
	border-bottom: 3px solid #fff;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	/*height: 33px !important;*/
	line-height: 100% !important;
	border-right: 1px solid #fff;	

}
table {
	background: #FFF;
}
body table tbody tr td ul li {
	list-style: circle;
	font-size: 12px;
	margin-left: 55px;
}

.row .row {
    width: auto;
     margin-left: 1rem; 
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}


.top-bar-section ul li > a {
    top: -45px;
    display: block;
    width: 100%;
    color: #f3792e;
    padding: 9px 0 0px !important;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    border-bottom: 0px solid #f3792e;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    height: 33px !important;
    line-height: 100% !important;
    border-right: 0px solid #f3792e;
}
.top-bar-section ul li > a:hover {
    color: red;

}
.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
	width:130px;
    line-height: 33px;
    padding: 0 15px 0 15px;
    color: #000;
    position: relative;
    /* border: 1px solid #F00; */
    left: -2px;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    height: 33px !important;
    line-height: 100% !important;
	border:1px solid white;
	border-radius:0px;
}
.top-bar .toggle-topbar.menu-icon a:hover {
    background-color: #3353a3;
	color:white;
	
}
  .top-bar-section ul li {
	/*position:relative;
	left:-50%;
	  width:270px;*/
}
  .top-bar-section ul li:hover:not(.has-form) > a {
      /*background-color: #555555;*/
      background: #3353a3;
      color: #f3792e; 
}

#imagedown {
	position:relative;
	top:35px;
}

hr {
	color: #f3792e !important;
	height:2px;
	border:1px solid #f3792e;
}

.phone {
	color: #3b5999;
	font-weight: bold;
}