/* COLOURS
BROWN - #33291c
BLUE - #0e5a7e
RED - #ed1c24
*/

html, body {
height:100%;
}

body {
background:#33291c url(images/body_bg.gif) repeat-x top;
}

* {
margin:0;
padding:0;
border:0;
list-style:none;
font-family:verdana, helvetica, arial, sans-serif;
}

#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
width:850px;
background:#33291c url(images/wrap_bg.gif) repeat-y;
}

#footer {
height: 60px; /* .push must be the same height as .footer */
background:#33291c url(images/footer_bg.gif) no-repeat;
width:850px;
margin:auto;
}

#footer p {
color:#888;
font-size:10px;
margin:0 30px 0 230px;
padding:0;
line-height:14px;
text-align:center;
}

.push {
height:60px;
clear:both;
}

#header {
width:850px;
height:205px;
}

#header li {
float:left;
margin:0;
}

#mainMenu {
float:left;
width:190px;
background:transparent none;
margin-left:35px;
}

* html #mainMenu {
margin-left:17px;
}

#mainMenu li {
border-bottom:1px dotted #dedede;
width:170px;
padding:11px 5px 5px 5px;
height:21px;
text-align:right;
font-size:12px;
}

#mainMenu li a {
color:white;
font-weight:bold;
text-decoration:none;
}

#mainMenu li a:hover {
color:#ed1c24;
}

h1 {
width:350px;
height:205px;
}

#content {
width:590px;
background:transparent none;
margin-left:225px;
}

h2 {
color:#0e5a7e;
font-size:18px;
font-weight:bold;
margin:8px 20px;
padding:2px;
border-bottom:1px dotted #dedede;
font-family:Georgia, Times New Roman, Serif;
letter-spacing:0.5px;
}

h3 {
color:#503a25;
font-size:14px;
padding:2px;
margin:5px 30px;
}

p {
color:#555;
margin:8px 35px;
padding:5px;
font-size:12px;
line-height:19px;
}

a {
color:#ed1c24;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

.photoBox {
float:right;
margin:0 0 10px 10px;
}

* html .photoBox {
margin-right:2px;
}

.photoBox img {
vertical-align:bottom;
border:1px dotted #dedede;
border-top:0;
border-right:0;
}

.photoBox p {
margin:5px;
}

.paForm {
margin:10px 30px;
font-size:10px;
color:#555;
line-height:15px;
}

.paForm input {
padding:2px;
border:1px solid #ccc;
margin: 3px;
font-size:11px;
color:#0e5a7e;
}

.paForm textarea {
padding:2px;
border:1px solid #ccc;
margin: 3px;
width:200px;
height:90px;
font-size:11px;
color:#0e5a7e
}

.paForm .submitButton {
background:#0e5a7e url(images/submitBG.gif) repeat-x;
height:25px;
padding-bottom:5px;
color:white;
font-weight:bold;
font-size:12px;
cursor:pointer;
border:1px solid #777;
}

.cssform {
position:relative;
margin:5px 10px;
float:left;
}

.cssform p {
width: 210px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 120px; /*width of left column containing the label elements*/
border-top: 1px solid #ccc;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
text-align:right;
margin-left: -125px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 176px;
padding:2px;
border:1px solid;
border-color:#e5e5e5 #bbb #bbb #e5e5e5;
font-size:11px;
}

.cssform textarea{
width: 180px;
height: 150px;
border:1px solid;
border-color:#e5e5e5 #bbb #bbb #e5e5e5;
font-size:11px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.cssform .submitButton {
background:#0e5a7e url(images/submitBG.gif) repeat-x;
height:25px;
padding-bottom:5px;
color:white;
font-weight:bold;
font-size:12px;
cursor:pointer;
border:1px solid #777;
float:right;
}

