/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bg_trees.jpg) no-repeat top left #336702;
	padding: 0;
}
#wrapper {
	width: 870px;
	margin-left: 50px;
}
/* NAVIGATION */

#globalNav {
	float: right;
	/* width: 400px; */

  height: 23px;
	text-align: center;
	background-color: white;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #360;
	font-size: 14px;
	font-weight: bold;
}
#globalNav img {
	vertical-align: middle;
}
#globalNav a {
	padding: 0 5px;
	text-decoration: none;
}
#globalNav a:link {
	color:#360;
}
#globalNav a:visited {
	color:#360;
}
#globalNav a:hover {
	color:#960;
}
#globalNav a:active {
	color:#960;
}
#navbox {
	float: left;
	width: 198px;
	margin-top: 5px;
}
#navtop {
	background: url(../img/nav_top.gif) no-repeat top left;
	width: 186px;
	height: 19px;
}
#navbot {
	background: url(../img/nav_bottom.gif) no-repeat top left;
	margin-top: 5px;
	width: 186px;
	height: 19px;
}
#navbox .navlvl1 {
	background-color: #eedb9c;
	margin-top: 5px;
	width: 186px;
}
#navbox .navlvl2 {
	background-color: #fff;
	width: 186px;
}
#navbox h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 10px;
	margin: 0;
}
#navbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 0 25px;
	text-indent: -15px;
}
#navbox #logo {
	width: 198px;
	padding-top: 30px;/* margin-left: -6px;*/
}
#navbox a {
	text-decoration: none;
}
#navbox a:link {
	color:#360;
}
#navbox a:visited {
	color:#360;
}
#navbox a:hover {
	color:#960;
}
#navbox a:active {
	color:#960;
}
#navcham2 {
	float: right;
	background-color: #eedb9c;
	margin-top: 5px;
	margin-right: -30px;
	padding: 5px;
}
#navcham2 a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#navcham2 a:link {
	color:#360;
}
#navcham2 a:visited {
	color:#360;
}
#navcham2 a:hover {
	color:#960;
}
#navcham2 a:active {
	color:#960;
}
/* CONTENT */

#contentBox {
	float: right;
	width: 657px;
	margin-top: 5px;
}
#contentBox .bottom {
	background: url(../img/box_bottom.gif) no-repeat bottom center;
	height: 11px;
}
#content {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 15px 15px 20px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #960;
	padding-top: 20px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #360;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #960;
	padding-top: 15px;
	text-transform: uppercase;
}
#content h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-top: 15px;
}
#content p {
	line-height: 150%;
}
#content .h1Img {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: solid 2px #eedb9c;
}
#content .first {
	float: left;
	width: 475px;
}
#content .first p {
	border-top: dashed 2px #eedb9c;
	padding-top: 5px;
	margin-top: 5px;
}
#content ul {
	padding-left: 30px;
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.mainBody {
	padding-left: 40px;
	padding-right: 40px;
}
.insetRight {
	float: right;
	margin: 0 0 5px 5px;
	border: solid 2px #eedb9c;
}
.insetLeft {
	float: left;
	margin: 0 5px 5px 0;
	border: solid 2px #eedb9c;
}
.insetMid {
	text-align: center;
}
.insetMid img {
	margin: 5px 0;
	border: solid 2px #eedb9c;
}
/* HOME PAGE */

.homeBody {
	padding-left: 0px;
	padding-right: 0px;
}
.homefirst {
	border-top: dashed 2px #eedb9c;
	padding-top: 5px;
	margin-top: 5px;
}
#homeSide {
	float: right;
	width: 170px;
	margin-top: -60px;
	background-color: #fff;
	border-left: dashed 2px #eedb9c;
	color: #360;
	font-weight: bold;
}
#homeSide h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px;
	font-size: 14px;
	color: #960;
}
#homeAnnounce {
	border-bottom: dashed 2px #eedb9c;
	padding: 0 0 10px 15px;
}
#homeWebCam {
	padding: 5px 0 10px 15px;
	border-top: dashed 2px #eedb9c;
	border-bottom: dashed 2px #eedb9c;
}
#homeWebCam img {
	border: solid 3px #360;
}
.homeSideBox {
	padding: 5px 0 10px 15px;
	font-style: italic;
}
#homeSide a:link {
	color:#960;
}
#homeSide a:visited {
	color:#360;
}
#homeSide a:hover {
	color:#360;
}
#homeSide a:active {
	color:#390;
}
/* MEMBER LISTING */

#memList {
	padding-left: 30px;
}
#memList table {
	border-collapse: collapse;
}
#memList td.name {
	border-top: solid 1px #eedb9c;
	padding: 3px 25px 5px 0;
}
#memList td.address {
	border-top: solid 1px #eedb9c;
	padding: 3px 0;
}
#memList h2 {
	font-size: 18px;
	font-style: normal;
	color: #360;
	background-color: #eedb9c;
}
#memList h3 {
	font-family: "Times New Roman", Times, serif;
	color: #360;
	padding: 0;
}
#memList h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	padding: 0;
}
.dataTable {
	border-collapse: collapse;
	border: solid 1px black;
}
.dataTable th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-right: solid 1px black;
	padding: 1px 3px;
}
.dataTable td {
	vertical-align: top;
	text-align: left;
	border-right: solid 1px black;
	padding: 1px 3px;
}
.dataTable .oddRow {
	background-color: LemonChiffon;
}
/* HEADER */

#header {
	height: 52px;
	background: url(../img/gunnisoncolorado.gif) no-repeat top center white;
	text-align: center;
}
#weather {
	float: left;
	width: 85px;
	text-align: left;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #360;
}
#weather img {
	width: 45px;
}
#chamberButton {
	float: right;
	padding-right: 12px;
	padding-top: 4px;
}
#mainPhoto {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../img/t_heroshadow.gif) repeat-x bottom left;
	padding-bottom: 12px;
}
#photoCreditBox {  /* hack container to get photoCredit to position correctly in IE6 */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 657px;
	height: 290px;
}
#photoCredit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #333;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	padding: 3px;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#photoCredit .photoBy {
	font-size: 8px;
	text-transform: uppercase;
}
/* FOOTER */

#footer {
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footer a:link {
	color:#eedb9c;
}
#footer a:visited {
	color:#eedb9c;
}
#footer a:hover {
	color:#fff;
}
#footer a:active {
	color:#fff;
}
.required {
	color: Green;
	font-weight: bold;
}
.fieldName {
	font-weight: bold;
}
.notice {
	color: OliveDrab;
	font-style: italic;
	font-weight: bold;
}
a {
	font-weight: bold;
}
a:link {
	color:#360;
}
a:visited {
	color:#660;
}
a:hover {
	color:#960;
}
a:active {
	color:#390;
}
#icnFacebook {
	overflow: hidden !important;
	height: 35px !important;
	padding: 0px !important;
	clear: both !important;
	float: none !important;
	margin: 0px !important;
	width: 192px !important;
}
#icnFacebook a {
	background-image: url(/img/icn_Facebook.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	font-size: 1px !important;
	text-indent: -100em !important;
	display: block !important;
	height: 25px !important;
	width: 25px !important;
	overflow: hidden !important;
	clear: both !important;
	float: none !important;
	margin-top: 10px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 85px !important;
	padding: 0px !important;
}

