/*------------------------------------------------------------------
[Master Stylesheet : screen.css]

Project:      WTG Interface Style Guideline 
Version:      1.0 
Last change:  05/06/08 
Assigned to:  Name Surname (sn) 
Primary use:  website

[Table of contents]

01. Meyer's Reset 
02. Typography 
03. Layout 
04. Header 
05. Navigation 
06. Content 
07. Footer
/*------------------------------------------------------------------
[01. Meyer's Reset]
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------------
[02. Typography]
*/
body {
    	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    color: #525361;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #111;
}
h1 {
    font-size: 22px;
	color:#3B1F83;
    line-height: 1;
    margin-bottom: 0.5em;
	text-align:left;
}
h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1em;
}
h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}
h5 {
    font-size: 1em;
    margin-bottom: 1.5em;
}
h6 {
    font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}
p {
    margin: 0 0 1.5em;
	text-align:left;
	
}
p img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
p img.right {
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
    text-decoration: underline;
}
a {
    color: #c007b5;
    text-decoration: none;
    font-weight: bold;
}
blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}
strong {
    font-weight: bold;
}
em, dfn {
    font-style: italic;
}
dfn {
    font-weight: bold;
}
sup, sub {
    line-height: 0;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
}
address {
    margin: 0 0 1.5em;
    font-style: italic;
}
del {
    color: #666;
}
pre, code {
    margin: 1.5em 0;
    white-space: pre;
}
pre, code, tt {
    font: 1em 'andale mono' , 'lucida console' , monospace;
    line-height: 1.5;
}
/* Lists */
li ul, li ol {
    margin: 0 1.5em;
}
ul, ol {
    margin: 0 1.5em 1.5em 2em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
dl {
    margin: 0 0 1.5em 0;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1.5em;
}
/* Tables */
table {
    margin-bottom: 1.4em;
}
th {
    font-weight: bold;
}
th, td {
    padding: 4px 10px 4px 5px;
}
tr.even td {
    background: #E5ECF9;
}
/* Forms */
label {
}
fieldset {
}
legend {
    font-weight: bold;
    font-size: 1.2em;
}
input {
    font: 100% Helvetica, Arial, sans-serif;
    color: #80779B;
}
button {
    font: 100% Helvetica, Arial, sans-serif;
    color: #222;
}
input.text, input.title, textarea, select {
    color: #80779B;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
}
input.text, input.title {
    width: 300px;
    padding: 5px;
}
input.title {
    font-size: 1.5em;
}
textarea {
    width: 390px;
    height: 250px;
    padding: 5px;
}
.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}
/* Extras */
tfoot {
    font-style: italic;
}
caption {
    background: #eee;
}
.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}
.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}
.hide {
    display: none;
}
.quiet {
    color: #666;
}
.loud {
    color: #000;
}
.highlight {
    background: #ff0;
}
.added {
    background: #060;
    color: #fff;
}
.removed {
    background: #900;
    color: #fff;
}
.first {
    margin-left: 0;
    padding-left: 0;
}
.last {
    margin-right: 0;
    padding-right: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*------------------------------------------------------------------
[03. Layout]
*/
.clear {
    clear: both;
}
body {
    text-align: center;
    min-width: 890px;
}
.container {
    width: 890px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#id-selector {
}
#content {
    width: 890px;
    margin: 0 auto;
}

/*------------------------------------------------------------------
[04. Header]
*/
#header {
    width: 890px;
    margin: 0 auto;
}
#header form#search_form {
    border: none;
    line-height: normal;
    height: auto;
}
#header fieldset {
    display: inline;
}
#logo {
    padding: 26px 0 28px 16px;
}

#header-right {
    float: right;
    text-align: right;
	vertical-align:bottom;
    margin: 95px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
#header-name {
    float: left;
    text-align: left;
	margin: 75px 0 0 10px;
	font-size:20px;
	font-weight:bold;
	color: #47437E;
}
.search_text {
    width: 250px;
    margin-right: 5px;
}
table#t1 {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    border: none;
    padding: 0;
    height: 0px;
}
table#t1 td {
    padding: 0;
}
/*------------------------------------------------------------------
[05. Navigation]
*/
#top-navigation-holder {
    width: 890px;
    clear: both;
    border-top: solid 3px #E4E4DC;
    border-bottom: solid 3px #E4E4DC;
    border-left: none;
    border-right: none;
    background: url( "../images/nav-bck.jpg" ) repeat-x bottom;
    text-align: left;
    margin: 0px auto 10px auto;
    vertical-align: bottom;
}
#top-navigation {
    padding: 1px 0 9px 18px;
    margin: 0;
    height: 3.5em;
    position: relative;
    display: block;
}
#top-navigation li {
    list-style-type: none;
    display: block;
    float: left;
    font-size: 115%;
    font-weight: bold;
    line-height: 1.5em;
    color: #3b1f83;
    padding: 9px 7px 2px 7px;
    height: 2em;
}
#top-navigation li a {
    text-decoration: none;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
}
#top-navigation li.selected {
    padding: 0;
    background-image: url( "../images/nav-arrow.gif" );
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 60px
}
#top-navigation li.selected a {
    color: #fff;
    background-color: #3b1f83;
    padding: 13px 11px 6px 11px;
    margin: 0px;
}
#top-navigation li a:hover {
    background: #f0dbfb;
}
#top-navigation li.selected a:hover {
    background: #3b1f83;
}
#left-navigation {
    width: 184px;
    float: left;
    text-align: left;
    list-style: none;
    margin: 0 26px 0 0;
    line-height: normal;
    background: url("../images/nav-dots.gif") repeat-x bottom;
}
#left-navigation li {
    padding: 5px 0px 0px 6px;
    background: url("../images/nav-dots.gif") repeat-x top;
}
#left-navigation li a {
    font-size: 110%;
    text-decoration: none;
    color: #80779b;
    background: url( "../images/arrow-green-right.gif" ) no-repeat 0 0.4em;
    padding-left: 22px;
    padding-bottom: 7px;
    padding-top: 5px;
    display: inline-block;
}
#left-navigation li a:hover {
    text-decoration: underline;
}
#left-navigation li.selected {
    background-color: #3b1f83;
}
#left-navigation li.selected a {
    color: #fff;
    background-image: url( "../images/arrow-green-down_bck.gif" );
}
#left-navigation #left-sub-navigation {
    list-style: none;
    list-style-image: none;
    margin: 0px;
    width: 184px;
    margin-left: -6px;
}
#left-navigation #left-sub-navigation li {
    background: #f4f2f8 none;
    list-style: none;
    list-style-image: none;
}
#left-navigation #left-sub-navigation li a {
    color: #80779b;
    background: #f4f2f8 none;
    padding: 2px 0 3px 22px;
}
#location-breadcrumb {
    background: url( "../images/flag-icon.gif" ) no-repeat left;
    text-align: left;
    padding-left: 30px;
    position: absolute;
    top: -3px;
    left: 0px;
}
#location-breadcrumb a {
    border-right: solid 2px #7b7390;
    padding-right: 10px;
    margin-right: 10px;
}
/*------------------------------------------------------------------
[06. Content]
*/
#rightarrow{
 margin-bottom:6px;
}

.clear {
    clear: both;
}
.cleaner {
    clear: left;
    height: 0px;
}
.large {
    font-size: 150%;
    line-height: 1.5;
}
.hidden {
    display: none;
    visibility: hidden;
}
.access-text {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.right {
    float: right;
}
.break-bottom {
    padding-bottom: 1em;
    border-bottom: solid 7px #CBC4DE;
    margin-bottom: 1em;
}
#main {
    padding-top: 23px;
    position: relative;
    width: 890px;
    margin: 0 auto;
}
#home-content {
    width: 400px;
    float: left;
    padding-right: 10px;
    font-size: 175%;
    line-height: 125%;
    color: #7C7E8F;
    text-align: left;
    margin: 0 0 40px 0;
}
#home-content strong {
    color: #3b1f83;
}
.button {
    background-color: #ccc;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}
form select {
    margin-right: 20px;
}
input.button:hover {
    color: #3a3250;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 19px;
    margin-left: -1px;
}
.link-icon {
    vertical-align: middle;
}
a.small-link, input.small-link {
    padding: 0px 20px 0px 0px;
    background: url( "../images/arrow-grey-small.gif" ) no-repeat right;
    text-align: right;
    color: #7d7691;
    text-decoration: none;
    font-weight: normal;
}
#header a.small-link:hover {
    font-weight: normal;
    text-decoration: underline;
}
.first_sentence {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #3B1F83;
}
#main-body {
    width: 680px;
    text-align: left;
    float: left;
}
#main-body li {
    padding-bottom: 0.5em;
}
#main-body ul, #main-body ol {
    margin-left: 4em;
}
#main-body h1, #main-body-decisions h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #3B1F83;
}
#main-body h2, #main-body-decisions h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #3B1F83;
    line-height: normal;
}
#main-body div.heading_top {
    height: 3em;
}
#main-body h2.top_head2 {
    width: 400px;
    margin-bottom: 0;
    float:left;
}
#main-body p.toplink {
    float: right;
    vertical-align: top;
}
#main-body h3, #main-body-decisions h3 {
    font-size: 115%;
    font-weight: bold;
    color: #80779B;
}
#main-body h4, #main-body-decisions h4 {
    font-size: 100%;
    font-weight: bold;
    color: #80779B;
    line-height: normal;
}
#main-body h3.publication {
    color: #655a84;
    margin-bottom: 0.2em;
}
#main-body p.publication-description {
    margin-bottom: 0;
}
#main-body a.publication-link {
    color: #c007b5;
    text-decoration: none;
    font-weight: bold;
}
#main-body form {
    margin-bottom: 1.5em;
}
#main-body-decisions {
    width: 890px;
    margin: 0 auto;
    text-align: left;
}
#body_tab_bottom {
    clear: left;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #C73C95;
    font-size: .75em;
    margin: 0;
}
#body_tabs {
    border-bottom: solid 7px #CBC4DE;
    margin-bottom: 1.5em;
}
ul#body_tab_list {
    font-weight: bold;
    list-style: none;
    margin: 0;
    background-color: #fff;
}
#body_tab_list li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #FFF;
    display: inline;
    width: 100%;
}
#body_tab_list a {
    color: #3B1F83;
    text-decoration: none;
    font-size: 115%;
    display: inline-block;
    background: url( "../images/tab-inactive-bck.jpg" ) repeat-x bottom left;
    padding: 0.5em 0.8em;
}
#body_tab_list a:hover {
    text-decoration: underline;
}
#body_tab_list li.selected a {
    color: #fff;
    background: url( "../images/tab-active-bck.jpg" ) repeat-x bottom left;
}
#body_tab_list li.selected a:hover {
    text-decoration: none;
}
#body-tab-list a:hover {
    text-decoration: underline;
}
#right-hand-feature-block-column {
    margin: 0 0 15px 0;
    border-left: 20px solid #fff;
    float: right;
    width: 190px;
}
#right-hand-feature-block-column .right-hand-feature-block {
    background: #f6f6f1 url( "../images/topbar-right-panel.gif" ) repeat-x top;
    text-align: left;
    padding: 7px 10px 10px 14px;
    margin-bottom: 1px;
}
#right-hand-feature-block-column .right-hand-feature-block img {
    display: inline;
    vertical-align: bottom;
    padding: 0px 10px 0px 4px;
}
#right-hand-feature-block-column .right-hand-feature-block h3 {
    display: inline;
    color: #3b1f83;
    vertical-align: bottom;
    font-size: 1.5em;
}
#right-hand-feature-block-column .right-hand-feature-block h3 a {
    color: #3b1f83; /*text-decoration: none;*/
    background: url( "../images/arrow-purple.gif" ) no-repeat right;
    padding-right: 20px;
}
#right-hand-feature-block-column .right-hand-feature-block p {
    font-size: 115%;
    font-weight: bold;
    margin: 0px;
    color: #515151;
    padding-top: 7px;
}
.home-feature-block {
    clear: left;
    width: 330px;
    border-top: solid 2px #edede7;
    padding-top: 1px;
    text-align: left;
    float: left;
    margin-right: 20px;
	margin-top:20px;
}
.home-feature-block-right {
    width: 330px;
    border-top: solid 2px #edede7;
    padding-top: 1px;
    text-align: left;
    float: left;
	margin-top:20px;
}
.home-feature-block h3, .home-feature-block-right h3 {
    padding: 7px 0px 7px 12px;
    color: #fff;
    margin-bottom: 0;
}
.home-feature-block h3#about-us {
    background-color: #5A30CB;
}
.home-feature-block-right h3#services {
    background-color: #B445B4;
}
.home-feature-block h3#leaseholders {
    background-color: #4263b8;
}
.home-feature-block-right h3#local-authorities {
    background-color: #c231b3;
}
.home-feature-block ul, .home-feature-block-right ul {
    list-style-type: none;
    margin: 0px 0px 19px 0px;
}
.home-feature-block ul li, .home-feature-block-right ul li {
    padding: 0.5em 0 0.5em 0px;
    border-bottom: solid 2px #edede7;
}
.home-feature-block ul li a, .home-feature-block-right ul li a {
    width: 298px;
    display: block;
    font-size: 100%;
  
    color: #515151;
    text-decoration: none;
    background: url( "../images/arrow-grey.gif" ) no-repeat;
    background-position: 97% 50%;
    padding-right: 20px;
    line-height: 1.4em;
}
#hero-image {
    display: inline;
    float: left;
    padding-top: 8px;
	 
}

#main-body-content p {
    margin: 0;
}
#main-body-content p.last {
    margin-bottom: 1em;
}
#main-body-content h2 {
    margin-bottom: 0.3em;
}
#main-body-content h3 {
    margin: 0 0 0.3em 0;
}
#main-body-content .date {
    font-weight: bold;
}
#main-body-content #news-footer-links {
    border-top: solid 7px #CBC4DE;
    width: 100%;
    height: 3em;
    line-height: 3em;
}
#forms-content {
    padding-bottom: 1em;
    line-height: 1.5em;
}
#forms-content h2 {
    margin-top: 1em;
}
#forms-content h3 {
    margin-top: 1em;
    margin-bottom: 0;
}
#forms-content p {
    margin-bottom: 0;
}
#decisions-search-box {
    width: 25em;
}
#quick_search_form {
    border-top: solid 7px #CBC4DE;
    border-bottom: solid 7px #CBC4DE;
    height: 4em;
}
#quick_search_form label, #quick_search_form select, #quick_search_form img, #quick_search_form input.small-link {
    line-height: 4em;
    vertical-align: middle;
}

#quick_search_form input#searchtext {
    vertical-align: middle;
}

div.search_result {
    margin: 1em 0;
}
form#feedback label{
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}
textarea.message-box {
    margin-bottom: 1.1em;
}
input.sender-email-box {
    background-color: Transparent;
    width: 402px;
    border: solid 1px #80779b;
}
/* DW - The next section relating to main-body-decisions is a real mess but I'm trying to change some styles of heavily nested 
elements whos mark-up I cannot change - the decisions Indexes pages */

div#main-body-decisions {
    position: relative;
    padding-top: 22px;
}
div#main-body-decisions p {
    margin: 0 0 0;
    position: relative;
}
div#main-body-decisions p#location-breadcrumb {
    position: absolute;
}
div#main-body-decisions p#location-breadcrumb a {
    display: inline;
}
div#main-body-decisions p a {
    display: block;
    margin-bottom: 20px;
}
body div#main-body-decisions table {
    margin-top: 20px;
    border-collapse: separate;
}
#main-body-decisions table th, #main-body-decisions table td {
    border: none;
    padding: 0;
}
#main-body-decisions table td {
    text-align: left;
}
#main-body-decisions table th {
    padding-bottom: 1em;
}

/*------------------------------------------------------------------
[07. Footer]
*/

#footer-holder {
    clear: both;
    width: 890px;
    margin: 0 auto 0 auto;
    padding: 5px 0px 0px;
    text-align: left;
    border-top: solid 7px #cbc4de;
    font-weight: bold;
	color: #80779b;
}
#footer-holder2 {
    clear: both;
    width: 890px;
    margin: 0 auto 0 auto;
    padding: 5px 0px 0px;
    text-align: left;
    color: #80779b;
}
#copyright-text {
    float: right;
    color: #cbc4de;
	width:210px;
}
#footer-holder a {
    float: left;
    color: #80779b;
    padding-right: 20px;
    text-decoration: none;
	font-weight:normal;
}
#footer-holder a.selected {
    color: #3a3250;
}
#footer-holder a:hover {
    text-decoration: none;
}

#hero{
	float:right;
	
}