/* GLOBAL STYLES */

body {
	margin: 0px;
 	text-align: center;
	background-image:url(/glmedia/background.gif);
	}
	
div.pagewrapper {
	width:1000px;
	padding:0px;
	background-color: #CCCCFF;
	margin-left: auto;
	margin-right: auto;
	horizontal-align:center;
	}
	
/*container for home page content & background image*/

.homecontentwrapper {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	margin:0px;
	padding:0px;
	}
	

div.horiz_nav {
	width:1000px; 
	border:solid #ffffff 1px 0px 0px 0px;
	height: 21px;
	background-color:#ffffff;
	text-align:left;
	padding:0px;
	}
	
div.footer {
	float:left; 
	background-color: #990000; 
	width:1000px; 
	height: 27px; 
	padding: 0px;
	margin:0px; 
	border-top:solid 1px #ffffff;
	text-align:left;
	horizontal-align:center;
	}
	
td.footer {
	color: #ffffff;
	font-family: verdana;
	font-size: 0.8em;
	font-weight:normal;
	}
	
	/* standard headline */
h3 {
	font-family: "Times New Roman";
	font-size: 1.7em;
	font-weight: bold;
	text-align:left;
	letter-spacing:.5px;
	}
	
	/*home page promo box headline*/
h4 {
	font-family: arial;
	font-size: .9em;
	font-weight: bold;
	line-height: .9em;
	text-align:left;

	}
	

	
	/*subheadings*/
h5 {
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	text-align:left;
	border-bottom: solid #990000 2px;
	padding-bottom: 4px;
	}

h6 {
	font-family: "Times New Roman";
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	text-align:left;
	color: #ffffff;
	border-bottom: solid #CCCCFF 2px;
		padding-bottom: 4px;
	}

p, input, td, li, dd, blockquote, dt{
	font-family: verdana;
	font-size: .9em;
	font-weight: normal;
	text-align:left;
	}
	

	
	/* Inline text hyperlinks */
a:link {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
	text-decoration: underline;
	}
		
a:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #990000;
	text-decoration: underline;
	}
	
a:visited {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.9em;
	color: #00264D;
	text-decoration: underline;
	}

	/* HOME PAGE ARCHITECTURAL STYLES */



	
/*PROMOBLOCK STYLES*/

#promo {
	position:relative;
	border:1px solid #000000;
	text-align:left;
	color:#000000;
	font-family: verdana;
	font-weight: normal;
	font-size:.9em;
	line-height: 1em;
	/*opacity styles for colored backgrounds
	background-color:#ffffff;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;*/
	/*opacity with transparent .png*/
	background-image:url(/glmedia/home/trans_background.png);
	background-repeat:repeat;
	}	
	
#promomem {
	position:relative;
	border:2px solid #ffffff;
	text-align:left;
	color:#ffffff;
	font-family: verdana;
	font-weight: normal;
	font-size:.9em;
	line-height: 1em;
	/*opacity styles for colored backgrounds*/
	background-color:#00264D;
	filter:alpha(opacity=100);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	/*opacity with transparent .png
	background-image:url(/glmedia/home/trans_background.png);
	background-repeat:repeat;*/
	}
	
.promocaption {
	font-family:arial;
	font-size: .9em;
	font-weight:bold;
	line-height: 1.2em;
	margin: 3px 0px 0px 0px;
}

#tag {
	font-family: "Times New Roman";
	font-size: 2em;
	color:#ffffff;
	display:block;
	float:left;
	position:absolute;
	z-index:10;
	width:400px;
	top: 175px;
	right:175px;
	text-align:left;
	}
	
#memoriam {
	display:block;
	float:left;
	position:absolute;
	z-index:10;
	width:450px;
	height: 182px;
	top: 155px;
	left:50%;
	text-align:left;
	}
	
#tagcomp {
	font-family: "Times New Roman";
	font-size: 2em;
	color:#ffffff;
	display:block;
	float:left;
	position:absolute;
	z-index:10;
	width:600px;
	top: 175px;
	right:50px;
	text-align:left;
	}
	
#tagtax {
	font-family: "Times New Roman";
	font-size: 2em;
	color:#ffffff;
	display:block;
	float:left;
	position:absolute;
	z-index:10;
	width:400px;
	top: 175px;
	right:150px;
	text-align:left;
	}
	
a:link.tag  {
	font-family: "Times New Roman";
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	}
	
a:hover.tag {
	font-family: "Times New Roman";
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	}
	
a:visited.tag {
	font-family: "Times New Roman";
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	}
	
#promohead {
	font-family: arial;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	text-align:left;
	margin-bottom:0px;
	paddding-bottom:0px;
	}
	
a:link.promohead {
	font-family: arial;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	text-align:left;
	text-decoration:underline;
	}
	
a:hover.promohead {
	font-family: arial;
	font-size: 1.0em;
	font-weight: bold;
	line-height:1.0em;
	text-align:left;
	text-decoration:underline;
	}
	
a:visited.promohead {
	font-family: arial;
	font-size: 1.0em;
	font-weight: bold;
	line-height:1.0em;
	text-align:left;
	text-decoration:underline;
	}
	
/*small text under category buttons*/
.slideshowbox {
	border:1px solid #000000; 
	width:340px; 
	height:225; 
	padding:2px 0px 0px 2px;

	}
	
.slidenav {
	padding: 10px 0px 10px 0px;
	width: 340px;
	text-align:right;
}

/*NAVIGATION BLOCK STYLES*/

	/*home page nav box headline*/
h2 {
	font-family: "Bell MT",ACaslonRegular,"TimesNewRoman";
	color:#ffffff;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	text-align:center;
	margin:0px;
	padding:0px;
	}

.navcaption {
	font-family:verdana;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
	text-align:center;
}
	
	
ul.links {
	list-style: disc outside url(/finances/glmedia/gray_on_blue_bullet.gif);
	font-family: verdana;
	font-size: 0.9em;
	text-align:left;
	margin-top:0px;
	}
	
/* Links in the Site Block & Footer */
a:hover.link_hd {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;

	padding: 0px;
	margin:0px;
	}
	
a:visited.link_hd {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;

	padding: 0px;
	margin:0px;
	}
	
a:link.link_hd {
	font-family: verdana;
	font-weight: bold;
	font-size: 0.75em;
	color: #ffffff;
	text-decoration: none;

	padding: 0px;
	margin:0px;
	}
	
a:link.head  {
	font-family: "Bell MT",ACaslonRegular,"TimesNewRoman";
	color:#ffffff;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
	
a:hover.head {
	font-family: "Bell MT",ACaslonRegular,"TimesNewRoman";
	color:#ffffff;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
	
a:visited.head {
	font-family: "Bell MT",ACaslonRegular,"TimesNewRoman";
	color:#ffffff;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
	
	
/* Links in the Site Block & Footer */
a:hover.link2 {
	font-family: verdana;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 5px;

	}
	
a:visited.link2 {
	font-family: verdana;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 5px;

	}
	
a:link.link2 {
	font-family: verdana;
	font-weight: normal;
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: underline;
	padding-left:5px;

	}
	
	
/*COLUMN STYLES*/

.navblock {
	width:1000px; 
	background-color: #ffffff; 
	horizontal-align:center;
	text-align:center;
	}

#left, #right, #center {
	height:auto;
	background-color:#00264D;
	color:#ffffff;
	padding: 10px;
	font-family: verdana;
	font-weight: normal;
	font-size:.9em;
	line-height: 1em;
	/*transparency created with a PNG8 image exported with alpha transparency and sized at 20x20.  Images smaller ie. 1x1 pixels really slow the page down!!*/
	/*opacity styles for colored backgrounds, don't work as well as the .png does cross-browser
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;*/

	}

.blockleft {
	float:left;
	left: 0px;
	width: 360px;
	text-align:center;

	}

.blockcenter {
	float:left;
	left: 0px;
	width: auto;
	min-width:216px;
	horizontal-align:center;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
	text-align:center;

	}

.blockright {
	float:right;
	left:0px;
	width: 360px;
	text-align:center;
	}


