html {
	scrollbar-face-color:#d3dae2;
	scrollbar-shadow-color:#e4e6e9;
	scrollbar-3dlight-color: #e4e6e9;
	scrollbar-darkshadow-color:#e4e6e9;
	scrollbar-track-color:#e4e6e9;
	scrollbar-arrow-color:#41586f;
	background:#a7acb4 url(../images/gfi-bg.jpg) repeat-x top;
}
body{
	margin: 0px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
}
div{
	padding: 0px;
}
img{
 border:0;
}
a:link, a:visited {
	font-size: 10px;
	color: #3366cc;
	font-weight:bold;
	text-decoration:none;
}
a:active, a:hover {
	color: #6699ff;
	font-weight:bold;
	text-decoration:none;
}
.title {
	font-size: 12px;
	margin: 5px 0 5px 10px;
	font-family: Verdana, Arial;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #41586f;
	color: #41586f;
	width: 400px;
	display:block;
}
.subtitle {
	font-size: 11px;
	font-family: Verdana, Arial;
	font-style:italic;
	font-weight:bold;	
	border-bottom:1px solid #41586f;
	color:#41586f;
	width: 200px;
	display:block;
}
.copyright {
	font-size: 10px;
	color: #ccc;
}
.copyright a:link, .copyright a:visited{
	font-size: 10px;
	color: #eee;
	text-decoration:underline;
}
.copyright a:active, .copyright a:hover {
	color: #fff;
	text-decoration:none;
}
.logintxt {
	color: #41586f;
	font-size: 11px;
}
.newscontent{
	padding:5px;
	font-size: 11px;
	border-bottom: 1px solid #eee;
}
.date{
	color: #628d94;
	font-size: 10px;
	font-weight:bold;
	display:block;
}
input, select{
	font-size:11px;
	color:#333;
	background-color:#f4f4f4;
}
small{
	font-size:10px;
	display:block;
	padding: 5px;
	font-weight:normal;
}
.menubutton {  
	background-image: url(../images/gfi-buttons.png);
}
* html .menubutton { 
	background-image: url(../images/gfi-buttons.gif);
}
.menubutton2 {  
	background-image: url(../images/gfi-buttons2.png);
}
* html .menubutton2 { 
	background-image: url(../images/gfi-buttons2.gif);
}

/*======== GFI MENU DROP DOWN ========*/
.gfismoothmenu{
font-size: 10px;
width: 100%;
}
.gfismoothmenu ul{
z-index:5000;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.gfismoothmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.gfismoothmenu ul li a{
display: block;
padding: 0px;
}
* html .gfismoothmenu ul li a{ 
display: inline-block;
}
/*1st sub level menu*/
.gfismoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-color:#e3e0e6;
background-image: url(../images/gfi-menubg.jpg);
background-repeat:repeat-x;
padding: 1px;
border: 1px solid #eee; 
}
/*Sub level menu list items (undo style from Top level List Items)*/
.gfismoothmenu ul li ul li{
display: list-item;
float: none;
}
.gfimenutitle{
 padding: 5px;
 border-bottom: 1px solid #eee;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.gfismoothmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.gfismoothmenu ul li ul li a:link, .gfismoothmenu ul li ul li a:visited {
font-size: 11px;
font-family: Tahoma, Arial;
font-weight:normal;
width: 240px; /*width of sub menus*/
padding: 2px;
margin: 0;
border-top-width: 0;
}
.gfismoothmenu ul li ul li a:hover, .gfismoothmenu ul li ul li a:active {
color:#FFF;
background-color:#4b555d;
background-image: url(../images/gfi-menuover.jpg);
}
.gfismoothmenu ul li ul li img{
padding-right:10px;
}
/* Holly Hack for IE \*/
* html .gfismoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*======== END GFI MENU DROP DOWN ========*/

/*======== GFI TOOLTIP ========*/
#gfitooltip{
font-size:10px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #ccc;
padding: 2px;
background-color: #eee;
visibility: hidden;
z-index: 8000;
}

#gfipointer{
position:absolute;
left: -300px;
z-index: 8001;
visibility: hidden;
}
/*======== END GFI TOOLTIP ========*/

/*======== GFI NEWS SLIDER ========*/
#box{
	position:absolute;
	width:200px;
}
#box span{
	display:block;
}
.mask{
	position:absolute;
	width:200px;
	height:400px;
	overflow:hidden;
}
.slidebutton{
display:block;
font-size:10px;
padding:0px;
cursor:pointer;
color: #3366cc;
}
.slidebutton:hover{
color: #324150;
}
/*======== END GFI NEWS SLIDER ========*/

/*======== GFI CONTENT SLIDER ========*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #eee;
border-bottom: 1px solid #9b8f6e;
width: 560px; /*width of featured content slider*/
height: 300px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
font-size:11px;
width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
overflow: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper2{
height: 1200px;
}

.pagination{
width: 560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 5px;
}
.pagination a{
font-size:9px;
font-weight:normal;
padding:5px 10px 5px 10px;
text-decoration: none; 
color: #3366cc;
background: white;
}
.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #324150;
}
/*======== END GFI NEWS SLIDER ========*/

/*======== SLIMBOX ========*/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*======== END SLIMBOX ========*/
