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

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

body {
	background-color: #01acdf;
	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;
	text-align: center;
}

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: 154px;
	height: 36px;
	border: none;
	vertical-align: middle;
}

td#checkboxes {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 154px;
	height: 100px;
	border: solid;
	border-width: thin;
	border-color: #999999;
	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: 106px;
	height: 46px;
	border: solid;
	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: 300px;
	height: 200px;
	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;
}

dl {
	
}

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

dd {
	
}

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

.mainnav { 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 10px;
	color: #0096FF; 
}

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

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

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

.body a {
	color: #01a7d9;
	text-decoration: none;
}
.body a:hover {
	color: #01a7d9;
	text-decoration: underline;
}

.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: #01a7d9; 
	line-height: 18px;
}

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

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

.header {
	font-size: 34px;
	font-weight: lighter;
	color: #01a7d9;
	padding: 0 0 20px 0;
}

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

.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: 550px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	top: 20px;
	left: 20px;
}

/* 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: 750px;
	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: 880px;
	background: #282828;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-image: url('../../img/page_parts/page_graphic.gif');
	background-repeat: no-repeat;
}

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

#mainnav {
	position: relative;
	width: 880px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #034d62;
}

div#content {
	position: relative;
	height: 100%;
	padding: 20px 0 180px 0; /* bottom padding for footer */
}

#leftcolumn {
	position: inherit;
	float: left;
	width: 590px;
	height: 100%;
}

#rightcolumn {
	position: absolute;
	width: 290px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 100px;
	left: 590px;
}

#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;
}

div#footer {
	position: absolute;
	width: 100%;
	height: 160px;
	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: 114px;	
}

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

#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;
}

.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: 1px;
	border-top-color: #333333;
	border-top-width: 1px;
	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: 1px;
	border-top-color: #333333;
	border-top-width: 1px;
	border-right-color: #333333;
	border-right-width: 1px;
	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: 1px;
	border-color: #333333;
}

.content_box {
	position: relative;
	margin: 0 0 20px 0;
	height: 120px;
	padding: 0px 0px 0px 0px;
	border: 1px;
	border-style: solid;
	border-color: #333333;
}

.content_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	left: 120px;
}

.content_image {
	position: absolute;
	width: 120px;
	height: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.media_box {
	position: relative;
	margin: 0 0 20px 0;
	height: 140px;
	padding: 0px 0px 0px 0px;
	border: 1px;
	border-style: solid;
	border-color: #333333;
}

.media_text {
	position: absolute;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	left: 140px;
}

.media_image {
	position: absolute;
	width: 140px;
	height: 140px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.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;
}