/* CSS Document */
/* Robert Powell 2006 - all rights reserved */
/* Header / Body Styles -----------------------------------------------------------------*/

#wrapper{
padding-top: 10px;
width:85%;
margin-left: 5%;
margin-right: 5%;
}

#header{
/*background-image:url(images/GFClogo.jpg); */
width:100%;
height: 170px;
}

#header img{
	border: none;
}

.toplogo{
margin-left: 30px;
padding-left: 30px;
	width: 75%;
	float: left;
}

.clock{
width: 150px;
height: 150px;
	float: left;
		border-right-color: #4f4f4f;
	border-bottom-color: #4f4f4f;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
}

#header h1{
font-family:Arial, Helvetica, sans-serif;
padding-left: 30%;
padding-top: 100px;
color:#4f4f4f;
}

#homelink{
width:100%;
height:150px;
position:absolute;
top:0px;
left:0px;
text-decoration: none;
}

#logolink a a:link a:hover a:visited{
	text-decoration: none;
	border: none;
	
	
}

body{
cursor: url(gfc.cur);
font: 0.75em Verdana, sans-serif;
line-height:1em;
color: #4f4f4f;
background: #fff;
margin:0;
}

body a{
color: #4f4f4f;
}

/* End of Header/Body Styles ----------------------------------------------------------------------*/
/* Start of Navigation Panel styles ---------------------------------------------------------------------------*/

#nav{
width:17%;
padding:10px;
float: left;
font: 1em Verdana, sans-serif;
top:500px;
border: thin dashed;
border-color: #4f4f4f;
}

#skipnav{
color:white;
}

#homelink{
color:white;
}

#anav{
position:relative;
clear: left;
float:left;
left:5%;
}

#anav li{
padding-top:5px;
padding-bottom:5px;
list-style-type: none;
}

#anav a{
text-decoration:underline;
}

#anav img{
border:none;
}

/* End of Navigation Styles --------------------------------------------------------------------------*/

/* Start of Content Styles ----------------------------------------------------------------------------*/

#content{
	width: 100%;
	float: right;
}

.a{
background-color: white;
background-image:url(images/corner.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.2em;
width: 70%;
padding:20px;
float:left;
margin-left: 20px;
margin-bottom: 20px;
border: thin dashed;
border-color: #4f4f4f;
}

.a ul{
padding-top:15px;
padding-bottom:15px;
font-weight:700;
}

.a ul ul{
padding-top:15px;
padding-bottom:15px;
font-weight:400;
}

.b{
background-color: white;
background-image:url(images/corner.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
width: 35%;
padding:20px;
float:right;
margin-bottom: 20px;
}

.b ul{
padding-top:15px;
padding-bottom:15px;
font-weight:700;
}

.b ul ul{
padding-top:15px;
padding-bottom:15px;
font-weight:400;
}

.copyright{
margin-top: 25px;
background-color: White;
clear: both;
font-size: xx-small;
}

#map{
	float: right;
	border: medium solid;
	border-right-color: #4f4f4f;
	border-bottom-color: #4f4f4f;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
}


/* End of Content Styles ----------------------------------------------------------------------------*/
/* Start of Minitabs styles --------------------------------------------------------------------------------*/

#minitabs1{
	margin: 0;
	padding: 0 0 5px 0;
	color: #ccc;
	border-left: 1px solid #4f4f4f;
}

#minitabs1 a{
	line-height: 14px;
	margin: 0 10px 4px 0;
	padding: 0 0 0 6px;
	text-decoration: underline;
	color: #4f4f4f;
}

#minitabs1 li{
	color:#4F4F4F;
	margin: 0;
	padding: 2px 2px 2px 0;
	display: block;
	list-style-type: none;
}


 #minitabs1 a:hover,#minitabs1 a.active{
	border-left: 4px solid #4f4f4f;
	border-right: 4px solid #4f4f4f;	
	padding: 0 3px 0 2px;
	background-color: white;
	color: #4f4f4f;
	text-decoration: none;
}

#minitabs1 a.active{
	border-left: 4px solid #4f4f4f;
	border-right: 4px solid #4f4f4f;
	padding: 0 3px 0 3px;
	color: #4f4f4f;
	text-decoration: none;
}

/* End of Minitabs styles ----------------------------------------------------------------------*/
