/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 14px;

	color: #333;
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited 
{
	color: #00573D;
}
a:hover, a:active 
{
	color: #076B49;
}

.header
{

	font-size: 26px;
	font-weight: bold;
	font-family:Arial, Helvetica, Tahoma, Sans-Serif;
	color:#00573D;
}
.subHeader
{

	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, Tahoma, Sans-Serif;
	color:#00573D;
}
.content
{
	font-size: 14px;
}
.contentSmall
{

	font-size: 12px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #185D4A;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family:Arial, Helvetica, Tahoma, Sans-Serif;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0em 0 0.2em 0;
}
p 
{
	margin: 1em 0 0.2em 0;
}
h1 
{
	font-size: 24px;
	font-weight: bold;
	
	
}
h2 
{
	font-size: 26px;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	color:#00573D;
	
}
h3 
{
	font-size: 20px;
	font-weight: bold;
	color:#00573D;
}
h4 
{
	font-size: 16px;
	font-weight: bold;

}
h5 
{
	font-size: 13px;
	font-weight: bold;

}
h6 
{
	font-size: 12px;
	font-weight: bold;

}
.xmlSiteMap ul li {
	background:url(/shared/images/sitemapFile.gif) no-repeat left top;
	padding-left:20px;
	list-style-type:none;
}
.xmlSiteMap ul li a {
	display:block;
	padding-bottom:5px;
}
.xmlSiteMap ul li.folder {
	background:url(/shared/images/sitemapFolder.gif) no-repeat left top;
}
.xmlSiteMap ul li#Home {
	background:url(/shared/images/sitemapHome.gif) no-repeat left top;
}
.xmlSiteMap div.description {
	padding-bottom:5px;
}
.projectWrap
{
   width:310px;
   font-size:12px;
}
.projectWrapInner
{
   padding:0 15px 10px 0;

}
.projectThumb
{
   width:100px;
   height:75px;
   overflow:hidden;
   float:left;
   text-indent:-9999px;
   margin-right:5px;
   background: no-repeat center top;
}
.projectThumb a
{
   display:block;
   height:100%;
   text-decoration:none;
}
.moreLink
{
   padding-left:6px;
   text-decoration:none;
   white-space:nowrap;
}
.projectTitleLink
{
   font-size:14px;
   font-weight:bold;
   text-decoration:none;
   margin-bottom:3px;
   display:block;
   background:url(/shared/images/link-arrow.png) no-repeat left center;
   padding-left:13px;
}

#SearchResultList 
{
	list-style-type:none;
	margin-top:14px; 
}
#SearchResultList li 
{
	margin-bottom:14px;
	padding:5px;
}

.searchLinkSm
{
	font-size:10px;
	display:block;
}
#SearchResultList .even
{
	background:	#C9CECA;
}