/*html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}*/
body {
	background-position: center;
	color: #f2fefc;
	font-size: 1em;
	font-family: 'Ubahn-LightRegular', Helvetica, Arial, sans-serif;
	background: #e0c286 url('../images/snowMapBkgd.jpg') no-repeat;
	background-size: 100% auto;
	margin: 0px;
	padding: 0px;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
}

#divHeader {
	height: 70px;
	width: 1176px;
	margin: 60px auto 45px auto;
}

#divSMIcons {
	height: 20px;
	width: 1125px;
	margin: 0px auto 0px auto;
}

.fb-like {
	margin: 0px 10px 0px 10px;
	float:left;
	
}

.li-share {
	margin: 0px 10px 0px 10px;
	
}

#divContainer {
	background: url('../images/contBkgd.png');
	background-repeat: repeat;
	border:  1px solid #923923;
	height: 450px; /* was 415 */
	width: 1125px;
	margin: 10px auto 20px auto;
}

/*-----Main Nav----*/

#divNav {
	/*background-color: #ffffff;*/
	height: 385px;
	width: 145px;
	margin: 15px;
	float: left;
}

#divNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#divNav li.btnRec {
	display: block;
	height: 60px;
	width: 145px;
	margin: 0px 0px 15px 0px;
	float: left;
}
#divNav li.btnRec a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#divNav li.btnSqr {
	display: block;
	height: 35px;
	width: 145px;
	margin: 0px 0px 15px 0px;
	float: left;
}
#divNav li.btnSqr a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#homeLink {
	background: url(../images/mainNav/homeBtn.png) no-repeat left bottom;
}
#divNav li#homeBtn {
	background: url(../images/mainNav/homeBtn.png) no-repeat left top;
}

#aboutLink {
	background: url(../images/mainNav/aboutBtn.png) no-repeat left bottom;
}
#divNav li#aboutBtn {
	background: url(../images/mainNav/aboutBtn.png) no-repeat left top;
}

#expLink {
	background: url(../images/mainNav/expBtn.png) no-repeat left bottom;
}
#divNav li#expBtn {
	background: url(../images/mainNav/expBtn.png) no-repeat left top;
}

#snsLink {
	background: url(../images/mainNav/snsBtn.png) no-repeat left bottom;
}
#divNav li#snsBtn {
	background: url(../images/mainNav/snsBtn.png) no-repeat left top;
}

#portLink {
	background: url(../images/mainNav/portBtn.png) no-repeat left bottom;
}
#divNav li#portBtn {
	background: url(../images/mainNav/portBtn.png) no-repeat left top;
}

#blogLink {
	background: url(../images/mainNav/blogBtn.png) no-repeat left bottom;
}
#divNav li#blogBtn {
	background: url(../images/mainNav/blogBtn.png) no-repeat left top;
}

#contLink {
	background: url(../images/mainNav/contBtn.png) no-repeat left bottom;
}
#divNav li#contBtn {
	background: url(../images/mainNav/contBtn.png) no-repeat left top;
}

/*-----End Main Nav----*/


#divContent {
	border: 1px solid #e0c286;
	height: 415px; /* was 383px */
	width: 932px;
	margin: 15px 0px 15px 0px;
	overflow:hidden;
	padding: 0;
	float: left;
}

#contentScroller {
	width: 15000px;
}

.page
{
	float:left;
	width:932px;
	margin:0px 1200px 0px 0px;
	height: 415px; /* was 383px */
	/*padding: 20px;*/
}

.colLCR {
	margin: 20px 0 20px 20px;
	height: 343px;
	width: 890px;	
}

.colLC {
	text-align: right;
	margin: 20px 0 20px 20px;
	padding: 175px 0 0 0;
	height: 168px;
	width: 588px;
	float: left;	
}

.colRC {
	background: url('../images/colRBkgd.png');
	margin: 20px 0 20px 20px;
	height: 383px; /* was 303px */
	width: 548px;
	padding: 20px;
	float: left;	
}

.colL {
	text-align: right;
	margin: 15px 0 20px 20px; /* original was 20 0 20 20 */
	padding: 0px;
	height: 383px; /* was 343px */
	width: 205px; /* was 284px */
	float: left;
}

.colC {
	margin: 0 0 10px 0; /* was 20 0 20 20 px */
	height: 343px;
	width: 403px; /* was 284px */
	float: left;
	/* this might have messed up - margin: 0 0 3px 0; */
}

.colR {
	background: url('../images/colRBkgd.png');
	background-repeat: repeat;
	margin: 20px 0 20px 20px;
	height: 293px;
	width: 234px;
	float: left;
	padding: 20px; /* was 25px */
}

.divClearer{
	clear: both;
}

.popupCol_L{
	border: 1px solid #923923;
	background-color:#d2b271;
	height: 440px;
	width: 510px;
	margin-right: 10px;
	padding: 0px;
	float: left;
}

.popupCol_R{
	height: 420px;
	width: 270px;
	padding: 0px;
	float: right;
}

a:link {
	color: #E0C286;
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: #e0c286;
	text-decoration: none;
	border: 0px;
}

a:active {
	color: #e0c286;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #e0c286;
	text-decoration: underline;
	border: 0px;
}

img {
	border: 0px;
}

form {
	border: 0px;
	background-color: transparent;
}

h1 {
	position: relative;
	color: #a69e86;
	font-size: 2.1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

h2 {
	color: #923923;
	font-size: 1.7em;
	margin: 0px 0px 15px 0px;
	padding: 8px 8px 4px 8px;
	line-height: 1em;
	background: url('../images/h2Bkgd.png');
}

h3{
	color:#141f26;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	line-height: 1em;
}

h4{
	color:#e0c286;
	font-size: 1em;
	font-style: bold;
	margin: 0px; 
	line-height: 1em;
}

ul{
	padding: 1px; /* this is new */
	margin: 12px 1px 1px 12px;  /* this is new */
}

ul li {
	margin: 0px 0 6px 8px;  /* this is new */
	padding-left: 1px;
}

.colL p {
	font-size: 1.2em;
	font-family: 'UbahnRegular', Helvetica, Arial, sans-serif;
	margin: 0px;
}

.colLC p {
	position: relative;
	font-size: 1.2em;
	font-family: 'UbahnRegular', Helvetica, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
}

.colC p {
	line-height: 2em;
	margin: 0px;
	text-align: justify;
}

.footnt {
	font-size: .8em;
	color: #1b1509;
	text-align: right;
}

.footntLt {
	font-size: .9em;
	color: #405950;
	text-align: right;
}

.footntHghLt {
	font-size: 1em;
	color: #923923;
	text-align: right;
}

/*-----form styles-----*/
#divFormLabels {
	float: left;
	width: 70px;
	line-height: 1.4em;	
}

#divFormFields {
	float: right;
	width: 460px;
	
}

#divFormButtons {
	clear: both;
	
}

input {
    border: 3px solid #c86c19;
    background-color: #d2b271;
}

textarea {
    border: 3px solid #c86c19;
    background-color: #d2b271;
}

/*:required {
    border: 3px solid #c86c19;
    background-color: #918700;    
}*/