/*
* {
 	font-family:Arial, Helvetica, sans-serif;
	color: Black;
 }
*/


body {
	margin:0px;
	background-color: rgb(77,77,77);
	/*Needed to get IE to center the site horizontally - 1/2*/
	text-align: center;
}
#IEroot{

}

#container {
	padding: 0px;
	width: 1050px;	
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	/*Needed to get IE to center the site horizontally - 2/2*/
	text-align: left;
}

#divHead {	
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1050px;
	height: 147px;
	left: 0px;
	top: 0px;
}

#divHomeBanner {
	position:absolute;
	/*left: 0px;
	top: 0px;*/
	z-index:4;
}
img.HomeBanner{
	height: 148px;
	width: 1050px;
	border: 0px;
	padding:0px;
}

#divLangSelector {
	position:absolute;	
	left: 0px;
	top: 107px;
	z-index:3;
}

#divMiddleSection {
	float: left;
	margin: 0px;
	width: 1050px;
	/*background-color: #D8EDE9;*/
	background-color: rgb(221,237,247);
	padding: 0px;		
}

#divLeftColumn {
	position: absolute;	
	margin-top: 0px;
	padding: 0px 0px 0px 5px;	
	float: left;	
	width: 150px;	
	z-index:4;
}

#divMainNav {
	/*position: absolute;*/
	/*top: 150px;*/
	left: 0px;
	width: 150px;		

}

#divCalcNav {
	/*position: absolute;*/
	/*top: 150px;*/	
	left: 0px;
	width: 150px;	
}

#divWrapMainNav {
    height:0px;
    visibility:hidden;
}

#divWrapCalcNav {
    height:0px;
    visibility:hidden;
}

#divSearch {
	margin-left:5px;	
	/*position: relative;*/
	top: 250px;
}

#divLoginSubscribe {
	margin-left:5px;	
	/*position: relative;*/
	top: 250px;
}


#divCenterRightColumn {
	padding: 0px;
	
	/*Hide from Mozilla*/
	*padding: 10px 0px 0px 0px;
	border:0px;
	min-height: 300px;
	float: right;
	/*background-color: #ECF9FD;*/
    background-color: white;
	width: 890px;			
}

#divContentTarget {
	float: left;
	border:0px;
	padding:10px;
	margin:5px;
	width: 700px;

/*	height:670px;

	overflow-x:scroll;	
	overflow-y:scroll;
	
	scrollbar-base-color: #ECF9FD;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #D8EDE9;
	
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: gray;
	
	scrollbar-highlight-color: #ECF9FD;
	scrollbar-3dlight-color: gray;	*/
	z-index:1;
}
/*Just Firefox*/
/* Hide from IE-Mac \*/
html>/**/body #divContentTarget {
	width: 680px;
}
/* End hide */

#divStretch {
	float:right;
	border:0px;
	padding:10px;
	margin:5px;
	width: 1px;	
	z-index:0;
}


#divAds{
	position: absolute;
	top: 90px;
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 710px;
	width: 170px;	
	height:170px;
	/*left: 870px;*/
	/*position:fixed;*/
	z-index:0;
}
#IEroot #divAds {
	margin: 0px 0px 0px 0px;
}
/*
#divAds{
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 170px;	
	height:170px;
	left: 820px;
	position:fixed;
	z-index:0;
}*/


#divFooter {
	float: left;
	width: 1050px;
	/*background-color: #D8EDE9;*/
    background-color: rgb(221,237,247);
}

#divFooterLeftColumn {
	/*	margin: 10px;*/
	padding: 25px 10px 10px 10px;
	float: left;
	/*width: 130px;*/
    width: 160px;
	vertical-align: 0px;
}

#divFooterCenterRightColumn {
	padding: 10px 0px 10px 10px;
	float: right;
	/*background-color: #ECF9FD;*/
    background-color: white;
	width: 890px;
}

img.footerBanner{
    position:relative;
	left: 0px;
	top: 0px;
	z-index:2;
	height: 90px;
	width: 1050px;
	border: 0px;
	padding:0px;
    margin:0px;
}
#divFooterEmail {
    position:relative;
	z-index:3;
}

/*Just Firefox*/
/* Hide from IE-Mac \*/
html>/**/body #divFooterCenterRightColumn {
	width: 880px;	
}
html>/**/body #divFooterLeftColumn{
	width: 130px;
}
/* End hide */



/*All Browsers*/
#divFooterCopy {
    position:relative;
	/*left: -170px;*/
    margin-left:-170px;
	top: 0px;
	padding: 15px 0px 0px 0px;	
	border:0px;
	width: 700px;
}
/*Just Firefox
Fix of firefox bug that adds padding (top)15px.
Solution: add padding (top)15px on every browser,
then override that in Firefox with 0px.
IE does not understand the child selector "html>body".
*/
/* Hide from IE-Mac \*/
html>/**/body #divFooterCopy {
	padding:0px;
	width: 1000px;
}
/* End hide */
/* Not used anymore
#divFooterLinks{
	float: right;
	padding: 15px 10px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 420px;	
	float: right;
}

#divSubHeadNav {
	margin: 0px;
	width: 800px;
	height: 25px;
	top: 100px;
	left: 0px;
}

#divSHNavLeft {
	float:left;
	width: 350px;
	height:25px;
}

#divSHNavRight {
	float:right;
	width: 350px;
	height:25px;
}
*/