﻿body 
{
    background-repeat: repeat-x;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url(images/Homepage/Bg.jpg);
    background-repeat: no-repeat;    
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
}

h1 
{
    height: 55px;
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #fff;
	text-indent: -9999px;            
	background-image: url(images/Homepage/Logo.jpg);
	background-repeat: no-repeat;
}

h2 {
    padding: 2px;
    padding-left: 30px;
	background-color:#FFE498;
	color: #555;
	border-top: solid 0px #ccc;
	border-bottom: solid 2px #ccc;
	font-size: 1.5em;     
	font-weight: normal;
	margin-top: -20px;  
	margin-left: -90px; 
	width: 30%;  
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1000px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    width: 1000px;
    height: 110px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0px 0px 5px;
    margin: 0;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#wrapper 
{
   background-color: #ffffff;    
   width: 1000px;
   border: none;
   text-align: center;
   padding-top: 20px;
}

#main {
    padding: 20px 10px 15px 10px;
    background-color: #fff;
    width: 950px;
    margin-left: auto;
    margin-right: auto;    
}

footer, 
#footer 
{
    padding: 20px 10px 15px 10px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;    
}

/* NAV BAR
----------------------------------------------------------*/

ul#nav
{
    padding: 0 0 0px;
    position: relative;
    margin: 0;    
}

ul#nav li
{
    display: inline;
    list-style: none;   
	/*text-indent: -9999px;            */
	height: 45px;
    width: 140px;
    margin: 0px;
    padding: 0px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 0px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #fff;
}

#logindisplay a:link {
    color: White;
    text-decoration: none;
}

#logindisplay a:visited {
    color: White;
    text-decoration: none;
}

#logindisplay a:hover {
    color: White;
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

div.page-container
{
    clear: both;
    width: 100%;
}

div.page-container table
{
    width: 100%;
}

ul.pages
{
    margin: 0px;
    padding: 0px;
}

ul.pages li
{
    display: block;
    color: #000;
    float: left;
    width: 100px;
    height: 40px;
    border: 1px solid rgb(232, 238, 244);
    background-color: #fff;
    padding: 10px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
    border-collapse: collapse;
}

ul.pages li.selected
{
    background-color: rgb(232, 238, 244);
}
table.website tbody tr.selected
{
    background-color: #eee;
}

table.website tbody tr:hover
{
    background-color: #ddd;
    cursor: pointer;
}

table.website div.websiteDetails
{
    width: 400px;
}

table.website span.websiteImage
{
    float: left;
    padding: 5px 10px 5px 0px;
}

table.website span.websiteTitle
{
    color: #00f;
    /*font-weight: bold;*/
    font-size: 0.8em;
}

table.website span.websiteDescription 
{
    font-size: 0.75em;
    display: block;
}

/**************** Other *********************/

div.clearer {clear: both; line-height: 0; height: 0;}

table
{
    border-width: 0px;
}

table tr td
{
    border-width: 0px;
}

ul li
{
    list-style-image: url('images/Homepage/bullet_point_blue.jpg');
    padding-left: 8px;
}

/**************** complaints procedure page *********************/
div#complaintProcedure h3, div#complaintProcedure h4
{
    color: #4F81BD;
}