/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
p {
	padding:8px;
}
h1 {
	padding:8px;
	font-size:16px;
}
h1 span {
	color:#F00;
	text-decoration:underline;
}
h2 {
	padding:8px;
	font-size:14px;
}
body {
	text-align:center;
	background-color:#DDD;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul {
	margin-left:25px;
}
ol {
	margin-left:30px;
}
li {
	padding:3px;
}
.label {
	color:#AAA;
}
.error {
	color:#F00;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:0px auto;
	width:800px;
	text-align:left;
}
/*
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:800px;
	margin-top:6px;
}
#bannertopsliver {
	position:relative;
	width:800px;
	height:9px;
	background-image:url(../images/backgrounds/bannertopsliver.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#banner {
	position:relative;
	background-image:url(../images/backgrounds/bannersliver.png);
	background-position:top;
	width:800px;
	height:60px;
	background-repeat:repeat-x;
}
#logobox {
	position:absolute;
	left:25px;
	top:10px;
}
#number {
	position:absolute;
	right:18px;
	top:8px;
	color:#78B0D5;
	font-size:18px;
}
#fadebanner {
	position:relative;
	width:800px;
	height:235px;
	border-left:1px solid #EBEBEB;
}
#offerbox {
	position:absolute;
	right:26px;
	bottom:29px;
	color:#FFF;
	text-align: left;
}
#offerbox a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#offerbox a:hover {
	color: #78B0D5;
}
#offerbox strong {
	color:#78B0D5;
}
#offerbox strong a {
	text-transform:uppercase;
	color:#78B0D5;
	font-size:17px;
	margin: 0px;
	padding:0px;
}
#offerbox p {
	padding: 15px 0px 0px 0px;
}
#panel {
	position:relative;
	width:799px;
	height:34px;
	background-color:#000;
	border-left:1px solid #EBEBEB;
	border-bottom:1px solid #E5E5E5;
}
#brochure {
	position: absolute;
	font-size: 15px;
	top: 7px;
	right: 10px;
	color: #FFF;
}
#brochure a {
	text-decoration: none;
	color: #FFF;
}
#brochure a:hover {
	color: #78B0D5;
}
#brochure strong {
	color: #78B0D5;
}
#panelmenu {
	position:relative;
	padding-top:9px;
}
#panelmenu ul {
	margin-left:15px;
}
#panelmenu ul li {
	display:inline;
	margin-right:20px;
}
#panelmenu ul li a {
	font-size:12px;
	color:#e1e1e1;
	text-decoration:none;
}
#panelmenu ul li a:hover {
	color:#78B0D5;
}
#pagefade {
	position:relative;
	width:799px;
	height:19px;
	background-image:url(../images/backgrounds/pagefade.png);
	background-repeat:repeat-x;
	border-top:1px solid #5B5B5B;
	border-left:1px solid #EBEBEB;
}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	min-height:460px;
	padding:0px 20px 20px 20px;
	width:759px;
	min-height:440px;
	border-left:1px solid #EBEBEB;
	background-color:#FFF;
}
#homebuttons {
	position:relative;
	height:175px;
}
.homebox {
	position:relative;
	float:left;
	width:390px;
	height:175px;
}
.homebox img {
	float:left;
}
.homebox h1 {
	position:absolute;
	right:0px;
	top:0px;
	width:192px;
	height:10px;
	padding:16px;
	margin:0px;
	font-size:14px;
	font-weight:normal;
	background-color:#D9D9D9;
}
.homebox .text {
	position:absolute;
	right:0px;
	top:42px;
	width:194px;
	height:77px;
	padding:15px;
	background-color:#EBEBEB;
}
.homebox .text p {
	padding:0px;
}
.homebox .linkbar {
	position:absolute;
	right:0px;
	bottom:0px;
	width:224px;
	height:26px;
	text-align:right;
	background-image:url(../images/backgrounds/homeboxlinkbar.png);
	background-repeat:repeat-x;
	color:#477A9E;
}
.homebox .linkbar b {
	position:absolute;
	right:15px;
	bottom:7px;
	font-size:11px;
}
.homebox .linkbar a {
	color:#DDD;
	text-decoration:none;
}
.homebox .linkbar a:hover {
	color:#477A9E;
}
#homeform {
	position:absolute;
	right:25px;
	top: 5px;
	width:280px;
	height:150px;
}
#homeform h2 {
	color:#444;
}
#hometext {
	position:relative;
	width:390px;
	color:#444;
}
#hertfordshire, #sussex, #formcolumn {
	float:left;
	width:190px;
	margin-right:45px;
}
.input {
	padding: 2px;
	border: 1px solid #CCC;
}
.button {
	background-color: #78B0D5;
	border: 1px solid #999;
	padding: 3px 15px;
	color: #FFF;
	cursor: pointer;
}
#virtualdesigns table td {
	text-align:center;
	width:122px;
}
#virtualdesigns img {
	margin:7px;
	border:1px solid #999;
	padding:3px;
	background-color:#fff;
}
#virtualdesigns img:hover {
	border:1px solid #006;
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	width:800px;
	height:24px;
	margin-bottom:20px;
}
#footermenu {
	position:absolute;
	left:18px;
	bottom:0px;
}
#footermenu ul {
	margin-left:0px;
}
#footermenu ul li {
	display:inline;
	list-style:none;
}
#footermenu ul li a {
	font-size:9px;
	font-weight:bold;
	color:#6B5B5B;
	text-decoration:none;
}
#footermenu ul li a:hover {
	color:#000;
}
#brightsite {
	position:absolute;
	right:12px;
	bottom:0px;
	color:#78B0D5;
	font-size:10px;
	font-weight:bold;
}
#brightsite a {
	color:#000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#brightsite a:hover {
	text-decoration:underline;
}