﻿html, body
{
	background: #999 url(img/htmlBk.gif) repeat-x left top;
}
div#pageFrame
{
	position: relative;
	width: 900px;
	margin: 0 auto;
}
div#pageFrameOuter
{
	background-image: url(img/pageBk.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
div#pageFrameTop
{
	background-image: url(img/pageBkTop.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#pageFrameBottom
{
	background-image: url(img/pageBkBottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding: 0 0 30px 0;
}

div#pageHeader
{
	position: relative;
	height: 110px;
	border-bottom: 2px solid #999;
}
div#pageHeader h1
{
	position: absolute;
	left: 210px;
	top: 24px;
	font: normal normal bold 28px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #23537b;
	border: 0 none;
}
div#telephone,
div#email
{
	position: absolute;
	top: 60px;
	font: normal normal bold 24px Arial, Helvetica, sans-serif;
	color: #F28A27;
}
div#telephone
{
	left: 210px;
}
div#email
{
	right: 182px;
}
a#headerImage
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 110px;
}
a#movingOnLogo
{
	display: block;
	position: absolute;
	right: 60px;
	top: 10px;
	width: 56px;
	height: 93px;
}

ul#menu
{
	height: 30px;
	color: #fff;
	background-color: #23537b;
	border-bottom: 2px solid #f28a27;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
ul#menu li
{
	display: inline;
	margin: 0;
	padding: 0 15px;
	line-height: 30px;
	background-image: none;
}
ul#menu li a
{
	color: #fff;
	text-decoration: none;
}
ul#menu li a:hover
{
	text-decoration: underline;
}

div#col1
{
	position: relative;
	float: left;
	width: 650px;
	padding-left: 10px;
	line-height: 140%;
}
div#col2
{
	position: relative;
	margin-left: 670px;
	width: 210px;
	padding-top: 30px;
	padding-bottom: 150px;
}

div#contentOuter
{
	margin-top: 30px;
	width: 650px;
	background-image: url(img/contentBk.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
div#contentBottom
{
	background: url(img/contentBkBottom.gif) no-repeat 0 bottom;
	background-image: url(img/contentBkBottom.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
div#content
{
	min-height: 300px;		/* IE6 min-height fix */
	height: auto !important;
	height: 300px;
	padding: 0 40px 40px 20px;
}

div#footnote
{
	padding: 0 10px 0 20px;
}

div#sidebar
{
	min-height: 100px;		/* IE6 min-height fix */
	height: auto !important;
	height: 100px;
}

div#pageFooter
{
	height: 62px;
	background-image: url(img/pageFooterBk.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 28px;
	font: normal normal normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
}