/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #6b6b6b;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 18px;
	color: #333;
	text-align: left;
}

ul {
	color: #333;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #333;
	line-height: 18px;
	text-align: left;
}

h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #b2bb1c;
	line-height: 24px;
	margin: 0 0 10px 0; 
	padding: 0;
	font-weight: normal;
	font-style: italic;
}

h1 a {
	color: #b2bb1c;
	text-decoration: none;
}

h1 a:hover {
	color: #333;
}

h1.images {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h2 {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	color: #b2bb1c;
	font-weight: normal; 
}

h2 a {
	color: #b2bb1c;
	text-decoration: none;
}

h2 a:hover {
	color: #333;
}

h3 {
	font: 20px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

h4 {
	color: #999;
	margin: 10px 0 0 0;
	padding: 0;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #b2bb1c;
	text-decoration: none;
	}

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

table {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background: #c9c9c9;
	border: 1px solid #333;
}

input.btn {
	border: none;
}


select {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

#form td {
	line-height: 22px;
}

#wrapper {
	width: 920px;
	height: auto;
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align: center;
	background: #fff;
}

#header {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	border-top: 1px dotted #c9c9c9;
}

#header-rt {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: right;
	float: right;
}

#header-lt {
	width: 285px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#search {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
}

#search p {
	padding: 0;
	margin: 0;
}

/* MAIN NAVIGATION */

#nav-wrap {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #fff;
	background: #393933;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	height: auto;
	padding: 0;
	color: #fff;
	text-align: center;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(../images/bkg-nav.gif) repeat-x;
}

#nav a:hover {
	background: url(../images/bkg-nav-on.gif) repeat-x;
	color: #fff;
}

#nav a.on {
	background: url(../images/bkg-nav-on.gif) repeat-x;
	color: #fff;
}

#nav li {
	float: left;
}

#nav li.sub {
	float: left;
	width: 200px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#nav li a.sub { 
	width: 188px;
	height: auto;
	text-align: left;
	background: #858585;
	padding: 6px;
	border-bottom: 1px solid #919191;
	border-right: none;
	border-left: none;
	text-transform: none;
	color: #dcdfab;
}

#nav li a.sub:hover { 
	background: #919191;
	text-align: left;
	color: #fff;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background: #858585;
	z-index: 1;
}

#nav li.sfhover ul {
	left: auto;
	background: #858585;
	z-index: 1;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li.nav2 {
	width: 122px;
	border-right: 1px dotted #858585;
	height: 31px;
}

#nav li a.nav2 { 
	width: 122px;
	height: 23px;
	padding: 8px 0 0 0;
}

#nav li.nav3 {
	width: 120px;
	border-right: 1px dotted #858585;
	height: 31px;
}

#nav li a.nav3 { 
	width: 120px;
	height: 23px;
	padding: 8px 0 0 0;
}

#nav li.nav4 {
	width: 126px;
	border-right: 1px dotted #858585;
	height: 31px;
}

#nav li a.nav4 { 
	width: 126px;
	height: 23px;
	padding: 8px 0 0 0;
}

#nav li.nav5 {
	width: 160px;
	border-right: 1px dotted #858585;
	height: 31px;
}

#nav li a.nav5 { 
	width: 160px;
	height: 23px;
	padding: 8px 0 0 0;
}

#nav li.nav6 {
	width: 125px;
	border-right: 1px dotted #858585;
	height: 31px;
}

#nav li a.nav6 { 
	width: 125px;
	height: 23px;
	padding: 8px 0 0 0;
}

#nav li.nav7 {
	width: 135px;
	border-right: 1px dotted #858585;
	height: 31px;
}

#nav li a.nav7 { 
	width: 135px;
	height: 23px;
	padding: 8px 0 0 0;
}

#nav li.nav8 {
	width: 126px;
	height: 31px;
}

#nav li a.nav8 { 
	width: 126px;
	border-right: none;
	height: 23px;
	padding: 8px 0 0 0;
}

#homecols {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #c9c9c9;
}

#homecols-rt {
	width: 340px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#homecols-lt {
	width: 576px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#quote {
	padding: 50px 35px 50px 35px;
	margin: 0;
	background: #b2bb1c;
	text-align: center;
	height: 180px;
	width: auto;
}

.quote {
	text-align: center;
	color: #fff;
	font: 18px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-style: italic;
}

.quotename {
	text-align: right;
	color: #dde1a3;
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-style: normal;
}

#welcome {
	border-top: 4px solid #fff;
	width: auto;
	height: auto;
	margin: 0;
	padding: 35px;
	text-align: left;
	background: url(../images/bkg-welcome.gif) repeat-x;
}

#announcements {
	width: auto;
	height: auto;
	border-top: 4px solid #fff;
	margin: 0;
	padding: 35px;
	text-align: left;
}

#footer {
	border-top: 4px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-footer.gif) no-repeat;
}

#footer p {
	text-align: center;
	padding: 35px;
	margin: 0;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #333;
}

#footer a:hover {
	color: #fff;
}

#incols {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #c9c9c9;
	background: url(../images/bkg-cols.gif) repeat-y;
}

#incols-rt {
	width: 673px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

#incols-lt {
	width: 246px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#leftnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#leftnav ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
}

#leftnav ul li a {
	text-align: left;
	color: #333;
	display: block;
	width: 226px;
	padding: 6px 12px 8px 8px;
	border-bottom: 1px solid #e0e3ab;
	background: #d5d98d;
}

#leftnav ul li a.on {
	color: #fff;
	background: #e0e3ab;
}

#leftnav ul li a:hover {
	color: #fff;
	background: #e0e3ab;
}

#titles {
	background: url(../images/bkg-titles.gif) no-repeat;
	width: auto;
	height: auto;
	margin: 0 0 6px 0;
	padding: 35px 25px 0 25px;
	text-align: left;
}

#content {
	width: auto;
	height: auto;
	margin: 0;
	padding: 25px;
	text-align: left;
	border-top: 1px dotted #c9c9c9;
}

.heavy {
	font-weight: bold;
}

.photos {
	width: 220px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
}

/* END MAIN NAVIGATION */

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/