/**************************************/
/*              GLOBALS               */
/**************************************/

html {
	margin: 0; 
	padding: 0;
}

body {
	color: #252525; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 13px;
	line-height: 1.25em;  
	margin: 0; 
	padding: 0; 
	text-align: left;
}

.mapframe {
	width: 560px;
	height: 560px;
	background-color: #999999;
	margin-top: 10px;
}

a:link, a:visited {color: #066bb9; text-decoration: none;}
a:link:hover, a:visited:hover {color: #066bb9; text-decoration: underline;}

IMG {border: 0;}
.clear {clear: both }
.graytext { color: #757575; }
.greentext { color: #6aaa37 }
.orangetext { color: #ff6600; }
.smtext { font-size: 11px; }
.smtext_gray { font-size: 11px; color: #757575; }
.medtext { font-size: 15px; }
.lgtext { font-size: 18px; }
.xlgtext { font-size: 24px; margin: 10px 0; display: block; }
.float_right { float: right; }
.float_left { float: left; }
.greentext_lg { 
	color: #6aaa37; 
	font-size: 18px; 
	margin: 15px 0 10px 0; 
	display: block; 
	font-weight: bold; 
}

#footer { border-top: 1px solid #ccc; padding-top: 20px; margin-top: 20px; }

.social {
	float: right;
	margin-left: 10px;
	padding: 10px 0;
	position: relative;
	top: -10px;
}

.facebook {
	background: url(../img/gbpublic_fb.gif) no-repeat left top;
	padding: 10px 0 10px 38px;
	margin-left: 12px;
}

.twitter {
	background: url(../img/gbpublic_tw.gif) no-repeat left top;
	padding: 10px 0 10px 38px;
	margin-left: 12px;
}

.headline {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 40px;
	background: url(../img/gbpublic_hlightbg.gif) repeat-x left top;
	padding: 30px 10px 0 10px;
	height: 147px;
	margin: 0;
}

.maincont {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}

.column1 {
	width: 560px;
	float: left;
	padding: 0 10px;
}

.column2 {
	width: 349px;
	float: left;
	margin-left: 10px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

.login {
	float: right;
	margin: 30px 10px 0 0;
}

.startmapping_cont {
	text-align: center;
	font-size: 12px;
	margin: 10px;
	float: right;
	width: 249px;
	display: block;
	letter-spacing: 0 !important;
	font-weight:normal;
	padding: 0;
}

.startmapping_cont_center {
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin: 20px 10px;
	width: 349px;
	display: block;
	letter-spacing: 0 !important;
	font-weight:normal;
}

.startmapping_btn {
	background: url("../img/gbpublic_startmapping.gif") no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	width: 249px;
	display: block;
	padding: 0;
	height: 58px;
}

.startmapping_btn:hover {
	background: url("../img/gbpublic_startmapping.gif") no-repeat left -58px;
}

.grandprize_header {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

#bullet1 {
	background: url("../img/gbpublic_air.gif") no-repeat left top;
	padding: 12px 0 12px 60px;
	color: #757575;
	font-size: 15px;
	margin: 5px 0;
}

#bullet2 {
	background: url("../img/gbpublic_hotel.gif") no-repeat left top;
	padding: 12px 0 12px 60px;
	color: #757575;
	font-size: 15px;
	margin: -20px 0 5px 0;
}

#bullet3 {
	background: url("../img/gbpublic_golf.gif") no-repeat left top;
	padding: 12px 0 15px 60px;
	color: #757575;
	font-size: 15px;
	margin: -20px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.plus {
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 0;
}

.plus IMG { position: relative; top: -12px; }