
/* CSS Document */
body {
   font-size: 0.7em;
   font-family: verdana, sans-serif;
   
   /*line-height:1.5em;*/
   background:url(/images/bodybg2.jpg) repeat-x #666;
}
a{
	color:#060;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img {
  border: 0;
}
br.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}

p.bold, span.bold {
  font-weight: bold;
}
.clearBoth{
	clear:both;
	font-size:1px;
}
.borderless{
	border: 0;
}
#container{
	width:750px;
	margin:auto;
	border:solid 1px #000;
	background:#fff;
}
#top{
}
#top #topbar{
	text-align:center;
	background:#060;
	color:#fff;
	font-weight:bold;
	padding:3px 0;
	border-bottom:solid 1px #000;
}
#top #topmain{
	height:150px;
	background:url(/images/banner.jpg);
	border-bottom:solid 1px #000;
}
#top #topnav{
	text-align:center;
	background:#060;
	border-bottom:solid 1px #000;
}
#top #topnav ul{
	margin:0;
	border-left:solid 1px #000;
	padding:3px 0;
}
#top #topnav ul li{
	display:inline;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	border-right:solid 1px #000;
	/*padding:1px 0;*/
}
#top #topnav ul li.first{
	border-left:solid 1px #000;

}

#top #topnav ul li a{
	color:#ccc;
	padding:3px 15px;
	margin:0;
}
#top #topnav ul li a:hover{
	background:#090;
	text-decoration:none;
	color:#fff;

}
#midsection{
	padding:0 10px 10px 10px;
	float:left;
	font-size:1.1em;
}
#midsection h1{
	color:#060;
	font-size:1.1em;
	border-bottom:solid 1px #000;
	margin:5px 0;
}

#content{
	width:470px;
	float:left;
	padding-right:10px;
	line-height:1.5em;
	
}
#rightside{
	width:250px;
	float:left;
	font-size:.9em;
	color:#666;
	text-align:center;
}
#rightside img{
	padding:2px;
	border:solid 1px #060;
	margin-bottom:2px;
}
#contentimages{ margin-left:-20px;}
#contentimages img{
	float:left;
	margin-left:20px;
	padding:2px;
	border:solid 1px #060;
	margin-bottom:10px;
}


#footer{
	height:50px;
	clear:both;
	background:#060;
	text-align:center;
	border-top:solid 1px #000;
	color:#fff;
	font-weight:bold;
	line-height:1.4em;
}
#footer a{
	color:#fff;
}
.header{
	font-size:1.1em;
	font-weight:bold;
	color:#060;
}
.comment{
	font-size:.9em;
	color:#666;
}
#gmap{
	margin-top:15px;
	text-align:center;
}
#map{
	margin-top:10px;
	padding:1px;
	border:solid 1px #ccc;
	width:450px;
	height:350px;
}


