* {
	padding:0;
	margin:0;
}
html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.9em;
	color: #3D271E;
	background:#030 url(../graphics/bg-grass.gif) repeat-x bottom fixed;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #900;
}
a:hover {
	color: #090;
}


#container {
	width: 740px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #ffffff;
}


/* ============= HEADER ============ */

.header {
	width:742px;
	height:76px;
	margin: 6px auto 0 auto;
	padding: 0 0 0 0;
	background:#cccc99;
}


h1 {
	font-weight: normal;
	font-size: 2em;
	padding: 12px 0 10px 0;
	margin: 0;
}
h2 {
	font-weight: normal;
	font-size: 1.4em;
	padding: 22px 0 0 0;
}

h2.head {
	font-weight: normal;
	font-size: 1.4em;
	padding: 4px 0 2px 2px;
	margin-top:40px;
	background:#cc9;
}







/* ============= Firefox uses padding-left for ul; IE uses margin-left ============ */
ul {
	padding-left:1em;
    margin-left:0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

table {
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.spacer {  
	height: 0px;
	clear: both;
  }

p {
	padding: .6em 0 .6em 0;
}
.lessair{
	margin: 2px 0 4px 0;
	padding: 0;
}

.air{
	line-height: 2em;
}

.small {
	font-size: 11px;
	line-height: 12px;
}

.tight  {
	margin-top:-10px;
	margin-left:8px;
	padding-left:8px;
}


/* ============= Main Text Section ============ */

.main_container {
	float: left;
	display: inline;
	width: 560px;
}


#main {
	padding: 10px 60px 10px 60px;
}

/* ============= Rotating Photos ============ */

.rotating-pics {
	width: 560px;
	height:132px;
	padding:10px 0 0 0;
	background:#cccc99;
}

.pic1 {
	float: left;
	display: inline;
	width: 198px;
	height:130px;
	border-top:1px solid #3D271E;
	border-bottom:1px solid #3D271E;
	border-left:1px solid #3D271E;
	border-right:1px solid #3D271E;
}
.pic2 {
	float: left;
	display: inline;
	width: 360px;
	height:130px;
	border-top:1px solid #3D271E;
	border-bottom:1px solid #3D271E;
}


 /* ============= NAV ============ */
 
.left_col_wrapper {
	float: left;
	display: inline;
	width: 180px;
}

.left_col {
	width: 180px;
	padding: 20px 0 100px 0;
	background: #cccc99 url(../graphics/bg-grass-leftcol.gif) bottom left no-repeat;
}

.leftpic {
	width: 179px;
	height: 180px;
	margin-top:100px;
	border-top:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
}


.nav_container {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 10px 0 10px;
	background:#cccc99;
	border-top:1px solid #663;
	border-left:1px solid #663;
	border-right:1px solid #663;
}


.nav a:link, .nav a:active, .nav a:visited {
	display: block;
	width:144px;
	color: #663;
	background: #cccc99;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #663;
	padding:4px 4px 4px 10px;
}
.nav a:hover {
	color: #fff;
	background: #3D271E;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
}

 
.nav-wsub a:link, .nav-wsub a:active, .nav-wsub a:visited {
	display: block;
	color: #3D271E;
	background: #cccc99;
	text-decoration: none;
	border-top: 1px solid #CCC1A3;
	border-bottom: none;
	padding:4px 4px 4px 10px;
}
.nav-wsub a:hover {
	color: #fff;
	background: #3D271E;
	border-top: 1px solid #000;
	border-bottom: none;
}
.subnav a:link, .subnav a:active, .subnav a:visited {
	display: block;
	color: #3D271E;
	background: #cccc99;
	text-decoration: none;
	border-top: 1px dotted #3D271E;
	border-bottom: 1px solid #cccc99;
	margin-left:30px;
	padding:4px 2px 3px 0px;
}
.subnav a:hover {
	color: #fff;
	background: #3D271E;
	border-top: 1px solid #fff;
	border-bottom:  1px solid #000;
}

 
 /* ============= COPYRIGHT ============ */
 


#copyright {
	height:198px;
	margin: 0;
	padding: 0;
	background:#cccc99 url(../graphics/bg-grass2.jpg) repeat-x top;
}

.copyright_text {
	padding: 182px 8px 0 0;
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	color: #663;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #663;
	text-decoration: underline;
}
#copyright a:hover {
	color: #3D271E;
}


 /* ============= Dropquotes ============ */
 

.dropquote {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
	margin:18px 12px 24px 0;
	float:right;
	width:350px;
	padding: 14px 0 14px 0;
	color: #996;
	border-top: 4px double #996;
	border-bottom: 4px double #996;
}


.quote_author {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px 6px 4px 0;
	font-weight: normal;
	text-align:right;
}

.quote_open {
	margin: -4px 0 2px 0;
	display: inline;
}

.quote_close {
	margin: 0 0 0 2px;
	display: inline;
}
 
.rightpic {
	float:right;
	display:inline;
	width:180px;
	height:180px;
	margin:8px 0 8px 12px;
	border:1px solid;
}
 
.gallerypic {
	float:left;
	display:inline;
	width:130px;
	height:130px;
	margin:10px 10px 10px 0;
	border:1px solid;
}

