/* CSS Document */
body {
font-family: Arial,Verdana, Helvetica, sans-serif;
color: #333333;
margin: 0px;
padding: 0px;
line-height: 1.166;	
width:100%;
text-align:center;
background-color:#EEEEEE;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5 h6 {
	font-family: Helvetica, Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
    font-size:23px;
 	color: #000000;
}
h1 a {
    font-size:23px;
 	color: #000000;
	text-decoration:none;
}

h2{
  font-size:18px;
  color: #000000;
  font-weight:bold;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 14px;
 color: #333333;
font-weight: bold;
}
h5{
 font-size: 70%;
 color: #333333;
}

h6{
font-weight:normal;
 font-size: 60%;
 color: #999999;
vertical-align:text-top;
padding:0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

OL ol {
	list-style:decimal;
}

.OL LI{
font-family: Verdana, Helvetica, sans-serif;
list-style: disc;
font-size: 12px;
margin-left:10px;
line-height:19px;
color:#000000;
}

label{
	font: bold 100% Arial,Verdana,sans-serif;
 color: #334d55;
}

p
{
font-family: Verdana, Helvetica, sans-serif;
color:#000000;
font-size: 12px;
font-weight: normal;
line-height:19px;

}
.text {
font-family: Verdana, Helvetica, sans-serif;
color:#000000;
font-size: 12px;
font-weight: normal;
line-height:19px;
text-decoration:none;
}

.text li{
font-family: Verdana, Helvetica, sans-serif;
list-style: disc;
font-size: 12px;
margin-left:10px;
line-height:19px;
color:#000000;
}

.quickfact {
font-family: Verdana, Helvetica, sans-serif;
color:#000000;
font-size: 12px;
font-weight: normal;
line-height:19px;
text-decoration:none;
}

#maincontainer
{
width:100%;
height:100%;
text-align:center;
text-align: -moz-center;
background-image:url(../images/page_bg.jpg);
background-repeat:repeat-y;
background-position:center;
}

#container
{
width:999px;
height:100%;
border: solid 0px #cccccc;
padding:0px;
text-align:center;
background-color:#FFFFFF;
min-height:100%;
}
#container:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
/*-------------- header bg -------------------*/
#header
{
width:999px;
height:100%;
background-image: url(../images/homepage_top_bg1.jpg);
background-position:top left;
background-repeat: repeat-x;
border:solid 0px #000;
background-color:#5DC929;
}

#header:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
/*--------------top article-------------*/
#top_article
{
width:999px;
height:20px;
background-color:#414548;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:left;
border: 2px solid #000000;
}

#top_article a
{
text-decoration:underline;
color:#CCCCCC;
}

#top_article a:hover
{
text-decoration:underline;
color: #FFFFFF;
}

/*--------------top logo-------------*/
#toplogo
{
padding:0px 0px 0px 10px;
width:495px;
float:left;
/*background-image:url(../images/logo_text_home.jpg);
background-repeat:no-repeat;
background-position:left bottom;*/
height:172px;
}
/*--------top right links----------*/
#top_right_col
{
width:250px;
float:right;
text-align:right;
margin-top:5px;
margin-right:5px;
}
/*------ top advertise --------*/
#top_advert
{
 float:left;
 margin-top:7px;
}

/*-------------top menu---------------*/
#topmenu
{
width:100%;
padding-top:10px;
padding-bottom: 0px;
margin-bottom:0px;
}

#topmenu:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}

.tabset {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.tabset:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
.tabset li {
	padding: 2px 10px 5px 10px;
	margin: 0px 0px 0px 03px;
	float: left;
	background:url(../images/tab_top1.jpg) no-repeat top left;
	background-color:  #006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
.tabset li.active {
	background-color:#0B6EA7;
}

.tabset li.other a, .tabset li.other a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}

.tabset li.other a:hover {
	color: #999999;
}
.tabset li.selected {
	background: url(../images/tab_top2.jpg) no-repeat top left;
	background-color: #FFFFFF;
	color: #000000;	
	display:block;
}

.tabset li.selected a{
	color: #000000;	
	display:block;
	text-decoration:none;
}

.tabset li.selected a:hover{
	color: #000000;
	display:block;
	text-decoration:underline;
}
/*------------ subcate  --------------*/ 
#subcate
{
background-color: #6FA8C5;
height:17px;
}
/*---------subcate links ------------*/
.subtabset {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.subtabset li {
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 0px 3px;
	float: left;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}

.subtabset li.active {
	background-color:#0B6EA7;
}

.subtabset li a, .subtabset li a:visited {
	color: #003662;
	text-decoration: none;
	display: block;
	
}

.subtabset li a:hover {
	color: #FFFFFF;
}

.subtabset li.active a, .subtabset li.active a:visited {
	color: #6FA8C5;
}

.subtabset li a span {
	display: block;
	margin-left: -4px;	
}

.subtabset li.active a span, .subtabset li.active a:visited span {
	background-position: -100px;
}
/*------------ thread -----------------*/
#thread
{
padding-left:10px;
height:100%;
}
.thread {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.thread li {
	padding: 5px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
}

.thread li.active {
	background-color: #FFFFFF;
}

.thread li a, .thread li a:visited {
	color: #999999;
	text-decoration: none;
	display: block;
	
}

.thread li a:hover {
	color:  #999999;
	text-decoration: underline;
}

.thread li.active a, .thread li.active a:visited {
	color: #000000;
	text-decoration:underline;
}

.thread li a span {
	display: block;
	margin-left: -4px;	
}

.thread li.active a span, .thread li.active a:visited span {
	background-position: -100px;
}


/*-------------- top ad  ------------*/
#top_ad
{
border-left: 0px solid #136FCC;
border-right: 0px solid #136FCC;
border-top: 0px solid #136FCC;
border-bottom: 0px solid #136FCC;
padding-top: 5px;
padding-bottom: 5px;
vertical-align:middle;
text-align:left;
}
#content{
  float:left;
  width: 99;	
  padding: 0 0 0 0;
  margin-bottom:10px;
  text-align:left;
}
#right_col{
float: right;
width: 210px;
margin-left: 4px;
margin-top: 4px;
padding: 2 0 0 0;
text-align:left;
margin-top: 0px;
margin-right:1px;
}

#middle_col{
 	float:left;
	width: 385px;
	margin-left: 5px;
	padding: 0 0 0 0;
text-align:left;
margin-top: 5px;
border: 0px #000 solid; 
}
#middle_col_news{
 float:left;
 width: 590px;
 padding: 0 0 0 0;
 text-align:left;
 margin-top: 5px;
}

#left_col{
 	float:left;
	width: 380px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
    text-align:left;
    margin-top: 5px;

}
#leftmain_col{
float: left;
clear: none;
margin-left: 3px;
padding: 0px 0px 0px 0px;
text-align:left;
margin-top: 5px;
margin-bottom:10px;
width:770px;

}

#leftmain_col:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#leftreview_col{
float: left;
clear: none;
margin-left: 0px;
margin-right: 8px;
padding: 0 0 0 0;
text-align:left;
margin-top: 5px;
margin-bottom:10px;
width:486px;
}

#rightview_col{
float: left;
clear: none;
margin-right: 3px;
padding: 0 0 0 0;
text-align:left;
margin-top: 5px;
margin-bottom:10px;
width:486px;
}

#leftbig_col{
float: left;
clear: none;
margin-left: 0px;
padding: 0 0 0 0;
text-align:left;
margin-top: 5px;
}
#top_stories
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;

}
#top_stories:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#top_stories_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;
}

#top_stories_content1
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;
}

#top_stories_text
{
padding:2px 5px 5px 0px;
margin-right:0px;
margin-left:0px;
margin-bottom:5px;
background: #FFFFFF;
width:95%;
border-bottom:dashed 1px #ccc;

}
#top_stories_title
{
background-image: url(../images/featured_news_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:28px;
border-bottom:solid 1px #eaeaea;
}
#top_stories_titletext
{
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
font-weight:bold;
line-height:27px;
width:150px;
float: left;
}

#top_stories_titledate
{
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
font-weight: normal;
line-height:27px;
width:150px;
text-align:right;
float:right;
}
#top_stories_heading
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #216CBD;
font-weight: bold;
margin-bottom:6px;
margin-top:6px;
padding:5px 5px 0px 0px; 
}
#top_stories_image
{
	padding:5px 5px 5px 5px; 
	width:175px;
	height:auto;
}

/*-----------------------------*/
#other_stories
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
margin-top:10px;
background: #FFFFFF;
}
#other_stories:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#other_stories_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;

}

#other_stories_text
{
padding:2px 5px 5px 2px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
width:97%;
border-bottom: dashed #ccc 1px;
}
#other_stories_title
{
background-image: url(../images/other_stories_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:25px;
border-bottom:solid 1px #eaeaea;
}

#other_stories_title1
{
background-image: url(../images/other_stories_bg1.jpg);
background-repeat:repeat-x;
background-position:top;
height:61px;
border-bottom:solid 1px #eaeaea;
}

#other_stories_title2
{
background-image: url(../images/other_stories_bg2.jpg);
background-repeat:repeat-x;
background-position:top;
height:20px;
border-bottom:solid 1px #eaeaea;
}
#other_stories_titletext
{
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
font-weight:bold;
line-height:27px;
width:330px;
float:left;
}

#other_stories_titledate
{
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
font-weight: normal;
line-height:27px;
width:150px;
text-align:right;
float:right;
}

#other_stories_heading
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #216CBD;
font-weight: bold;
margin-bottom:6px;
margin-top:6px;
padding-left:20px;
}

#other_stories_heading1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #216CBD;
font-weight: normal;
margin-bottom:6px;
margin-top:0px;
background-image:url(../images/arrow.jpg);
background-repeat:no-repeat;
background-position: left ;
padding-left:20px;
}
/*---------------------------*/
#new_tabs
{
clear:both;
width:100%;
height:30px;
float:none;
padding-top:4px;
}

.news_tabset {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.news_tabset li {
	margin: 0px 0px 0px 3px;
	float: left;
	background: url(../images/featured_new_tab.png);
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #000000;
	width:80px;
}

.news_tabset li.active {
	background-color:#0B6EA7;
}

.news_tabset li a, .news_tabset li a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	width:80px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.news_tabset li a:hover {
	color: #999999;
	background: url(../images/featured_new_tab_o.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}

.news_tabset li a:active {
	color: #999999;
	background: url(../images/featured_new_tab_o.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
.news_tabset li.selected {
	color: #999999;
	background: url(../images/featured_new_tab_o.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}

#main_stories
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#main_stories:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#main_stories_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;
}
#main_stories_image
{
padding:5px 0px 10px 0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;
}

#main_stories_text
{
padding:2px 5px 5px 2px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
width:350px;
}
#main_story_bottom
{
background-color:#E1EDF7;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003366;
text-decoration:none;
width:100%;
}

#main_story_bottom a
{
padding:0px 20px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003366;
text-decoration: underline;
}

#main_story_bottom a:hover
{
padding:0px 20px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration: underline;
}

#main_stories_title
{
background-image:url(../images/box_top_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
border-bottom:solid 1px #eaeaea;
line-height:27px;
}

/*----------------------------------------------*/
#tags_stories
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#tags_stories:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#tags_stories_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;
}
#tags_stories_image
{
padding:5px 0px 10px 0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
height:100%;
}

#tags_stories_text
{
padding:2px 5px 5px 2px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
width:98%;
}
#tags_stories_bottom
{
background-color:#E1EDF7;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003366;
text-decoration:none;
width:100%;
}

#tags_stories_bottom a
{
padding:0px 20px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #003366;
text-decoration: underline;
}

#tags_stories_bottom a:hover
{
padding:0px 20px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration: underline;
}

#tags_stories_title
{
background-image:url(../images/box_top_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
border-bottom:solid 1px #eaeaea;
line-height:27px;
}


/*-----------------*/

#whats_hot
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
background: #FFFFFF;
}
#whats_hot_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#whats_hot_title
{
background-image: url(../images/whats_box_top_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
font-weight:bold;
border-bottom:solid 1px #eaeaea;
line-height:27px;
}
#whats_hot:after
{
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#room_reviews
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
background: #FFFFFF;
margin-bottom:10px;
}
#room_reviews_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#top_room_reviews_content
{
padding:1px 1px 1px 1px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#top_room_reviews_content_new
{
padding:0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#room_reviews_title
{
background-image:url(../images/box_top_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;
font-weight:bold;
border-bottom:solid 1px #eaeaea;
line-height:27px;
}

#recent_news_tags
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
margin-top:10px;
background: #FFFFFF;
}

#recent_news
{
border:solid 1px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
margin-top:10px;
background: #FFFFFF;
}
#recent_news_content
{
padding:5px 5px 5px 5px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}
#recent_news_title
{
background-image:url(../images/box_top_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
font-weight:bold;
border-bottom:solid 1px #eaeaea;
line-height:27px;
}
#quick_links
{
border:solid 0px #eaeaea;
padding-left:0px;
padding-right:0px;
margin-right:0px;
margin-left:0px;
margin-top:0px;
background: #FFFFFF;
width: 192px;
}
#quick_links_content
{
padding:2px 0px 0px 0px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
}

.quick_links_content
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;

}

#quick_links_title
{
background-image: url(../images/right_col_title_bg.jpg);
background-repeat: no-repeat;
background-position:top;
height:27px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
line-height:27px;
}



#sml-02_left {
CLEAR: left; 
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FLOAT: left; 
PADDING-BOTTOM: 0px; 
PADDING-TOP: 0px;
text-align:left; 
margin-right:10px;	
}
#sml-02_right {
	CLEAR: right; PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
	text-align:right; margin-left:5px;
}
#sml-03_left {
CLEAR: left; 
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
FLOAT: left; 
PADDING-BOTTOM: 15px; 
PADDING-TOP: 0px; 
width:230px;
text-align: left; 
margin-right:10px;
}
#top_sponsor
{
padding-bottom:7px;
padding-top:7px;
}

#box
{
margin:0px;
padding:0px;
width:545px;
}
#box_top
{
background-image:url(../images/box_top.jpg);
background-repeat:no-repeat;
background-position:bottom right;
width:545px;
height:14px;

}
#box_bg
{
background-image:url(../images/box_hori_bg.jpg);
background-repeat:repeat-y;
width:545px;
border-left: solid 0px #B5B5B5;
border-right: solid 0px #B5B5B5;
margin-left:0px;
}
#box_bottom
{
width:545px;
height:17px;
background-color:#F1F1F1;
}
.table_bbox_bg
{
background-image:url(../images/box_bg.jpg);
background-repeat: no-repeat;
background-position:top;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/
.navbar_right_cor
{
background-image:url(../images/menu_cor_right.jpg);
background-position:right bottom;
background-repeat:no-repeat;
width:40%;
}
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.google_search
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	margin-bottom:1px;
}
.small_text
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #999999;
	vertical-align:text-top;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:20px;
}
.small_text:hover
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	color: #999999;
	vertical-align:text-top;
	text-decoration: underline;
	padding:0px 0px 10px 0px;
	height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	height:20px;
}
#image_credit
{
	font-weight:normal;
	font-size: 10px;
	color: #999999;
	vertical-align:text-top;
	text-decoration: none;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
}
.leftlinks {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.leftlinks:hover {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFDF80;
	text-decoration: none;
}
.Eventhead 
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #000000;
	text-decoration: none;
}
.greytext {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.greytext:hover{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
.greytext1 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #353535;
	text-decoration: Underline;
}

.redrollover {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: Underline;
}
.redrollover:hover {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.dropdowntext{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.toparea_links
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

.toparea_links a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration: underline;
}

.toparea_links a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration: underline;
}

select.selectBox{font-size:18px;}
select.selectBox option{background-color:#ffffff;border:solid 1px #CCCCCC;color:#8A8A8A;height:25px;width:218px;line-height:20px;padding-left:9px;}

.search_links
{
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

.search_links a
{
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
}
.search_links a:hover
{
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration:underline;
line-height:12px;
}

.review_links
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration:none;
}

.review_links:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration: underline;
}
.review_linksno
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999;
text-decoration:none;
}
.review_links1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #006600;
text-decoration:none;
}

.review_links1:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #006600;
text-decoration: underline;
}
.bold_text
{
font-family:Arial,Verdana, Helvetica, sans-serif;
font-size:12px;
color:#515151;
}
.tr_dotted
{
	border-bottom: dashed 1px #cccccc;
}

#footer
{
background-color: #333333;
padding:10px;
height:90px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:none;
background-color:#323337;
text-align:left;
}

.footer
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:none;

}

.footer a
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
text-decoration:underline;
}

.footer a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF;
text-decoration: underline;
}

.footer_tabset {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
}

.footer_tabset li {
	padding: 2px 5px 5px 5px;
	margin: 0px 0px 0px 3px;
	float: left;
	font-family:Arial,Verdana, Helvetica, sans-serif;	
	font-size:10px;
}



.footer_tabset li.active {
	background-color:#0B6EA7;
	
}

.footer_tabset li a, .footer_tabset li a:visited {
	color: #999999;
	text-decoration: underline;
	display: block;
	
}

.footer_tabset li a:hover {
	color: #CCCCCC;
	
}

.footer_inner
{
border-top: solid 1px #CCCCCC;
padding:8px;
font-family:Arial,Verdana, Helvetica, sans-serif;
font-size:10px;
color:#B5B7BA;
height:103px;
background-image: url(../images/inner_footer.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#323337;
}


.alsosee
{
padding-left:10px;
}

.alsosee h3
{
padding: 8px 0 10px 0;
margin: 10px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000000;
background: url(../images/sideHeaderBg.gif) no-repeat 100% 100%;
}


.alsosee ul {
	margin: 0;
	padding-left: 20px;
	padding-bottom:5px;
	list-style: none;
	font-family:Arial,Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;

}

.alsosee ul li {
	margin: 0;
	padding: 0 0 5px 8px;
	background: url(../images/bull.gif) no-repeat -3px 7px;
}

.alsosee ul li a {	
	text-decoration:underline;
}


.alsosee ul li a:hover{
	color:#FF0000;	
}

/* jump unit */

.jumper {
	padding: 10px 0 0px 0px;
/*	background-image: url(../images/jumperBg.jpg);*/
	background-position: bottom;
	background-repeat:repeat-x;

	/*border-top:solid 1px  #ccc;*/
	height:100%;
	min-height: 200px;
	text-align:left;
	background-color:#FFFFFF;

}
.last {
	border: 0;
}


.insider h3 {
	padding-left: 14px;
	color: #fda100;
}

.jump-item img {
	border: 0;
}

.jump-item p a, .jump-item p a:visited {
	color: #333;
	text-decoration: none;
}

.jump-item p a:hover {
	color: red;
}

.jumper:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
/* inner page */
#story_header
{
border:solid #000 0px;
padding:10px 0px 0px 0px;
height:100%;
text-align:left;
clear:both;
}
#story_heading
{
padding:5px 0px 0px 10px;
width:830px;
height:100%;
float:right;
text-align:left;
}
#story_header_new
{
float:left;
padding:0px 0px 0px 155px;
width:628px;
height:100%;
text-align:left;
}
#inner_left_col{
 float:left;
 width: 150px;
 padding: 0px 0px 0px 0px;
 text-align:left;
 margin-top:5px;
}
#sponsored
{
padding:0px 0px 0px 0px;
float:left;
width:140px;
height:100px;
text-align:left;
}

#inner_middle_col{
 	float:left;
	width: 590px;
	margin-left: 5px;
	padding: 0 0 0 0;
	text-align:left;
	height:100%;
}
#inner_middle_col2{
 	float:left;
	width: 590px;
	margin-left: 5px;
	padding: 0px 0px 0px 2px;
	text-align:left;
	margin-top: 5px;
	height:100%;
}
#stories_image
{
padding:0px 0px 0px 0px;
height:100%;
}

#stories_text
{
padding:0px 5px 5px 2px;
margin-right:0px;
margin-left:0px;
background: #FFFFFF;
width:590px;
margin-bottom:5px;
height:100%;
}

#more_top_stories_right
{
float:right;
padding:0px 0px 10px 10px;
text-align:left;
height:210px;
height:auto !important;
}
#more_top_stories_right ul
{
margin-left:0px;
padding:0px;
}

#more_top_stories_right li
{
list-style: disc;
padding:6px 0px 5px 0px;
margin: 0px 0px 0px 20px;
float: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color: #006600;
line-height:15px;
}

#more_top_stories_right li a
{
list-style: disc;
padding:0px 0px 5px 10px;
margin: 0px 0px 0px -10px;
float: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color: #006600;
text-decoration:underline;
/*background-image:url(../images/arrow.jpg);
background-position:left bottom;
background-repeat:no-repeat;*/
line-height:15px;
}

#more_top_stories_right li a:hover
{
text-decoration:none;
color:#000000;
}
#more_top_stories_left
{
float: left;
padding:10px;
text-align:left;
height:210px;
height:auto !important;
width:200px;
}
#more_top_stories_left ul
{
margin-left:0px;
padding:0px;
}

#more_top_stories_left li
{
list-style: disc;
padding:6px 0px 5px 0px;
margin: 0px 0px 0px 20px;
float: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color: #006600;
line-height:15px;
}

#more_top_stories_left li a
{
list-style: disc;
padding:0px 0px 5px 10px;
margin: 0px 0px 0px -10px;
float: none;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color: #006600;
text-decoration:underline;
/*background-image:url(../images/arrow.jpg);
background-position:left bottom;
background-repeat:no-repeat;*/
line-height:15px;
}

#more_top_stories_left li a:hover
{
text-decoration:none;
color:#000000;
}
#inner_story
{
clear:both;
float:none;
margin-top: 5px;
width:598px;
height:100%;
border:solid 0px #000;
margin-left:10px;
}

#inner_story:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}

#more_top_stories:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}


#stories_image:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0;
}
#right_review_con2{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	width: 200px;
	height: 100px;
	padding: 5 0 0 0;
	text-align:left;
	border: solid 0px #000000;
}
#right_corner{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	width: 200px;
	padding-left:3px;
	margin-left: 3px;
	border: solid 0px #000000;
}
.roll {
	background-image: url(but.gif);
	height: 100px;
	width: 205px;
	margin-left:0px;
	padding: 0 0 0 0;
	text-align:left;
	border: solid 0px;
}
.over {
	height: 100px;
	width: 205px;
	padding: 0 0 0 0;
	text-align:left;
	border: solid 0px;
}
#right_message_div{
	float:left;width:200px;	border: 0px solid #000000;padding: 0 0 0 0;text-align:left;
}
.sidelinks1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #006600;
	text-align:left;
	text-decoration: none;
	font-weight: normal;
}
.sidelinks1:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	text-align:left;
	font-weight: normal;
}
.sidelinks2 {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #006600;
}
.sidelinks2:hover {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}
.red {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.bg_offer {
	background-image: url(../images/offer_bg.jpg);
	background-repeat: no-repeat;
}
#main_news_div{
	float:left;
	width:989px;
	margin-top:5px;
	margin-left:5px;
	padding: 0 0 0 0;
	height:100%;
	min-height: 500px;
}
#main_table{
	float:left;
	width:970px;
	padding: 0 0 0 0;
}
#reviewlogo {
	float:left;
	width: 240px;
	padding-top:15px;
}

#top_poker_title
{
	float:left;
	width: 550px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
}
#quick_facts_div 
{
	float:left;
	width: 223px;
	margin-top:10px;
	margin-bottom:10px;
}
#page_summary 
{
	float:left;
	width: 473px;
	margin-top:8px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:10px;
}
#table_margin 
{
	float:left;
	width: 217px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:3px;
}
#special_div 
{
	float:left;
	width: 223px;
	height: 200px;
	margin-top:10px;
	background-image: url(../images/special-offers-box.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-bottom:10px;
}
#top_rate_div 
{
	float:left;
	width: 99%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.box_top_left
{

background-image:url(../images/cor_left.jpg);
background-position:right  bottom;
background-repeat:no-repeat;
width:7px;
height:8px;
}

.box_top_right
{
background-image:url(../images/cor_right.jpg);
background-position:left bottom;
background-repeat:no-repeat;
width:9px;
height:8px;
}

.box_top_bg
{
background-image:url(../images/top_background.jpg);
background-repeat:repeat-x;
background-position:bottom;
height:8px;
}

.box_bottom_left
{

background-image:url(../images/box_07.jpg);
background-position:left  top;
background-repeat:no-repeat;
width:7px;
height:8px;
}

.box_bottom_right
{
background-image:url(../images/box_09.jpg);
background-position:right top;
background-repeat:no-repeat;
width:9px;
height:8px;
}

.box_bottom_bg
{
background-image:url(../images/bottom_bg.jpg);
background-repeat:repeat-x;
background-position:top;
height:8px;
}
.bg_middle {
	background-image: url(../images/middlebg.jpg);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	float:left;
}
.links2Bold {
	font-family: Verdana, Helvetica, sans-serif;
	color:#006600;
	font-size: 12px;
	line-height:19px;
	font-weight:normal;
	text-decoration: underline;
}
.links2Bold:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color:#006600;
	font-size: 12px;
	line-height:19px;
	font-weight:normal;
	text-decoration: none;
 }
 .textLink {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height: 17px;
	font-weight:normal;
	text-decoration: underline;
}
 .textLink:hover {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height: 17px;
	font-weight:normal;
	text-decoration: none;
}
 .authorlink{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #999999;
 font-weight: normal;
 text-decoration: none;
}
 .authorlink:hover{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #999999;
 font-weight: normal;
 text-decoration: underline;
}
.top_headline {
	font-family:verdana,Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.top_headline:hover {
	font-family:verdana,Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.headline {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.headline:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid gray;
	text-align:left;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.dotline_div{
	MARGIN-TOP:5px;MARGIN-BOTTOM:5px;BACKGROUND-IMAGE: url(../images/dottedline.jpg); WIDTH: 100%; BACKGROUND-REPEAT: repeat-x;
 }
 .dotline_div_new{
	MARGIN-TOP:5px;MARGIN-BOTTOM:2px;BACKGROUND-IMAGE: url(../images/dot.gif); BACKGROUND-REPEAT: repeat-x;
 }
 #paging1_div{
    float:left;width:450px;font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;padding: 0 0 0 0;border:0px solid #000000;text-align:left;
}
.paging_link2 {
	font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;color: #000000;text-decoration: none;font-weight: normal;
 }
.paging_link2:hover {
	font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;color: #000000;text-decoration: underline;font-weight: normal;
}
.paging_link {
	font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;	color: #000000;	text-decoration: none;font-weight: bold;
 }
.paging_link:hover {
	font-family: Arial,Verdana, Helvetica, sans-serif;font-size: 12px;color: #000000;text-decoration: underline;font-weight: bold;
}
.txtdisable {
	background-color:#E5F8E7;border:0;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;font-weight: normal;color: #00000;text-decoration: none;text-align:center;
}
#top_news_tabs
{
clear:both;
width:100%;
height:30px;
float:none;
padding-top:4px;
}

#news_tabs
{
margin:0px;
background: url(../images/featured_new_tab_o.png);
background-position:center;
background-repeat:no-repeat;
display:block;
width:80px;
height:30px;
text-align:center;
float:left;
margin-left:2px;
}

#news_tabs a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
	color: #000000;
	width:80px;
	text-align:center;
	text-decoration:none;
	float:left;
	padding-top:5px;
}


#news_tabs a:hover {
	color: #999999;
}


#news_tabs1
{
margin:0px;
background: url(../images/featured_new_tab.gif);
background-position:center;
background-repeat:no-repeat;
display:block;
width:80px;
height:30px;
text-align:center;
float:left;
margin-left:4px;
}

#news_tabs1 a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;
	color: #000000;
	width:80px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}
#news_tabs1 a:hover {
	color: #999999;
}
#news_footer 
{
	float:left;
	width: 290px;
	margin-right:3px;
}

#online-bonuses
{
border:solid 1px #B8B8B8;
width:145px;
margin-left:0px;
}

.bonus_header
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
font-weight:bold;
background-image: url(../images/box-header.gif);
border-bottom:solid #B8B8B8 1px;
display:block;
text-align: center;
line-height:25px;
}
#top-content-file
 {
	border-top:solid #ccc 1px;
	margin-top:3px;
	margin-bottom:3px;
	width:69%;
	float:center;
 }

#content_new
{
  float:left;
  width: 99;	
  padding: 5 0 0 0;
  margin-bottom:10px;
  margin-top:10px;
  text-align:left;
}
#bs_promotion
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:20px;
	width:133px;
	padding-left:7px;
	padding-top:7px;
	padding-bottom:7px;
}
#bs_promotion a
{
	color:#D9A70F;
	font-weight:bold;
	font-size:11px;
}
#bs_promotion a:hover
{
	color:#D9A70F;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}



/*-------------------------------*/

ul.tabnav {
font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 0px;
padding-top: 20px;
margin: 0;
padding-left:0px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
}

ul.tabnav li {
float: left;
height: 21px;
background-color: #eee;
margin: -18px 2px 0px 2px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left';
}


ul.tabnav li.selected {
	background-color: white;
	border-bottom: 1px solid #fff;
}


.tabnav a {
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 5px 2px 3px 2px;
font-weight:normal;
}

.tabnav a:hover {
background: #fff;

border-bottom: 1px solid #fff;
_border-bottom: 0px;
}




div.tabContent {
	clear: both;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0;
	display: none;
	margin-bottom:0px;
	margin-top:0px;
	}
	
	
	
div.tabContent.tabContentActive {
	display: block;
	}
		
div.tabContent ol {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 30px;
	}
		
div.tabContent ol li {
	color:#666;
	padding-left: 0;
	_padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0px;

	}

.newfooter .pop fieldset,.newfooter .buzz fieldset,  .newfooter .fit fieldset, .newfooter .giggle fieldset {
	float:left;
	margin:0px 0px 0px 0px;
	_margin:0px 0px 0px 20px;	
}

.newfooter fieldset{
	padding:0px 10px 10px 10px;
	margin:0px;
	width:190px;
	border:1px solid #eee; 	
}

.newfooter {
	margin-bottom:30px;

}

.newfooter a{
color:#000000;
}

.newfooter a:hover{
color:#66BB50;
}




#tabsContainer{
	margin-top:-10px;
	_margin-top:6px;
}

.newfooter .view-teams ol {
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	border:0x;
}

.rss {
	float:right;
	margin-top:-20px;
	margin-right:0px;
	_margin-top:32px;
	_margin-right:0px;
	padding:0px;

}
.filedbg
{
background-image:url(images/sites_box_bg.jpg);
background-repeat:repeat-x; 
background-position:bottom;
}

.sites_title
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#003399;
text-decoration:none;
text-transform:uppercase;
}

div.tabContent ol li {
	color:#666;
	padding-left: 0;
	_padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
}

.text_content {
	font-family: arial;
	font-size: 12px;
	color: #084096;
}

.tabs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:90px;
	margin-right:7px;
	padding:3px;
	text-align:center;
	float:left;
	cursor:pointer;
	border-top:1px solid #ccc;	
	border-left:1px solid #ccc;		
	border-right:1px solid #ccc;			
}
#load {
	position:absolute;
	text-align:center;
	left:600;
	top:150px;
	width:50px;
	height:50px;
	background-color:white;
	color:black;
	display:none;
}

#middle_col_new{
float:left;
width: 600px;
margin-left: 5px;
padding: 0 0 0 0;
text-align:left;
margin-top: 5px;
border: 0px #000 solid; 
}

#middle_col_newsmall{
float:left;
width: 385px;
margin-left: 0px;
padding: 0 0 0 0;
text-align:left;
margin-top: 0px;

}


#right_col_new{
float: right;
width: 205px;
margin-left: 2px;
padding: 0 0 0 0;
text-align:left;
margin-top: 0px;
margin-right:0px;
}
#leftmain_col_new{
float: left;
clear: none;
margin-left: 3px;
padding: 0 0 0 0;
text-align:left;
margin-top: 5px;
margin-bottom:0px;
width:985px;
border:solid #000 0px;
}
.new_extra_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration:none;
/*border-bottom:dashed 1px #ccc;
border-right:dashed 1px #ccc;*/

}

.new_extra_links
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration:none;
/*border-bottom:dashed 1px #ccc;
border-right:dashed 1px #ccc;*/
padding-top:2px;
padding-bottom:2px;
}

.new_extra_links:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
text-decoration: underline;
/*border-bottom:dashed 1px #ccc;
border-right:dashed 1px #ccc;*/
padding-top:2px;
padding-bottom:2px;
}


/* jump items  */

.jumper {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 50% bottom; PADDING-LEFT: 20px; MIN-HEIGHT: 200px; BACKGROUND-IMAGE: url('../images/jumperBg.jpg'); PADDING-BOTTOM: 20px; PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-x; HEIGHT: 100%; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left
}
.jumper:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
.jumper H2 {
	PADDING-RIGHT: 0px; BORDER-TOP: #ddd 0px solid; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 10px; MARGIN: 0px 35px 0px 0px; COLOR: #000000; PADDING-TOP: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.jump-item {
	BORDER-RIGHT: #e6e9ec 1px solid; PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1.1em; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 10px 0px 0px; WIDTH: 134px; PADDING-TOP: 0px
}
.jump-item:hover {
	BORDER-RIGHT: #e6e9ec 1px solid; PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1.1em; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 10px 0px 0px; WIDTH: 134px; PADDING-TOP: 0px; BACKGROUND-COLOR:#E5F8E7;
}
.jump-item_last {
	BORDER-RIGHT: #e6e9ec 0px solid; PADDING-RIGHT: 10px; PADDING-LEFT: 0px; FONT-SIZE: 1.1em; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px 10px 0px 0px; WIDTH: 134px; PADDING-TOP: 0px
}
.last {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.jump-item H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: small; PADDING-BOTTOM: 0px; MARGIN: 5px 0px 4px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.jump-item_last H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: small; PADDING-BOTTOM: 0px; MARGIN: 5px 0px 4px; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.insider H3 {
	PADDING-LEFT: 14px; COLOR: #fda100
}
.jump-item IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.jump-item P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: x-small; PADDING-BOTTOM: 0px; MARGIN: 3px 0px; COLOR: #000000; LINE-HEIGHT: normal; PADDING-TOP: 0px
}
.jump-item P A {
	COLOR: #000000; TEXT-DECORATION: none
}
.jump-item P A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
.jump-item P A:hover {
	
}
.jumper:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
.jump-item_last IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.jump-item_last P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: x-small; PADDING-BOTTOM: 0px; MARGIN: 3px 0px; COLOR: #000000; PADDING-TOP: 0px
}
.jump-item_last P A {
	COLOR: #000000; TEXT-DECORATION: none
}
.jump-item_last P A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
.bottom_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-decoration:none;
}
.bottom_text_more
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
text-decoration:underline;
}

.bottom_text_more:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ff0000;
text-decoration:none;
}

#about_project
{
margin-bottom:10px;
width:380px;
}

#latest_news_date
{
padding-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
width:90px;
margin-bottom:6px;
margin-top:0px;
float:left;
}

#latest_stories_heading
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #216CBD;
font-weight: normal;
margin-bottom:6px;
margin-top:0px;
background-repeat:no-repeat;
background-position: left ;
padding-left:5px;
}
