﻿html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

html, body, form, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#topcontent { }
#maincontent { padding-bottom: 75px; }  /* must be same height as the footer */

#pagefooter {
    position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;
} 
.footercontent
{
	height:75px;
	text-align:left;
	background-image:url(/images/footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:Transparent;
	position:relative;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body
{
	background-image:url(/images/bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#fff;
}
table.ms-siteaction
{
	height:auto;
}
body,form
{
	margin:0;
	padding:0;
}
html,
body {
	margin:0;
	padding:0;
}

#top
{
	clear:both;
	width:900px;
	position:relative; 
	left:50%; 
	margin-left:-448px;
	text-align:left;
	height:170px;

}
.Toolbar
{
	position:absolute;
	top:2px;
	left:0px;
	z-index:99;
	width:100%;
	text-align:right;
}
div.SignInButton input
{
	border:none;
	font-family:Tahoma, verdana, rial, Sans-Serif;
	font-size:9px;
	background-color:Transparent;
	color:#65788f;
	cursor:hand;
}



#TopLogo
{	
	position: absolute;
	left: -12px;
	top: 40px;
	z-index: 20;
}

#TopNavigation
{
	position: absolute;
	margin-top: 50px;
	z-index: 10;
}

#TopSlogan
{	
	position: absolute;
	top: 15px;
	right: -12px;
	width: 200px;
	height: 20px;
	z-index: 15;
}





.TopLinks
{
	margin-left:392px;
	height:100px;

}



#breadcrumbs
{
	clear:both;
	height:20px;

}
#breadcrumbs,
#breadcrumbs A
{
margin-top: 5px;
	font-size:10px;
	color: #6290a6;
}

#contentnavigation
{

	width:199px;
	margin-top:0px;
	float:left;
}
#content
{
	width:600px;
	float:right;
	margin:0px 20px 20px 0px;
}
.contentmain
{ 

	margin:0;
	text-align:left;
}
#contentbody 
{

	clear:both;
	width:900px;
/*	height:100%;*/
	min-height: 580px;
	*height: 580px;
	display:block;
	position:relative; 
	left:50%; 
	margin-left:-450px;
	text-align:left;
	background: url(/images/bg-content.gif) no-repeat;
}
.pagecontent /* surrounding PublishingPageContent*/
{
}
div.clear
{
	clear:both;
}
div.left
{
	float:left;
}
div.right
{
	float:right;
}
