.sitemap {
	width: 630px;
}

.sitemap dl {
	float: left;
	padding: 0 10px 20px 0;
	width: 146px;
}

.sitemap dl dt {
	padding-bottom: 5px;
}

.sitemap dl dt,
.sitemap dl dt a {
	color:#587B14;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

.sitemap dl dt a:hover {
	color:#0170B5;
	text-decoration:underline;
}

.sitemap dl dd {
	padding: 2px 0 2px 10px;
}

.sitemap dl dd,
.sitemap dl dd a {
	color:#018EE6;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.sitemap dl dd a {
	background: url(/library/images/icons/rightBlueArrow.gif) no-repeat left center;
	padding-left: 10px;
}

.sitemap dl dd a:hover {
	color:#0170B5;
	text-decoration:underline;
}





/*

	Page FAQ

*/
.faq {
	padding-top: 10px;
}

/*questions link list*/
.faq ul {
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}

.faq ul li {
	clear: both;
	display: block;
	background: url(/library/images/icons/rightBlueArrow.gif) no-repeat left 2px;
	padding-left: 12px;
	padding-bottom: 5px;
}

.faq ul li a {
	color: #45811A;
	font-weight: bold;
	text-decoration: none;
}

.faq ul li a:hover {
	text-decoration: underline;
}

/*reponses list*/
.faq dl {
	list-style-type: none;
	padding-top: 10px;
	margin: 0;
}


.faq dl dt {
	display: block;
	clear: both;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1C6AAC;
}

.faq dl dd {
	padding: 0 0 20px 10px;
	display: block;
	clear: both;
}

.faq dl dd p {
	display: block;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
}

.faq dl dd p a {
	color: #45811A;
}


/*

webcams

*/

.webcam {
	width: 630px;
}

.webcam ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 10px 0 20px 0;
	float: left;
}

.webcam ul li {
	float: left;
	padding-right: 10px;
	width: 303px;
	border-right:2px solid #E4EDF5;
}

.webcam ul li.last {
	border: none;
	padding-left: 10px;
	padding-right: 0;
	width: 305px;
}

.webcam ul li h2 {
	color: #1C6AAC;
	display: block;
	font-size: 11px;
	padding-bottom: 5px;
}

.webcam ul li img{
	width: 301px;
	display: block;
	clear: both;
	height: 208px;
	border:1px solid #8DB4D5;
} 
