/* CSS Document */

#topnav a.currentpage {
	background-image: none !important;
	background-color: #fbf2da !important;
	color: black !important;
}
#subnav a.currentpage {
	background-color: #ebe3bb !important;
	color: black !important;
	font-weight: normal;
}

#bodyTable td.leftCol {
	background-image: url(../images/bg_subCellMain.jpg);
	background-repeat: no-repeat;
	background-position: 12px 30px;
	padding: 60px 40px 30px 40px;
}
#bodyTable td.leftCol ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
#bodyTable td.leftCol ul li {
	list-style-type: disc;
}


#bodyTable td.rightCol {
	background-image: url(../images/bg_homeCell.jpg);
	background-repeat: no-repeat;
	background-position: 12px 30px;
	padding: 42px 40px;
}
#bodyTable img {
	border: 3px solid #dad6cb;
}

#bodyTable td.rightCol h2 {
	margin-top: 12px;
}
#bodyTable td.rightCol ul {
	margin: 0px;
	border: none;
	border-bottom: none;
	background-color: transparent;
}
#bodyTable td.rightCol ul a {
	width: 202px;
	background-image: url(../images/bul_chevron.gif);
	background-position: 2px 15px;
	background-repeat: no-repeat;
	padding: 8px 12px;
}
#bodyTable td.rightCol ul a:hover {
	color: #191c1f;
	text-decoration: none;
/*	background-color: #e3d8b9;*/
	background-color: #ebe3bb;
}
#bodyTable td.rightCol ul li ul li ul li a {
	width: 190px;
	padding-left: 24px;
	background-position: 17px 15px;
}
#bodyTable td.rightCol ul a.currentpage {
	font-weight: bold;
}
#bodyTable td.rightCol ul li {
	border-bottom: none;
}
#bodyTable td.rightCol ul li:hover {
}


#bodyTable td.rightCol ul a {
	border-bottom: none;
	border-top: none;
}
#bodyTable td.rightCol ul a:hover {
	border-top: none;
	background-image: url(../images/bul_chevron_mo.gif);
}


#botNavCell {
	line-height: normal;
}
#botNavCell h2 {
	margin-top: 0px;
}
#botNavCell ul {
	margin: 16px;
	border: 5px solid white;
	background-color: #e3d8b9;
	height: 44px;
}
#botNavCell ul a {
	color: #191c1f;
	display: block;
	padding: 11px 12px 4px 12px;
	text-align: center;
}
#botNavCell ul li.item0 a {
	width: 250px;
}
#botNavCell ul li.item1 a {
	width: 150px;
}
#botNavCell ul li.item2 a {
	width: 215px;
}
#botNavCell ul li.item3 a {
	width: 147px;
}
#botNavCell ul a:hover {
	color: white;
	text-decoration: none;
	background-color: #a0b2a6;
}
#botNavCell ul li {
	width: auto;
	float: right;
}


/* CSS BELOW APPLIES TO Photo Cluster ELEMENT */
table#photoCluster {
	width: 542px;
}
table#photoCluster td#clusterMainPhoto {
	height: 180px;
	width: 316px;
	text-align: center;
}
table#photoCluster #clusterMainPhoto img#mainPhoto {
}
table#photoCluster table#photoGrid {
	width: 222px;
}
table#photoCluster table#photoGrid td {
	text-align: center;
}
table#photoCluster #captionCell {
	padding: 0;
}
table#photoCluster #captionCell h3 {
	padding: 0;
	margin-top: 0;
}
table#photoCluster p#captionCopy {
	font-size: 0.9em;
	font-style: italic;
	padding: 0 10px 0px 4px;
	line-height: 1.2em;
}

table#mapTable td.col1 {
	width: 290px;
}
table#mapTable p {
	text-indent: -19px;
}
table#mapTable .col1 p {
	padding-left: 30px;
}
table#mapTable img {
	padding: 0;
	margin: 0;
}

/* CSS BELOW APPLIES TO sitemap.html */
#sitemap_container {
}
#sitemap_container ul {
	margin-top: 4px;
}
ul.sitemap_column1, ul.sitemap_column2, ul.sitemap_column3, ul.sitemap_column4, ul.sitemap_column5 {
	width: 140px!important;
}
#sitemap_container ul li {
	list-style: none!important;
	padding-bottom: 4px;
}
#sitemap_container ul ul {
	width: 120px!important;
	margin-bottom: 0px!important;
	margin-left: 10px!important;
}
#sitemap_container ul ul ul {
	width: 100px!important;
	margin-top: 0px;
}
#sitemap_container ul ul ul a {
	font-size: 0.9em;
}



/* CSS BELOW APPLIES TO print layout */
@media print {
	#bodyTable td.col0 {
		width: 50%;
		height: 20px;
	}
	#bodyTable td.col1 {
		width: 50%;
	}
	#bodyTable td.col2 {
		width: 0%;
	}
	#bodyTable td.leftCol {
		padding: 12px 10px;
	}
	#bodyTable td.rightCol {
		padding: 12px 20px;
	}
}
