html {
	height: 100%;
}
body {
	margin: 0px auto 15px;  /*!important*/
	text-align:center;
	background: url(images/background.jpg) repeat-x #B7AD70;
}
/*----- Title Text -----*/
h1 {
	color:#333;
	font-family: Garamond, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:15px 30px 7px 0px;
	text-align:left;
	text-transform:capitalize;
	margin:2px 10px 10px 0;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	width:320px;
	font-size: 26px;
}
h2 {
	color:#3b474e;
	font-family: Garamond, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 30px 2px 0px;
	text-align:left;
	text-transform:capitalize;
	margin:10px 10px 5px 0;
	border-bottom:1px solid #ddd;
	font-weight: bold;
	font-size: 14px;
}
h3 {
	font-size:14px;
	padding-top:10px;
	font-weight:normal;
	color:#333366;
	font-family: Garamond, Tahoma, Arial, Helvetica, sans-serif;
	width:150px;
	margin: 0px auto;
	border-bottom: 1px dotted #333366;
	text-align:center;
}
h3 P {
	font-size:11px;
	margin:0px;
	font-weight:normal;
	font-style:italic;
}
p{
	padding: 0px 0px 0 0px;
	font-size: 14px;
}
ol li { padding-right:10px; }
/*-------------------LAYOUT CLASSES----------------------*/

div#container {
	width:780px;
	height:auto;
	margin: auto;
	font-family: Garamond, Tahoma, Verdana, Arial;
	font-size: 12px;
	background:url(images/container.jpg) repeat-y left;
}
div#intro {
	background:url(images/intro.jpg) center top no-repeat;
	width:606px;
	height:auto;
	margin: auto;
	font-family: Garamond, Arial, Verdana, Tahoma;
	color:#3b474e;
	font-size: 11px;
	font-weight: bold;
}
div#intro a {
	color:#333333;
	font-weight: normal;
}

div#links{ color:#CC9900; }
div#links a{ color:#fff;  text-decoration:none;}
div#links a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


div#flashintro {
	background: url(images/flashbg.jpg) no-repeat top left;
	width: 606px;
}
div#header {
	background: url(images/header.jpg) top left no-repeat;
	width:780px;
	text-align:left;
	font-size:11px;
	height:200px;
	position:relative;
}
div#sidebar {
	float: left;
	background: url(images/sidebar.jpg) no-repeat;
	text-align:3px;
	width:175px;
	padding:  180px 0px 100px 25px;
	display: inline;
	position: relative;
}
div#sidebar a#cta-link {
	display: block;
	position: absolute;
	width: 160px;
	top: 78px;
	left: 34px;
	height: 30px;
}

/*------------ CONTENT -----*/
div#content {
	float:left;
	line-height: 16px;
	font-size:14px;
	padding: 10px 40px 20px 20px;
	width:520px;
	color:#333;
	text-align:left;
	height:auto;
	background: url(images/bg.jpg) no-repeat;
}
div#content a, strong {
	color:#006666;
	font-weight:bold;
}
div#content a:hover {
	color:#000000;
}
div#image {
	width:155px;
	float:right;
}
div#clear {
	clear:both;
	height: auto;
}
ul#list {
	background: #efefef;
	padding:10px 10px 10px 20px;
	margin-left:10px;
	float:left;
	width:225px;
	border:1px solid #ddd;
	color: #006633;
}
ul#list li {
	padding: 2px;
	margin: 2px;
	font: 12px;
}
ul#list2 {
	margin:3px;
	float:left;
	padding:10px 10px 10px 20px;
	color: #006633;
}
ul#list2 li {
	padding: 0px;
	margin-top: 2px;
	font: 12px;
}
ul li {
	list-style-image:url(images/bullet.gif);
}
/* ----------------- Horizontal ------------------- */
div#nav {
	background:url(images/navbg.jpg);
	width:765px;
	clear:both;
	height:36px;
	padding: 1px 0 0 15px;
	margin:0px;
	font-family: Garamond, Tahoma, Arial,Verdana,Helvitica,sans-serif;
	border-top: 0px solid #c0a22c;

}
ul#mainnav {
	margin: 0px;
	padding: 0px 0 0 3px;
}
ul#mainnav li {
	display: inline; 
	white-space:nowrap;
	float: left; 
	padding: 0px;
	list-style: none;
	list-style-image: none;
	
}
ul#mainnav li a {
	font-size: 12px;
	font-weight:bold;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 9px 8px 11px 8px;
	border-right: 1px #fff solid;
	border-left: 1px #c0a22c solid;
}
ul#mainnav li a:hover{
color:#fff;
	background:url(images/nav_on.jpg) repeat-x #c0a22c;
}
ul#mainnav li a.current{
	background:url(images/arrow.gif) bottom center no-repeat #000;
	color:#fff;

}
html #nav a {  mystery code to fix ie. you must use &nbsp for any spaces in nav text 
	width: 1%;}
/*-------------------Copyright, footer & Address-------------*/
div#copyright {
	font-size: 9px;
	text-align:center;
	padding: 40px 0 0 0px;
	color: #fff;
	clear:both;
	font-family: Garamond, Arial, Helvetica, sans-serif;
}
div#copyright a {
	color: #fff;
}
div#footer {
	text-align:center;
	position:relative;
	background:url(images/bottom.jpg) left top no-repeat;
	height:90px;
	padding:20px 10px 0 0px;
	font-family: Garamond, Tahoma, Arial, Helvetica, sans-serif;
	color:#ffcc00;
	font-size:10px;
	width:770px;
	margin: 0px auto;
	clear:both;
}
div#footer a {
	color:#fff;
	text-decoration:none;
}
div#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
div#footer div#login a {
	color:#ffcc00;
	ont-family: Garamond, Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:10px;
}
div#login {
	float:left;
	font-weight:bold;
	color:#ffcc00;
	padding: 0px 18px 0 60px;/*background: url(images/greybg.jpg) repeat-y right;*/
}
div#footer div#copyright a {
	color:#fff;
	font-family: Garamond, Tahoma, Arial, Helvetica, sans-serif;
}
a.right {
	text-align:center;
	clear:both;
	padding:10px;
}
address {
	text-decoration:none;
	font-style:normal;
	clear:both;
	color:#555;
	font-size:12px;
	border-left: 0px #ccc solid;
	padding:10px 10px 10px 10px;
	text-align:center;
	display: block;
}
address a {
	color:#3b474e;
	font-weight:bold;
}
address b {
	color:#3b474e;
	font-weight:bold;
}
address strong {
	color:#3b474e;
	font-weight:bold;
}
address span { font-size: 14px; }

/*------------------ Custom Classes ------------------*/	

div#map {
	border:1px solid #ccc;
	margin: 0 auto 10px auto;
	width:500px;
	padding:0px;
}
div#map iframe{
margin:0px;
}

img#left {
	float: left;
	clear:right;
	margin: 10px 20px 10px 10px;
	border: 0px solid #000000;
	padding:1px;
}

img#right {
	float:right;
	clear:right;
	margin: 10px 20px 10px 10px;
	border: 0px solid #000000;
	padding:1px;
}

img#righttorn {
	float:right;
	clear:right;
	margin: 0px 20px 10px 20px;
	padding:1px;
	background-color: #fff;
}

img#right2 {
	float:right;
	clear:right;
	margin: 0px 20px 10px 20px;
	border: 2px solid #C1A537;
	padding:1px;
	background-color: #fff;
}

img#letter {
	margin: 15px auto;
	border: 0px solid #000000;
	padding: 0px;
}

div#left {
	float:left;
	padding: 10px 0 0 10px;
	text-align:left;
	font-style:normal;
	color:#000;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:11px;
}
div#left2 {
	float:left;
	padding: 10px 0 0 10px;
	text-align:left;
	font-style:normal;
	color:#000;
	font-size:11px;/*background: url(images/greybg.jpg) repeat-y right;*/
}
div#center {
	text-align:center;
	padding: 0 0 0 0;
	font: Garamond, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	margin: 0 auto;
}
hr {
	clear:both;
}
/*-------------FLASH ------*/
div#flash {
	margin: 0px 0px 0px 0px;
	width:570px;
	height:168px;
	float:none;
	display:inline;
}
/*-------------AUDIO ------*/
div#audio {
	padding: 8px 10px 0px 0px;
	text-align:left;
	margin: 0px 0 0 0px;
	width:111px;
	float:right;
}
.small {
	font-size: 9px;
	color:#000000;
	clear:both;
	text-align:left;
	padding:10px;
	font-family: Garamond, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a#visit-us {
	position:absolute;
	display:block;
	width:99px;
	height:59px;
	left: 654px;
	top: 143px;
}

#line { border-top: 2px solid #666; padding:10px; }
table tr td{ border-bottom:1px solid #ccc; padding:10px;}
