@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_body.jpg) top center repeat-x #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.oneColFixCtr #container {
background:url(images/bg_main3.gif) top center no-repeat;
position:relative;
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#flashHolder {
vertical-align:top;
position:absolute;
top:10px;
left:1px;
height:565px;
width:47px;
overflow:hidden;
}

#navHolder {
position:absolute;
top:20px;
right:30px;
height:36px;
}

#navHolder ul{
margin:0;
padding:0;
}

#navHolder li {
display:block;
float:left;
margin:0;
}

#navHolder li a {
padding-top:10px;
display:block;
text-align:center;
position:relative;
width:122px;
height:26px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
background:url(images/bg_nav.jpg) top center no-repeat;
text-decoration:none;
}

#navHolder li a:hover,#navHolder li a.active {
padding-top:10px;
display:block;
text-align:center;
position:relative;
width:122px;
height:26px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
background:url(images/bg_nav.jpg) bottom center no-repeat;
text-decoration:none;
}

#contentHolder {
position:absolute;
top:72px;
left:80px;
height:482px;
width:642px;
background:#000000;
border:1px solid #999999;
padding-top:1px;
}

#press {
position:relative;
top:100px;
left:125px;
font-size:11px;
padding:0;
}

#pdf {
position:relative;
/*width:638px;
top:250px;
left:10px;
*/
font-size:11px;
padding:0;
text-align:left;
}
#pdf a {text-decoration:underline; color:#fff;}
#pdf a:hover {text-decoration:none; color:#aaa;}

#press h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
}


#press ul{
display:block;
margin:0;
margin-bottom:20px;
padding:0;
}

#press li {
display:block;
float:left;
margin:0;
}

#press li a {
padding-top:15px;
display:block;
text-align:center;
position:relative;
width:135px;
height:34px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
background:url(images/bg_nav2.gif) top center no-repeat;
text-decoration:none;
}

#press li a:hover,#press li a.active {
padding-top:15px;
display:block;
text-align:center;
position:relative;
width:135px;
height:34px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
background:url(images/bg_nav2.gif) bottom center no-repeat;
text-decoration:none;
}

#bottomInfo {
position:absolute;
top:602px;
left:0;
width:100%;
padding-left:20px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
line-height:150%;
}

#bottomInfo a {text-decoration:underline; color:#fff;}
#bottomInfo a:hover {text-decoration:none; color:#fff;}
