/* CSS Document */

/* --------Basic Formatting-------- */

body {
	padding: 0;
	margin: 0;
	background-image: url(../images/background.jpg);
	background-position: top left;
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 24px;
	color: #e6960b;
	font-weight: bold;
	}
h2 {
	font-size: 18px;
	color: #2A62AF;
	}
h3 {
	}
p {
	font-size: 14px;
	}
address {
	font-size: 12px;
	font-style: normal;
	}
a:link {
	color: #e6960b;
	}
ul {
	font-size: 14px;
	}
tr {
	font-size: 12px;
	font-weight: bold;
	}
td.form {
	background-color: #e6960b;
	color: #ffffff;
	}
/* --------End Basic Formatting-------- */

/* --------Positioning-------- */

#container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #ffffff;
	_height: 600px;
	min-height: 600px;
	background-image: url(../images/left-braket.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#header {
	background-image: url(../images/header-bk.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 326px;
	}
#nav {
	position: absolute;
	text-align: right;
	width: 163px;
	top: 136px;
	left: 0px;
	}
#nav ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 7px;
	margin-left: 5px;
	}
#nav li {
	padding-top: 5px;
	_padding-top: 3px;
	padding-bottom: 5px;
	}
#nav li a {
	text-decoration: none;
	padding-right: 27px;
	color: #ffffff;
	border-bottom: 2px solid #797a7b;
	background-image: url(../images/screw.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	}
#nav li a:hover {
	background-color: #e6960b;
	padding-right: 27px;
	background-image: url(../images/screw2.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
#main {
	margin-left: 208px;
	margin-right: 25px;
	}
.hpaddress {
	float: left;
	color: #ffffff;
	margin-left: 15px;
	_margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 150px;
	}

/*----------Content Styles------------------*/
#container2 {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	padding-bottom: 25px;
	background-color: #ffffff;
	_height: 600px;
	min-height: 600px;
	background-image: url(../images/content-bk.jpg);
	background-position: left bottom;
	background-repeat: repeat-y;
	}
#header {
	background-image: url(../images/header-bk.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 326px;
	}
#nav2 {
	position: absolute;
	text-align: right;
	width: 163px;
	top: 0px;
	left: 0px;
	background-image: url(../images/nav-bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 347px;
	}
#nav2 ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 115px;
	margin-right: 7px;
	margin-left: 5px;
	}
#nav2 li {
	padding-top: 5px;
	_padding-top: 2px;
	padding-bottom: 5px;
	}
#nav2 li a {
	text-decoration: none;
	padding-right: 27px;
	color: #ffffff;
	border-bottom: 2px solid #797a7b;
	background-image: url(../images/screw.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	}
#nav2 li a:hover {
	background-color: #e6960b;
	padding-right: 27px;
	background-image: url(../images/screw2.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
#main2 {
	margin-left: 208px;
	margin-right: 25px;
	margin-top: 0px;
	}
.contentaddress {
	float: left;
	color: #ffffff;
	margin-left: 15px;
	_margin-left: 10px;
	margin-bottom: 25px;
	margin-top: 250px;
	}
.contactAddress {
	text-align: center;
	margin-bottom: 25px;
	}