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

html
{
	background-position:top center;
	background-repeat:no-repeat;
}
body
{
	width:980px;
	margin:auto;
	padding:0;
	height:100%;
	border:none;
	font-family: Verdana;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}
form
{
	color:#e0e0e0;
}
form input[type=text], form select, .notice, form textarea
{
	background-color:#333333;
	border:1px solid #999999;
	padding:4px 6px 4px 6px;
	color:#e0e0e0;
}
form input[type=text]:hover, form textarea:hover
{
	background-color:#000000;
}
form input[type=submit]
{
	background-color:#333333;
	border:1px solid #999999;
	padding:4px;
	color:#e0e0e0;
}
form input[type=submit]:hover
{
	background-color:#e0e0e0;
	border:1px solid #999999;
	padding:4px;
	color:#000000;
	cursor:pointer;
}
#pda_header
{
	display:none;
}
#head {
	height:96px; background:#000; color:#fff;
	overflow:hidden;
}
	#head p#logoleas {
		margin:0; padding:5px 0 0 25px;
		float:left;
	}
	#head p#tagline {
		margin:0; padding:10px 10px 0 0;
		float:right;
		clear:right;
	}

ul#social {
	list-style:none;
	margin:0; padding:20px 10px 0 0;
	float:right;
}
	ul#social li {
		display:inline;
		padding:0 5px 0 0;
	}

#header img
{
	display:inline;
	float:left;
}
#movie_frame
{
	background-image:url(img/bg_intro.jpg);
	height:335px;
	width:980px;
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top center;
}
#nav, #nav li, #sub_nav ul, #sub_nav ul li, #buttons ul, #buttons ul li
{
	margin:0;
	padding:0;
	list-style:none;

}
#video_nav
{
	margin:0;
	padding:5px 0;
	list-style:none;
}
#video_nav li
{
	display:inline;
	float:left;
	padding:0 20px;
}
#video_nav li a
{
	color:#c42032;
	font-size:12px;
}
#video_nav li a:hover, #video_nav li a.select
{
	color:white;
	text-decoration:none;
}
/*
#nav li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/bg_nav.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	width:155px;
	padding:7px 0px 0 7px;
	height:23px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #333333;
	border-bottom:2px solid #981b1e;
	cursor: pointer;
}
#nav li:hover
{
	background-image:url(img/bg_nav_dn.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#353535;
}
#nav a, #nav a:visited
{
	color:black;
	font-size:12px;
	text-decoration:none;
}
#nav a:hover, #nav li:hover a
{
	color:#353535;
}
*/
/* NAVIGATION STUFFS */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	color:black;
	font-size:12px;
	text-decoration:none;
	height:23px;
	width:155px;
	display: block;
	padding:7px 0px 0 7px;
}

#nav li {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/bg_nav.jpg);
	background-position:top center;
	background-repeat:no-repeat;
/* 	display:inline; */
	float:left;
	width:162px;
	height:30px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #333333;
	border-bottom:2px solid #981b1e;
	cursor: pointer;
	
}
#nav li:hover
{
	background-image:url(img/bg_nav_dn.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#353535;
}
#nav li ul {
	position: absolute;
	width: 155px;
	left: -999em;
	margin-top:2px;
	margin-left:-1px;
}
#nav li ul li {
	width: 162px;
	background-color:#999999;
	background-image:none;
	border-top:none;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
#nav ul li a:hover, #nav ul li:hover > a, #nav li.currentnav > a {
	color:#ffffff;
}
#nav ul li:hover, #nav ul li.currentnav {
	background-color:#999999;
	background-image:url(img/bg_sub_nav_dn.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* END */
#sub_nav
{
	clear:both;
	border-top:2px solid black;
	height:30px;
	background-image:url(img/bg_sub_nav.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
#sub_nav ul li
{
	background-image:url(img/bg_sub_nav.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	display:inline;
	float:left;
	padding:5px 35px 0 35px;
	height:25px;
	border-right:1px solid #656565;
	border-left:1px solid black;
	cursor: pointer;
}
#sub_nav ul li:hover
{
	background-image:url(img/bg_sub_nav_dn.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
#sub_nav ul li:hover a
{
	color: white;
}
#sub_nav a, #sub_nav a:visited
{
	color:#999999;
	font-family: Verdana;
	font-size:10px;
	text-decoration: none;
}
#sub_nav a:hover
{
	color: white;
}
#left_nav a, #left_nav a:visited
{
	color:#999999;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}
#left_nav a:hover
{
	color:#c42032
}
#left_nav em {
	display:block;
	font-size:10px;
	font-style:normal;
}
#buttons
{
	margin-top:15px;
}
#main
{
	clear:both; 
	min-height:340px; 
	background-color:black; 
	overflow:hidden;
}
#copy
{
	color:#999999; 
	font-family:Verdana; 
	font-size:12px; 
	line-height:24px; 
	font-weight:100;
}
.press
{
	list-style:none;
}
.press li
{
	font-weight:bold;
	font-size:16px;
	padding:2px 0 2px 0;
}
.press li ul li
{
	list-style:none;
	font-weight:100;
	font-size:12px;
	padding:0;
}
#links li a, .press a
{
	color:#c42032;
}

/*
#buttons a
{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}
#buttons a img.button_img
{
	border: 2px solid black;
}
.button
{
	background-image:url(img/button_corner.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:23px;
	width:23px;
}
.button_txt
{
	background-color:#000000;
	margin-left:15px;
	height:20px;
	width:137px;
	padding-top:3px;
}
.button_img:hover, #buttons a img.button_img:hover
{
	border:2px solid #981b1e;
}
*/
#history_frame
{
	background-color:#000000;
	margin-left:-10px;
}
#newsleftpanel {
	float:left;
	width:285px;
	padding:0 15px 0 15px;
	border-right:1px solid #333333;
}
#newsrightpanel {
	float:right;
	width:635px;
	padding:0 15px 0 0;

}
#newsleftpanel,
#newsrightpanel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#999999;
	margin:15px 0;
}

#newsleftpanel h1,
#newsrightpanel h1 {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	background-image:url(img/bg-news-header.gif);
	background-position:top right;
	height:23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:23px;
	font-weight:normal;
}
#newsleftpanel h2,
#newsrightpanel h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
#newsleftpanel a,
#newsrightpanel a {
	color:#c42032;
	font-size:12px;
	text-decoration:none;
}
#newsleftpanel a:hover,
#newsrightpanel a:hover {
	text-decoration:underline;
}
#newsleftpanel ul,
#newsrightpanel ul {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#newsleftpanel ul li,
#newsrightpanel ul li{
	margin: 0 0 20px 0;
}
ul.bigscroll {
	height:190px;
	overflow:auto;
}
#newsleftpanel table#mediaresources td,
#newsrightpanel table#mediaresources td {
	width:30%;
	text-align:center;
	vertical-align:top;
}
#newsleftpanel table#mediaresources td img,
#newsrightpanel table#mediaresources td img { 
	border:1px solid #666666;
}
h1.newsheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c42032;
	padding:10px 0 0 30px;
}
table#executivesgallery {
	margin:20px auto;
	width:95%;
}
table#executivesgallery td {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#999999;
	width:20%;
	vertical-align:top;
}
table#executivesgallery td em {
	font-size:10px;
}
table#executivesgallery td img {
	border:1px solid #333333;
}
table#executivesgallery td a {
	font-size:10px;
	color:#c42032;
}

#footer {
	margin:20px 0 0 0;	
}

p#digitaleye {
	margin:0; padding:0;
	float:right;
}
