﻿body
{
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: medium;
	background-image:url(bg-g.png);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:black;
}
.modalpopupbg
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

a img
{
	border-width:0px;
}
li
{
	list-style-type: square;
	list-style-position:inside;
}
a
{
	color:Navy;    
}
a:hover
{
	color:blue;
}  
div.topImage
{
	width:128px;
	float:left;
}
div.topHeading
{		
	width:832px;
	float:left;
	padding-left:5px;
}
/* ------------ tabs--------*/
.tabVideo {
	position:relative;
	float:left;
	width:100%;
	/*padding:0 0 1.75em 1em;*/
	margin:0;
	list-style:none;
	line-height:1em;
	cursor:default;
	padding:0px;
}

.tabVideo LI {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

.tabVideo A 
{
	cursor:pointer;
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;	
}
.subitem
{
	width:300px;
	}
.tabVideo A:hover,
.tabVideo A:active,
.tabVideo A.active:link,
.tabVideo A.active:visited {
	background:#bbb;
}

.tabVideo A.active:link,
.tabVideo A.active:visited {
	position:relative;
	z-index:102;
}
.tabVideo ul 
{
	float:left; visibility: hidden; position: absolute;	
	width:300px;
	padding:0px;
}
.videoTab
{
	
	}
/*----------menu---------------*/
/*globalnav*/

.globalnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	font-size:small;
}

.globalnav li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:194px;
	text-align:center;
}

.globalnav li.small {
	width:158px;
}
.globalnav li.big {
	width: 234px;
}
.globalnav a {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

.globalnav a:hover,
.globalnav a:active,
.globalnav a.here:link,
.globalnav a.here:visited {
	background:#bbb;
}

.globalnav a.here:link,
.globalnav a.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

.globalnav ul {
	position:absolute;
	left:0;	
	float:left;
	background:#bbb;
	width:100%;	
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

.globalnav ul li {
	float:left;
	display:block;
	margin-top:1px;
	list-style:none;
}

.globalnav ul a {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

.globalnav ul a:hover,
.globalnav ul a:active,
.globalnav ul a.here:link,
.globalnav ul a.here:visited {
	color:#444;
}
.selectedMenuItem
{
	background-color:#444;
	}
/*Boxes*/	
.main
{
	margin-top:15px; margin-left:5px;  margin-right:5px;
	padding-bottom:25px;
	}
.left
{
	padding:10px; background-color:#ddd;float:left; margin-right:10px; width:152px;
	}	
.right
{
	float:right;
	}	
.footer
{
	clear:both; text-align:center;
	}	
	
/*Home*/
span.EATitleHome {
 font-size: small;
 /*font-family: Verdana, Geneva, sans-serif;*/
 color: #000000;
 background-color: #FFFFFF;
 text-align: justify;
 line-height: 1.3em;
}

/*buttons*/
a.button img{display:block;background-position:left top;} 
a.button:hover img{background-position:left bottom;}
