/***********************************************************
         GBGfoundation Website Screen Stylesheet
                   by: Bruce Morgan
				        12/06
***********************************************************/

body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url('http://www.gbgfoundation.org/images/GBGFpgbkgrnd.gif'); 
	margin: 0; 
	text-align: center;
}

/*****  Container Style  *****/
#container {
	width: 955px; 
	background-color: #6c6b67; 
	padding-left: 10px; 
	padding-right: 10px; 
	text-align: left;
}

html>body #container {
	margin: 0 auto;
	width: 935px;
}

/*****  Header Styles  *****/
#header {
	width: 100%; 
	height: 25px; 
	background-color: #363435; 
	border-bottom: solid 1px #9d999a; 
	text-align: right; 
	padding-top: 5px;
	color: #BCBCB4;
	font-size: 11pt;
}

html>body #header {height: 20px;}

#header a {
	font-size: 10pt; 
	color: #BCBCB4;
	padding: 5px 25px 5px 20px;
	background-image: url('http://www.gbgfoundation.org/images/arrow1.gif');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
	font-weight: bold;
	
}

/*****  Logo Styles  *****/
#logo {
	width: 100%; 
	height: 105px; 
	background-color: #000000; 
	margin-bottom: 4px;
	padding: 0px; 
	text-align: right;
}

html>body #logo {height: 100px; margin-bottom: 0px;}

#GBGFlogo {
	margin-top: 12px; 
	margin-left: 25px;
}

html>body #GBGFlogo {margin-top: 5px;}

/*****  Search Styles  *****/
#search {
	width: 355px;
	height: 20px;
	margin-right: 15px;
	margin-top: 65px;
	margin-bottom: 0px;
	text-align: right;
}

html>body #search {
	float: right;
}

#search form()

#search input[type=submit] {}

/*****  Feature Styles  *****/
#feature {
	height: 225px; 
	background-color: #312f30;
	background-image: url('http://www.gbgfoundation.org/images/backgrounds/rotate.php'); 
	background-repeat: no-repeat; 
	background-position: top center; 
	margin-top: 4px; 
	padding: 0px;
}

html>body #feature {height: 224px; margin-top: -8px;}

/*****  PresText Styles  *****/
#PresText {
	position: relative;
	left: 485px;
	top: 8px;
	width: 355px; 
	height: 128px;
	text-align: justify;
	font-size: 9pt;
	color: #FFFFFF;
	padding-left: 35px;
	/*background-image: url('http://www.gbgfoundation.org/images/prestext_arrow.gif');
	background-repeat: no-repeat;
	background-position: top left;*/
}

html>body #PresText {height: 107px;}

#PresQuote {margin-bottom: 10px;}
#PresSig {margin-top: 10px; margin-bottom: 5px;}

#WelcomeImg {
	position: relative;
	left: 551px; 
	top: 10px;
	width: 291;
	height: 60;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/welcome.png',sizingMethod='scale');*/
}

html>body #WelcomeImg {top: 18px;}

/*****  MainNav Styles  *****/
#mainnav {
width: 100%;
padding-bottom: 5px;
margin-top: 24px;
/* background: #eee; */
float: right;
}
html>body #mainnav {margin-top: 35px;}
#mainnav ul {
list-style: none;
margin: 0;
padding: 0;
width: 7em;
float: right;
}
#mainnav a, #mainnav h2 {
font: bold 11px/14px arial, helvetica, sans-serif;
display: block;
/* border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb; */
margin: 0;
padding: 2px 0px;
padding-left: 3px;
}
#mainnav h2 {
color: #fff;
background: #e0aa0f;
/* text-transform: uppercase; */
}

#mainnav a {
color: #fff;
background: #e0aa0f;
text-decoration: none;
}

#mainnav a:hover {
color: #fff;
background: #000;
}

#mainnav li {position: relative;}

#mainnav ul ul {
position: absolute;
z-index: 500;
}

#mainnav ul ul ul {
top: 0;
left: 100%;
}
div#mainnav ul ul,
div#mainnav ul li:hover ul ul,
div#mainnav ul ul li:hover ul ul
{display: none;}

div#mainnav ul li:hover ul,
div#mainnav ul ul li:hover ul,
div#mainnav ul ul ul li:hover ul
{display: block;}


/*****  Main Styles  *****/
#main {
	width: 100%; 
	min-height: 475px;
	background-color: #FFFFFF;
	background-image: url('http://www.gbgfoundation.org/images/mainbkgrnd2.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

html>body #main {background-image: url('http://www.gbgfoundation.org/images/mainbkgrnd.jpg');}

/*****  News Styles  *****/
#news {
	text-align: center;
}

#newsframe {
	width: 94%;
	height: 175px;
	border-top: 1px solid #757575;
	border-left: 1px solid #757575;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

/*****  SideBar Styles  *****/
#sidebar {
	background-color: #EfEEE9; 
	width: 278px; 
	float: left;
	display: inline;
	border-right: 1px solid #CDCBCC;
	overflow: visible;
}

html>body #sidebar {width: 275px;}

#sidebar_title {
	display:block;
	width:277px;
	heigh: 35px;
	font-size: 10.5pt;
	font-weight: normal;
	color: #585a5b;
	text-transform:uppercase;
	margin: 8px 5px 2px 10px;
}

#subnav_links {width: 100%}

#subnav_links ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav_links a, #subnav_links h2 {
	font: 11pt/14pt arial, helvetica, sans-serif;
	display: block;
	color: #000000;
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 2px 3px;
}

#subnav_links h2 {
	color: #000000;
	background: #EfEEE9;
	font-weight: normal;
}

#subnav_links a {
	color: #000;
	background: #EfEEE9;
	text-decoration: none;
}

#subnav_links a:hover {
	color: #e0aa0f;
	background: #000;
}

#subnav_links li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#subnav_links ul ul {
position: absolute;
z-index: 500;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#subnav_links ul ul,
div#subnav_links ul ul ul,
div#subnav_links ul li:hover ul ul,
div#subnav_links ul li:hover ul ul ul,
div#subnav_links ul ul li:hover ul ul ul
{display: none;}

div#subnav_links ul li:hover ul,
div#subnav_links ul ul li:hover ul,
div#subnav_links ul ul ul li:hover ul
{display: block;}
	
/*****  Newsletter Styles  *****/
#newsletterdiv {
	width: 100%;
	padding: 8px 6px 4px 10px;
	color: #585a5b;
	font-size: 8.5pt;
}

#newsletterdiv h4 {
	font-size: 10.5pt;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0px;
}

#fname {
	display: inline;
	float: left;
	padding-right: 8px;
}

#lname {
	display: inline;
}

#email {
	margin-bottom: 5px;
}

#newsletter form {
	Font-size: 9pt;
}

#newsletterdiv input[type=submit] {
	float: right;
	height: 26px;
	border: 1px solid #CCCCCC;
	background-color: #313131;
	color: #FFFFFF;
}

html>body #newsletterdiv input[type=submit] {margin-right: 32px;}

/*****  Content Styles  *****/
#content {
	/* background-color: #FFFFFF; */
	width: 100%; 	
	display: inline;
	/* background-image: url('images/ShadingBkgrnd.jpg'); */
	background-repeat: repeat-y; 
	background-position: left;
	margin-left: -3px;
	overflow: hidden;
}

html>body #content {min-height: 700px;}

#content_title {
	padding: 4px 8px 4px 50px;
	background-color: #EEEDE8;
	background-image: url('http://www.gbgfoundation.org/images/arrow2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 13pt;
	border-bottom: 1px solid #CCCCCC;
}

html>body #content_title{ margin-left: 275px;}

#content_sub {
	height: 100%;
	padding: 8px 30px 10px 25px;
	font-size: 10pt;
	font-family: times;
	color: #222222;
	line-height: 13.5pt;
	text-align: justify;
	background-image: url('http://www.gbgfoundation.org/images/contentsubbkgrnd2.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

html>body #content_sub {margin-left: 275px; padding-top: 4px; min-height: 585px;}

#content_sub a {}

#content_sub a:hover {}

#imgdiv {float: right; width: 284px; margin: 0px 5px 0px 15px}

#imgdiv2 {margin: 0px 5px 0px 15px}

/*****  Footer Styles  ******/
#footer {
	width: 100%; 
	height: 30px; 
	background-color: #363435; 
	padding: 5px 10px 5px 10px;
	font-size: 9pt;
	color: #CCCCCC;
	text-align: right;
}

html>body #footer {width: 915px; height: 22px;}

#footernav {
	display: inline;
	float: left;
}

#footernav img {
	vertical-align: middle;
	border: 0px;
}

#footernav a {
	color: #D89E00;
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
}

#footernav a:hover {
	color: #BCBCB4;
	text-decoration: none;
}

/*****  Copyright Style  *****/
#copyright {
	position: relative;
	top: 4px;
	display: inline;
	text-align: right;
}

/*****  Table Styles  *****/

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/******  Class Styles  *****/

.gold {color: #D89E00}

.caption {margin: 0px; color: #585a5b; font-size: 8pt; line-spacing: 8px;}

a.readmore {
	font-size: 9pt;
	color: #D89E00;
	font-weight: bold;
	margin-left: 12px;
	padding-left: 12px;
	background-image: url('http://www.gbgfoundation.org/images/Arrow3.gif');
	background-repeat: no-repeat;
	text-decoration: none;
}
a.readmore:hover {text-decoration: underline;}

input.graybtn {
	float: right;
	height: 26px;
	border: 1px solid #CCCCCC;
	background-color: #313131;
	color: #FFFFFF;
}

a.directors {
	display: block;
	margin: 8px 5px 8px 25px;
	padding-left: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url('http://www.gbgfoundation.org/images/arrow4.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
a.directors:hover {text-decoration: underline;}

.dirImg {
	display: block;
	height: 165px;
}

a.bllink {color: #000000; text-decoration: none}
a.bllink:hover {text-decoration: underline}

a.gldlink {color: #D89E00; text-decoration: none}
a.gldlink:hover {text-decoration: underline}

.center {text-align: center; align: center;}

.underline {text-decoration: underline}
.nounderline {text-decoration: none}

/* .imgdiv {float: right; width: 284px; margin: 0px 5px 0px 15px} */

.shadow1 {padding: 10px; background-image: url('http://www.gbgfoundation.org/images/shadow1.gif'); background-repeat: no-repeat; background-position: center}

.shadow2 {padding: 10px; background-image: url('http://www.gbgfoundation.org/images/shadow2.gif'); background-repeat: no-repeat; background-position: bottom right}

.shadow3 {padding: 10px; background-image: url('http://www.gbgfoundation.org/images/shadow3.gif'); background-repeat: no-repeat; background-position: center}

.show {
	display:inline;
}
.hide {
	display:none;
}
