/*
	/parknpool/includes/styelsheets/sitemap_div.css
	 
	Copyright (c) 2007, 2008 ParknPool Corp.
	
	2007/05/25 mv	Initial coding.
	2008/02/12 mv	Modify to use new page design.
*/

#sitemapContent {
	background: #fff;
	margin: 10px 40px;
	padding: 0px 15px;
	text-align: left;
	width: 660px !important;
	width /**/:670px; /* Allow for #pgBdy padding of 5 + 5 on sides */
}

#sitemapContent h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 0px;
}

#sitemapContent h2 {
	background: #CCCCCC;
	font-size: small;
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}

#sitemapContent h3 {
	font-size: small;
	font-weight: normal;
	padding: 0px 0px 0px 100px;
	vertical-align: top;
}

#sitemapContent p {
	background: #66CC99;
	font-size: small;
	font-weight: bold;
	margin: 15px 0px;
	padding: 5px 0px;
}

.sitemapBox {
	border: 4px solid #ffffff;
	border-collapse: seperate;
	border-color: #036;
	border-style: ridge;
	margin: 10px 0px;
	padding: 3px;
	width: auto;
}

.sitemapHome {
	background: #fff;
	font-size: medium;
	font-weight: bold;
	padding: 0px;
}

.sitemapSupport {
	background: #fff;
	font-size: small;
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}
