﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 1.166;
    margin: 0px;
    padding: 0px;
    background-attachment: fixed;
    background-color: #333333;
    background-image: url(themes/current/FBack.gif);
    border: 0; /* This removes the border around the viewport in old versions of IE */
}

#masthead
{
    position: absolute;
    top: 0px;
    height: 100px;
    width: 100%;
    background: #333333 url(themes/current/FBack.gif) fixed;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #999999;
	text-align: right;
	vertical-align: top;
}

#utility a:link, 
#utility a:visited,
#utility a:active {
   color: #999999;
}

#utility a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	background: #FF9900 url(themes/current/nav_bg.gif);
	top: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 110px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #FFCA95;
}

a.glink:hover{
  	background-image: url(themes/current/nav_sel.gif);
	text-decoration: none;
}

.compdates
{
    font-style: italic;
    font-weight: normal;
}


.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 110px;
	left: 10px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #999999;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #FF9900;
}

