/**** CSS Document *********************/
/**** Wagner Digital LLC, 2/12/2010 ****/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	text-align: center;
	margin: 0;
}

p {
	margin: 0;
	margin-bottom: 1em;
	font-family: Tahoma, Geneva, sans-serif;
}

img {
	border: none;
}

table {
	font-size: 12px;
	border-collapse: collapse;
	position: relative;
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


h1 {
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 50px;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

h3 {
	font-size: 14px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	text-transform: uppercase;
}

h3 .capitalize {
	text-transform: capitalize;
}

h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0em;
	padding-left: 4px;
	padding-top: 10px;
}

a:link,
a:visited {
	color: blue;
	text-decoration: none
}

a.contact:link,
a.contact:visited {
	color: #ffffff;
}

a:hover,
a:active {
	text-decoration: underline
}

#wrapper {
	width: 975px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
}

#wrapper #mastheadImage {
	background-image: url(../images/bgHeaderImageHome.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 81px;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10000;
}

#wrapper.membership #mastheadImage {
	background-image: url(../images/bgHeaderImageMembership.jpg);
}

#wrapper.resources #mastheadImage {
	background-image: url(../images/bgHeaderImageResources.jpg);
}

#wrapper.board #mastheadImage {
	background-image: url(../images/bgHeaderImageBoard.jpg);
}

#wrapper.training #mastheadImage {
	background-image: url(../images/bgHeaderImageTraining.jpg);
}

#wrapper.ESCAPE #mastheadImage {
	background-image: url(../images/bgHeaderImageESCAPE.jpg);
}

#wrapper.missions #mastheadImage {
	background-image: url(../images/bgHeaderImageMissions.jpg);
}

#wrapper.calendar #mastheadImage {
	background-image: url(../images/bgHeaderImageCalendar.jpg);
}

#wrapper.media #mastheadImage {
	background-image: url(../images/bgHeaderImageMedia.jpg);
}

#wrapper.shop #mastheadImage {
	background-image: url(../images/bgHeaderImageShop.jpg);
}

#wrapper.links #mastheadImage {
	background-image: url(../images/bgHeaderImageLinks.jpg);
}

#wrapper #contactUs {
	position: absolute;
	right: 95px;
	top: 140px;
	font-size: 11px;
	text-decoration: underline;
	z-index: 10000;
}

#wrapper #emergency {
	font-size: 10px;
	position: absolute;
	top: 141px;
	left: 92px;
	color: #ffffff;
	z-index: 5000;
}

#wrapper #navBar {
	height: 50px;
	width: 801px;
	text-align: center;
	position: relative;
	background-image: url(../images/bgNavBar.gif);
	margin-right: auto;
	margin-left: auto;
	z-index: 3000;
}

#wrapper #pageTitle {
	background-image: url(../images/bgPageTitleHome.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 250px;
	width: 25px;
	left: 63px;
	top: 156px;
}

#wrapper.membership #pageTitle {
	background-image: url(../images/bgPageTitleMembership.gif);
}

#wrapper.resources #pageTitle {
	background-image: url(../images/bgPageTitleResources.gif);
}

#wrapper.board #pageTitle {
	background-image: url(../images/bgPageTitleBoard.gif);
}

#wrapper.training #pageTitle {
	background-image: url(../images/bgPageTitleTraining.gif);
}

#wrapper.ESCAPE #pageTitle {
	background-image: url(../images/bgPageTitleESCAPE.gif);
}

#wrapper.missions #pageTitle {
	background-image: url(../images/bgPageTitleMissions.gif);
}

#wrapper.calendar #pageTitle {
	background-image: url(../images/bgPageTitleCalendar.gif);
}

#wrapper.media #pageTitle {
	background-image: url(../images/bgPageTitleMedia.gif);
}

#wrapper.shop #pageTitle {
	background-image: url(../images/bgPageTitleShop.gif);
}

#wrapper.links #pageTitle {
	background-image: url(../images/bgPageTitleLinks.gif);
}

#wrapper #content {
	position: relative;
	width: 761px;
	background-color: #ffcc99;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	min-height: 250px;
	/* [disabled]padding-bottom: 10px; */
	z-index: 1;
}

#content #spacer {
	height: 332px;
	width: 1px;
	float: left;
	position: relative;
	left: -5px;
	top: 0px;
}

#footerInner {
	background-image: url(../images/bgFooterImage.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 99px;
	width: 975px;
	left: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	background-position: 20px top;
	margin-bottom: 10px;
}

#footerInner #tagline {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	position: relative;
	width: 650px;
	left: 145px;
	text-align: left;
	top: 15px;
}

#footerInner #copyright {
	font-size: 9px;
	color: #717f81;
	text-align: left;
	position: relative;
	left: 145px;
	width: 400px;
	top: 20px;
}

#footerInner #address {
	color: #ffffff;
	position: relative;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	top: 27px;
}

#footerInner #address .addressSeparator {
	color: #ffcc33;
}

#footerInner #logoHolder {
	position: absolute;
	height: 55px;
	width: 119px;
	left: 20px;
}

#icMenu {
	width: 170px;
	position: relative;
	z-index: 1000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 0;
	float: right;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight:bold;
}

#content p.subMenu {
	font-size: 11px;
	font-family: "Arial Black", Arial, sans-serif;
	color: #cc6600;
	padding-top: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}

#content .subMenuLinks {
	text-transform: none;
}

#content .subMenu .subMenuLinks a:link,
#content .subMenu .subMenuLinks a:visited {
	color: #333;
}

#content .subMenu a:link,
#content .subMenu a:visited {
	color: #cc6600;
}

#content .subMenu a:hover,
#content .subMenu a:active,
#content .subMenu .subMenuLinks a:hover,
#content .subMenu .subMenuLinks a:active {
	color: #fff;
	text-decoration: none;
}

#content #sideBar {
	float: right;
	width: 200px;
	padding-right: 8px;
	padding-left: 8px;
	margin-left: 5px;
	padding-top: 0px;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}

.img_right {
	display: inline;
	margin: 0;
	float: right;
	padding: 5px 0 5px 5px;
}

div.img_right {
	margin: 5px 0 5px 5px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	border: 1px solid #666666;
}

.img_left {
	float: left;
	margin: 0;
	padding: 5px 5px 5px 0;
}

div.img_left {
	margin: 5px 5px 5px 0;
	padding-left: 5px;
	text-align: left;
	font-size: 10px;
	font-style: italic;
	border: 1px solid #666666;
}

table.lists {
	width: 100%;
	border: 2px solid #666666;
	margin-left: 0px;
}

table.lists td {
	padding: 5px;
	background-color: #ffe4ca;
	border: 1px solid #666666;
}

table.lists tr.even td {
	background-color: #fdecdb;
}

table.lists tr.highlight td {
	background-color: #ffb974;
}

table.lists tr.headerRow {
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

table.lists tr.headerRow td {
	background-color: #ff9933;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

table.lists tr.headerRow td a:link,
table.lists tr.headerRow td a:visited {
	color: #333;
	text-decoration: underline;
	display: block;
	padding: 0 5px 0 5px;
	margin-left: -5px;
	width: 100%;
	/* [disabled]line-height: 25px; */
}

table.lists tr.headerRow td a:hover,
table.lists tr.headerRow td a:active {
	color: #fff;
	background-color: #cc6600;
}

#content div.adminTitle {
	position: relative;
	width: 575px;
	height: 100px;
}

#content #events {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	right: -87px;
	width: 87px;
	top: 0px;
	text-align: center;
	text-transform: uppercase;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

#content #events .calendarRSS {
	width: 100%;
	background-color: #ff9933;
	margin: 0px;
	padding: 0px;
}

#content #events ul {
	margin: 0px;
	margin-left: 5px;
	list-style: none;
	padding-left: 0px;
	text-align: left;
}

#content #events li {
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content #events a:link,
#content #events a:visited {
	font-size: 10px;
	color: #000000;
}

#content #events a:hover,
#content #events a:active {
	color: #ffffff;
	text-decoration: none;
}

#bottomLinks {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 821px;
	position: relative;
	top: -5px;
	text-align: center;
}

#bottomLinks a {
	color: #ff9933;
	padding-right: 9px;
	padding-left: 9px;
}

#bottomLinks a:hover,
#bottomLinks a:active {
	text-decoration: none;
	color: #ffffff;
}

#bottomLinks a.first {
	padding-left: 0px;
}

#bottomLinks a.last {
	padding-right: 0px;
}

#wrapper #content ol {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
}

#content ol li {
	padding-bottom: 5px;
	padding-left: 4px;
}

#content ol.alpha li {
	list-style-type: lower-alpha;
}

#content ul {
	margin-top: 0px;
}

#content ul li {
	margin-bottom: 1em;
}

#mastheadImage #UTM {
	background-image: url(../images/UTM.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 303px;
	position: absolute;
	left: 405px;
	top: 70px;
	z-index: 10000;
	visibility: hidden;
}

#mastheadImage #UTM p {
	padding-top: 45px;
	padding-left: 35px;
	font-size: 11px;
	z-index: 10001;
}

#mastheadImage #UTM-hotspot {
	position: absolute;
	top: 53px;
	left: 649px;
	z-index: 10005;
	cursor: pointer;
}

.links #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 200px;
	top: 30px;
}

.links #mastheadImage #UTM-hotspot {
	top: 15px;
	left: 235px;
}

.board #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 365px;
	top: 60px;
}

.board #mastheadImage #UTM-hotspot {
	top: 50px;
	left: 400px;
}

.calendar #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 200px;
	top: 30px;
}

.calendar #mastheadImage #UTM-hotspot {
	top: 30px;
	left: 235px;
}

.ESCAPE #mastheadImage #UTM {
	left: 260px;
	top: 35px;
}

.ESCAPE #mastheadImage #UTM-hotspot {
	top: 12px;
	left: 520px;
}

.membership #mastheadImage #UTM {
	left: 430px;
	top: 45px;
}

.membership #mastheadImage #UTM-hotspot {
	top: 30px;
	left: 680px;
}

.missions #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 45px;
}

.missions #mastheadImage #UTM-hotspot {
	top: 30px;
	left: 20px;
}

.media #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 400px;
	top: 60px;
}

.media #mastheadImage #UTM-hotspot {
	top: 45px;
	left: 435px;
}

.resources #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 30px;
	top: 70px;
}

.resources #mastheadImage #UTM-hotspot {
	top: 55px;
	left: 65px;
}

.training #mastheadImage #UTM {
	background-image: url(../images/UTM-left.png);
	background-repeat: no-repeat;
	left: 145px;
	top: 30px;
}

.training #mastheadImage #UTM-hotspot {
	top: 15px;
	left: 185px;
}

#content #arcteryx,
#content #avalanche-center {
	position: absolute;
	left: 315px;
	top: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 218px;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
}

#content #avalanche-center {
	top: 108px;
}
#wrapper.board #content h3 {
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footerInner #facebook {
	position: absolute;
	width: 96px;
	margin-left: 680px;
	top: 6px;
	left: 120px;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

form .error	{
	color: #ff0000;
}

form legend	{
	font-weight: bold;
}
.doorPrizeSponsors {
	background-color: #FFF;
	width: 100%;
	padding: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #F7ab00;
	letter-spacing: 2px;
	font-weight: bold;
}
#wrapper.board #content blockquote p strong {
	left: -20px;
	position: relative;
}

