#contentContainer {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 200px;
}

/*    =SubNav
-------------------------------------------------- */
#subNavRes {
	width: 180px;
	float: left;
	list-style-type: none;
	margin-top: 20px;
	background-image: url(/images/SubNav-Res_background.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#subNavResFooter {
	background-image: url(/images/SubNav-Res_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 22px;
}
#subNavRes ul {
	list-style-type: none;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(/images/SubNav-Res_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin: 0px;
}
#subNavRes ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#subNavRes ul a {
	text-decoration: none;
	line-height: 30px;
	display: block;
	background-image: url(/images/SubNav-Res_background.jpg);
	text-shadow : #f75e5e 0 1px 1px;
	height: 30px;
	color: #2A0E0E;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
}
#subNavRes ul a:hover {
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-shadow : #f75e5e 0 1px 1px;
	background-image: url(/images/SubNav-Res_background-over.jpg);
	height: 30px;
	color: #000000;
	padding-left: 20px;
	font-weight: bold;
}

#subNavRes ul a.hi {
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-right: 10px;
	padding-left: 3px;
	font-weight: bold;
	color: #000000;
}
#subNavRes ul a.hi:hover {
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-right: 10px;
	padding-left: 3px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
	