﻿@import url("layout.css");
/* --------------------------------- custom css for default.html */
#mainpicture {
	position:absolute;
	left:auto;  /* this property allows the picture to reposition with the screen width */
	top:549px;
	width: 200px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	overflow: visible;
	float: left;
}
#footer2 {
	position:absolute;
	left:auto;
	top:847px;
	width:675px;
	height:1px;
	z-index:4;
	padding-left: 45px;
}
#bottom_band {
	position:absolute;
	left:0px;
	top:877px;  /* 30px more than footer2 top */
	height:55px;
	z-index:5;
	width:500%;
	background-color: #065DA0;
	background-image: url(../images/background_g2.gif);
}
#panel_one {
	position:absolute;
	left:auto;
	top:220px;
	width:300px;
	height:227px;
	z-index:75;
	padding-left: 45px;
	padding-right: 36px;
	font-size: 10pt;
	line-height: 12pt;
}
#panel_two {
	position:absolute;
	left:auto;
	top:216px;
	width:262px;
	height:438px;
	z-index:3;
	padding-left: 1px;
	line-height: 12pt;
	margin-left: 360px;
}
span {font-size:14px; line-height:15px; display:block;}
