/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a, a:link
{
	color: #002C5F;
	text-decoration:none;
	cursor:pointer;

}
.content a
{
	text-decoration:none;
	border-bottom:1px dotted #666;
}
.content a:hover
{
	text-decoration:none;
    border-bottom:1px solid #666;
}
.content ul
{
	list-style-type:square;
}
acronym
{
    cursor:help;
}

h2,.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
	display:block;
}
h3, .subHeader
{
	font-family:  Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	display:block;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height:1.5em;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver, .contentActive:hover
{
	background-color: #fffcdd;
	cursor: pointer;
	/*outline:#fdf89c solid 2px;*/
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
.siteMap ul 
{
   list-style-type:none;
   margin:0;
   padding:0;
   padding-left:2px;
       border-left:1px dashed #e4e4e4;
}
.siteMap ul li {
	background:url(/shared/images/sitemapFile.gif) no-repeat left top;
	padding-left:20px;
	padding-bottom:5px;
}
.siteMap ul li a {
	display:block;

	font-weight:bold;
}
.siteMap ul li ul
{
    padding-top:5px;
    border-left:1px dashed #e4e4e4;
}
.siteMap ul li.folder {
	background:url(/shared/images/sitemapFolder.gif) no-repeat left top;
}
.siteMap ul li.root {
	background:url(/shared/images/sitemapHome.gif) no-repeat left top;
}
.siteMap div.description {

}
.threeColumns:after,
.content:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
p
{
	margin-top:0;
}
 .acmMenu a img
 {
	border:0 !important;
 }
 #acmMenu .acmButtonOver
 {
	padding:0 1px !important;
	
 }

.greyBlockHeader
{
	display:block;
	color:#fff;
	padding:3px 5px;
	text-transform:uppercase;
	background:#666;
	margin-bottom:1em;
	font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	margin-top:0.5em;
}
.dataBox
{
	width:50%;
	float:left;
	border:1px solid #ccc;
	font-size:11px;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
	line-height:16px;
}
.dataBoxRight
{
	float:right;
}
.dataBoxInner
{
	padding:10px;
	padding-top:6px;
	padding-left:39px;
}
.dataBox h4
{
	 margin-top:0;
	 margin-bottom:0;
	 text-transform:uppercase;
	 color: #002C5F;
}
.dataBox p
{
	margin:0;
}
.dataBox .colorBox
{
	display:block;
	width:19px;
	height:19px;
	background:#002C5F;
	position:absolute;
	left:10px;
	top:10px;
	
}

ul.specialSubNav
{
		background:#002C5F;
		color:#fff;
		list-style-type:none;
		margin:0;
		padding:8px 5px 1px;
		font-size:12px;
		font-weight:bold;

		
}
ul.specialSubNav li a
{
	color:#fff;
	display:block;
	padding:8px 6px;
}
ul.specialSubNav li 
{
	border-top:1px solid #fff;


}
.threeColumns
{
	  	clear:both;
}
.threeColumns h4
{
	margin:0;
	color:  #002C5F;
	font-weight:normal;
}
.threeColumns .column
{
	width:33%;
	float:left;
}
.threeColumns .column .columnInner
{
	padding-right:15px;
}
.floatError
{
	display:block;

}
input:focus
{
	outline:1px dotted;
}
.floatErrorWrap
{
	display:block !important;
	position:absolute;
	left:0;
	top:-35px;
}
