/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	background:url(/shared/images/body-bg.png) repeat-x #fff;
}
body * 
{
	line-height: 1.22em;
}
a, a:link
{
	color: #E68624;
	text-decoration:none;
}
a:visited 
{
	color: #E68624;
}
a:hover, a:active 
{
	color: #E68624;
	text-decoration:underline;
}

.header, h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #E68624;
}
.subHeader, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#5692B6;
}
.content, p, table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4D4D4D;
}
.contentSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}

.colRight .content, .colLeft .content {
	color:#fff;
	}
div.content {
	display:inline;
}
.sitemapIcon, .sitemapIcon img, sitemapContent {
 
	display:inline;
}
.sitemapIcon {
	float:left;
	margin-right:5px;
}
#SiteMap {
	list-style-type:none;
}
#SiteMap li {
	margin-bottom:10px;
}

.sitemapSummary {
	display:block;
	clear:both;
	margin-left:21px;
}
.searchBtn {
	display:block;
	color:#fff;
	background-color:#E68624;
	border: 1px solid #4d4d4d;
	margin:0;
	margin-top:5px;
	font-size:12px;

}
#SearchSubHeader {
	margin:10px 0; 
}
.searchOptions {
	margin-top:5px;
}