﻿/*
** Browser/Body
*/
html, body
{
	background: #052067 url(img/htmlBk.gif) repeat-x left top;
	color: #282828;
}
div#pageHeader
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 30px 0 30px;
	font: normal normal bold 30px "Trebuchet MS", Verdana, Arial, Helvetica, Sans_Serif;
	min-width: 890px; width: auto !important; width: 890px; /* IE6 min-width fix */
}
a#logoLink
{
	display: block;
	float: left;
	width: 422px;
	height: 66px;
}
img#logo
{
	width: 422px;
	height: 66px;
}
div#call
{
	float: right;
}
div#pageFrame
{
	position: relative;
	margin-top: 90px;
	padding-bottom: 10px;
	background: #fff url(img/pageFrameBk.gif) repeat-x left top;
}
div#pageWrapper
{
	position: relative;
	margin: 0 auto;
	width: 675px;
	background: url(img/wrapperBody.gif) repeat-y left top;
}
div#wrapperTop
{
	position: relative;
	background: url(img/wrapperTop.gif) no-repeat left top;
}
div#wrapperBottom
{
	position: relative;
	background: url(img/wrapperBottom.gif) no-repeat left bottom;
}
div#imgContainer
{
	position: relative;
	height: 202px;
	width: 675px;
}
div#imgContainer img
{
	position: absolute;
	left: 15px;
	top: 12px;
	width: 645px;
	height: 190px;
}
div#menuContainer
{
	height: 36px;
	position: relative;
}
div#content
{
	position: relative;
	padding: 10px 20px 10px 20px;
}
div#pageFooter
{
	position: relative;
	width: 800px;
	margin: 10px auto;
	font: normal normal bold 30px "Trebuchet MS", Verdana, Arial, Helvetica, Sans_Serif;
	text-align: center;
}
img#cityGuilds
{
	position: absolute;
	left: -40px;
	top: -36px;
}
img#gasSafe
{
	position: absolute;
	right: 0;
	top: -70px;
}


/*
** Menu
*/
ul.menu
{
	position: absolute;
	left: 16px;
	top: 1px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.menu li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:hover,
ul.menu li a:active
{
	display: block;
	width: 107px;
	height: 35px;
	text-align: center;
	font: normal normal bold 18px/35px "Trebuchet MS", Verdana, Arial, Helvetica, Sans_Serif;
	color: #fff;
	background: url(img/menuBk.gif) no-repeat left top;
	text-decoration: none;
}
ul.menu li a:hover,
ul.menu li a.active
{
	background-image: url(img/menuBkHover.gif);
	color: #fff;
}


img#rateTag
{
	display: block;
	float: right;
	margin-right: 80px;
}