/* CSS Document */
body {
	background: url(../images/main_02.png) repeat-x;
	background-color:#efebdb;
	padding: 0;
	margin: 0;
	font: 13px Tahoma, Arial, sans-serif;
	line-height: 1.7em;
}
	 
h1{
	color: #91BC37;
	font:small-caps 20px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
h2{
	color:#CC6565;
	font:small-caps 16px Arial, Helvetica, sans-serif;
}
h3{
	border-top: 1px dashed #c7c5a6; 
	padding-top: 10px;
	color: #262672;
	font-size: 15px;
}
h4{
	padding-top: 10px;
	color: #262672;
	font-size: 15px;
}
h5{
	color: #669933;
	font-size: 15px;
}
p {
	margin: .5em 0 1em 0;
}
.form {
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color:#CC6565;
}
a:hover {
	text-decoration:underline;
	color: #262672;
}
/* Site Structure............................................................... */
#wrapper {
	width:780px;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
}
		
#header{
	background:url(../images/header.jpg) left top no-repeat;
	height: 334px;
	text-align:left;
	width:780px;
}
#shaddow{
	background: url(../images/body_04.jpg) no-repeat top left;
	height: 97px;
	text-align:left;
	width:780px;
}
  
.line {
	border-top: 1px dashed #c7c5a6; 
}
#icons {
	position: absolute;
	width: 160px;
	float: right;
	text-align: left;
	font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-left: 620px;
}	  
/* Side Navigation............................................................... */
#nav{
	position: absolute;
	padding-left: 16px;
	margin-top: 100px;
	width: 240px;
	text-align: left;
	font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
}
#inside{
    margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#inside li{
	background:url(../images/arrow.gif) left center no-repeat;
	border-bottom: 1px dashed  #c7c5a6; 
}
#inside li a {  
	color: #262672;
	display: block;
	padding: 6px 0px 6px 15px;
	text-decoration: none;
}
.nobdr { border: 0; }
#inside li a:hover {
	background:url(../images/arrow.gif) left center no-repeat;
	background-color:#dcdab8;
	text-decoration: none;
	color:#CC6565;
}
* html #inside li a {  /* make hover effect work in IE */
	width: 224px;
}
#nav_btm {
	background: url(../images/nav_btm.png) left bottom no-repeat;
	height: 150px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#flash {
	width: 493px;
	float:right;
	margin-top: 90px;
}
/* Content Area............................................................... */
blockquote {
	display: block;
	padding: 10px 40px;
	width: 340px;
	border: 1px #6666CC solid;
	color: #91BC37;
	font:small-caps 15px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#content{
	float: right;
	margin-top: 10px;
	width: 505px;
	text-align: left;
	font-weight: normal;
}
#map {
	border: 1px #6666CC solid;
	width: 425px;
	margin: 0 40px;
	text-align:center;
}
.bold {
	font-weight:bold;
	letter-spacing: 1px;
}
.terms {
	font-size:11px;
	font-style:italic;
}
.image {
	padding: 5px;
	margin: 5px;
}
.image_bdr {
	border: 1px #6666CC solid;
	margin: 5px;
}
.top {
	font-size: 10px;
	text-align:right;
}
/* footer............................................................... */
#footer {
	width: 505px;
	border-top: 1px dashed #c7c5a6;
	text-align: center;
}
#footer p{
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
#rights a { 
	color:#CC6565;
}
#rights a:hover { 
	color:#65CC65;
}
#footer span{
	font-weight: bold;
	color: #669900;
}
