/* Containers----------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 792px;
}

/* Grid >> Global------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)-----------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns----------------------------------------------------------*/

.container_12 .grid_1 {
	width:46px;
}

.container_12 .grid_2 {
	width:112px;
}

.container_12 .grid_3 {
	width:178px;
}

.container_12 .grid_4 {
	width:244px;
}

.container_12 .grid_5 {
	width:310px;
}

.container_12 .grid_6 {
	width:376px;
}

.container_12 .grid_7 {
	width:442px;
}

.container_12 .grid_8 {
	width:508px;
}

.container_12 .grid_9 {
	width:574px;
}

.container_12 .grid_10 {
	width:640px;
}

.container_12 .grid_11 {
	width:706px;
}

.container_12 .grid_12 {
	width:772px;
}

/* Prefix Extra Space >> 12 Columns-------------------------------*/

.container_12 .prefix_1 {
	padding-left:66px;
}

.container_12 .prefix_2 {
	padding-left:132px;
}

.container_12 .prefix_3 {
	padding-left:198px;
}

.container_12 .prefix_4 {
	padding-left:264px;
}

.container_12 .prefix_5 {
	padding-left:330px;
}

.container_12 .prefix_6 {
	padding-left:396px;
}

.container_12 .prefix_7 {
	padding-left:462px;
}

.container_12 .prefix_8 {
	padding-left:528px;
}

.container_12 .prefix_9 {
	padding-left:594px;
}

.container_12 .prefix_10 {
	padding-left:660px;
}

.container_12 .prefix_11 {
	padding-left:726px;
}

/* Suffix Extra Space >> 12 Columns--------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:66px;
}

.container_12 .suffix_2 {
	padding-right:132px;
}

.container_12 .suffix_3 {
	padding-right:198px;
}

.container_12 .suffix_4 {
	padding-right:264px;
}

.container_12 .suffix_5 {
	padding-right:330px;
}

.container_12 .suffix_6 {
	padding-right:396px;
}

.container_12 .suffix_7 {
	padding-right:462px;
}

.container_12 .suffix_8 {
	padding-right:528px;
}

.container_12 .suffix_9 {
	padding-right:594px;
}

.container_12 .suffix_10 {
	padding-right:660px;
}

.container_12 .suffix_11 {
	padding-right:726px;
}

/* Push Space >> 12 Columns------------------------------------*/

.container_12 .push_1 {
	left:66px;
}

.container_12 .push_2 {
	left:132px;
}

.container_12 .push_3 {
	left:198px;
}

.container_12 .push_4 {
	left:264px;
}

.container_12 .push_5 {
	left:330px;
}

.container_12 .push_6 {
	left:396px;
}

.container_12 .push_7 {
	left:462px;
}

.container_12 .push_8 {
	left:528px;
}

.container_12 .push_9 {
	left:594px;
}

.container_12 .push_10 {
	left:660px;
}

.container_12 .push_11 {
	left:726px;
}

/* Pull Space >> 12 Columns----------------------------------------------*/

.container_12 .pull_1 {
	left:-66px;
}

.container_12 .pull_2 {
	left:-132px;
}

.container_12 .pull_3 {
	left:-198px;
}

.container_12 .pull_4 {
	left:-264px;
}

.container_12 .pull_5 {
	left:-330px;
}

.container_12 .pull_6 {
	left:-396px;
}

.container_12 .pull_7 {
	left:-462px;
}

.container_12 .pull_8 {
	left:-528px;
}

.container_12 .pull_9 {
	left:-594px;
}

.container_12 .pull_10 {
	left:-660px;
}

.container_12 .pull_11 {
	left:-726px;
}

/* Clear Floated Elements-------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* site.css */
body{ background:#f3f3f3; text-align:center;}
a{color:#006838;}
a:hover{color:#8DAF12;}
p{margin-bottom:12px;}
li{margin-bottom:10px;}
.description{margin-left:10px;}
.wrapper{ text-align:left; margin:0 auto;}
form{  background:#fff;border:1px solid #a8a8a8; margin-bottom:20px;}
input,select{border:1px solid #B8C694;}
label{text-align:right;}
fieldset{border-top:1px solid #B8C694; border-bottom:1px solid #B8C694;background:#D9E1C5; padding:30px 0;}
fieldset.general{margin-bottom:0;}
h1,h3{color:#006838;  font-family:Georgia, "Times New Roman", Times, serif;}
h2{ color:#006838;  font-family:Georgia, "Times New Roman", Times, serif;font-size:21px; font-weight:bold; margin:10px 0; padding-left:10px;}
h3{font-size:18px;}
.header{margin:10px 0 30px 0;}
input,.country{width:200px;}
select{ width:100px;}
.golf select{margin-bottom:20px;}
.golf {padding-bottom:0;}
input[type=checkbox]{ border:none; margin:0 10px;width:auto;}
input[type=submit]{ background:#D9E1C5; border:2px solid; color:#006838; cursor:pointer; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-style:italic; margin:0 0 10px 10px; padding:5px; width:275px}
.offers{font-size:10px;}
.callout{margin-bottom:20px; overflow:auto;}
.callout strong{color:#3277b7;}
.callout h2{padding-left:0;}
iframe{overflow:hidden;}
.about{cursor:pointer;}
.screenshot{position:relative;}
.magnify{width:204px; height:136px; background:url(http://digital.globalgolfpost.com/globalgolfpost/misc/magnify.png); display:none;}
.screenshot:hover .magnify{ display:block; position:absolute; top:0; left:0;}
.contest{margin-top:10px;}
.contest img{border: 2px solid #B8C694; margin-bottom: 20px;}
img.no-border{border: none;}

/* text.css */
body{font:12px/1.5 Arial,Helvetica,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:18px}h2{font-size:18px}h3{font-size:14px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:18px}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('http://digital.globalgolfpost.com/globalgolfpost/misc/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://digital.globalgolfpost.com/globalgolfpost/misc/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}
