@charset "utf-8";
/* CSS Document */

.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width:1000px; height:40px; margin:0px; padding:0px; background-image:url(images/navi-bg.gif); background-repeat:repeat-x; 
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 12px; /* padding changed for fit more tabs in menu */
	line-height: 40px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fcfcfc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease; 
}

.nav > li:hover > a { background: #f5c022; color:#FFF; }

.nav > li:first-child > a {
	border-left: none;
}

 
/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 1000px;
	top: 41px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-bottom:5px solid #f5c022;
	padding:0 0 30px 0;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 20%;
	padding: 9px 11px 7px 35px;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px; 
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	padding-bottom:5px;
	border-bottom:1px solid #E5E5E5;
}

.nav .nav-column h3 a { 
	color: #f5c022; 
	text-decoration:none;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #888888;
}

.nav .nav-column li a:hover { color: #666666; } 

/*@media screen and (min-width: 800px) and (max-width: 1000px)
{

.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width:800px; height:40px; margin:0px; padding:0px; background-image:url(images/navi-bg.gif); background-repeat:repeat-x; 
}

.nav > li > div {
	position: absolute;
	display: block;
	width: 800px;
	top: 41px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-bottom:5px solid #f5c022;
	padding:0 0 30px 0;
}

.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 17px;
	line-height: 40px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fcfcfc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease; 
}	

.nav .nav-column {
	float: left;
	width: 18%;
	padding: 9px 11px 7px 35px;
}

}

@media screen and (min-width: 600px) and (max-width: 800px)
{

.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width:600px; height:40px; margin:0px; padding:0px; background-image:url(images/navi-bg.gif); background-repeat:repeat-x; 
}

.nav > li > div {
	position: absolute;
	display: block;
	width: 600px;
	top: 41px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-bottom:5px solid #f5c022;
	padding:0 0 30px 0;
}

.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 8px;
	line-height: 40px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fcfcfc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease; 
}	

.nav .nav-column {
	float: left;
	width: 25%;
	padding: 9px 11px 7px 35px;
}

}

@media screen and (min-width: 480px) and (max-width: 600px)
{

.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width:480px; height:80px; margin:0px; padding:0px; background-image:url(images/navi-bg.gif); background-repeat:repeat-x; background-color:#00baed;
}

.nav > li > div {
	position: absolute;
	display: block;
	width: 480px;
	top: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-bottom:5px solid #f5c022;
	padding:0 0 30px 0;
	
}

.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 22px;
	line-height: 40px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fcfcfc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease; 
	
}	

.nav .nav-column {
	float: left;
	width: 35%;
	padding: 9px 11px 7px 35px;
}

}

@media screen and (min-width: 320px) and (max-width: 480px)
{

.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	width:320px; height:auto; margin:0px; padding:0px; background-image:url(images/navi-bg.gif); background-repeat:repeat-x; background-color:#00baed;
}

.nav > li > div {
	position: absolute;
	display: block;
	width: 320px;
	top: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-bottom:5px solid #f5c022;
	padding:0 0 30px 0;
	
}

.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 26px;
	line-height: 40px; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fcfcfc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease; 
	
}	

.nav .nav-column {
	float: left;
	width: 35%;
	padding: 9px 11px 7px 35px;
}

}
*/
@media screen and (min-width: 200px) and (max-width: 800px)
{
	
.head-left {
    float: none;
    margin: 20px 0 0 0px;
    padding: 0;
    width: auto;
	text-align:center;
}
.head-right {
    float: none;
    margin: 0px 0 0px 0px;
    padding: 0;
    width: auto;
	text-align:center;
}
.nav {
    background-image:none;
    background-repeat: repeat-x;
    cursor: default;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 500;
	background-color:#08b8e9;
}

.nav > li {
    display: block;
    float: none;
}

.nav > li > div {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 5px solid #f5c022;
    display: block;
    left: 6px;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 30px;
    position: absolute;
    top: 80px;
    transition: all 0.3s ease 0.15s;
    visibility: hidden;
    width: 97%;
	z-index: 999;
}
.nav .nav-column {
    float: none;
    padding: 0 0 0 20px;
    width: 100%;
}
	 }


/* Custom CSS 2021 */	 
.text h4 {
	padding-top: 5px;
	padding-bottom: 5px;	
}