
/* CSS Document */

html{
background-color:#e6e6d9;
padding:0px;
margin:0px;
height:100%;
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
width:906px;
background:url(../../img/bodybg.gif);

margin:0px auto;
overflow:auto;
min-height:100%;
padding:0px;

}

.left{
float: left;	
}


.right{
float: right;	
}

.centre{
margin: 0 auto;	
}


#page{
width:906px;
margin:0px auto;
background:url(../../img/bodybg.gif) repeat-y;
overflow:hidden;

}

#header{

width:906px;
height:40px;
background:url(../../img/header.gif);
}

#menubar{
background:#3b3c36;
width:890px;
height:1.75em;
margin-left:3px;
margin-top:0px;
padding:5px;

}

#menu{
list-style:none;
padding:0px;
margin:0px;
}

#menu li{
display:inline;
float:left;
width:10em;
height: 1.6em;
display:block;

}

#menu li a{
display:block;
width:8em;
height: 1.4em;
padding:0px 0px;
color:#FFFFFF;
text-decoration:none;
font-variant:small-caps;
text-align:center;
font-size:1.2em;
}



#menu #first{
background: #4c4c45;

}

#menu #second{
background: #63635b;
margin-left: 5px;
}

#menu #third{
background: #73736a;
margin-left: 5px;
}

#menu #fourth{
background: #818076;
margin-left: 5px;
}

#menu #last{
background:#8a897e url(../../img/topgradient.gif) right no-repeat;
margin-left: 5px;
width:20%;
}

h1{
width:870px;
color:#395765;
padding: 0px 0px 0px 30px;
margin-bottom:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

u{
text-decoration:none;
color:#395765;
}
.hr{
border-bottom: 3px solid #395765;
width:900px;
height:3px;
margin-left:3px;
position:relative;
top:-12px;
}

#content{
width: 550px;
margin-left: 120px;
float:left;
text-align:justify;
font-size:0.85em;
}


div.block{
min-height:1em;

}

div.picture{
padding: 5px 20px;
}

#column{
width: 198px;
height:200px;
float:left;
padding: 10px 10px 10px 1em;

}

#contactbox{
height:12em;
width:198px;
background:url(../../img/boxbg.gif) bottom no-repeat;
color:#3c3c3c;
padding:0px;
}



#boxtop{
height:14px;
width:198px;
background:url(../../img/boxtop.gif) top no-repeat;
}

#contactbox div.content{
padding:0px 20px;
font-size:0.8em;
position:relative;
top: -17px;
}

#contactbox div.content h3{
font-size:1.1em;
text-decoration:underline;
}

ul.form{
list-style:none;
background:url("/img/form_heading_background.gif") top repeat-x;
padding: 30px;
margin-top:-4px;

}

ul.form li
{
color:#395765;
clear:both;
}

ul.form input, ul.form textarea{
clear:both;
float:left;

}
