body {
 background-color: #ffff99;
 background-image: url(images/container_background.jpg);
 background-repeat: repeat-x;
 background-position: top left;
 background-attachment: fixed;
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #ffffff;
 text-align: center;
}

form {
 margin: 0;
 padding: 0;
}

div.clear {
 height: -1px; /* Needed to stop IE7 giving the clearing div a height */
 line-height: 0;
 clear: both;
 font-size: 0;
}

.left {
 float: left;
 margin-right: 2px;
 margin-bottom: 2px;
}

.right {
 float: right;
 margin-left: 2px;
 margin-bottom: 2px;
}

a {
 color: #ffff66;
 text-decoration: underline;
 font-weight: bold;
}

a:hover {
 color: #ffffff;
 text-decoration: none;
}

address {
 margin: 14px 0;
 font-style: normal;
}

/*************/
/* Container */
/*************/
div#container {
 width: 980px;
 margin: 3px auto;
 text-align: left;
 border: 1px solid #000000;
 background-color: #1b3511;
}

* html div#container { /* IE5.5 box model hack */
 width: 978px;
 w\idth: 980px;
}

/**********/
/* Header */
/**********/
div#header {
 height: 280px;
 position: relative;
}

div#header h1 {
 background-image: url(images/logo.gif);
 background-repeat: repeat-x;
 background-position: top left;
 margin: 0;
 padding: 0;
 width: 215px;
 height: 135px;
 text-indent: -9999px;
 top: 10px;
 left: 80px;
 position: absolute;
}

div#header h2 {
 background-image: url(images/strapline.gif);
 background-repeat: repeat-x;
 background-position: top left;
 margin: 0;
 padding: 0;
 width: 249px;
 height: 39px;
 text-indent: -9999px;
 right: 40px;
 top: 102px;
 position: absolute;
}

div#header img#strip {
 bottom: 0;
 left: 1px;
 position: absolute;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #000000;
}

div#contentcontainer {
 margin-top: 10px;
 font-size: 0.8em;
 background-image: url(images/content_background.gif);
 background-repeat: no-repeat;
 background-position: 50% 90%;
}

/*******/
/* Nav */
/*******/
div#nav {
 width: 200px;
 margin-left: 85px;
 float: left;
}

* html div#nav {
 display: inline; /* IE6 hack for double-margin bug */
}

div#nav ul {
 list-style: none;
 margin: 10px 0 0;
 padding: 0;
}

div#nav ul li {
 list-style: none;
 margin: 0;
 padding: 0;
}

* html div#nav ul li {
 display: inline; /* IE6 hack for double-margin bug */
}

div#nav ul li a {
 display: block;
 background-color: transparent;
 text-align: center;
 text-decoration: none;
 color: #ffffff;
 padding: 3px 0;
 font-size: 0.9em;
 font-weight: normal;
 letter-spacing: 0.025em;
 margin: 0 0 6px;
}

div#nav ul li a:hover {
 background-color: #345a25;
 text-decoration: none;
}

body#pageHome div#nav ul li#navHome a
,body#pageServices div#nav ul li#navServices a
,body#pageAbout div#nav ul li#navAbout a
,body#pageWhy div#nav ul li#navWhy a
,body#pageCase div#nav ul li#navCase a
,body#pagePortfolio div#nav ul li#navPortfolio a
,body#pageTestimonials div#nav ul li#navTestimonials a
,body#pageFeatured div#nav ul li#navFeatured a
,body#pageBrochure div#nav ul li#navBrochure a
,body#pagePolicies div#nav ul li#navPolicies a
,body#pageContact div#nav ul li#navContact a
{
 background-color: #345a25;
 text-decoration: none;
 cursor: default;
}

/***********/
/* Content */
/***********/
div#content {
 width: 500px;
 float: right;
}

* html div#content { /* IE5.5 box model hack */
 width: 495px;
 w\idth: 500px;
}

div#content ul#shortcuts {
 list-style: none;
 margin: 0;
 padding: 0;
 height: 30px;
 border-bottom: 1px solid #345a25;
}

div#content ul#shortcuts li {
 float: left;
 margin: 0 0 0 20px;
 padding: 0 0 0 25px;
 background-repeat: no-repeat;
 background-position: 0 50%;
 height: 19px;
}

div#content ul#shortcuts li.first {
 margin: 0;
}

div#content ul#shortcuts li#brochure {
 background-image: url(images/icons/info.gif);
}

div#content ul#shortcuts li#quote {
 background-image: url(images/icons/pound.gif);
}

div#content ul#shortcuts li#favourites {
 background-image: url(images/icons/star.gif);
}

div#content ul#shortcuts li a {
 color: #ffffff;
 text-decoration: none;
 font-size: 0.85em;
 font-weight: normal;
}

div#content ul#shortcuts li a:hover {
 color: #ffff66;
 text-decoration: underline;
}

div#content div#contentinner {
 padding: 0 20px;
 line-height: 1.4em;
}

div#content h2 {
 font-size: 1.5em;
}

div#content h3 {
 font-size: 1.3em;
}

div#content p.highlight {
 font-size: 1.2em;
 font-weight: normal;
 color: #ffff8f;
}

div#content div.col {
 width: 40%;
 float: left;
 margin-left: 35px;
}

div#content div.col.first {
 margin-left: 0;
}

div#content li {
 margin-bottom: 5px;
}

div#content div.image img {
 border: 1px solid #000000;
}

div#content div.image {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}

body#pageFeatured div#content img.left {
 margin-right: 10px;
 margin-bottom: 10px;
}

body#pageFeatured div#content h3 {
 clear: left;
 padding-top: 20px;
}

div#panel {
 width: 120px;
 margin: 30px 55px 0 0;
 float: right;
 background-color: #345a25;
 padding: 10px;
 display: inline;
}

* html div#panel { /* IE5.5 box model hack */
 width: 100px;
 w\idth: 120px;
}

div#panel h2 {
 margin: 0 0 20px;
 padding: 0;
 font-size: 0.9em;
 text-align: center;
}

/************/
/* Lightbox */
/************/
div#overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1;
 background-image: url('images/overlay.png');
}

* html div#overlay { /* Workaround IE PNG deficiencies */
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay', sizingMethod='crop');
}

div#largeimagecontainer {
 background-color: #112d80;
 border: 1px solid #ffffff;
 position: relative;
}

div#largeimagecontainer img#closebutton {
 z-index: 50;
 position: absolute;
 top: 4px;
 right: 4px;
 cursor: pointer;
}

div#largeimagecontainer p {
 z-index: 50;
 position: absolute;
 bottom: 5px;
 left: 30px;
 width: 600px;
 text-align: center;
 margin: 0;
 padding: 3px 5px;
 border: 1px solid #ffffff;
 background-image: url('images/overlay.png');
}

* html div#largeimagecontainer p { /* Workaround IE PNG deficiencies */
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay', sizingMethod='crop');
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
}

div#content fieldset {
 border: 1px solid #345A25;
 padding-bottom: 5px;
 margin-bottom: 10px;
}

div#content fieldset legend {
 color: #ffffff;
 font-size: 1.1em;
 font-weight: bold;
}

div#content fieldset div.field {
 clear: left;
 float: left;
 margin: 0 0 2px 10px;
 width: 410px;
}

div#content fieldset div.field.indent {
 padding-left: 90px;
 width: 280px;
}

div#content fieldset div.field label {
 float: left;
 width: 7em;
 text-align: right;
 margin-right: 5px;
 margin-top: 5px;
 margin-bottom: 5px;
}

div#content fieldset div.field input.text, div#content fieldset div.field textarea {
 float: left;
 width: 250px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 2px 1px;
 border: 1px solid #345A25;
 background-color: #ffff8f;
 color: #000000;
}

div#content fieldset div.field input.text:focus, div#content fieldset div.field textarea:focus {
 border: 1px solid #000000;
 background-color: #ffffff;
 color: #000000;
}

div#content fieldset div.field textarea {
 font-family: sans-serif;
 font-size: 1em;
 height: 70px;
}

div#content fieldset div.required label {
 font-weight: bold;
}

/*********************/
/* Errors / Messages */
/*********************/
div#content div.errors, div#content div.messages {
 border: 1px solid #000000;
 padding: 5px 10px;
 color: #ffffff;
 background-color: #ff0000;
 margin-bottom: 15px;
}

div#content div.messages {
 background-color: #345a25;
 color: #ffffff;
}

div#content div.errors ul, div#content div.messages ul {
 list-style: disc;
 padding-left: 0px;
 margin-left: 20px;
}

div#content div.errors ul li, div#content div.messages ul li {
 text-transform: none;
 background-image: none;
 list-style-type: disc;
 padding-left: 5px;
 margin-left: 10px;
}

div#content div.error {
 background-color: #ff0000;
 padding: 1px 0 1px 0;
 color: #ffffff;
 border: 1px solid #000000;
}

div#content div.error input.field {
 border: 1px solid #000000;
}

/**********/
/* Footer */
/**********/
div#footer {
 clear: both;
 background-image: url(images/footer_background.gif);
 background-repeat: no-repeat;
 background-position: top left;
 padding: 10px 0 0;
 margin: 200px 0 0 85px;
 font-size: 0.85em;
}

div#footer ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

div#footer ul li {
 float: left;
 margin: 0 5px;
 padding: 0 0 0 5px;
 border-left: 1px solid #ffffff;
}

div#footer ul li.first {
 margin: 0;
 border: 0;
}

div#footer ul li a {
 font-weight: normal;
 color: #ffffff;
 text-decoration: underline;
}

div#footer ul li a:hover {
 color: #ffff66;
 text-decoration: none;
}

div#footer p {
 clear: left;
 padding-top: 10px;
}