/* CSS Document */

a{ color:#FFF; text-decoration:none;}
a:hover{ color:#d3692b; text-decoration:none;}

h1{
	font-size:1.8em;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2{
	font-size:1.8em;
	color:#ce6b27;
	font-weight:bold;
	margin:0;
	padding:0;
}

body{
	text-align:center;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	background-color: C0C0C0;
}


table{
	text-align:center;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
}


img{
	border:0;
}

#container{
	margin:0px auto;
	background-color:#385326;
	width:760px;
	border:3px #d3692b solid;
	text-align:left;
}

.topHead{
	font-size:0.9em;
	text-align:left;
	padding:2px 0 2px 10px;
	color:#FFF;
}

.header{
	height:75px;
	padding:0;
	margin:0;
}

#line{
	border-right:3px #d3692b solid;
	height:100%;
}

.navigation{
	width:170px;
	height:100%;
	text-align:left;
	vertical-align:top;
	margin-top:-4px;
	padding:10px 0 0 0;
	background-color:#385326;
	border-right:3px #d3692b solid;
}

table td .nav{
	list-style-position:outside;
	padding:0;
	margin:0;
}

table td .nav li{
	list-style:none;
	background-color:#ff0000;
	padding:4px 0 4px 2px;
	margin:8px;
	background-image:url('../images/white.jpg');
	background-repeat:no-repeat;
	background-position:130px 0;
}

table td  .nav a{
	color:#000;
	font-weight:bold;
	font-size:11px;
}

table td .nav a:hover{
	color:#FFF;
}

#bodyCont{
	padding:0;
	margin:0;
	width:100%;
}

#content{
	display:block;
	float:left;
	text-align:center;
	width:600px;
	vertical-align:top;
	padding:10px;
	margin-left:10px;
}


.boxes{
	text-align:left;
	margin-left:10px;
	margin-right:18px;
	width:544px;
}

.boxes2{
	text-align:left;
	margin-left:10px;
	margin-right:18px;
	width:544px;
}

.topBox{
	text-align:left;
	vertical-align:top;
	background-color:#747c41;
	padding:10px;
	background-repeat:no-repeat;
	background-position:top left;
}

.topBoxTop{
	vertical-align:top;
	background-color:#747c41;
	height:16px;
	background-image:url('../images/corner.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.topBoxBottom{
	vertical-align:top;
	background-color:#747c41;
	height:16px;
	background-image:url('../images/corner2.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.middle{
	width:16px;
}

.boxLeft{
	text-align:left;
	vertical-align:top;
	background-color:#747c41;
	padding:10px;
	background-image:url('../images/corner.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.boxRight{
	text-align:left;
	vertical-align:top;
	background-color:#747c41;
	padding:10px;
	background-image:url('../images/corner2.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.squareBox{
	text-align:left;
	vertical-align:top;
	background-color:#747c41;
	width:49%;
	padding:10px;
}

.boxTop{
	margin-top:-10px;
	margin-left:-10px;
	background-image:url('../images/bt.gif');
	background-repeat:no-repeat;
}

.boxBottom{
	margin-top:-10px;
	margin-left:-10px;
	background-image:url('../images/bb.gif');
	background-repeat:no-repeat;
}

.corner{
	float:right;
	margin-bottom:-10px;
	margin-right:-13px;
}

.readMore{
	float:right;
	vertical-align:bottom;
	margin:10px 20px 0 0;
}

.left{
	text-align:left;
	padding:20px;
}

/* Gallery Style */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
height:75px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
font-weight:bold;
}
