﻿/** BASIC */

html, body {
	height: 100%;
	text-align: center;
  	min-width: 1024px;
}

/** WRAPPER */

#wrapper {
	height: 100%;
	text-align: left;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#topheader {
	width: 1024px;
	height: 173px;
}

#header {
	
	width: 1024px;
	height: 174px;
}

#logo {
	float:left;
	height:115px;
	width:265px;
	position:relative;
	top:25px;
	left:25px;
}

#top_nav {
	float: left;
	height: 95px;
	width: 575px;
	position: relative;
	top: 30px;
	left: 100px;
}

#button1 {
	float:left;
	height:30px;
	width:105px;
	position:relative;
	top:30px;
	left:15px;
	text-align:center;
	
}

#button2 {
	float:left;
	height:30px;
	width:100px;
	position:relative;
	top:30px;
	left:23px;
	text-align:center;
	
}

#button3 {
	float:left;
	height:30px;
	width:100px;
	position:relative;
	top:30px;
	left:40px;
	text-align:center;
	
}

#button4 {
	float:left;
	height:30px;
	width:100px;
	position:relative;
	top:30px;
	left:48px;
	text-align:center;
	
}

#button5 {
	float:left;
	height:30px;
	width:100px;
	position:relative;
	top:30px;
	left:62px;
	text-align:center;
	
}


/** CONTENT */


#left {
	height: 751px;
	width: 352px;
	float: left;
}

#left_content {
	padding-left: 1.5em;
	padding-top: 5em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	text-align:center;
}

#right {
	height: 751px;
	width: 672px;
	float: left;
}

#title_area{
	height:50px;
	width:250px;
	position:relative;
	left:30px;
	top:50px;
	background-image:url('../images/title_blob.gif')
}

#home_right_content {
	height:565px;
	width:500px;
	position:relative;
	left:35px;
	top:95px;
	padding-left:2em;
	padding-right:2em;
}
#title {
	padding-left: 2.5em;
	padding-top: 14px;
}
#subpage_content {
	height:auto;
	width: 1024px;
	clear:both;
	float:left;
	position:relative;
}

#subpage_main_content_holder {
	min-height:500px;
}

#subpage_content_header {
	height: 100px;
	width: 1024px;
	background: url('../images/subpage2_01.jpg');
}

#subpage_content_title {
	height: 40px;
	width: 125px;
	position: relative;
	left: 110px;
	top: 50px;
}

#subpage_content_text {
	width: 785px;
	height: auto;
	position: relative;
	left: 100px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}

#instructions {
	padding-top:1em;
}

#list {
	padding-top:1em;
}
#content_footer {
	width:1024px;
	height: 80px;
	clear:both;
	float:left;
	
}
/** FOOTER */

#footer {
	clear:both;
	height: 102px;
	width:1024px;
}
.style3 {
	font-size: medium;
}
.style4 {
	color: #e57b00;
	text-decoration: none;
}


