/* 	background: url(../images/test_bg.gif); */

/* SITE NAVIGATION */

.date {
	text-align: right;
	font-size: 13px;
	font-weight: regular;
	text-transform: uppercase;
	color: #333333;
	margin: -21px 12px 0 0; 
	padding: 0;
	position: relative;
}

.nav_level1 {
	width: 710px;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	margin: -45px 0 0 25px; 
	padding: 3px 0 4px 0;
	position: relative;
	z-index: 10;
}

.nav_level1 a{
	color: #333333;	list-style-type: none; 
	list-style-image: none;
	font-size: 13px;
	font-weight: regular;
	text-transform: uppercase;
	text-decoration:none;
	margin: 0px 10px 0px 0px;
}

.nav_level1 a:hover {
	color: #AA2200;
}

#level1highlight{
	color: #990000;
}

#level1current{
	color: #990000;
}

#level1 {
	margin: 0;
	padding: 0; 
}

#level1 li {
	display: inline; 
}

/* CALL TO ACTION */


.social_img {
	margin: 0px 0px 0px 4px;
	border: 0px;	
}

.jumper {
	background: url(../images/icon_action-link.gif) no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 16px;
	background-position: 0px 3px;
}

.prev,
.next,
.jumper,
.download {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

/* PAGE NAVIGATION */

.prev a div {
	background-position: 0px 3px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	float: left;
}

.prev a:hover div {
	color: #AA2200;
}

.next a div {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	float: right;
	background-position: 0px 3px;
}

.next a:hover div {
	color: #AA2200;
}


/* CMS NAVIGATION */

div.edit {
	background: url(../images/edit.gif) no-repeat top left;
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0px 0px -15px -22px;
	padding: 0px;
}




