@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;	
}
body {
	background-color:#f6f6f6;	
	font-family:arial;
}
.mainWrapper {
	width:1020px;
	margin:0 auto;
	background-color:#FFF;
}
.header {
	height:83px;
	background-color:#073766;
	padding-top:46px;
	padding-left:49px;
}
.header .logo {
	float:left;
	width:70px;
	height:70px;
	margin-top:-27px;
	margin-right:174px;
	overflow:hidden;
	line-height:1000px;
	background-image:url(../images/gbc2011/topLogo.png);
	background-repeat:no-repeat;
	background-size:70px 70px;	
}
.header span {
	font-size:35px;
	color:#FFF;
}
.border {
	height:10px;
	background: rgb(124,124,124); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(124,124,124,1) 0%, rgba(193,193,193,1) 25%, rgba(124,124,124,1) 50%, rgba(193,193,193,1) 75%, rgba(124,124,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(124,124,124,1)), color-stop(25%,rgba(193,193,193,1)), color-stop(50%,rgba(124,124,124,1)), color-stop(75%,rgba(193,193,193,1)), color-stop(100%,rgba(124,124,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(124,124,124,1) 0%,rgba(193,193,193,1) 25%,rgba(124,124,124,1) 50%,rgba(193,193,193,1) 75%,rgba(124,124,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(124,124,124,1) 0%,rgba(193,193,193,1) 25%,rgba(124,124,124,1) 50%,rgba(193,193,193,1) 75%,rgba(124,124,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(124,124,124,1) 0%,rgba(193,193,193,1) 25%,rgba(124,124,124,1) 50%,rgba(193,193,193,1) 75%,rgba(124,124,124,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(124,124,124,1) 0%,rgba(193,193,193,1) 25%,rgba(124,124,124,1) 50%,rgba(193,193,193,1) 75%,rgba(124,124,124,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=1 ); /* IE6-9 */
}
.links {
	height:460px;
}
.mainlink, .lady {
	float:left;
}
.lady {
	margin-top:44px;
	height:416px;	
}
.mainlink {
	/*height:146px;*/
	/*padding-top:314px;*/
	background-repeat:no-repeat;
	padding-top:40px;
}
.mainlink1 {
	/*background-image:url(../images/gbc/splashPageLink1.gif);
	background-position:130px 60px;*/
	padding-left:110px;
	width:230px;
	margin-right:6px;
}
.mainlink p {
	font-weight:bold;
	font-size:22px;
/*	margin-bottom:32px;*/
	color:#666666;
	text-align:center;
	/*position:absolute;
	top:450px;*/
	margin-bottom:20px;
}
.mainlink1 p {
	width:165px;	
	padding-left:15px;
}
.mainlink2 {
	/*background-image:url(../images/gbc/splashPageLink2.gif);
	background-position: 40px 60px;*/
	/*padding-left:90px;*/
	float:right;
	width:300px;
}
.mainlink2 p {
	width:262px;
	margin-left:-20px;	
}
.imagePanel {
	height:250px;	
}
.leftImageList, .rightImageList {
	list-style-type:none;	
}
.linkButton {
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	padding:10px 28px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background: rgb(227,24,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(227,24,56,1) 0%, rgba(193,16,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,24,56,1)), color-stop(100%,rgba(193,16,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(227,24,56,1) 0%,rgba(193,16,44,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31838', endColorstr='#c1102c',GradientType=0 ); /* IE6-9 */	
	/*position:absolute;
	top:530px;*/
}

.bottomLinks {
	height:70px;
	text-align:center;	
}
.bottomOffice {
	float:left;
	background-color:#b5b97c;
	height:42px;
	width:510px;
	padding-top:28px;
}
.bottomConnect {
	float:left;
	background-color:#073766;
	height:42px;
	width:510px;
	padding-top:28px;
}
.bottomLink {
	color:#FFF;
	font-weight:bold;
	font-family:Arial;
	font-size:17px;
	text-decoration:none;
}
.theVeryBottom {
	padding-top:20px;
	width:1020px;
	margin:0 auto;
}
.theVeryBottom p {
	color:#9b9b9b;	
	float:left;
}
.theVeryBottom p.language {
	float:right;
	padding-right:24px;
	background-repeat:no-repeat;
	background-position: right center;
}