@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: #f9f9fa;
	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;
}

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: '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: #505050;
	font-weight: normal;
	line-height: 26px;
}

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

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

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

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

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

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

.linkslink a {
	font-size: 10px; 
	font-weight: bold;
	color: #62727c;
	text-decoration: none;
}

.linkslink a:hover {
	text-decoration: none;
	color: #01a7d9;
	background-color: #FFFFFF;
}

.header {
	width: 420px;
	height: 62px;
	font-size: 28px;
	font-weight: lighter;
	color: #1390bd;
	background-image: url('../../img/page_parts/header_bg.gif');
	margin: 0 0 0 0;
	padding: 28px 0 0 30px;
}

.subheader {
	font-size: 13px;
	color: #1390bd;
	font-weight: bold;
	/*line-height: 32px;*/
}

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

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

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

.sub a:hover {
	color: #aafeff;
	text-decoration: none;
}

/* 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: 940px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

div#topbar {
	position: relative;
	width: 940px;
	height: 60px;
	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 10px;
	padding: 10px 0 0 0;
}

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

div#content {
	position: relative;
	width: 920px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0; /* bottom padding for footer */
	background-image: url('../../img/page_parts/page_ext.gif');
	
}

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

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

.leftcolumn {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	width: 450px;
	background-color: #FFFFFF;
	float: left;
}

.rightcolumn {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
	background-color: #FFFFFF;
	float: left;
}

#subnav {
	width: 880px;
	height: 23px;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 7px 0 0 30px;
	background-image: url('../../img/page_parts/sub_bg.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}

#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: 100%;
	height: 100px;
	margin: 0 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: 125px;
	top: 40px;	
}

#footer_nav {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 200px;
	top: 40px;	
}

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

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

.form_container {
	position: relative;
	width: 100px;
	padding: 0 0 0 0;
	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: 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;
}

.txt_container {
	position: relative;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.content_box {
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	line-height: 21px;
}

.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: thin;
	border-right-style: solid;
	border-right-color: #333333;
}

.large_btn {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 100px 30px 0 30px;
	width: 390px;
	height: 70px;
	color: #FFFFFF;
	line-height: 18px;
	overflow: hidden;
}

.small_btn {
	position: relative;
	margin: 0;
	padding: 20px 30px 0 30px;
	width: 390px;
	height: 90px;
	color: #FFFFFF;
	overflow: hidden;
}

.links_area {
	position: relative;
	width: 840px;
	height: 80px;
	margin: 0 0 0 0;
	padding: 20px 30px 20px 30px;
	overflow: hidden;
	background-image: url('../../img/page_parts/links_bg.gif');
}

.links {
	position: relative;
	width: 160px;
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}

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

