/*
Mid blue used for page background #D5E9F5
Dark grey default text colour #444
White default background colour #fff
Blue for links #2B7096
Salmon for links hover and panel borders #DC9D85
Brown used for headers #5F4830
Border for form elements darkblue #005381
*/



/* Main Positioning - handled by a table since its so much more simple */
body {
 margin: 1em;
 padding: 0;
}

.layout {
 width: 100%;
}

#mainContent {
 min-width: 36em;
 padding-left:0.5em;
}

#navPanel {
 width: 24em;
}



/* Basic colours */
body {
 background-color: #D5E9F5;
 color: #444;
}

#mainContentBottom {
 background: url(images/br_blue_white.gif) no-repeat bottom right;
 background-color: #fff;
}

#mainContent {
 background: url(images/tr_blue_white.gif) no-repeat top right;
 background-color: #fff;
}

#navPanel {
 background: url(images/tl_blue_white.gif) no-repeat top left;
 background-color: #fff;
 border-right: 1em solid #D5E9F5;
}

#navPanelBottom {
 background: url(images/bl_blue_white.gif) no-repeat bottom left;
 background-color: #fff;
 border-right: 1em solid #D5E9F5;
}



/* Fonts */
body {
 font-size: 76%;  /* then use em sizes explicitly */
 font-family: geneva,verdana,sans-serif;
}

h1 {
 font-size: 140%;
 font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
 text-decoration: underline;
}

h2 {
 font-size: 1.2em;
 font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

h3 {
 font-size: 1.1em;
 font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

h4 {
 font-size: 1.05em;
 font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

#navPanel li {
 font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

ol, ul, li, p {
 font-family: geneva,verdana,sans-serif;
}

li {
 margin-top:0.5em;
}

input, textarea, select {
 font-family: geneva,verdana,sans-serif;
}

a {
/* text-decoration: none; */
}

a, a:link, a:visited {
 color: #2B7096;
}

a:hover, a:active {
 color: #DC9D85;
}

p {
 font-size: 1.1em;
}


/* Individual bits */

h1 {
 padding: 0.5em 1em 0em 0.2em;
 margin-bottom: 2em;
 color: #5F4830;
}

h2 {
 padding: 0;
 margin: 0;
 color: #5F4830;
}

.panel {
 border: 1px solid #DC9D85;
}

.chunk {
 margin-bottom: 0.75em;
}

.item {
 margin-left: 0.2em;
 margin-right: 0.4em;
 margin-bottom: 2em;
}

.item p {
 margin: 0.5em 1em 0 2em;
}

#navPanel #contact {
 margin: 2em 1em 0.5em 1em;
 padding: 0.5em;
}

#navPanel #links {
 margin: 1em 1em 0.5em 1em;
 padding: 0em;
 font-weight: bold;
}

#navPanel ul {
 color: #2B7096;
 list-style-type: square;
 margin-left: 2.5em;
 padding-left: 0;
}

#navPanel ul ul {
 list-style-type: none;
 margin-left: 1em;
 padding-left: 0;
}

#navPanel a {
 text-decoration: none;
}

#tandc {
 font-size: 0.8em;
 padding: 1em 0 1em 1em;
}


#frontAbout {
 float: right;
 width: 18em;
 margin: 0 1em 1em 1em;
 padding: 0.5em;
 line-height: 1.1em;
}

#frontAbout .emphasis {
 font-weight: bold;
}



/* Forms */

#contactForm label, #contactForm .input-box, #contactForm .submit-button {
 display: block;
 width: 12em;
 float: left;
 margin-bottom: 0.75em;
}

#contactForm label {
 text-align: right;
 padding-right: 0.75em;
}

#contactForm label.req {
 text-align: right;
 padding-right: 0.75em;
 font-weight: bold;
}

#contactForm .input-box {
 width: 16em;
 border: 1px solid #005381;
}

#contactForm .submit-button {
 width: 8em;
 margin-left: 10em;
 padding: 0;
 margin-bottom: 0;
 border: 1px outset #005381;
 font-weight: bold;
}

#contactForm br {
 clear: both;
}

#contactForm ul {
 list-style-type: square;
 margin-left: 2.5em;
 padding-left: 0;
 color: #DC9D85;
}

#contactForm li {
 font-weight: bold;
 color: #444;
}

#contactForm fieldset {
 border: 1px solid #DC9D85;
 margin: 0 2em;
 padding-top: 1em;
 margin-bottom: 2em;
}


#contactForm p {
 padding-left: 2em;
}
