/* 
Always (?) open with this as it clears browser defaults. May then need to set some later, e.g. p{margin}. 
See discussion on http://www.clagnut.com/blog/1287/ 
*/
* {
padding: 0;
margin: 0;
/* border: 2px solid black; */
} 
html, body, #container {height: 100%;}
body {
background-color:#333333;
font-family: Verdana, Trebuchet MS, Arial, sans-serif;
font-size:small;
line-height: 1.5;
color: #353535;
}
p {margin: 7px 0;} 
h1, h2, h3 {color: #2c7aa7;}
h1 {font-size: 175%;margin-bottom:10px;}
h2 {font-size: 150%}
h3 {font-size: 125%}
hr {color:#FF0000;margin:10px 0;}
ul {list-style-type:square;margin-left:15px;}
.pnum {font-size:110%;text-align:left;color: #2c7aa7;font-weight:bold;}

/* end of element selectors */
/* id selectors */
#container {
width: 900px;
height:auto;
min-height: 100%; 
margin: 0 auto;
position:relative;
background-color:#F8F8F8;
}
/* * html #container {
height: 100%;
} */
#header {
/* background-color:#eee; */
background-image:url(images/headerbg.JPG);
width:900px;
height:120px;
/* padding:5px 5px; */
}
#header img{
padding:22px 22px;
}
#nav {
position:absolute;
top: 40px;
left: 665px;
/* background-color:#66FFFF;
width:760px; */
}
#content {
background-color: #F8F8F8;
width:610px;
margin: 0px 30px;
float:left;
padding: 20px 0 0 0;
}
#main {
padding-bottom: 90px;
}
/* Set image style for 'latest' page only. To make Unify editing simple. */
#latest img {
float: left; 
margin: 5px 10px 5px 0px;
}
#sidebar {
background-color:#eee;
width:180px;
/* margin: 130px 10px 10px 0px;
padding: 10px 10px 50px 10px; */
padding: 10px 10px 10px 10px; 
margin-top: 140px;
float:left;
}
#footer {
position:relative;
margin: -90px auto 0 auto;
width: 900px;
background-image:url(images/footerback.jpg);
background-repeat:repeat-x;
/* background-color: #00639b; */
color:#333333;
/* text-align: center; */
height: 90px;
clear: both;
font-size:10px;
}
#footer img {
float:right;
padding: 30px 0px 0px 20px;
}
.leftext {
float:left;
margin: 20px 10px;
}
.rightext {
float:right;
margin: 30px 10px;
text-align:right;

}
/* Menu box ids */
#menubuttons
{
float: left;
width: 200px;
margin: 10px 1px;
padding: 3px;
}
#menubuttons h1
{
margin: 0;
padding: 10px 0px 5px 10px;
font: bold 1.3em 'trebuchet ms', tahoma, sans-serif;
}
#menubuttons p
{
margin: 5px;
padding: 5px 2px;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 1em;
}
.menubuttonsbox
{
background: #f5f5f5;
border: 2px solid #2c7aa7;
margin-bottom: 10px;
}
#menubuttons ul
{
list-style-type: none;
margin: 10px 0 15px 0;
padding: 0;
background-color: #f2f2f2;
}
#menubuttons ul li
{
padding: 0px 5px;
}
#menubuttons ul li a
{
display: block;
font-weight: bold;
font-size: .9em;
color:#888;
padding: 2px 0 2px 10px;
line-height: 1.5em;
border-bottom: 1px dashed #d4d4d4;
text-decoration: none;
}

#menubuttons ul li a:hover
{
padding: 2px 0 2px 5px;
border-left: 5px solid #2c7aa7;
color: #2c7aa7;
}
#menubuttons li.selected a {
color:#2c7aa7;
}
/* End of Menu box ids */
/* end of id selectors */

/* class selectors */
.imgleft {float: left; margin: 5px 10px 5px 0px;}
.floatleft {float:left;}
.floatright {float:right;}
.sitepics {
float: left; margin: 5px 10px 5px 0px;
border:3px solid #2c7aa7;
}
a img {border:none;}
div.indentlist p {margin:10px 50px;}

.contactmap {
background-image:url(images/map.png);
background-repeat:no-repeat;}

.clear {clear:both;}
span.super{vertical-align:sup;}
span.strong{font-weight:bold;}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#form {
border:1px dotted black; 
width:610px; 
margin-left:0px;
margin-bottom:10px;
height:175px;
padding:5px 5px;
background-color:#eee;
}

input {height:18px;color:#03588c;}
input.b {height:auto;padding:5px 3px 0px 0px;float:right;margin-top:10px;}
.form_t {width:130px;height:15px;float:left;padding:3px 0px 0px 3px;}
.form_f {width:130px;height:15px;float:left;padding:3px 0px 0px 3px;clear:both;}
.form_l {width:130px;height:15px;float:left;padding:3px 0px 0px 3px;clear:both;}
.form_et {width:130px;float:left;padding:3px 0px 0px 3px;clear:both;}







