

/* Global Navigation */
.mouseover
{
	/*background-color:#C0C0C0;*/
	clear:both;
	background:#eeeeee url(images/glblnav_selected.gif) repeat-x top left;
	border-right:inset 2px #F5F5F5;
	color:#006633;
	font-weight:600;
}
/* Quick Search */
.quicksearch
{
	font-weight:600;
	font-size: 10.25pt;
}
.globalNav
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10.25pt;
	color:Black;
	font-weight:600;
	/*background-position:center center;*/
	
	position: absolute;
	width:auto;
	min-width: 640px;
	height: 34px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	margin-top:20px;
	left:4px;
	top:0px;
	background-image:  url("images/glbnav_background.gif");
	text-align:left;
	z-index:1000;
}
.topMenuSep
{
	/* groove inset or ridge */
	border-right:inset 2px #F5F5F5;
}
/* right half of navbar */
.globalNavr
{
	position: absolute;
	
	/*right:35px;*/
	width:80%;
	min-width: 640px;
	/*width:expression(document.body.clientWidth<640?"640px":"auto");*/
	height: 36px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	margin-top:20px;
	margin-right:4px;
	right:0px;
	top:0px;
	background-image: url("images/glbnav_background.gif");
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	height:36px;
	margin-top:20px;
	/*background-position:center center;*/
	
}

#gnr {
	position: absolute;
	top: 10px;
	right:0px;
	height:36px;
	margin-top:10px;
}

.spacer
{
	border-top-width:thick;
	border-top-style:solid;
	border-top-color:#5F79A3;
}
#globalNav img{
	margin-bottom: 0px;
}
/* blue #8dbed8*/
/*global navigation links */
.globalLink
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	position: absolute;
	top:6px;
	padding: 0px;
	margin:0px;
	background-image:none;
	border-right: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-bottom:#C0C0C0 1px solid;
	background-color:#F5F5F5;
	z-index:1000;
	line-height: normal;
}

.subMenu
{
	/*background-image: url("images/glbnav_selected.gif");
	background-position:center center; */
	border-right: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	width:auto;
	font-size:smaller;
	color:#000000;
	background-color:#FFC080;
	margin-top:-20px;
	margin-left:-25px;	
	z-index:200;
}

/*Masthead*/
#masthead
{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	position: absolute;
	top: 40px;
	left: 8px;
	right: 2%;
	width:98%;
	color: #000000;
	font-weight:normal;
	border: none;
	padding: 0px;
	z-index:100;
	height:auto;
	border-bottom:solid 1px #F5F5F5;
	/*background-color:White;*/
	/*background-image: url(images/mast_bkgrd.jpg); */	
}

/* Site Name */
#siteName{
	margin: 0px;
	padding: 15px 0px 5px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 0em;
	
	/*background-color:White;*/
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	color: #FFFFFF;
}
/* catalog search form */
#frmCntr
{
position:absolute;
	top:25px;
	right:20px;	
	z-index:101;	
}
#catalogfrm
{
	position:absolute;
	top:110px;
	right:20px;	
	z-index:133;
}
#txtCaption
{
	
	font-size:9.5pt;
	padding-right:6px;	
	vertical-align:middle;

}
.quicksearch
{
	margin-top:0px;	
}

/************** utility styles *****************/

#utility{
	font: normal 75% Verdana, sans-serif;
	position: absolute;
	top: 50px;
	right: 10px;
	color: #000;
	padding-right: 4px;
	visibility: visible;
}


#utility a{
	color: #000;
	width:auto;
	font-weight: normal;
	padding-right: 4px;
}

#utility a:hover{
	text-decoration: underline;
	font-weight: normal;
	padding-right: 4px;
}
