@charset "utf-8";
/* CSS Document */

/* ### top right nav ###*/
#top_nav
{
	float:right;
	color:#ffffff;
	margin:5px 0 0 0;
}

#top_nav a
{
	color:#ffffff;
	text-decoration: none;
	padding:0 5px;
}

#top_nav a:hover
{
	color:#ffcc00;
    text-decoration: underline;
}

#top_nav .box_1_right{
	width:400px;
	text-align:center;
}

#headlinenews .box_1_left{
	width:265px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;

}

.box_1							/* ### top right nav container ### */
{
   background:url('../images/h_nav_bg.gif') repeat-x;
}

.box_1_left
{
    background:url('../images/h_nav_left.gif') no-repeat;
}

.box_1_right
{
    background:url('../images/h_nav_right.gif') no-repeat right;height:40px;line-height:32px;
 }
 
 /* ### left side nav ### */
 
 #left_col{
	float:left;
	width:293px;
}

#left_col_reports{
	float:left;
	width:213px;
}

#left_nav_reports{
	float:left;
	width:293px;
	padding-right:5px;
}

#leftnav{background-color:#f5f5f5;}

.left_box
{
    background:url('../images/leftbox_bg.gif') repeat-y;border-bottom:10px solid #ffffff;
}

.left_box_reports
{
    background:url('../images/leftbox_bg_reports.gif') repeat-y;border-bottom:10px solid #ffffff;
}


.left_box_top
{
    background:url('../images/leftbox_top.gif') no-repeat;
}

.left_box_top_reports
{
    background:url('../images/leftbox_top_reports.gif') no-repeat;
}

.left_box_bottom
{
    background:url('../images/leftbox_bottom.gif') no-repeat bottom;padding:7px;
}

.left_box_bottom_reports
{
    background:url('../images/leftbox_bottom_reports.gif') no-repeat bottom;padding:7px;
}

.spacer_left
{
	float:left;
}

#news .left_box_bottom{padding:15px;}

