/* Sixnet - Content Styles CSS Document */

#col-one {
	float:left;
	width:225px;
	clear:left;	
}

#col-two {
	float:left;
	margin-left:20px;
	width:460px;
}

#col-three {
	float:right;
	width:225px;
	clear:right;	
}
#gray-btn {
	background-color:#f4f3ee;
	background-position:bottom;
	border:1px solid #e5e5e5;
	padding: 8px 0 8px 10px;
	margin:0 0 10px 0;
	width:205px;
}
#gray-btn-noborder {
	background-image:url(images/gray-btn-bg.jpg);
	background-repeat:repeat-x;
	background-color:#f4f3ee;
	background-position:bottom;
	padding: 8px 0 8px 10px;
	margin:0 0 10px 0;
	width:205px;
}

#gray-box {
	border:1px solid #e5e5e5;
	width:215px;
	margin:0;
	padding:0;
}

#contentNav {
	background-color:#f3f5ee;
	border:1px solid #e5e5e5;
	padding:10px;
	width:195px;
}

#hrRed {
	color: #b84948;
	background-color: #b84948;
	height: 1px;
}

#hrBlue {
	color: #0077d3;
	background-color: #0077d3;
	height: 1px;
}

#hrGreen {
	color: #2e4525;
	background-color: #2e4525;
	height: 1px;
}

ul#contentNav-Links {
	padding-left:0px;
	margin:0 0 0 25px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	vertical-align:middle;
}

ul#contentNav-Links li {
	list-style-image:url(images/blackarrow.jpg);
	padding-bottom:5px;
	line-height:1.3em;
}


