body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}
#header_topnav {
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	border-top: 4px solid #666;
	border-bottom: 2px solid #BC0A24;
	background-color: #222;
	min-height: 30px;
	line-height:30px;
	height: auto !important;
}
#header_topnav .join_now {
	color:#f89f04;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
}
#header_topnav .join_now:hover {
	color:#FFF;
}
.header_left_col {
	width:70%;
	float:left;
	color: #FFF;
	min-width: 100px;
}
.header_right_col {
	width:30%;
	float:right;
	text-align:right;
}
.top_yellow_button {
	border: 1px solid #EDA933;
	padding: 2px 5px;
	margin: 0px auto;
	font-family: Helvetica, sans-serif;
	font-size: 0.7692em;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	color: #FFF !important;
	background: #F6B33D -moz-linear-gradient(center top, #F6B33D 5%, #D29105 100%) repeat scroll 0% 0%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.top_yellow_button:hover {
	border: 1px solid #7E0F02;
	background: transparent linear-gradient(#C81B07, #951102 55%, #7E0F02) repeat scroll 0% 0%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.header_bottomNav {
	background-color:#F5F5F5;
	padding: 10px 15px 10px 15px;
	border-bottom:2px solid #e5e5e5;
	margin: 0px;
}
.clear {
	clear:both;
}
.logo_box {
	width:30%;
	float:left;
}
.header_links_col {
	width:63%;
	float:right;
	text-align:right;
}
.search_text_box {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0 #C0C0C0 #E0E0E0 #E0E0E0;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	margin: 0px 5px 0px 0px;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	width:225px;
	padding: 3px 5px 4px 5px;
}

input.search_default{
	color:#AFAFAF!important;
	font-weight:bold!important;
}

.search_button {
	border: 1px solid #7E0F02;
	padding:3px 5px 2px 5px;
	margin: 0px auto;
	width: 100px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: transparent linear-gradient(#C81B07, #951102 55%, #7E0F02) repeat scroll 0% 0%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.search_button:hover {
	border: 1px solid #0F2557;
	text-shadow: -1px -1px 2px #465F97;
	background: transparent linear-gradient(#245192, #1E3B73 75%, #12295D) repeat scroll 0% 0%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
a.gbSearchExMenu {
	font-size: 12px;
	text-decoration: none;
	color: #00F;
}
/*menu*/
.site-nav {
	float:right;
}
.site-nav .navBars {
	display: none;
}
.site-nav .menu {
	display: block;
	box-shadow: none;
	border: none;
	padding:0px;
	margin:0px;
	/*POSITION*/
    position: static;
}
.site-nav .menu li {
	display: inline-block;
}
.site-nav .menu a {
	color: #CCC;
	font-weight: normal;
	display: block;
	text-decoration:none;
	font-size:14px;
	padding:0px 10px 0px 10px;
}
.site-nav .menu a.active {
	color:#ffffff; font-weight:bold;
}
.site-nav .menu a:hover {
	color:#F00;
}
#toggle {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -99999px;
}
 #toggle:checked ~ nav .menu {
display: block;
}
.mob_view_logo {
	display:none;
}
.pc_view_logo {
	display:block;
}
/*dropdown menu*/

/* 
	LEVEL ONE
*/
ul.dropdown {
	list-style-image: none;
	list-style-type: none;
	float:right;
	margin:0px;
	padding:0px;
	position: relative;
}
ul.dropdown a:hover {
	color: #000;
}
ul.dropdown a:active {
	color: #ffa500;
}
ul.dropdown li a {
	padding:10px 0px 25px 0px;
}
ul.dropdown li:hover {
	color: black;
	position: relative;
}
ul.dropdown li.hover a {
	color: #00F;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top:30px;
	width:180px;
	right:0;
	list-style-image: none;
	list-style-type: none;
}
ul.dropdown ul li {
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	text-align:left;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	display:block;
	font-size:12px;
	padding:7px 5px 7px 5px !important;
	text-decoration:none;
}
ul.dropdown ul li a:hover {
	background-color:#cdcdcd;
	color:#FFF;
}
.mob_view_search1 {
	display:inline-block;
}
.mob_view_search2 {
	display:none;
}
 @media screen and (max-width: 600px) {
.mob_view_search1 {
 display:none;
}
.mob_view_search2 {
 display:inline-block;
}
.search_button {
 border: 1px solid #7E0F02;
 padding:1px 5px 1px 5px;
 width:auto;
}
 .mob_view_logo {
 display:block;
}
.pc_view_logo {
 display:none;
}
 .logo_box {
 width:20%;
 float:left;
}
.header_links_col {
 width:80%;
 float:right;
 text-align:right;
}
 .site-nav .menu {
 display: none;
 list-style: none;
 margin: 0px;
 padding: 0px;
 width:220px;
 text-align: center;
  /*POSITION*/
  position: absolute;
 top: 60px;
 left:calc(100% - 240px);
 float: right;
}
.site-nav .menu li {
 padding:0px;
 margin:0px;
 display:block;
}
 .site-nav .menu a {
 color: #292938;
 font-weight: normal;
 display: block;
 text-align:left;
 text-decoration:none;
 font-size:14px;
 border-bottom:1px solid #CCC;
 background-color:#f5f5f5;
 padding:7px 10px 7px 10px;
}
.site-nav .menu a.active {
	color:#292938; font-weight:bold;
}
.site-nav .menu a:hover {
 color:#F00;
}
.site-nav .navBars {
 display: inline-block;
 background-image: url(../images/menu_icon.png);
 background-repeat: no-repeat;
 background-position: center center;
 height: 19px;
 width: 23px;
 cursor:pointer;
 margin-right:10px;
 margin-  top:3px;
}
.search_text_box {
 width:150px;
}
}














