/* CSS Document 
has main structure & nav divs
general classes*/

sup{
line-height:0.7em;
font-size: 0.75em;
}

BODY.gb {
background: url(/images/general/gb_bkg.jpg); 
	margin-top: 0px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#333333;
	}
	
#container {
	position: relative;
	top: 0px;
	min-width: 775px;
	width: 60em;
	text-align: left;
	background-color: #ffffff;
	height: 80em;
}
	
#navBLK {
	padding-top:50px;
	position: relative;
	top: -50px;
	background-color: #ffffff;
	background-image:url(/images/general/gb_header_bkg.gif);
	background-repeat: repeat-x;

}

#navWH {
	padding-top:50px;
    position: relative;
	top: -50px;
	background-color: #ffffff;
	background-image:url(/images/general/gb_header_bkg.gif);
	background-repeat: repeat-x;
}
#logo {
	position:absolute;
	top:60px;
	left:7px;
	z-index:5;
}
#phone {
	position:absolute;
	top:58px;
	left:142px;
	z-index:4;
	background-image: url(877.619.8578);
	color:#ff9900;
}
#navGLOBAL{
	position: relative;
	top: 15px;
	left: 0px;
	font-weight: bold;
	font-size:0.83em;
	text-align: right;
	color:white;
	background-color: #000000;
	background-image:url(/images/general/gb_globalnav_img.gif);
	background-repeat: no-repeat;
	background-position: -22px 0px;
	padding: 8px 5px 4px 300px;
	height:1.5em;
	z-index:1;
}

#navSUB{
	position: relative;
	top: 14px;
	left: 0px;
	font-weight: bold;
	text-align: right;
	color:#ff9900;
	background-color: #000000;
	background-image:url(/images/general/gb_subnav_img.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	z-index:2;
}

#navSUBwh{
	position: relative;
	top: 14px;
	left: 0px;
	font-weight: bold;
	text-align: left;
	color:#ffffff;
	background-image:url(/images/general/gb_subnav_img_white_bkg.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
	z-index:2;
}
#containerhome{
/* wraps around home page content*/
	position:relative;
	top:-2em;
	height: 50em;

}
#content {
	position: relative;
	top: -40px;
	left: 0px;
	background-color: #ffffff;
	padding: 20px 0px 0px 0px;
	
}	
#contentvis {
/*used for styles_main_vis template -> results, membership, organization*/
	position: relative;
	top: -40px;
	left: 0px;
	background-color: #ffffff;
	padding: 20px 0px 0px 0px;

}	


#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	background-color: #669933;
	font-weight: bold;
	font-size: 78%;
	text-align: center;
	vertical-align: bottom;
	color:#000000;
}	

#pad10{
	padding:10px;
	}
#pad20{
	padding:20px;
	}
#pad5{
	padding:5px;
	}
#nopad{
	padding:0px;
	}	
#pad23left{
	padding:0px 0px 0px 23px;
	}
#pad320left{
	padding:0px 0px 0px 320px;
	}
#padhow{
	padding:0px 0px 0px 35px;
}
.hd1{
	color:#003300;
	font-weight:bold;
	font-size: 1.2em;
}	
.sbhd1{
	color:#669933;
	font-weight:bold;
	font-size:1em;
	font-style:oblique;
}
.sbhd2{
	color:#669933;
	font-weight:bold;
	font-size:1em;
}
.gold{
	color: #FF9900;
}
.ltgreen{
	color:#669933;
	font-weight:bold;
	font-size: 1.1em;
	}
	.dkgreen{
	color:#003300;

	}
.black{
	color:#000000;
}
.blackbd{
	color:#000000;
	font-weight: bold;
}
.white{
	color:#ffffff;
	}
.whitebd{
	color:#ffffff;
	font-weight:bold;
}
.small{
	font-size:0.7em;
}
.smalltxt{
	font-size:0.8em;
}

A.global:link    {font-family: Arial,sans-serif; color: #FFFFFF; text-decoration: none; font-weight:none;}
A.global:visited {font-family: Arial,sans-serif; color: #FFFFFF; text-decoration: none; font-weight:none;}
A.global:hover   {font-family: Arial,sans-serif; color: #FF9900; text-decoration: underline; font-weight:none;}
A.global:active  {font-family: Arial,sans-serif; color: #FF9900; text-decoration: underline; font-weight:none;}

A.footer:link    {font-family: Arial,sans-serif; color: #000000; text-decoration: none; font-weight:none;}
A.footer:visited {font-family: Arial,sans-serif; color: #000000; text-decoration: none; font-weight:none;}
A.footer:hover   {font-family: Arial,sans-serif; color: #000000; text-decoration: underline; font-weight:none;}
A.footer:active  {font-family: Arial,sans-serif; color: #000000; text-decoration: underline; font-weight:none;}

a:link {font-family: Arial,sans-serif; color: #ff6600; text-decoration: none; font-weight:bold;}
a:visited {font-family: Arial,sans-serif; color: #ff6600; text-decoration: none; font-weight:bold;}
a:hover {font-family: Arial,sans-serif; color: #003300; text-decoration: none; font-weight:bold;}
a:active {font-family: Arial,sans-serif; color: #003300; text-decoration: none; font-weight:bold;}
