@charset "utf-8";
/** Default Tag Styles CSS **/

/** Layout CSS **/
html{
	overflow: auto;
	height: auto;
}
body{
	overflow: auto;
	height: auto;
}


div#header{
	
}

div.fullwidth{
	
}
div#menu{
	
}

div#secondmenubar{
   
}

div#fullwidthtitle{
	display: none;
}

div.fullgradient{
	display: block;
	overflow: auto;
	height: auto;
	width: 100%;
	border: 1px solid #000;
}


div#bannerarea{
	display: none;
}

#pagecontainer{
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
}
#contentdisplay{
	width: 98%;
	overflow: auto;
	height: auto;
}

#TriColumnLayout {
	position: relative;
	clear:both;
	float:none;
	width:100%;
	overflow: auto;	
	height: auto;
}
#TriColumnLayout #middle {
	float:none;
	width:auto;
	position:relative;
	left:0px;
	overflow: auto;
	height: auto;
}
#TriColumnLayout #middlecolumn {
	float:none;
	width:auto;
	position:relative;
	left:0;
	margin: 0px 20px;
	overflow: auto;
	height: auto;
}
#TriColumnLayout #middlewrapper {
	float:none;
	width: auto;
	position:relative;
	right:0;
	overflow: auto;
	height: auto;
}
#TriColumnLayout #middlepad {
	margin:20px 0 20px 0px;
	overflow:auto;
	height: auto;
}
#TriColumnLayout #middlecontent {
	width:100%;
	overflow:auto;
	height: auto;
	
}
#TriColumnLayout #left {
	display: none;
}
#TriColumnLayout #right {
	display: none;
}

/* Two Columns Layout */
#BiColumnLayout {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:none;
	width:100%;			/* width of whole page */
	overflow: auto;
	height: auto;
	background: none;
}

#BiColumnLayout #middle {
	float:none;
	width:100%;
	position:relative;
	left:0px;
	overflow: auto;
	background: none;
}

#BiColumnLayout #middlecolumn {
	width: 100%;
	overflow: auto;
	background: none;
}
#BiColumnLayout #middlecontent {
	width: 100%;
	overflow: auto;
	background: none;
}

#BiColumnLayout #middlewrapper {
	float:none;
	width:100%;
	position:relative;
	right:0px;
	padding-bottom:1em;
	overflow: auto;
	background: none;
}
#BiColumnLayout #middlepad {
	margin:0 15px 0 15px;
	padding: 20px 0px 20px 0px;
	position:relative;
	right:0;
	overflow: auto;
	background: none;
}

#BiColumnLayout #left {
	display: none;
}

#BiColumnLayout #right {
	display:none;
}

.wrapper { 
	margin:0px; padding:0px;
}

/* Footer styles */
div#footer
{
    clear:both;
    float:left;
    width:100%;
	position: relative;
}

#pageimage{
	height: 0px;
	border: none;
	background: none;
}

div.bottombar{
	display: none;
}

div#toplinks{
	display: none;
}