/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */
@import url(../objects/sub_navigation.css);
@import url(../objects/quick_search.css);
/* ------------------ Page styles ------------------ */
/* Layout */
.container .col2 {
	width: 695px;
	margin-right: 0;
}
.container .col3 {
	display: none;
}
/* Typography */
.content h1.title {
	font-size: 17px;
	margin-bottom: 26px;
}
/* Page title */
.page_title {
	background-color: #0072bc;
}
.page_title img {
	background-image: url(../../../pics/title/links.jpg);
}
/* Sub navigation */
.sub_navigation .current a,
.sub_navigation .current a:hover {
	color: #0072bc;
	background-image: url(../../../pics/bullet_blue.gif);
}
/* Content */
.content ul,
.content ul li{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	width:695px;
}
.content ul li{
	clear: left;
}
.content a {
	padding: 6px 10px;
	color: #546670;
	display: block;	
	background-repeat: no-repeat;
	background-position: right top;
}
.content a:hover {
	background-position: right -100px;
	color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:0.8;
	-khtml-opacity:0.8;
}
.content ul li.even a {
	background-color: #f3f5f6;
}