/* CSS Document */

body {
 margin: 0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 background: url(images/bg.jpg);
 }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
 }

#banner {
 width: 698px;
 margin: 0 auto; 
 background: #ffffff;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 }
 
#breadcrumb {
 width: 698px;
 height: 20px;
 vertical-align: middle;
 margin: 0 auto;
 color: #ffffff; 
 background: #336633 ;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 text-align: center;
 font-size:16px;
 font-weight:bold;
 }

#container {
 width: 698px;
 background-color:#f6fbea;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 }

#left_col {
 float: left;
 width: 129px;
 height: 100%;
 background: #f6fbea;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 }

#nav {
 width: 100px;
  margin-left: 14px;
 }

#nav p {
 height: 38px;
 vertical-align: middle;
 text-align:center;
 margin-top: 10px;
 padding-top: 3px;
 background: url(images/nav.jpg) no-repeat;
 }

#nav a {
 color: #000000;
 text-decoration: none;
 font-weight:normal;
 }

#nav a:hover {
 color: #00000;
 text-decoration: none;
 font-weight:bold;
 }

#center_col {
 float: left;
 width: 438px;
 background: #f6fbea;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 }
 
#content {
 width: 430px;
 text-align: justify;
 }

#content li {
 list-style-type: none;
 padding: 3px;
 }

#content h2 {
 color: #859659;
 font-size:16px;
 font-weight:bold;
 text-transform: uppercase;
 }

#right_col {
 float: right;
 width: 129px;
 height: 100%;
 background: #f6fbea;
 border-left: 0px solid #000000;
 border-right: 0px solid #000000;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 }

#pics {
 padding: 10px 5px 10px 5px;
 text-align:center;
 }

#pics img {
 border: 1px solid #000000;
 }
 
#footer {
 clear: both;
 width: 698px;
 margin: 0 auto;
 border: 1px solid #000000;
 font-size:11px;
 color:#ffffff;
 background-color:#336633;
 }

#footer a {
 color: #FFFFFF;
 text-decoration:none;
 }

#footer a:hover {
 color: #f6fbea;
 text-decoration: underline;
 } 
 
#contactus {
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 background-color:#f6fbea;
 padding: 50px;
 }
 
#contactus h2 {
 color: #859659;
 font-size:16px;
 font-weight:bold;
 text-transform: uppercase;
 }


