/*================================================================
CSS file for HybridGeek 2010 - by Brian A. Call
Subsite: UNIVERSAL v1
================================================================*/

/* APPLY TO ALL */
body {
	font-variant: small-caps;
	font-size: 100%;
	color: #FFFFFF;
	/* font-family: "Times New Roman", Times, serif; */
}

/* HEADERS */
.header {
	/* background-color: #FFFFFF;  */
	padding: 12px;
	font-family:verdana,arial,helvetica,sans-serif;
}
#hg_title {
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}
#hg_title_body {
	line-height: 1.1;
	font-size: 0.8em;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

a#hg_title_link {
	letter-spacing: 2px;
	font-variant: small-caps;
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
a#hg_title_link:link, a#hg_title_link:visited {
	text-decoration: none;
	color: #000000;
	font-style: normal;
}
a#hg_title_link:hover {
	text-decoration: none;
	color: #000000;
	font-style: normal;
}
a#hg_title_link:active {
	text-decoration: none;
	color: #000000;
	font-style: normal;
}

/* FOOTER NULL LINK SET */
.footer a.null_link, .footer a.null_link:link, .footer a.null_link:visited, .footer a.null_link:hover, .footer a.null_link:active {
	cursor: default;
	text-decoration: none;
}

/* UNIVERSAL TOOLTIP CLASSES */
a.tooltip {
}
a.tooltip:link, a.tooltip:visited {
}
a.tooltip:hover {
	position: relative;
	text-decoration: none;
}
a.tooltip:active {
	text-decoration: none;
}
a.tooltip span {
}
a.tooltip span.null_link_span {
}
a.tooltip:hover span.null_link_span {
	text-decoration: none;
	cursor: default;
}

/* TOOLTIP POPOUT WEBMAIL */
/* Credit: http://meyerweb.com/eric/css/edge/popups/demo.html */
a.tooltip span#webmail_help {
	display: none;
}
a.tooltip:hover span#webmail_help {
	display: block;
   	position: absolute;
	right: 0;
	width: 230px;
	padding: 5px; 
	margin: 10px;
	bottom: 1.4em; /* bump it up a line */
	overflow: visible;
	text-decoration: none;

   	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	border: 1px solid #808080;
	color: #000000; 
	background-color: #fff8d1;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.7em;
	text-align: center;
}

/* TOOLTIP POPOUT ADOBE PDF */
/* Credit: http://meyerweb.com/eric/css/edge/popups/demo.html */
a.tooltip span#PDF_help {
	display: none;
}
a.tooltip:hover span#PDF_help {
	display: block;
   	position: absolute;
	right: 0;
	width: 230px;
	padding: 5px; 
	margin: 10px;
	bottom: 1.4em; /* bump it up a line */
	overflow: visible;
	text-decoration: none;

   	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	border: 1px solid #808080;
	color: #000000; 
	background-color: #fff8d1;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.7em;
	text-align: center;
}

/* FOOTER */
.footer {
	text-align: center;

}
.footer p, .footer a, .footer a:link, .footer a:visited {
	color: #808080; /* gray */
	font-variant: small-caps;
	text-decoration: none;
	font-size: 1.0em;
}

.footer a:hover {
	text-decoration:underline;
}

.footer a:active {
	color: #808080; /* gray */
	font-variant: small-caps;
	text-decoration: none;
	font-size: 1.0em;
}

.footer a img#PDF_icon {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	height: 17px;
	width: 17px;
}

.footer img, .footer img a:link, .footer img a:visited, .footer img a:hover, .footer img a:active  {
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* PAGE CERTIFICATIONS BLOCK */
.page_cert {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.page_cert img{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.page_cert a:link, .page_cert a:visited {
	border: 0;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	background-color: transparent;
}
.page_cert a:hover {
	border:0;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	background-color: transparent;
}
.page_cert a:active {
	border: 0;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	background-color: transparent;
}

/* FOOTER UL */
.footer_ul {

}
.footer_ul ul {
	list-style-type: none;
	padding:0; 
	margin:0;
	border:0;
}
.footer_ul ul li {
	float: left;
}

/* PAGE CERTIFCATION BAR UL */
.page_cert_ul {
}
.page_cert_ul ul {
	list-style-type: none;
	display: inline;
	padding:0; 
	margin:0;
	border:0;
}
.page_cert_ul ul li {
	float: left;
}