@charset "utf-8";

/* CSS Document */



body{
	
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}

#wrapper{
	top: 0px;	
	position:relative;	
	width: 818px;	
	margin-left:auto;
	margin-right:auto;	
}

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 850px;
	width: 818px;
	background-image: url(bg_top.gif);
	background-repeat: no-repeat;
}

#main_nav {
	position:absolute;
	width:800px;
	height:34px;
	top: 165px;
	left: 10px;
}

#sub_nav1 {
	position:absolute;
	width:206px;
	height:34px;
	top: 544px;
	left: 11px;
}

#sub_nav2 {
	position:absolute;
	width:180px;
	height:34px;
	top: 544px;
	left: 629px;
}

#flash{
	position: absolute;
	height: 308px;
	width: 784px;
	top: 215px;
	left: 16px;
}

#middle{
	position: relative;
	width: 818px;
	top: 610px;
	left: 0px;
	height: auto;
	background-image: url(bg_middle.png);
	background-repeat: repeat-y;
}

#content{
	position: relative;
	width: 700px;
	left: 60px;
	top: 0px;
}

#bottomcap{
	position:relative;
	width:817px;
	left: 0px;
	height:46px;
	top: 0px;
	background-image:url(bg_bottomcap.gif);
	background-repeat:no-repeat;
}

#footer_nav{
	position:relative;
	width:250px;
	left: 562px;
	height:46px;
	top: 0px;
}

#seasaw{
	position: relative;
	width: 817px;
	height: 27px;
	top: 635px;
}

.globalcopy{
	color:#000000;
	padding-left: 15px;
}
.globalcopy a:link{
	text-decoration:none;
	color:#f68628;
}
.globalcopy a:visited{
	text-decoration:none;
	color:#f68628;
}
.globalcopy a:hover{
	color:#f68628;
	text-decoration:underline;
}
.globalcopy a:active{
	text-decoration:none;
	color:#f68628;
}

.loudcopy{
	color: #6f2e92;
}

.subheader{
	color: #f57f20;
	font-size: 16px;
}

.footer a:link,a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#85aab8;
	text-decoration:none;
}
.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#73d0f2;
	text-decoration:underline;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
	font-size:9px;
}

.bottomnav a:link {
	font-family:"Myriad Pro";
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
.bottomnav a:visited {
	font-family:"Myriad Pro";
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
.bottomnav a:hover {
	font-family:"Myriad Pro";
	color:#73d0f2;
	text-decoration:underline;
	font-size:12px;
}
.bottomnav {
	font-family:"Myriad Pro";
	color:#ffffff;
	font-size:12px;
}

.contactinfo a:link {
	font-family:"Myriad Pro";
	color:#636363;
	text-decoration:none;
	font-size:12px;
}
.contactinfo a:visited {
	font-family:"Myriad Pro";
	color:#636363;
	text-decoration:none;
	font-size:12px;
}
.contactinfo a:hover {
	font-family:"Myriad Pro";
	color:#73d0f2;
	text-decoration:underline;
	font-size:12px;
}
.contactinfo {
	font-family:"Myriad Pro";
	color:#636363;
	font-size:12px;
}

.copywrite {
	font-family:"Myriad Pro";
	color:#FFFFFF;
	font-size: 10px;
}	

.2coltable {
	padding-left: 25px;
	padding-right: 15px;
}	
