﻿@import url("layout.css");
/* --------------------------------- custom css for contact.html */
#mainpicture {
	position:absolute;
	left:auto;  /* this property allows the picture to reposition with the screen width */
	top:205px;
	width: 200px;
	height:200;
	z-index:1;
	border: thin none #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 350px;
}
#footer2 {
	position:absolute;
	left:auto;
	top:541px;
	width:675px;
	height:1px;
	z-index:4;
	padding-left: 40px;
}
#bottom_band {
	position:absolute;
	left:0px;
	top:571px;  /* 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:270px;
	height:227px;
	z-index:2;
	padding-left: 40px;
	padding-right: 36px;
	font-size: 10pt;
	line-height: 12pt;
}
#panel_two {
	position:absolute;
	left:605px;
	top:192px;
	width:304px;
	height:438px;
	z-index:3;
	padding-left: 360px;
}
/* EOF */
