/*
	CUSTOM STYLES
	-------------------
*/
div.clearAll {clear:both;}
div.clearRight {clear:right;}
div.clearLeft {clear:left;}
div.whiteSpaceWrap {background:#FFF;} /*ADD WHITE BACKGROUND AROUND PAGE STRUCTRING*/
.right {float:right;}
.left {float:left;}
.largeType {font-size:1.6em;padding-bottom:5px;}
.mediumType {font-size:1.3em;}
p.greyOut {
	background:#CCC;
	color:#FFF;
	font-weight:bold;
	padding:10px 10px 10px 15px;
}
ul.largeList {
	font-size:13px;
}

.rssReadMore a:link, .rssReadMore a:visited, .rssReadMore a:active{
	background:#E7E5B2;
	color:#333;
	font-weight:bold;
	padding:4px 6px 4px 6px;
	text-decoration:none;
}
.rssReadMore a:hover {
	background:#333;
	color:#E7E5B2;
}
ul.arrowList {}
	ul.arrowList li {
	background:url("../img/listArrow.gif") left no-repeat;
	color:#666;
	float: none;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	ul.arrowList li a:link, ul.arrowList li a:visited, ul.arrowList li a:active {
		color:#666;
		text-decoration:none;
	}
	
ul.twinImages {
	background:#E7E5B2;
	float:right;
	margin:28px 0 0 0;
	padding:15px 15px 15px 0;
}
	ul.twinImages li {
		display:inline;
		padding:0 0 0 15px;
	}
	
	
div.detailSection {
	background:url("../img/detailSectionBackground.jpg") top left repeat-x;
	border-bottom:5px solid #E8E8E8;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
div.detailSection div {
	margin:3px 0 0 0;
	text-align:center;
	width:295px;
}
	div.detailSection p {
		color:#666;
		float:left;
		width:343px;
	}
	div.detailSection p a:link, div.detailSection p a:visited, div.detailSection p a:active {
		border-bottom:1px solid #666;
		color:#666;
		text-decoration:none;
	}
div.detailSectionWrap {padding:12px 0 25px 0;}
div.detailSectionSmall	{
	background:url("../img/detailSectionBackground.jpg") top left repeat-x;
	border-bottom:5px solid #E8E8E8;
	width:348px;
}
	div.detailSectionSmall img {clear:left;}
	div.detailSectionSmall p {
		color:#666;
		float:right;
		padding:30px 0 20px 0;
		width:178px;
	}
	div.detailSectionSmall p span {
		font-size:0.8em;
		padding:15px 0 0 0;
	}
div.page {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: none;
	background-position: left top;
	border: thin dotted #CCCCCC;
	font-size: 13px;
	text-align: center;
}
div.newscontent{
	text-align: left;
	border: thin dotted #CCCCCC;

}
	
.newsul{
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	margin-top: 10px;
}
.newsul a:link,.newsul a:visited,.newsul a:active{
	color:#333;
	text-decoration:none;
}
.newsul li{
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 3px;
}
