/* -----------  SITE MAP CSS FILE ------------ */

#contentcontainer {
	background-image: url(../images/sitemapbck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	text-align: left;
	padding: 100px 0px 0px 10px;
	margin: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #AA7618;
	letter-spacing: 0.2em;
	margin-bottom: 0.3em;
}
#sitemaptext {
	width: 500px;
	padding: 0;
	float: right;
}
#sitemaptext li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: .3em 0px .3em;
	padding: 0px;
}
#sitemaptext a:link, #sitemaptext a:visited {
	color: #AA7618;
}
#sitemaptext a:hover {
	color: #554F77;	
	border-bottom: 1px dotted #554F77;
}
#contentheight {
	height: 435px;
	width: 30px;
	float: right;
	right:0;
}

img.alignright {
    float: right;
	margin: 0 0 15px 10px;
}

#sitemapsidebar {
	float: left;
	width: 150px;
	padding: 0;
	margin: 35px 0 0 0px;
}


