/* CSS Document  									//
// style_new.css 										//
// For: NSSF.org/NSSFPAC2013				//
// Created on: 1/9/2013							//
// Created by: Derek McKinney				//
// Last Modified: 1/9/2013						//
// Last Modified by: Derek McKinney		//
*/

/*--------------------*/
/* MAIN STYLES */
/*--------------------*/
h1 {
	margin:0;
	padding:0;
}
body {
	background-color:#e0d1b7;
	margin: 0;
    padding: 0;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0;
}
a {
	color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font:16px Verdana, Geneva, sans-serif;
	font-weight:bold;
}
h2 {
	color:#000;
	font:14px Verdana, Geneva, sans-serif;
	font-weight:bold;
}
p {
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
}
#body_wrapper {
	/*
	-moz-box-shadow: -5px 5px 10px #DBC594;
	-webkit-box-shadow: -5px 5px 10px #DBC594;
	box-shadow: -5px 5px 10px #DBC594;
	*/
	border:1px solid #dbc594;
	margin: 0 auto;
	position:relative;
	width:960px;
	z-index:10;
}
.content {
}
/* END STYLES */


/*--------------------*/
/* HEADER STYLES */
/*--------------------*/
#logo {
	float:left;
}
#nssflogo {
	float:left;
	padding:5px;
}
#sitename_tagline_wrapper{
	float:left;
	margin-top:8px;
	padding:5px;
}
#sitename {
	font-family: Times New Roman;
    font-size: 42px;
	margin-left:10px;
	text-shadow: -2px 2px 0 #FFFFFF;
}
#tag_line {
	color:#FFF;
    font-family: Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
}

#tagline {
	color:#FFF;
    font-family: Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 50px;
}

#right_side_top_div {
	float:right;
}
#login_links {
	margin-left:360px;
	width:25px;
}
#social_icons {
	color:#666;
    font-family: Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-left: 315px;
    margin-top: 10px;
}

#header_wrapper {
	/* for non-css3 browsers */	
	background:#C7C394; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7C394', endColorstr='#687235'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C7C394), to(#687235)); /* for webkit brwsrs */
	background: -moz-linear-gradient(top,  #C7C394, #9E915D); /* for firefox 3.6+ */ 
	
	height: auto;
    width: 960px;
}
.nav_menu {
	background:#b58e55;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b58e55', endColorstr='#421F00'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#b58e55), to(#421F00)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #b58e55,  #421F00); /* for firefox 3.6+ */ 
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
    border-top: 1px solid #fff;
    font: bold 13px/16px Arial,Helvetica,sans-serif;
    height: 24px;
    margin-left: -11px;
    overflow: visible;
    padding: 5px 5px 5px 20px;
    width: 955px;
}
.nav_menu a {
	color:#FFF;
	text-decoration:none;
	z-index:2;
}
.nav_menu a:hover {
	color:#FFF;
	text-decoration:none;
}

.nav_menu_dd {
	margin: 0;
    padding: 0;
	position:relative;
	text-transform:uppercase;
}
.nav_menu_dd ul {	
	margin: 0;
    padding: 0;
}
.active {
	background-color:#DBC594; /*#013e7f;*/
    border:1px solid #dbc594;
	/*-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;*/
	color:#FFF;
	float: left;
    list-style: none outside none;
    margin-right: 15px;
    padding: 3px;
}
.active a {
	color:#fff;
}
.nav_menu_dd li {
	border: 1px solid #704D2E;
	/*-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;*/
	float: left;
    list-style: none outside none;
    margin-right: 15px;
    padding: 3px;
}
.nav_menu_dd li ul {
	display:none;
	padding-top:10px;
	position:absolute;
	z-index:1000;
}
.nav_menu_dd li:hover {
	background-color: #DBC594;
    border:1px solid #421F00;
    opacity: 1;
}

.nav_menu_dd li ul li {
	background-color: #DBC594; /*293c64*/
	/*background-image:url(../images/brushed-metal-texture.png);*/
	float:none;
	padding:10px;
	border:1px solid #000;
	text-transform:capitalize;
}

.nav_menu_dd li ul li a {
	color:#FFFFFF;
}
.nav_menu_dd li ul li a:hover {
	color:#704D2E;
}

.nav_menu_dd_inner {
	height:auto;
	width:auto;
}

#nav_menu_corner_left {
	background-image:url(../Images/triangle.png);
	height: 16px;
    left: -12px;
    position: absolute;
    top: 153px;
    width: 26px;
    z-index: -1;
}
#nav_menu_corner_right {
	background-image:url(../Images/triangle.png);
	height: 16px;
    right: -12px;
    position: absolute;
    top: 153px;
    width: 26px;
    z-index: -1;
}

.nav_menu_active_TL {
	background-image:url(../images/nav_menu_active_trans_TL.png);
	height: 20px;
    left: -5px;
    position:relative;
    top: -21px;
    width: 27px;
    z-index: 1;
}
.nav_menu_active_MID {
	background-image:url(../images/nav_menu_active_trans_MID.png);
	background-repeat:repeat-x;
	height: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 27px;
    z-index: 1;
}
.nav_menu_active_TR {
	background-image:url(../images/nav_menu_active_trans_TR.png);
	height: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 27px;
    z-index: 1;
}

/* TAB MENU STYLES */
#tab_menu_wrapper {
	background:#38321E;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38321E', endColorstr='#CEC3A5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#38321E), to(#CEC3A5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #38321E,  #CEC3A5); /* for firefox 3.6+ */ 
	padding-left: 20px;
	overflow:hidden;
}
.tab_menu_top_level {
	font: bold 14px/16px Arial,Helvetica,sans-serif;
	float:left;
}
.tab_menu_top_level a {
    text-decoration: none;
}
.tab_menu_top_level a:hover {

}
.tab_menu {
	background-color:#CEC3A5;
	border:3px solid #CEC3A5;
	-moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	color:#000;
	height: 20px;
    margin-right: 3px;
    padding: 5px 10px 10px 10px;
	position:relative;
	top:20px;
	z-index:100;
}
.tab_menu:hover {
	background-color:#38321E;
	border-top:3px solid #000;
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #DBC594;
	-moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	color:#FFF;
	height: 20px;
    margin-right: 3px;

	text-decoration:none;
	position:relative;
	
}
.tab_menu_active {
	background-color:#38321E;
	border-top:3px solid #000;
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #DBC594;
	-moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	color:#FFF;
	height: 25px;
    margin-right: 3px;
    padding: 5px 10px 10px 10px;
	text-decoration:none;
	position:relative;
	top:10px;
}
.tab_menu_active a {
	color:#FFF;
}
.tab_menu a:hover {
	
}

.tab_menu_sub_level {
	background-color:#38321E;
	border-bottom:2px solid #000;
	color:#DBC594;
	height: 25px;
	display:none;
    overflow: hidden;
    padding-left: 115px;
    padding-top: 10px;
    position: absolute;
    top: 136px;
    width: 845px;
    z-index: 1001;
}
.tab_menu_sub_level a {
	color:#FFF;
	text-decoration:none;
}

/* END STYLES */

/*--------------------*/
/* BODY STYLES */
/*--------------------*/
#body_content_wrapper {
	background-color:#9E915D;
	border-top:2px solid #38321E;
	height:auto;
	min-height:430px;
	padding:10px;
	position:relative;
	z-index:1000;
}
#new_ep_block {
	background:#853E06;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#853E06'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#853E06)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #853E06); /* for firefox 3.6+ */ 
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #463C18;
    height: 220px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
    width: 380px;
}
#new_ep_text {
	color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#new_ep_logos {
	margin:10px 0 10px 55px;
}
/* END STYLES */

/*--------------------*/
/* CONTENT STYLES */
/*--------------------*/
#home_header {
	cursor:pointer;
}
#content_right_wrapper {
	float: left;
    margin-left: 30px;
	padding: 10px;
}
#content_block1 {
	margin-left:0px;
}
#content_block {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	width:600px;
}
#content_block_nosb {
	color:#000000;
	font-size:12px;
	margin-left:0px;
	width:855px;
}
.cb_header {
	background:#CEC3A5;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#CEC3A5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#CEC3A5)); /* for webkit brwsrs */
	background: -moz-linear-gradient(top,  #eeede8,  #CEC3A5); /* for firefox 3.6+ */ 
	border:2px solid #FFF;
	color: #000000;
    font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
    font-weight: bold;
    height: 20px;
    padding: 2px;
}
.cb_sub_header {
	background:#CEC3A5;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#CEC3A5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#CEC3A5)); /* for webkit brwsrs */
	background: -moz-linear-gradient(top,  #eeede8,  #CEC3A5); /* for firefox 3.6+ */ 
	border:2px solid #000;
	color: #000000;
    font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
    font-weight: bold;
    height: auto;
    padding: 2px;
}
#cb_block_inner {
	background-color:#38321E;
	background-image:url(../Images/home_img.png);
	height: auto;
	margin-top: 18px;
    padding: 5px 5px 5px 5px;
    width: auto;
}
#cb_block_inner_subs {
	background-color: #BDB197;
    height: auto;
    overflow: hidden;
	padding: 10px;
    width: 600px;
}
#cb_block_inner_subs2 {
	background-color: #BDB197;
    height: auto;
    overflow: hidden;
    width: 600px;
}

.cb2_text_block {
	float:left;
	padding: 15px;
    width: auto;
}
.cb2_image_block {
	float:left;
}
.cb2_text_block2 {
	border:2px solid #704D2E;
    margin: 0;
    padding: 5px;
    width: 555px;
}

#content_block2 {
	margin-left:0px;
}
.cb2_header {
	background:#dbc594;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#dbc594'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#dbc594)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #dbc594); /* for firefox 3.6+ */ 
	color:#000;
	font-weight:bold;
	height: 40px;
    padding-top: 1px;
}
#cb2_block_inner_wrapper {
	background-color:#e3e3e3;  /* for non-css3 browsers */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#dbc594'); /*  IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#dbc594)); /* for webkit brwsrs */
	/*background: -moz-linear-gradient(top,  #eeede8,  #dbc594); /* for firefox 3.6+ */ 
    height: auto;
	overflow: hidden;
    padding: 5px;
    width: auto;
}
.cb2_block_inner p {
	color:#000;
}
#cb2_img_block {
	float:left;
	height:50px;
	width:300px;
}
#cb2_img_block2 {
	float: left;
    height: 50px;
    margin-left: 50px;
    margin-top: 20px;
    width: 100px;
}

#content_block3 {
	margin-left:0px;
}
.cb3_header {
	background:#dbc594;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#dbc594'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#dbc594)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #dbc594); /* for firefox 3.6+ */  
	color: #000000;
    font-size: 25px;
    font-weight: bold;
    height: 32px;
    padding-top: 1px;
}
#cb3_block_inner_wrapper {
	background:#dbc594;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#dbc594'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#dbc594)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #dbc594); /* for firefox 3.6+ */ 
    height: auto;
	overflow: hidden;
    padding: 5px;
    width: auto;
}
.cb3_block_inner {
	background-color:#7E5B12;
	height: auto;
    padding: 5px 10px;
    width: auto;
}


#naga_logo {
	margin-left: 10px;
	margin-top: 10px;	
}
#naga_text {
	margin-left: 115px;
	margin-top: 50px;
}
#cb3_blocks {
	padding:10px;
}
#cb3_block1 {
	float: left;
    height: auto;
    margin-left: 22px;
    margin-right: 15px;
    width: 175px;
}
#cb3_block2 {
	float: left;
    height: auto;
    margin-right: 20px;
    width: 175px;
}
#cb3_block3 {
	float: left;
    height: auto;
    width: 175px;
}
.cb_banner {
	background:#dbc594;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#dbc594'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#dbc594)); /* for webkit brwsrs */
	background: -moz-linear-gradient(top,  #eeede8,  #dbc594); /* for firefox 3.6+ */ 
	border:1px solid #7E5B12;
	color:#FFF;
	height: 20px;
	font-weight:bold;
	padding-top: 5px;
    width: auto;
}

.ws_button_wrapper {
	background:#463C18;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#463C18'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#463C18)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #463C18); /* for firefox 3.6+ */ 
	border: 1px solid #666666;
    color: #fff;
	cursor:pointer;
    font-weight: bold;
    height: 25px;
    margin-left: 207px;
    margin-top: 100px;
    padding-top: 8px;
    width: 145px;
}
.ws_search_button_wrapper {
	background:#463C18;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#463C18'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#463C18)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #463C18); /* for firefox 3.6+ */ 
	border: 1px solid #666666;
    color: #fff;
	cursor:pointer;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    width: 145px;
}

#cb_blocks {
	padding:10px;
}
#cb_block1 {
	float: left;
    height: auto;
    margin-left: 22px;
    margin-right: 15px;
    width: 175px;
}
#cb_block2 {
	float: left;
    height: auto;
    margin-right: 20px;
    width: 175px;
}
#cb_block3 {
	float: left;
    height: auto;
    width: 175px;
}

#vid_div_idevice {
	display:none;
}
#vid_div {
	display:block;
}
.img_link {
	cursor:pointer;
}
.content_link {
	text-decoration:underline !important;
}

/* END STYLES */


/*--------------------*/
/* MAP STYLES */
/*--------------------*/
.box {
	
}
/* END STYLES */

/*--------------------*/
/* TOOLTIP STYLES */
/*--------------------*/
.el_tooltip {
	background: #EEEEEE;
	border: 2px solid black;
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px; 
	-webkit-box-shadow: 3px 3px 5px #535353; 
	box-shadow: 3px 3px 5px #535353; 
	-moz-box-shadow: 3px 3px 5px #535353;
	left:0;
	margin: 4px;
	max-width:200px;
	min-width:200px;
	opacity: 0.9;
	padding:4px;
	position:absolute;
	top:0;
	width:auto; 	 
	z-index:99999999;
}
.tooltip_headline {
	color:#704D2E;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.tooltip_close_x {
	cursor: pointer;
    float: right;
    height: 12px;
    margin-right: 2px;
    text-align: right;
    width: 10px;
}
/* END STYLES */


/*--------------------*/
/* SEARCH PAGE STYLES */
/*--------------------*/
#state_div {
	display:inline;
}
#areacode_div {
	display:none;
}
#zip_div {
	display:none;
}
.delCk a {
	font-size:10px;
}

/*--------------------*/
/* SEARCH RESULTS STYLES */
/*--------------------*/
.account_div {
	background:#d3cda9;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#d3cda9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#d3cda9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #d3cda9); /* for firefox 3.6+ */
	float: left;
    margin-bottom: 10px;
    margin-left: 10px;
	min-height: 120px;
    padding: 0 10px 15px;
}
.addtl_info_div {
	background:#d3cda9;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#d3cda9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#d3cda9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeede8,  #d3cda9); /* for firefox 3.6+ */
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 10px 15px;
}
.fonts {
	font-weight:bold;
}

#see_details a {
	text-decoration:underline;
}

/*--------------------*/
/* SIDEBAR STYLES */
/*--------------------*/
#sidebar_left_wrapper {
	background-color: #CEC3A5;
    border: 5px solid #38321E;
    float: left;
    height: auto;
    margin-left: 35px;
    margin-top: 28px;
    opacity: 0.8;
    padding: 10px;
    width: 210px;
}
.sidebar_banner {
	background:#CEC3A5;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeede8', endColorstr='#CEC3A5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeede8), to(#CEC3A5)); /* for webkit brwsrs */
	background: -moz-linear-gradient(top,  #eeede8,  #CEC3A5); /* for firefox 3.6+ */ 
	border:1px solid #38321E;
	color:#0;
	height: 20px;
	font-weight:bold;
	padding-top: 5px;
    width: auto;
}
.sidebar_block {
	color: #000;
	padding: 0px;
}
.sidebar_block_inner {
	margin-left:5px;
}
.sidebar_block_inner a {
	color: #525134;
}

#sidebar_block1 {
	height: auto;
    margin-bottom: 10px;
}
#sidebar_block2 {
	border:1px solid #38321E;
	color:#000;
	height: auto;
    margin-bottom: 10px;
	min-height:50px;
	padding: 0px;
}
#sidebar_block2 p {
	color:#FFFFFF !important;
}
#sidebar_block3 {
	border:1px solid #dbc594;
	height: auto;
    margin-bottom: 10px;
}
#sidebar_block4 {
	border:1px solid #dbc594;
	height: auto;
    margin-bottom: 10px;
}


#rss_loading {
	margin-left:20px;
}
#rss_block {
	font-size:12px;
	margin-left: -25px;
	margin-top:2px;
    width: 200px;
}
#rss_block a {
	font-size:12px;
}
#rss_block ul {
	list-style:none;
}

.Nav_Info{
	padding:5px;
}
/* END STYLES */

.gb_img {
	height:216px;
	width:288px;
}

/*--------------------*/
/* FOOTER STYLES */
/*--------------------*/
#footer_wrapper {
	background-color:#38321E;
	height:90px;
	width:960px;
}

.tags {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	padding-top: 5px;
}
.tags a {
	text-decoration:none;
}
.tags a:hover {
	text-decoration:none;
}
#tag_img {
	margin-left: 225px;
    margin-top: 18px;
}



#copyright {
	color:#38321E;
	padding-bottom: 5px;
    padding-top: 10px;
}
#copyright a {
	color:#38321E;
}
#copyright a:hover {
	color:#999;
	text-decoration:underline;
}

#footer_copyright_links {
	color:#666;
	font-size:10px;
	padding-bottom: 10px;
    padding-top: 10px;
}
#footer_copyright_links a {
	color:#38321E;
}
#footer_copyright_links a:hover {
	color:#999;
	text-decoration:underline;
}
/* END STYLES */


/*--------------------*/
/* FOOTER STYLES */
/*--------------------*/
#footer_wrapper {
	background-color: #38321E;
	height:auto;
	padding: 10px;
	position: relative;
    width: 940px;
    z-index: 9999;
}
#footer_wrapper_mobi {
	display:none;
}

.footer_block {
	float:left;
	padding: 5px;
    width: 225px;
}

#footer_block_header_col1 {
	float:left;
	margin-left:5px;
	padding-right:25px;
	width: 210px;
}
#footer_block_header_col2 {
	float:left;
	padding-right:25px;
	width: 445px;
}
#footer_block_header_col3 {
	float:left;
	width: 210px;
}
.wht_ln_header {
	border-top:1px solid #FFF;
	height: 5px;
    width: 210px;
}
.wht_ln_header_long {
	border-top:1px solid #FFF;
	height: 5px;
    padding-bottom: 0px;
    width: 445px;
}

.footer_block_header {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
}
.footer_block_header_long {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:2px;
}

.footer_block_item a {
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.footer_block_item a:hover {
	color:#DBC594;
}

.wht_ln {
	border-top:1px solid #FFF;
	height: 5px;
    padding-bottom: 5px;
    width: 210px;
}
.footer_menu_links {
	color:#FFF;
	font-size:12px;
	padding-bottom: 10px;
    padding-top: 10px;
}
.footer_menu_links a {
	color:#FFF;
    text-decoration: none;
}
.footer_menu_links a:hover {
	text-decoration:underline;
}

#copyright {
	color:#FFF;
	padding-bottom: 5px;
    padding-top: 10px;
}
#copyright a {
	color:#FFF;
}
#copyright a:hover {
	color:#ccc;
	text-decoration:underline;
}

#footer_copyright_links {
	color:#FFF;
	font-size:10px;
	padding-bottom: 10px;
    padding-top: 10px;
}
#footer_copyright_links a {
	color:#FFF;
}
#footer_copyright_links a:hover {
	color:#ccc;
	text-decoration:underline;
}

#scroll_to_top {
    bottom: 5px;
	cursor:pointer;
    opacity: 0.3;
	padding:5px;
    position: fixed;
    right: 5px;
    text-align: center;
    width: 50px;
	z-index:9999;
}
#scroll_to_top img {
	max-width:50px;
}
/* END STYLES */


/*--------------------*/
/* CLEAR STYLES */
/*--------------------*/
.clear {
	clear:both;
}
/* END STYLES */

