body { 
	background-color: #FFFFFF;
	margin: 0;
}

body, td, th, select, input, textarea, optgroup {
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	color: #333333;
	font-size: 16px;
}

p {
	line-height: 180%; 
	margin: 0 0 10px;
}

a { color: #FFFFFF; }

#outer_wrapper {
	width: 942px;
	background-image: url("../../graphics/shadow.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
}

h1 {
	font-size: 36px; 
	font-weight: normal;
	color: #001648; 
	margin: 0 0 5px 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 20px; 
	font-weight: bold;
	color: #001648;
	font-variant: small-caps;
	margin: 0 0 5px 0;
}

*.small { font-size: 12px; }

#header{
	background-image: url("../../graphics/header_bg.jpg");
	background-repeat: repeat-x;
	height: 120px;
	margin-bottom: 1px;
}

#logo {
	padding: 15px 0 0 15px;
}

#telephone {
	font-size: 24px; 
	float: right; 
	color: #FFFFFF; 
	padding-top: 50px; 
	padding-right: 10px;
}

#nav {
	background-image: url("../../graphics/nav_bg.jpg"); 
	background-repeat: repeat-x; 
	background-position: top left; 
	margin-bottom: 1px; 
	margin-top: 0; 
	padding: 0; 
	height: 29px;
}

#pic_main {
	width: 606px;
	height: 142px;
}

#search {
	width: 273px;
	height: 102px;
	background-color:#A9ABB8; 
	float: right; 
	padding: 20px;
}

#right {
	width: 273px;
	background-color: #ECECEC; 
	float: right; 
	padding: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#left {
	width: 546px;
	background-color: #FFFFFF; 
	padding: 20px 30px;
}

#siteSchemePlan {
	width: 300px; 
	float: right;
	margin-right: 112px;
	padding-bottom: 10px;
}

#bottom_grey_bar {
	height: 29px; 
	width: 920px; 
	background-image: url("../../graphics/nav_bg.jpg"); 
	background-repeat: repeat-x; 
	background-position: top left; 
	clear: both;
}

#bottom {
	background-image: url("../../graphics/header_bg.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #002E60;
	height: 95px;
	padding: 15px 10px;
	margin-top: 1px;
	color: #FFFFFF;
	text-align: center;
}

#bottom p { line-height: 140%; }

#tabs {
	text-align: left;
	margin: 0;
	padding: 0;
}

#tabs ul {
	padding: 0;
	margin: 0;
	float: left;
}

#tabs li {
	display: inline;
}

#tabs a {
	background-color: #CCCCCC;
	border-right: solid 1px #999999;
	display: block;
	float: left;
	text-align: center;
	width: 120px;
	height: 24px;
	text-decoration: none;
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 5px;
}

#tabs a:hover {
	background-color: #A9ABB8;
	color: #FFFFFF;
}

.recent {
	width: 250px;
	border-bottom: dashed #666666 1px;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 130%;
}

.recent img {
	float: left;
	margin-right: 10px;
	border: 3px solid #FFFFFF;
}

form { float: left; width: 100%; }

div.clearRight { clear: right; }
div.clearLeft { clear: left; }

input.text_field, textarea.text_field, select.text_field {
	width: 400px;
	padding: 5px;
	float: right;
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

select.text_field {
	width: 412px;
}	

input.button {
	background-color: #001648;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	border: 1px solid #001648;
	margin-bottom: 10px;
}

*.error { color: #FF0000; }
*.message { color: #009900; }

th {
	text-align: left;
	border-bottom: 1px solid #000000;
}

td a { color: #001648; }

#right ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#right ul li {
	border-bottom: 1px solid #222222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

#right ul li a {
	display: block;
	width: 100%;
	color: #222222;
	text-decoration: none;
	padding: 5px 0;
}