@charset "UTF-8";

#bannerLeft {
	margin: 0px;
	float: left;
	height: 70px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 95%;
	background-image: url(../images/edge.gif);
}

.container {
	padding: 0px;
	width: 1000px;
	margin-top: 23px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

div#sidebar1 {
	width: 186px;
	height: 100%;
	min-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: none;
	margin-right: 0px;
}


#mainContent {
	min-height:500px;
	text-align:left;
	zoom: -1;
	padding: 0px;
	margin: 0px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/bg_default.jpg);
	clear: none;
	width: 812px;
} 

#mainContentAlaskaTourism {
	min-height:450px;
	text-align:left;
	zoom: -1;
	padding: 0px;
	clear: none;
	margin: 0px;
	width: 810px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/bg_alaska_tourism.jpg);
} 

.mainContentPlain {
	min-height:450px;
	text-align:left;
	zoom: -1;
	padding: 0px;
	clear: none;
	margin: 0px;
	width: 810px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	background-image:url(../images/bg_default.jpg);
} 


#homeContent {
	margin-right: 0px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #FFF;
	margin-bottom: 50px;
} 

#centerRow {
	padding:0;
	zoom: 1;
	background-repeat: no-repeat;
	background-color:#ffffff;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: right top;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pageSubTitle {
	font-family: Tahoma, "Lucida Grande", Arial, Verdana;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
}
.spacer {
	float: right;
}
#bannerTop .emailLink {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-top: 87px;
	margin-right: 8px;
	letter-spacing: 1px;
}
#bannerTop .emailLink a:link, #bannerTop .emailLink a:visited {
text-decoration:none;
	color: #FFFFFF;
	
}
#bannerTop .emailLink a:hover {
text-decoration:underline;
	color: #FFFFFF;
	
}
