@charset "UTF-8";
/* CSS Document */

/* Div for the swf player */
#playerdiv { width: 480px; height: 303px; padding: 0px; margin: 0 20px 0 0; background: #CCCCCC; float: left; }
/* Div for the content to the right of player*/
#htmlContent { width: 230px; float: left; }


/* Thumbnail styles */
.thumbRow ul { list-style: none; padding: 0; margin: 0;  min-width: 780px;}
.thumbRow li { display: inline; width: 181px; height: 210px; margin: 0 7px 5px 7px; float: left; }
.thumbRow p { margin: 2px 0 0 0; }
.thumbRow a img { border: none; margin: 0 0 5px 0; }

/* General clear div */
div.clear { clear: both; }

/* Tab work section */
/* Div to ensure proper width avoids strange wrapping*/
#tabNavigation { min-width: 780px; }
/* Normal gray tab */
#tabNavigation ul { list-style: none; padding: 0; margin: 0; }
#tabNavigation li{ display: inline; float: left; background: url("/allweb/images/corporate/tabs/tabopt1_rightoff.gif") top right no-repeat; margin: 0px 2px 0px 0px; padding: 0; 
background-color: #ccddee;
}
#tabNavigation a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; display: block; background: url("/allweb/images/corporate/tabs/tabopt1_leftoff.gif") top left no-repeat; color: #003366; text-decoration: none; padding: 5px 10px 5px 10px; }
/* selected blue tab */
#tabNavigation #current { display: inline; float: left; background: url("/allweb/images/corporate/tabs/tabopt1_right.gif") top right no-repeat; margin: 0px 2px 0px 0px; padding: 0;background-color: #003366; }
#tabNavigation #current a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; display: block;	background: url("/allweb/images/corporate/tabs/tabopt1_left.gif") top left no-repeat;	color: #ffffff;	text-decoration: none; padding: 5px 10px 5px 10px; font-weight:bold;}
#tabNavigation #current a:active { color: #FFFFFF; }
#tabNavigation #current a:visited { color: #FFFFFF; }
#tabNavigation #current a:hover { color: #FFFFFF; }

/* Blue bar */
#tabbar { width: 780px; height: 2px; background:#003366; margin: 0 0 18px 0; padding 0; }