@charset "UTF-8";     
/* CSS Document */

/*-------------STYLES For Layout of a Right Nav Only -----------------------------*/
#sub_nav_right {
	width:130px;
	float: right;
	padding:10px;
	margin: 30px 0px 5px 10px;
	font-size:.9em;
	line-height:13px;
	font-family: arial, sans-serif;
	font-weight:bold;
	background-color: #f1f3ee;
	border:1px solid #4D4D50;
	vertical-align: top;
}
#sub_nav_right h2 {
	font-size:1.2em;
	font-weight:bold;
}
#sub_nav_right img {
	padding:0 0 15px 0;
	margin:0;
}
#sub_nav_right ul {
	padding:0;
	margin:0;
	list-style:none;
}
#sub_nav_right li {
	width:120px;
	border-bottom:1px solid #ddd;
	padding: 0px 0 0px 3px;
	
}
#sub_nav_right li a {
	list-style:none;
	text-decoration:none;
	color:#4D4D50;
}
#sub_nav_right ul li a:hover {
	color:#bd1827;
	text-decoration:underline;
}
#sub_body {
	width:770px;
}
#content_column {
	float: left;
}