/* Home layout*/

body.home {
	background-color: #00457B;
}

body.home div#header {
	background: url(../images/header_t.png) repeat-x 0 0;
}

body.home div#header_l {
	background: url(../images/header_tl.png) no-repeat 0 0;
}

body.home div#header_r {
	height: 93px;
	background: url(../images/header_tr.png) no-repeat 100% 0;
}

body.home div#footer {	
	margin-left: auto;
	margin-right: auto;	
	min-width: 850px;	
	max-width: 950px;
	width:expression(document.body.clientWidth < 850? "850px" : document.body.clientWidth > 950? "950px" : "auto"); /* increased initial check value to 750 so it does not freeze Internet Explorer */

}

body.home div#footer_m {
	background: url(../images/footer_b.png) 0 0 repeat-x;
}

body.home div#footer_l {
	background: url(../images/footer_bl.png) 0 0 no-repeat;	
	min-width: 850px;	
	max-width: 950px;										
	width:expression(document.body.clientWidth < 850? "850px" : document.body.clientWidth > 950? "950px" : "auto"); /* increased initial check value to 750 so it does not freeze Internet Explorer */

}

body.home div#footer_r {
	height: 20px;
	background: url(../images/footer_br.png) 100% 0 no-repeat;
}

body.home div#wrapper {
	background: #fff url(../images/shadow_hl.png) repeat-y 0;
}

body.home div#wrapper_r {
	background: url(../images/shadow_hr.png) repeat-y 100% 0;
}