@charset "utf-8";
/* CSS Document */
body {
	background-color:#D2FDFF;
	text-align: center;
	margin-top: 50px;
	margin-left:0;
	margin-right:0;
	background-image: url(../images/new/toptest.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#wrapper {
	margin-left: auto; 
	margin-right:auto;
	position:relative;
	text-align:left;
	width:960px;
}
#container {
}
#logo {
	float: left;
	margin-top: 25px;
	width: 150px;
	height:200px;
}
#rightSide {
	float:right;
	width:810px;
	background-color: transparent;
	background-image: url(../images/new/brownbordertop.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#rightBottom {
	float:right;
	width:810px;
	height:184px;
	background-color: transparent;
	background-image: url(../images/new/brownborderbottom.png);
	background-repeat: no-repeat;
}
#banner {
	background-color:#A68C5B;
	margin-left: 32px;
	margin-top: 32px;
	width: 743px;
	height: 195px;
}
#content {
font-family: Verdana, Candara, "Bookman Old Style", Tahoma, Arial;
font-size: 12px;
width: 640px;
margin-left: 100px;
margin-right: 70px;
margin-top: 30px;
margin-bottom: 30px;
}
#contentLeft {
float:left;
width: 200px;
}
#contentLeft img {
margin-bottom: 5px;
opacity:0.6;
}
#contentLeft a:hover img {
opacity:1;
}
#contentRight {
float:right;
margin-left:10px;
width:430px;
}
#categories {
float:left;
width:640px;
margin-bottom:5px;
}
#categoryrow {
float:left;
width:100%;
padding-bottom:2px;
}
#categorycol {
float:left;
width:33%;
}
#categorycol img{
opacity:0.6;
}
#categorycol a:hover img {
opacity:1;
}
#extrapics {
float: left;
width: 100%;
text-align: center;
}
#extrapics img {
margin-right: 13px;
margin-bottom: 5px;
opacity:0.6;
}
#extrapics a:hover img {
opacity:1;
}
#links {
float:left;
font-size:9px;
margin-top:10px;
font-family:tahoma;
}
#links h2 {
font-size:14px;
}
#linkrow {
float:left;
width:100%;
margin-bottom:10px;
}
#linkcol {
float:left;
width:33%;
}
#sitename {
font-size:11px;
line-height:16px;
font-weight:bold;
}
#url {

}
#content h1 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#1e423f;
}
#content h2 {
color:#1e423f;
margin-top: 0.5em;
margin-bottom: 0.5em;
font-weight:bold;
font-size:14px;
}
#content p {
}
#content a {
color:#1E423F;
font-weight:bold;
}
#content a:hover {
color:#A68C5B;
}
#navigation {
	position:absolute;
	top: 220px;
	width: 300px;
}
#navback {
	width:250px;
	background-image: url(../images/new/navbordertop.png);
	background-repeat: no-repeat;
}
#navcontent {
padding-left: 20px;
padding-right:20px;
padding-top:20px;
}
#navcontent ul {
background-color:#1e423f;
margin:0;
padding:0;
}
#navcontent ul.submenu {
padding-left:20px;
}
#navcontent a{
background-color:#1e423f;
color: #FFFFFF;
display:block;
font-family: georgia,times new roman,times,serif;
font-size:90%;
padding: 1px;
text-decoration:none;
}
#navcontent a:hover {
background-color:#162f2d;
}
#navcontent span {
color:#B8B4A5;
display:block;
font-family:'trebuchet ms',Verdana,Arial,Helvetica,sans-serif;
font-size:70%;
text-transform:lowercase;
}
#navcontent ul li {
display: inline;
}
.mainnav {
list-style:none;
margin:0;
padding:0;
}
#navcontent ul li.services {
list-style:none;
margin:0;
padding:0;
}
#navbottom {
	width:250px;
	height:30px;
	background-image: url(../images/new/navborderbottom.png);
	background-repeat: no-repeat;
}
#leftBottom {
background:transparent url(../images/new/bg-bottom-side.jpg) no-repeat;
float:left;
position:relative;
width:300px;
height:58px;
}
p {
margin-top: 0.5em;
margin-bottom:0.5em;;
}
/* -- Form Styles -- */
#formLeft {
float:left;
width:400px;
}
#formRight {
float:right;
width:230px;
}
form {
  font-size: 0.8em;
  line-height: 1em;
}
form label {
  display: block;
  padding-bottom: .25em;
  float: left;
}
form select.cid, form input.link, form textarea.description, form input.email, form input.subject, form textarea.message {
display: block;
width:378px;
margin-right:20px;
color: #000000;
background: #FFF;
border: 1px solid #1e423f;
}
.req {
color:red;
font-weight:bold;
}
fieldset.login {
width:400px;
border:none;
}
fieldset.login input.username, fieldset.login input.password {
width:400px;
}
input[type=text], input[type=password] {
  color: #000000;
  background: #FFF;
  border: 1px solid #1e423f;
}
input[type=text]:hover{
  border-color: #A68C5B;
}
input[type=text]:active, input:focus {
  border-color: #A68C5B;
}
textarea {
  color: #000000;
  background: #FFF;
  border: 1px solid #1e423f;
}
textarea:hover{
  border-color: #A68C5B;
}
textarea:active, textarea:focus {
  border-color: #A68C5B;
}
select {
  color: #000000;
  background: #FFF;
  border: 1px solid #1e423f;
}
