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

/* **********  RESET browser settings  *********** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}
a img, :link img, :visited img {border: 0;}
table {border-collapse: collapse;border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
/* **********  END RESET browser settings  *********** */

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

body {
	background-color: #ffffff;
}

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: '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: 12px;
	color: #FFFFFF;
	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;
}

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

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

.footernav a:hover {
	color: #ff5400;
	text-decoration: underline;
}

.header {
	font-size: 28px;
	font-weight: lighter;
	color: #ff5400;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #969696;
}

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

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

.nav a {
	font-weight: bold;
	text-decoration: none;
	color: #ff5400;
}

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

/* 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: 850px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	top: 0px;
}


div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto 0 auto; /* center, not in IE5 */
	/*height: auto !important; /* real browsers 
	height: 100%;
	min-height: 100%;*/
	width: 1000px;	
}

div#topbar {
	position: relative;
	width: 1000px;
	height: 180px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

#mainnav {
	position: relative;
	width: 800px;
	height: 20px;
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	background: #4d4d4d;
	border-bottom: 1px solid #969696;
}

#worknav {
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 0 190px;
	width: 610px;
	height: 45px;
}

div#content {
	position: relative;
	margin: 0 auto 20px auto;
	width: 840px;
	padding: 0 0 0 0; /* bottom padding for footer */
	background: #4d4d4d;
}

#singlecolumn {
	position: relative;
	margin: 20px 20px 20px 20px;
}

#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: relative;
	margin: 0 auto 20px auto;
	width: 840px;
	height: 80px;
	background-image: url('../../img/page_parts/footer_graphic.gif');
	background-repeat: no-repeat;
}

div#pagebottom {
	position: absolute;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 410px;
	bottom: 0;
	background: url('../../img/page_parts/page_bottom_bg.jpg') no-repeat;
}

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

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

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

.thumbphoto {
	margin: 0 10px 10px 0; padding: 0; background-color: #222222; width: 125px; height: 125px; float: left;
}

.thumbphoto_end {
	margin: 0 0 10px 0; padding: 0; background-color: #222222; width: 125px; height: 125px; float: left;
}

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

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

.clear {
	clear: both;
}

.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;
	height: 120px;
	padding: 0px 0px 0px 0px;
	border: thin;
	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: thin;
	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;
}
