/* CSS Document LAST UPDATE 05.29.2007 cmajorossy */


/* Common Global Styles */
/*----------------------------------------------*/
body{
	margin: 0px 0px 0px 0px;
	height:100%;
	width:100%;
	background-color: #89a6cb;}
body,td,th {
	color: #000000; 
	visibility: visible;}
DIV.outer{ 
	position: absolute;
	left: 50%;
	/*height: 100%;*/
	margin-left: -400px; /* half of width */
	/*background-color: #FFF;*/}

			
/* Nav Specific Items */
/*----------------------------------------------*/
/* all lists */
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;}
/* all list items */
/* BUG::width needed or else Opera goes nuts */
#nav li { 
	float: left;
	width: 10em;}
/* second-level lists */
/* BUG::using left instead of display to hide menus because display: none isn't read by screen readers */
#nav li ul { 
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em;}
/* lists nested under hovered list items */
#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;}
#nav a {
	display: block;
	width: 0em;}

#content {
	clear: left;
	color: #ccc;}


/* Global Links */
/*----------------------------------------------*/
A:link {
	color:#547BAC;
	font-weight:bold; 
	text-decoration:none;}
A:visited {
	color:#547BAC; 
	font-weight:bold; 
	text-decoration:none;}
A:active {
	color:#547BAC;
	font-weight:bold;
	text-decoration:none;}
A:hover {
	color:#547BAC;
	font-weight:bold;
	text-decoration:none;}


/* Global Classes*/
/*----------------------------------------------*/
.footerii {
	color:#ffffff;
	font-family:arial,Verdana;
	font-size:8pt;
	width: 800px;}
	
.reqField {
	color:#547BAC;
	font-family:arial,Verdana;
	font-size:8pt;
	width: 800px;}
	

a.dp,
a:visited.dp,
a:active.dp,
a:hover.dp
  {
	color:#ffffff;
	font-family:arial,Verdana;
	font-size:8pt;
	width: 800px;}

.white {
	color:#FFFFFF;
	font-family:arial,Verdana;
	font-size:8pt;
	width: 800px;}	
.style2 {
	font-family:arial, verdana, helvetica;
	font-size:10pt;}
.style3 {
	color: #547BAC;
	font-style: italic;}
.style4 {
	color: #4f78ac}


/* Specific Home Page Elements (Video & Tell a Friend)*/
/*----------------------------------------------*/
#video {
	position:absolute;
	left:134px;
	top:269px;
	width:320px;
	height:260px;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFFF;}
#controller {
	position:absolute;
	left:254px;
	top:510px;
	width:100px;
	height:20px;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFFF;}
#shareFriendContainer{positions:relative;display: none;}
#shareFriend {
	position:absolute;
	left:0px;
	top:250px;
	width:800px;
	height:400px;
	z-index:1;
	background-image:url(../images/ShareFriend.jpg)}
#btnOPEN {	
	position:absolute;
	bottom:34px;
	left:5px;
	z-index:100;}
#btnCLOSE {	
	display:none;
	position:absolute;
	bottom:34px;
	left:5px;
	z-index:150;}





/*----------------------------------------------*/
/*----------------------------------------------*/
/* EOF */

