/* 100% high layouts attempt */

html, body {
            height:99.5%
}
html > body div#allAreas {
            height: auto;

}

body {

	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 0;
    margin: 0px auto 0px auto;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding-bottom:0px;
	background-color:#FFFFFF;
}


div#allAreas {
    height:100.5%;
    min-height:100.5%;
    position: relative;
    margin: 0 auto 0px auto;
    width: 813px;
	padding-bottom:0px;
	background-color:#FFFFFF;
}

div#headerArea {
	position: relative;
    height: 195px;
    margin:0px 0px 0px 0px;         
}

img#logo {
	position: absolute;
    height: 195px;
    z-index: 20;
	background-repeat:no-repeat;
}

div#mainNavigationArea{
	position:relative;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 813px;
    height: 32px;
    z-index:1;
    overflow:visible;
    background-image: url(img/navbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

div#NavArea{
	position:absolute;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 813px;
    height: 33px;
    z-index:0;
    overflow:visible;
    background-image: url(img/breadcrumb_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
/*	border:1px solid red;*/
}

/************************/

div#breadrumbArea {
	position:relative;
    bottom:0px;
	top:5px;
    width:680px;
    padding-left: 28px;
	padding-right:10px;
    padding-top:3px;
	padding-bottom:3px;
    z-index:0;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #203E58;
}
div#youAre{
	position:relative;
	float:left;
}
.breadrumbClassStr{	
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2a6ea3;
}

/**********************/


div#navText{
	position:relative;
	margin: 0px auto 0px auto;
	list-style: none;	
	z-index:1;
	display:inline;
	font-size: 12px;
	font-weight:bold;	
	color:#203E58;
	left:30px;
	top:8px;
	width:auto;
}

div#navText a {
	position: relative;
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
	text-align: center;
	color:#203E58;
}

div#navSFArea {
	position: relative;
	margin: 0px auto 0px 0px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #2a6ea3;
	float:left;
	padding-right:2px;
	padding-left:2px;
	word-spacing:normal;
	left:120px;
	border:0px solid blue;
	top:-8px;
}
div#navSFArea a{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #2a6ea3;
	float:left;
	padding-right:2px;
	padding-left:2px;
	word-spacing:normal;
}



div#navSFArea ul {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.9pt;
	font-weight:bold;
	color: #FBB92C;
	background-color:#5B037B;

}

div#navSFArea ul a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.9pt;
	font-weight:bold;
	color: #FBB92C;
	background-color:#5B037B;

}

div#navSFArea ul a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.9pt;
	font-weight:bold;
	color: #FBB92C;
	background-color:#5B037B;
}

div#navSFTArea {
	position: relative;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.9pt;
	font-weight:bold;
	color: #FFFFFF;
	float:left;
	padding-right:2px;
	padding-left:2px;
	word-spacing:-2px;
	left:2px;
}
div#navSFTArea ul a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 7.9pt;
	font-weight:bold;
	color: #FBB92C;
	background-color:#5B037B;
}


/******************SEARCH AREA*****************/

div#headerTopAreaBorder{
	position:relative;
	margin:0px auto 0px auto;
    left:0px;
    height:0px;
	z-index:33;
}

/******************SEARCH AREA*****************/

div#headerTopAreaBorder form {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 33;
	float:left;
	right:0px;
	display:inline;
	top:7px;
}

div#headerTopAreaBorder form p {
	position: relative;
	color: #203E58;
	font-weight:normal;
	font-size: 0.8em;
	font-weight:bold;
	padding-right:4px;
	margin-top:2px;	
	display:inline;
	float:left;
	right:175px;
}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 120px;
	height: 17px;
	border: 1px solid #203E58;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight:normal;
	float:left;
	left:27px;
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 21px;
	height: 21px;
	border: 1px solid #203E58;
	background-image: url(img/search_button.gif);
	background-position:center;
	background-repeat: no-repeat;
	padding: 0;
	cursor:pointer;
	float:left;
	top:0px;
	left:35px;
	background-color:#203E58;
}
/*******************END SEARCH AREA**********/
/* -------------------- SELECTED NAV AREA ---------------------- */
div#selectedNavArea {
	position: relative;
	padding: 0px 0 0 0;
	_padding: 14px 0 0 0;
	margin:0px auto 0px auto;
	margin-top:12px;
	_margin-top:10px;
	float: left;
	z-index: 5555;
	list-style:none;
	text-decoration:none;
	width:180px;
	left:25px;
	height:391px;
	display:block;
}

div#selectedNavArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	width:170px;
	display:block;
	list-style:none;
	text-decoration:none;	
	height:auto;
}
#selectedNavArea ul a {

	white-space:normal;
	width:170px;
	list-style:none;
	text-decoration:none;
	line-height:auto;
	
}

div#selectedNavArea ul a div{
	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:150px;
	display:block;
	text-decoration:none;	
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
}

div#selectedNavArea ul li a:hover{
	margin: 0;
	padding: 0;
	top:0px;
	height:auto;
	list-style:none;
	width:170px;
	display:block;
	text-decoration:none;	
	background-color:#336387;
	color:#FFFFFF;

}

div#selectedNavArea ul a:hover{
/*	position: relative;*/
	

	background-image: url(img/arrow1.gif);
	background-position:center left;
	background-repeat: no-repeat;

	margin-left:20px;
}


/*
div#selectedNavArea ul a:hover div{
	position: relative;
	background-color:#336387;
	color:#FFFFFF;
	width:120px;

	border:1px solid red;
}
*/




/*
div#selectedNavArea a div{
	height:auto;
	width:170px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	list-style:none;
	text-decoration:none;

}
*/
div#selectedNavArea a{
	height:auto;
	width:170px;
	list-style:none;
	text-decoration:none;
	color:#68635F;
	cursor:pointer;
	/*line-height:30px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	
}
/**************/
/*
div#selectedNavArea a:hover {
	height:auto;
	text-decoration:none;

	cursor:pointer;
	background-image: url(img/arrow.gif);
	background-position:center left;
	background-repeat: no-repeat;
	border:1px solid red;
	width:100px;

}
*/

/*
div#selectedNavArea ul#SNM a div{
	line-height:normal;
	height:auto;
	width:190px;
	text-decoration:none;
	
}

div#selectedNavArea ul#SNM li {
	line-height:auto;
	list-style-type:none;
	width:190px;
	text-decoration:none;
}

div#selectedNavArea ul#SNM li ul li {
	height:20px;
	text-decoration:none;
}

div#selectedNavArea ul#SNM a{
	color: #2F5890;
	height:50px;
line-height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:normal;
	width:190px;
	text-decoration:none;
border:4px solid blue;

}


div#selectedNavArea ul#SNM li a {

	line-height:auto;
	text-decoration:none;
	width:190px;
	border:4px solid blue;
}



div#selectedNavArea ul#SNM li ul li ul a {
	display:none;
	list-style:none;
	text-decoration:none;
	width:190px;
}


div#selectedNavArea ul#SNM a:hover div{
	
	text-decoration:none;
	cursor:pointer;
	width:190px;
	background-color:#336387;
	color:#FFFFFF;

	background-image: url(img/arrow.gif);
	background-position:center left;
	background-repeat: no-repeat;
	border:1px solid blue;
}

div#selectedNavArea ul#SNM li.NIMSelected a div{
	color: #A5719F;
	text-decoration:none;
}

div#selectedNavArea ul#SNM li.NIMSelected a {
	color: #A5719F;
	text-decoration:none;
	width:190px;
}
div#selectedNavArea ul#SNM li.NIMFirstItem a {
	color: #A5719F;
	text-decoration:none;
}

div#selectedNavArea li#SNM li.NIMFirstItem NIMSelected a div{
	color: #A5719F;
	text-decoration:none;
}

div#selectedNavArea ul#SNM li.NIMSelectedNIMFirstItem a {
	color: #A5719F;
	text-decoration:none;
}
*/
/* ------------------------------------------------------- */
/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{
    margin: 0px auto 0px auto;
    top:0px;
	width:813px;
    _height:500px;
	min-height:550px;
	bottom:0px;
	left:0px;
    background-color: #FFFFFF;
    z-index:0;
    _z-index:-100;
	overflow:auto;
	_overflow:visible;
}

div#leftArea{                
	position:relative;
    margin: 0px auto 0px auto;
	width: 220px;
    padding-bottom:0px;   
    background-repeat:no-repeat;             
    margin: 0 auto 0px auto;         
    float: left;
    bottom:0px; 
    height:auto;
    z-index:1;
/*	background-color:#FFEABF;*/
	background-image: url(img/left_column.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

div#bannerSelect {
	position: relative;
    z-index: 2;
/*	display:inline;*/
	width:210px;
}

div#bannerText {
	position:relative;
	margin-top:33px;
	left:25px;
	z-index: 4;
	border:0px solid red;
	font-size:11px;
	font-weight:bold;
	color:#2F5890;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#bannerText a {
    z-index: 4;
	width:210px;
	color:#2F5890;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}



div#rightArea{
	position: relative;
	width:593px;	
	margin: 0 auto 0px auto;
	float:left;
	z-index:100;
    min-height:550px;
    _height:500px;
	background-image: url(img/conetn_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;

}

div#contentArea {
	position:relative;
    bottom:0px;
    width:460px;
    padding-left: 20px;
	padding-right:50px;
    padding-top:65px;
    _padding-top:80px;
    z-index:1000;
    min-height:520px;
    _height:555px;
	bottom:30px;
}

div#contentArea a{ 
   color:#202020;
   font-weight:bold;
}

div#contentArea a:visited{       
    color:#205F9E;
    font-weight:bold;         

}

div#contentArea a:hover{        
    color:#CA3A07;
    font-weight:bold;         

}



 

/* usefull br style */

br.clearAll {
	position: relative;
    clear: both;
    line-height: 0px;
    height: 0px;
}

 

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/

* html div#leftArea {
	margin-right: 0;
}


* html div#rightArea {
	height: 1%;
    margin-top: 0;

}

/* End hide from IE5/mac */

 

/* --------------------- FOOTER AREA START ------------------------ */

div#footerArea {		
    position:relative;		
	height: 63px;		
	z-index:0;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	width:813px;
	float:top left;
	left:0px;
    background-image: url(img/footerbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

div#footerAreaCenter{
	position:relative;
	top:0px;
	width: 100%;
	margin: 0px auto 0px auto;
	float:left;
	z-index:0;
}

div#footerArea ul{
	position:relative;
	margin: 0px 0px 0px 0px;
	list-style: none;	
	z-index:1;
	line-height:10px;
	display:inline;
}

div#footerArea ul li {
	position: relative;
	float: left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;	
	text-align: center;	


}

div#footerArea ul a {
	position: relative;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	top:117px;
	left:220px;
	font-weight: bold;
	color: #1d425e;
	float:left;
	padding-right:4px;
	padding-left:4px;	
	border-right:1px solid #FFFFFF;
}
div#footerArea ul a:hover {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CDDC82;
	float:left;
}

div#footerArea ul.NIMLastItem a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1d425e;
	float:left;
	padding-right:1px;
	padding-left:4px;	
	border-right:none;
}
div#footerArea ul.NIMLastItem a:hover {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #90A81D;
	float:left;
	border-right:none;
}

div#locations {
	position: relative;
	margin: 0px 0px 0px 0px;	
	font-family:Arial, Helvetica, sans-serif;
	color: #1d425e;	
	font-size:12px;
	font-weight:bold;	
	border:0px solid red;
	left:25px;
	width:auto;
}
div#carbon {
	position: relative;
	margin: 0px 0px 0px 0px;
	top:24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1d425e;	
	font-size:12px;
	font-weight:bold;	
	border:0px solid green;
	left:15px;
	width:auto;
	float:left
}
div#copyright {
	position: relative;
	margin: 0px 0px 0px 0px;
	top:24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1d425e;	
	font-size:12px;
	font-weight:bold;	
	border:0px solid red;
	left:25px;
	width:auto;
}

div#copyright a{
    position: relative;s
    top:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1d425e;	
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}


div#design {
	position:absolute;		
	width:400px;
	left:450px;
	top:10px;
/*	_top:103px;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    color: #1d425e;
	font-weight:bold;
/*	float:left;*/
}

div#design a{  
   font-size:12px;
   font-family:Arial, Helvetica, sans-serif;
   color: #1d425e;
   text-decoration:none;
   font-weight:bold;
}
/* --------------------- FOOTER AREA END ------------------------ */