/* GBR main layout and styles */

#hd img {
	margin-top: 5px;
	margin-left: 1.8em;
}
/* IE 6 */
* html #hd img {
	margin-left: 1.7em;
}
/* end IE 6 */
/* IE 7 */
*:first-child+html #hd img {
	margin-left: 1.7em;
}
/* end IE 7 */
#bd {
	margin-top: -3px;
	width: 91.9%;
}
.main {
	background-image: url('/images/gbe-couple-full-3.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	min-height:330px;
	/* IE 6 & 7*/
	height:auto !important;
	height:330px;
	/* end IE 6 & 7*/
}
.main h2 {
	padding: 170px 15px 10px 370px;
	font-size: 2em;
}
.main p {
	padding-left: 370px;
	padding-right: 15px;
	font-size: 1.2em;
}
h1, h2, h3 {
	font-family: Georgia;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
}
.yui-u {
	background-image: url('/images/beige-fade.jpg');
	background-repeat: repeat-x;	
	min-height:320px;
	/* IE 6 & 7*/
	height:auto !important;
	height:320px;
	/* end IE 6 & 7*/
}
.yui-u img, .yui-u p, .yui-u h3 {
	margin: 5px 11px 5px 11px;
}
.yui-u img {
	border: 1px solid #FFFFFF;
	margin-top: 11px;
}

.yui-u p {
	margin-top: 0;
	margin-bottom: 5px;
}
.yui-u a:link, .yui-u a:visited {
	color: #447711;
	font-weight: bold;
}
.yui-u a:active, .yui-u a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #447711;
	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: #447711;
	color: #FFFFFF;
	min-height:649px;
	/* IE 6 & 7*/
	height:auto !important;
	height:649px;
	/* end IE 6 & 7*/
}
div.yuimenu {
	background-color: #447711;
	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: #B4C9A0;
}
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 */

/* Refer a Friend Styles */
div#refer {
	margin-top: 50px;
	border-top: 1px solid #FFFFFF;
}

div#refer {
	background-color:#B4C9A0;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
div#refer ul li {
	text-align: center;
	margin: 2px;
}
div#refer ul li.first {
	margin: 0 0 10px 0;
}
div#refer ul li a img{
	margin: 10px;
	border: 1px solid #FFFFFF;
}
/* End Refer a Friend Styles */

