﻿/*-----100% HEIGHT DESIGN-----*/
html, body, #container, #covercontainer
{
	min-height: 100%;
	width: 100%;
	height: 100%;
	background: #DBE3E5;
}
html>body, html>body #container 
{
	height: auto;
}
body 
{
	margin: 0;
	
}
#covercontainer
{
	position: absolute;
	z-index: 1000;
	visibility: hidden;	
	overflow: hidden;
}
#cover 
{
	z-index: 1000;
	width: 100%; height: 100%;
	filter: alpha (opacity=80);-moz-opacity:0.80;

}



/*forced background*/
#backgroundcontainer 
{
	position: absolute;
	height: 100%;
	width: 100%;
	
}
#background
{
	height: 99%;
	width: 950px;
	background: white;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}




/*containers*/
#container 
{
	position: absolute;
	top: 0;
	left: 0;
}

#maincontainer 
{
	height: auto;
	min-height: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 140px;

}
#headercontainer 
{
	height: 99px;
	width: 100%;
	background: white;
}
#menucontainer 
{
	height: 35px;
	background: #3B4F56;
	border-top: solid 1px #6B7A7F;
}
#submenucontainer
{
	height: 29px;
	background: #80C143;
}
#contentcontainer
{
	height: auto;
	width: 100%;
}
#footercontainer
{
	position: absolute;
	bottom: 0; left: 0px;
	width: 100%;
	font-size: 0px;
	height: 140px;
	background: #DBE3E5;
}








/*header*/
#header 
{
	position: relative;
	height: 94px;
	width: 950px;
	background: white;
}

#headerline 
{
	height: 5px;
	background: #23282C;
	font-size: 0px;
}

#menu
{
	position: relative;
	width: 950px;
	height: 31px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
#submenu
{
	position: relative; 
	width: 950px;
}

#headerline2 
{
	height: 9px;
	width: 952px;
	background: #DBE3E5;
	font-size: 0px;
	border-bottom: 1px solid #E6E6E6;
}


#logo 
{
	position: absolute;
	margin-top: 13px;
	z-index: 1000;

}
#logolink
{
	position: absolute;
	margin-top: 13px;
	z-index: 1001;
}
#supermenucontainer 
{
	position: absolute;
	right: 0px;
	margin-top: 16px;
	height: 24px;
}


/*content*/
#content 
{
	background: white;
	width: 920px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	padding: 10px 15px 15px 15px;
}



/*footer*/
#footerline 
{
	background: white;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	height: 105px;
	width: 950px;
}
#footercontent 
{
	background: #8C979B;
	width: 898px;
	height: 68px;
	padding: 11px;
	position: relative;
}

#footer 
{
	width: 952px;
	height: 34px;
	border-top: 1px solid #E6E6E6;
}


.graycontainer 
{
	width: 100%;
	background: #DCE3E5;

}
.gray 
{
	margin: 10px;
}