
@import url(global.css);
@import url(global_v2.css);


.header_stripe
{ 
	clear:both;
	height:20px;
	background-color: #6699cc;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	width: 760px;
	display:none;
}
.left_nav_item_spacer
{
	width: 3px;
	float:left;
	border-left: solid 1px #999999;
	background-color: #7f9db9;	
    padding-bottom: 4px;
    display: none;
}
.left_nav_item_title_off
{
	font-weight: bold;
	color: #999;
    margin: 3px 0;
	
}
.left_nav_sub_item
{	
	font-size: 12px;
    color: purple;
    font-family: Arial, Helvetica, sans-serif;
    margin: 4px 0px 4px 10px;
	color: #666;
    text-decoration:none;
}
.left_nav_sub_item a, .left_nav_sub_item a:active, .left_nav_sub_item a:visited
{	
	color: #666;
    text-decoration:none;
}

.left_nav_sub_item a:hover
{	
		color: #dd6633;
		font-weight: bold;
		background: url(../images/global/bullet_orange.gif) left top no-repeat;
		padding-left: 10px;
		margin-left: 0px;
}

.left_nav_sub_item_on
{
	font-size: 12px;
    
    color: #dd6633;
		font-weight: bold;
		background: url(../images/global/bullet_orange.gif) left top no-repeat;
		padding-left: 10px;
		margin: 4px 0px 4px 10px;
}

.nav_arrow
{	
	position:relative;
	top: 4px;	
	left: 0px;
	float:left;
}
* html .nav_arrow
{
	position:relative;
	top: 4px;	
	left: -3px;
	float:left;	
}
.left_nav_box_item
{
	width: 163px;
	font-size: 11px;
    color: purple;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0px 0px 0px 12px;
}
h5
{
    font-size: 11px;
    color: #CC6633;
    font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin: 8px 0px 0px 0px;
}
h6
{
    font-size: 10px;
    color: #CC6633;
    font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content_rust
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC6633;
	font-size: 11px;
}
.body_title_small_spacer
{
	width:3px;
	float:left;
	min-width: 3px;
	height: 21px;	
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color: #7f9db9;	
}
.body_title_small_spacer_double
{
	width:3px;
	float:left;
	min-width: 3px;
	height: 36px;	
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	background-color: #7f9db9;	
}




.left_nav_item_title{
	text-transform: capitalize; 
}
.left_nav_item_title_off{
	text-transform: capitalize; color:#444444; font-weight:normal;
}
