/* CSS Document */
* {
margin: 0;
padding: 0;
/*border: 1px solid #ff0000;*/
}
body {
background-color: #333;
text-align: center;
}
form {
margin-top: 10px;
margin-left: 250px;
font-size: 80%;
}
h4.page_head {
padding-top: 20px;
padding-left: 220px;
font-size: 90%;
}
p.para {
margin-top: 10px;
margin-right: 5px;
margin-left: 135px;
font-size: 80%;
line-height: 1.7em;
}
span {
font-weight: bold;
}
#wrapper {
width: 800px;
border: 1px solid #000;
background-color: #fff;
text-align: left;
margin: 15px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}
/*/////////////////
// Header
/////////////////*/
#header {
background-image: url(images/header_new.jpg);
background-repeat: no-repeat;
width: 800px;
height: 233px;
}

/*/////////
//menu & nav
/////////*/
#menu {
margin-top: 15px;
/*width: 120px;*/
float: left;
font-size: 90%;
background-color: #fff;
}

#menu ul {
list-style: none;
width: 120px;
}
#menu li {
margin-bottom: 50px;
}
#menu  a {
display: block;
width: 120px;
padding: 10px 2px 10px 8px;
text-decoration: none;
/*margin-bottom: 40px;*/
color: #00743f;
font-weight: bold;
}
#menu li a:hover {
color: #fff;
background-color: #00743f;
background-image: url(images/btn_bg.jpg);
background-repeat: repeat-y;
background-position: top right;
}

/*//////////////
//content stuff
/////////////*/
#images_panel {
background-image: url(images/panel_test.jpg);
background-repeat: no-repeat;
background-position: top right;
width: 300px;
height: 500px;
float: right;
}
#content p {
margin-top: 10px;
margin-right: 320px;
margin-left: 135px;
font-size: 80%;
line-height: 1.7em;
}
#content p.highlight {
font-size: 115%;
color: #CC6600;
}

.para a {
color:#086E3F;
font-weight: bold;
}
/*//////////////
//contact stuff
/////////////*/
#contact {
font-size: 80%;
font-weight: bold;
color: #FFF;
padding: 160px 0 0 0;
}

#contact p {
padding: 0 30px 0 30px;
}

#contact a {
color: #99CC66;
}

#contact a:hover {
color: #99CC66;
text-decoration: none;
}

/*////////////
//footer
////////////*/
#footer {
clear: left;
background-image: url(images/Pathfinders-bricks.jpg);
background-repeat: no-repeat;
background-position: bottom left;
height: 226px; 
}
#footer p {
text-align: center;
padding-top: 200px;
color: #00743f;
font-size: 80%;
}
#footer a {
color: #fff;
}