@charset "UTF-8";
/* CSS Document */

/* HTML TAGS */
html,body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%; /* needed for container min-height */
}

body {
	background-color: #898989;
	background-image: url('../../img/page_parts/bg_ext.gif');
	background-repeat: repeat-x;
}

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

a { 
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
}

table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-width: thin;
	border-color: #CCCCCC;
	
}

table#form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-width: thin;
	border-color: #333333;
	text-align: left;
}

td#form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 174px;
	height: 36px;
	border: none;
	vertical-align: middle;
}

tr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 130px;
	height: 30px;
	border: none;
	border-width: thin;
	border-color: #333333;
	vertical-align: middle;
}

/* FORM STYLES */
.field {
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: thin;
	border-style: solid;
	border-color: #999999;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	color: #01a7d9;
}

textarea {
	width: 390px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: thin;
	border-style: solid;
	border-color: #999999;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	color: #000000;
}

dl {
	
}

dt {
	width: 120px;
	
	margin: 0 0 0 0;
	line-height: 36px;
}

dd {
	
}

/* FONT STYLES */
.basic_font {
	font-family: 'Arial', sans-serif;
	line-height: 30px;
}

.nav { 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 10px;
	color: #FFFFFF; 
}

.nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #c5dc00;
	text-decoration: underline;
}

.mainnav { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 16px;
	color: #FFFFFF; 
}

.mainnav a {
	color: #FFFFFF;
	text-decoration: none;
}

.mainnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.title { 
	font-size: 18px; 
	font-weight: bold; 
	color: #8f8f8f; 
}

.content { 
	font-size: 10px; 
	font-weight: normal;
	color: #666666; 
}

.body {
	font-size: 13px;
	color: #757575;
	font-weight: normal;
	line-height: 26px;
}

.body a {
	color: #67c1d7;
	text-decoration: none;
}
.body a:hover {
	
}

.footer { 
	font-size: 10px; 
	font-weight: normal;
	color: #666666; 
	line-height: 18px;
}

.footer a {
	font-size: 10px; 
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.aaaspfooter { 
	font-size: 10px; 
	font-weight: normal;
	color: #999999; 
	line-height: 18px;
}

.aaaspfooter a {
	font-size: 10px; 
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.aaaspfooter a:hover {
	text-decoration: underline;
	color: #999999;
}

.header {
	font-size: 28px;
	font-weight: lighter;
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
}

.subheader {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.highlight {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 32px;
}

.sub {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	line-height: 16px;
}

.sub a {
	font-weight: bold;
	text-decoration: none;
}

.sub a:hover {
	text-decoration: underline;
}

/* PARAGRAPH STYLES */
.body_content {
	position: relative;
	width: 610px;
	margin: 0 0 0 0;
	padding: 20px 20px 40px 20px;
	background-color: #FFFFFF;
}

/* LAYOUT */
div#background {
	height: 100%; /* needed for container min-height */
	background-image: url('../../img/page_parts/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

div#home {
	position: relative;
	width: 900px;
	height: 850px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	top: 0px;
}


div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 920px;
}

div#topbar {
	position: relative;
	width: 920px;
	height: 65px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-image: url('../../img/page_parts/top.gif');
	background-repeat: no-repeat;
}

#navigation {
	position: relative;
	margin: 0 0 0 0;
	padding: 45px 0 0 20px;
}

#mainnav {
	position: relative;
	width: 900px;
	height: 35px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 20px;
}

div#content {
	position: relative;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* bottom padding for footer */
	background-image: url('../../img/page_parts/sub_col_ext.gif');
	float: left;
}

#leftcolumn {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 650px;
	float: left;
}

#rightcolumn {
	position: relative;
	width: 260px;
	height: inherit;
	margin: 0 0 0 10px;
	padding: 0 0 0 0; 
	float: left;
}

#singlecolumn {
	position: relative;
	margin: 10px 0 0 0;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	float: left;
}

#subnav_area {
	position: relative;
	width: 590px;
	height: 110px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('../../img/page_parts/subnav_graphic.gif');
	background-repeat: no-repeat;
	float: left;
	top: 0px;
}

#subnav {
	width: 590px;
	height: 100px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#subnavlinks {
	position: relative; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	left: 20px; 
	top: 30px;
}

#subarea {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div#footer {
	position: relative;
	width: 920px;
	height: 290px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	/*bottom: 0;*/ /* stick to bottom */
	background-image: url('../../img/page_parts/footer_graphic.gif');
	background-repeat: no-repeat;
}

#snowhouse {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 112px;
	top: 30px;	
}

#aaasp {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 180px;
	top: 30px;	
}

#tabs {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.img_container_small {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	background-color: #999999;
}

.nav_container {
	position: relative;
	float: left;
	padding: 0 0 0 0;
}

.tab_container {
	position: relative;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	float: left;
	border: solid;
	border-left-color: #333333;
	border-left-width: thin;
	border-top-color: #333333;
	border-top-width: thin;
	border-right: none;
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
}

.tab_container_end {
	position: relative;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	float: left;
	border: solid;
	border-left-color: #333333;
	border-left-width: thin;
	border-top-color: #333333;
	border-top-width: thin;
	border-right-color: #333333;
	border-right-width: thin;
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
}

.body_container {
	position: relative;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 20px;
	border: solid;
	border-width: thin;
	border-color: #333333;
}

.content_box {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px 0px 0px 0px;
	border: solid 1px #CCCCCC;
	width: 608px;
	float: left;
}

.content_text {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 410px;
	float: left;
}

.content_image {
	position: relative;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	width: 150px;
	/*border: 1px solid #353535;*/
	float: left;
}

.imgleft {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.imgright {
	position: relative;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
