/*

*/




p{
	padding:6px 0 12px 0;
	text-align:justify;
}
b, strong{
	color:#598b93;
}
.clear { 
	clear:both;
}
.center {
	text-align:center;
}
hr {
	display: none;
}

bloackquote a:hover{
	border-bottom:none;	
}
small {
	font-style:italic;
	font-size:12px;
	line-height: 1.5em;
	font-weight:bold;
	color:#83b2ba;
}
a, a:visited{
	text-decoration:	none;
	font-weight:bold;
	color:#558d97;
}
a:hover{
	color:#37717b;
}


#global_nav {
		 
position:relative;
margin-top:15px;	
margin-left:220px; auto;			 
	float:left; 
	height: 86px; 
	width: 1000px; 
	padding: 18px 0 0 0; 

} 
#global_nav ul {
	padding: 0;
	margin: 0;
}
#global_nav ul li {
	float: left;
	list-style: none;
}
#global_nav ul li a, #global_nav ul li a:visited{
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	overflow: hidden;
	color:#80807E;
	font-size:12px;
	position: relative;
	padding:6px 10px 6px 15px;
}
#global_nav ul li a:hover{
	color: #232323;
}
#global_nav li.background {
	background: url('images/bg_menu_right.png') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
* html #global_nav li.background{
	background: url('images/bg_menu_right.gif') no-repeat top right;
}
#global_nav .background .left {
	background: url('images/bg_menu.png') no-repeat top left;
	height: 36px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}
* html #global_nav .background .left{
	background: url('images/bg_menu.gif') no-repeat top left;
}

	
