/* CSS Document  									//
// style_new.css 										//
// For: DontLie.org 									//
// Created on: 1/7/2013							//
// Created by: Derek McKinney				//
// Last Modified: 10/7/2020						//
// Last Modified by: Laura Springer		//
*/

/*--------------------*/
/* MAIN STYLES */
/*--------------------*/
body {
	background-color:#cccccc;
	/*background-image:url(../images/jail-bars2.png);
	background-repeat:repeat;*/
	margin: 0;
    padding: 0;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#666;
	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 {
	border:0px solid #666;
	margin: 0 auto;
	position:relative;
	width:960px;
	z-index:10;
}
.content {
}
/* END STYLES */


/*--------------------*/
/* HEADER STYLES */
/*--------------------*/
#logo {
	float:left;
	padding:40px 0 0 20px;
}
#right_side_top_div {
	float:right;
	margin-top: 36px;
	width: 560px;
}
#social_icons {
	color:#666;
    font-family: Arial;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
	float:left;
    margin-left: 0px;
    margin-top: 40px;
}
#tagline {
	color:#666;
    font-family:"Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
	float:left;
    margin-right: 18px;
    margin-top: 25px;
    width: 300px;
}
#nssf_logo {
	float:left;
	margin-right:10px;
}
#atf_logo {
	float:left;
}
#header_wrapper {
	background:#cccccc;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #cccccc,  #FFFFFF); /* for firefox 3.6+ */
	
	/*background-image:url(../images/MetalGratingBackground_960x130.png);
	background-repeat:no-repeat;*/
	
	height: 165px;
    width: 960px;
}
.nav_menu {
		
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ef3e33'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ef3e33)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #FFFFFF,  #ef3e33); /* for firefox 3.6+ */
	
	background-color:#000; /*#F3F781;  /* for non-css3 browsers */
	
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
    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; /*#ef3e33;*/
	text-decoration:none;
	z-index:2;
}
.nav_menu a:hover {
	color:#FF6C0E;
	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:#ccc; /*#013e7f;*/
    border: 2px solid #FFFFFF;
	color:#000;
	float: left;
    list-style: none outside none;
    margin-right: 15px;
    padding: 3px;
}
.active a {
	color:#FF6C0E;
}
.nav_menu_dd li {
	border: 0px solid #ccc;
	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:#000;	
    border: 0px solid #FFFFFF;
    opacity: 1;
}

.nav_menu_dd li ul li {
	background-color:#000; /*293c64*/
	/*background-image:url(../images/brushed-metal-texture.png);*/
	float:none;
	padding:10px;
	border:0px solid #666;
	text-transform:capitalize;
}

.nav_menu_dd li ul li a {
	color:#FFFFFF;
}

.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: 199px;
    width: 26px;
    z-index: -1;
}
#nav_menu_corner_right {
	background-image:url(../Images/triangle.png);
	height: 16px;
    right: -12px;
    position: absolute;
    top: 199px;
    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;
}



/* END STYLES */

/*--------------------*/
/* BODY STYLES */
/*--------------------*/
#body_content_wrapper {
	background-color:#FFFFFF;
	/*background-image:url(../images/body_bg.png);*/
	background-repeat:no-repeat;
	height:auto;
	padding:10px;
}
#new_ep_text {
	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;
	color: #000000;
    font-size: 20px;
    font-weight: bold;
    height: 127px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 40px;
    text-align: left;
    width: 380px;
}
/* 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;
	margin-left:0px;
	width:600px;
}
#content_block_nosb {
	color:#FFF;
	margin-left:0px;
	width:855px;
}
.cb_header {
	background:#FF6C0E; /*#F3F781;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FF6C0E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ef3e33)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #ef3e33); /* for firefox 3.6+ */
	border: 3px solid #fff;
	color:#000;
	font-size:18px;
	font-weight:bold;
	height: 40px;
    padding-top: 0px;
}
#cb_block_inner {
	background-color:#000;
	/*background-image:url(../Images/home_img.png);*/
	border:2px solid #333;
	height: auto;
	/* opacity: 0.9; */
    padding: 5px 10px;
    width: auto;
}
#cb_block_inner_home {
	background-color:#000;
	/*background-image:url(../Images/home_img.png);*/
	border:0px solid #333;
	height: auto;
	/* opacity: 0.9; */
    padding: 5px 10px;
    width: auto;
}
#cb_block_inner_subs {
	background-color: #CCC;
    height: auto;
    overflow: hidden;
	padding: 10px;
    width: 600px;
}
#cb_block_inner_subs2 {
	background-color: #CCC;
    height: auto;
    overflow: hidden;
    width: 600px;
}

#content_block2 {
	border: 3px solid #FFFFFF;
	margin-bottom: 10px;
}
.cb2_header {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ef3e33'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ef3e33)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #FFFFFF,  #ef3e33); /* for firefox 3.6+ */
	
	background-color:#000; /*#F3F781;  /* for non-css3 browsers */
	
	/*border:2px solid #000000;*/
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	height: auto;
    padding: 2px;
}
#cb2_block_inner_wrapper {
	background-color:#ccc;
    height: auto;
    padding: 5px;
    width: auto;
}
#cb2_block_inner {
	background-color: #eeeeee;
    /*border: 2px solid #000000;*/
    height: auto;
    padding: 5px 10px;
    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 {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ef3e33'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ef3e33)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #FFFFFF,  #ef3e33); /* for firefox 3.6+ */
	
	background-color:#000; /*#F3F781;  /* for non-css3 browsers */
	color:#FF6C0E;
	font-weight:bold;
	height: 40px;
    padding-top: 1px;
}
#cb3_block_inner_wrapper {
	background-color:#999999;
	height:auto;
	min-height: 200px;
}
.cb3_block_inner {
}


#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-image:url(../images/brushed-metal-texture.png);
	color:#FFF;
	height: 20px;
	font-weight:bold;
	padding-top: 5px;
    width: auto;
}

.img { 
	overflow: hidden;
    position: relative;
}
.img_caption {
	background-color: #CCCCCC;
    border: 2px solid;
    color: #000000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    left: 134px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 290px;
    width: 291px;
}

.ws_button_wrapper {
	background:#666;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#ccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #ccc); /* 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:#666;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#ccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #ccc); /* 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;
}

/* END STYLES */

/*--------------------*/
/* FORM STYLES */
/*--------------------*/
#form_wrapper {
	margin: 0 auto;
	width:500px;
}

#form_headline_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}

.form_fields_label {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.form_field_wrapper {
}

.form_field {
	background:#CCCCCC;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #FFFFFF); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	height:25px;
	width:300px;
}
.form_field_auto {
	background:#CCCCCC;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #FFFFFF); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	height:25px;
	width:auto;
}
.form_field_auto_rev {
	background:#FFFF66;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFF66'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFF66)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #FFFF66); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	height:25px;
	width:auto;
}
.form_field_auto_error {
	background:#FF5A5A;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FF5A5A'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FF5A5A)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #FF5A5A); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	height:25px;
	width:auto;
}
.form_field_auto_done {
	background:#7FF48E;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#7FF48E'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#7FF48E)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #7FF48E); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	height:25px;
	width:auto;
}
.form_submit_button {
	background:#CCCCCC;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCCCCC,  #FFFFFF); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	cursor:pointer;
	height:auto;
	padding:5px;
	width:auto;
}
.form_submit_button:hover {
	background:#CCCCCC;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC); /* for firefox 3.6+ */
	border:1px solid #333;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	cursor:pointer;
	height:auto;
	padding:5px;
	width:auto;
}
/* END STYLES */

/*--------------------*/
/* SEARCH PAGE STYLES */
/*--------------------*/
#state_div {
	display:inline;
}
#areacode_div {
	display:none;
}
#zip_div {
	display:none;
}

/*--------------------*/
/* SEARCH RESULTS STYLES */
/*--------------------*/
.account_div {
	background:#666;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#ccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #ccc); /* for firefox 3.6+ */
	float: left;
    margin-bottom: 10px;
    margin-left: 10px;
	min-height: 120px;
    padding: 0 10px 15px;
}
.addtl_info_div {
	background:#666;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#ccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #ccc); /* 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:#EEEEEE; 
	border:2px solid #000;
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	float: left;
    margin-left: 35px;
	margin-top: 10px;
    height: auto;
	overflow:hidden;
    padding: 10px;
    width: 195px;
}
.sidebar_banner {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ef3e33'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ef3e33)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #FFFFFF,  #ef3e33); /* for firefox 3.6+ */
	
	background-color:#000; /*#FF6C0E;  /* for non-css3 browsers */
	/*border:2px solid #000;*/
	color:#FF6C0E;
	height: 20px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top: 5px;
    width: auto;
}
.sidebar_block {
	color: #000000;
	padding: 0px;
}
.sidebar_block_inner {
	margin-left:7px;
}
.sidebar_block_inner a {
	color: #FFF;
}
.sidebar_banner a {
	color: #FF6C0E;
}

#sidebar_block1 {
	height: auto;
    margin-bottom: 10px;
}
#sidebar_block2 {
	border: 0px solid #FFFFFF;
    height: auto;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 5px;
}
#sidebar_block3 {
	border: 0px solid #FFFFFF;
    height: auto;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 5px;
}
#sidebar_block4 {
	border: 0px solid #FFFFFF;
    height: auto;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 5px;
}

.sidebar_links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.sidebar_links:hover {
	text-decoration:underline;
}

#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;
}
/* END STYLES */


/*---------------------------*/
/* SPECIAL STYLES */
/*---------------------------*/
#news_feed_block_wrapper {
	border:1px solid #CCC;
	height:148px;
	overflow:hidden;
	position:relative;
}

#news_feed_block {
	position:relative;
	top:0px;
}
.news_block_title {
	border:2px solid #333333;
	background:#000000;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#666666)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000000,  #666666); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top,  #000000,  #666666); /* for ie 10 */
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}
.news_block {
	border:1px solid #666;
	background:#FFFFFF;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #cccccc); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top,  #FFFFFF,  #cccccc); /* for ie 10 */
	display:block;
	height:45px;
	margin:5px;
	padding:3px 5px 0 10px;
	width:auto;
}
.news_block a {
	text-decoration:none;
}
.news_block2 {
	border:1px solid #666;
	background:#FFFFFF;  /* for non-css3 browsers */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #cccccc); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top,  #FFFFFF,  #cccccc); /* for ie 10 */
	display:block;
	height:auto;
	margin:5px;
	min-height:30px;
	padding:5px;
	width:auto;
}
.news_block2 a {
	text-decoration:none;
}
#news_block5 {
	float:right;
	display:block;
	margin-top:5px;
}
#news_block_more_news {
	float:right;
	margin-top:5px;
	display:block;
}
.moves {
	cursor:pointer;
	float:left;
	margin-top:5px;
	width:25px;
}
/* END STYLES */



/*--------------------*/
/* FOOTER STYLES */
/*--------------------*/
#footer_wrapper {
	/*background:#999999;  /* for non-css3 browsers */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#999999)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #000000,  #999999); /* for firefox 3.6+ */
	background-color:#000000;
	height:90px;
	width:960px;
}

.footer {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: 5px;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	color:#666666;
	text-decoration:none;
}
#footer_links {
	float:left;
	margin-left: 30px;
    margin-top: 35px;
}
.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;
}
#tag1 {
	float: left;
    margin-left: 170px;
    padding: 20px;
}
#tag2 {
	float: left;
    margin-left: 55px;
    padding: 20px;
}
#tag3 {
	float: left;
    margin-left: 55px;
    padding: 20px;
}

#copyright {
	color:#666666;
	font-size:10px;
	padding-bottom: 10px;
    padding-top: 10px;
}
#copyright a {
	color:#999999;
}
#copyright a:hover {
	color:#999999;
	text-decoration:underline;
}
/* END STYLES */


/*--------------------*/
/* CLEAR STYLES */
/*--------------------*/
.clear {
	clear:both;
}
/* END STYLES */
