/* GBR main layout and styles */
#hd {
	position: relative;
	line-height: 1.23em;
}
#hd img {
	margin-top: 5px;
}
#bd {
	margin-top: -3px;
	width: 91.9%;
}
a#refer-icon, a#twitter-icon {
	position: absolute;
	top: 5px;
}
a#twitter-icon {
	left: 700px;
}
a#refer-icon {
	left: 785px;
}
.main {
	position: relative;
	background-image: url('/images/gbr-full.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	min-height:330px;
	/* IE 6 & 7*/
	height:auto !important;
	height:330px;
	/* end IE 6 & 7*/
}
div#home-box {
	position: absolute;
	margin: 10px;
	width: 330px;
	left: 350px;
	top: 150px;
}
div#home-box h2 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 5px;
}
div#home-box p, div#home-box div {
	font-size: 1.2em;
}
div#home-box a {
	color: #e7de70;
	text-decoration: none;
}
div.center-this {
	text-align: center;
}
div.indent-1 {
	padding-left: 50px;
}
div.indent-2 {
	padding-left: 100px;
}
div.indent-3 {
	padding-left: 150px;
}
div.indent-4 {
	padding-left: 200px;
}
div.indent-5 {
	padding-left: 250px;
}
div.indent-6 {
	padding-left: 300px;
}
div.indent-7 {
	padding-left: 350px;
}
h1, h2, h3 {
	font-family: Georgia;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
}
.yui-u {
	background-image: url('/images/yellow-fade.jpg');
	background-repeat: repeat-x;	
	min-height:320px;
	/* IE 6 & 7*/
	height:auto !important;
	height:320px;
	/* end IE 6 & 7*/
}
.yui-u p, .yui-u h3 {
	margin: 4px;
}
.yui-u a.thumb {
	display: block;
	text-align: center;
	margin: 8px 0 4px 0;
}
.yui-u a.thumb img {
	margin-left: 3px;
}
.yui-u p {
	margin-top: 0;
	margin-bottom: 5px;
}
.yui-u a:link, .yui-u a:visited {
	color: #5f3428;
	font-weight: bold;
}
.yui-u a:active, .yui-u a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5f3428;
	text-decoration: none;
}
.yui-u a.thumb:active, .yui-u a.thumb:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
}

#ft {
	text-align: center;
}

/* Menu Styles */
.menu {
	background-color: #290a05;
	color: #FFFFFF;
	min-height:649px;
	/* IE 6 & 7*/
	height:auto !important;
	height:649px;
	/* end IE 6 & 7*/
}
div.yuimenu {
	background-color: #290a05;
	border: none;
}
div.yuimenu ul {
	padding: 0;
}
div.yuimenu li.yuimenuitem {
	padding: 5px 20px 5px 8px;
}
div.yuimenu li {
	font-size: 0.9em;
	border-bottom: 1px solid #FFFFFF;
}
div.yuimenu ul.first-of-type li ul li.first-of-type {
	border-top: 1px solid #FFFFFF; /* top list item of sub-menu gets a top border */
}
div.yuimenu li.first-of-type {
	border-top: none; /* top list item of main-menu gets no top border */
}
div.yuimenu li.selected {
	background-color: #5f3428;
}
div.yuimenu li a {
	color: #FFFFFF;
}
div.yuimenu li.selected a.selected {
	text-decoration: none;
}
div.yuimenu li.hassubmenu em.submenuindicator {
	background-position: 0 -8px; /* shift the background image to the correct arrow image */
	margin:0pt -12px 0pt 6px;
}
/* End Menu Styles */

/* GB Logo Styles */
img#gb-logo {
	margin-top: 38px;
	margin-left: 19px;
}
/* End GB Logo Styles */

