.turq {
	background-color: #97d6d5;
}

.orange { /*blue right box*/
	background-color: #e9b486;
}

.green {
	background-color: #d6ca5c;
}

.box_title {
	background-image: url(../images/triangle_button.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

#centre_column {
	width: 640px;
}

#subNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: -5px;
	padding-left: 5px;
	padding-right: 9px;
}

	#subNav ul {
		list-style-type: none;
		margin-left: -5px;
		padding-left: 20px;
	}

	#subNav a {
		text-decoration: none;
		color: #000;
		display: block;
		padding-top: 8px;
		padding-bottom: 5px;
		padding-left: 5px;
		border-bottom: #CCCCCC 1px solid;
	}
	
		#subNav a:hover {
				background-color: #CFCFCF;
		}
	
	#subNav .hot > a:first-child {
		background-color: #00788A;
		font-weight: 700;
		color: #FFF;
	}
	
		#subNav .hot a {
		}
		
		#subNav .hot a:hover {
			background-color: #03A9C2;
		}

	#subNav li {
		/*margin-bottom: 7px;
		padding-bottom: 5px;
		padding-left: 5px;
		border-bottom: #CCCCCC 1px solid;*/
	}