/*
--------------------------
CSS RESET
--------------------------
*/
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, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var, 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-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} :focus {outline: 0;} body {line-height: 1;color: black;background: white;} ol, ul {list-style: none;} table {border-collapse: separate;border-spacing: 0;} caption, th, td {text-align: left;font-weight: normal;}

img { -ms-interpolation-mode: bicubic; }

img, div { behavior: url(http://www.golfchannelsolutions.com/ie/iepngfix.htc) }

/*
--------------------------
CSS START
--------------------------
*/

body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	width: 100%;
}


#fill {
	background: #fff url(../_img/tile-header.gif) repeat-x left top;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 20px;
}

#header {
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
	height: 120px;
	background: #000;
	width: 980px;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
}

#contactlogin {
	height: 30px;
	text-align:right;
	margin: 0 0 5px 0;
	width: 201px;
	float: right;
}

#contactlogin a img {
	display: inline;
	margin: 0;
}

#imusBTN {
	top: 0px;
	right:0;
	margin:0px 1px 0px 0;
	width: 100px;
	text-align: left;
	float: left;
}

#contactBTN {
	float: left;
	top: 0px;
	right:0;
	margin:0px 0 0px 0;
	width: 100px;
	text-align: right;
}


#footer a#imuslogin {
	color: #fff;
}

#footer a#imuslogin:hover {
	color: #4192d9;
}


#mainContent {
	padding: 0 30px;
	margin: 0;
	color:#333;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	behavior: url(../ie/PIE.htc);
	border-radius: 8px 8px 8px 8px;
}
	
#mainContent.home {
	behavior: url(./ie/PIE.htc);
	border-radius: 8px 8px 8px 8px;
}





.homefill {
	background: url(../_img/white.gif) repeat-x left 150px;
}

.heroImage {
	margin: 0 0 0 300px;
	padding: 0px;
	float: right;
	position: absolute;
	top: 23px;
	display:block;
	text-align:right;
}
#introduction {
	margin: 0px;
	padding: 0px;
}
	

#mainContent p {
	margin: 0 0 8px 0;
	color:#666;
	font: 0.85em/145% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	}
	



a:link, a:visited, a:active {
	color: #8bbcda;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999;
}


#videoArea {
	margin: 0 0 15px 0;
	padding: 0px;
	text-align: center;
	display: block;
	}




/*
--------------------------
HOME PAGE
--------------------------
*/

#sidebar p.homeIntro {
	font: normal .95em/135% Helvetica, Arial, sans-serif;
	margin: 0 0 2px 0;
	padding: 0 2.5em 0 0;
	color:#777;
}

#videoWindow.homeVideo {
	padding: 8px 0 15px;
}



#buckets {
	margin: 0px  auto;
	padding:  0px 0;
	background: #0f2541 url(../_img/tile-bucket.gif) repeat-x left bottom;
	width: 960px;
	overflow: auto;
	clear: both;
}
	
#buckets h2 {
	font: bold 1em/120% 'Helvetica Neue Condensed Bold', 'Helvetica Neue', Helvetica, Arial;
	color: #4b90cc;
	margin: 0px;
	padding: 0px 0 2px 0;
	text-align:center;
	}

#buckets p {
	font: .8em/135% Arial, Helvetica, sans-serif;
	color: #c5d0db;
	margin: 0px;
	padding: 0 10px 30px;
	text-align:center;
}
	
.buckethed {
	color: #94c5eb;
	font-size: 1.6em;
	margin: 10px 0 10px;
	clear:left;
	border-top: 1px solid #eee;
	padding: 4px 0 0 0;
}
	
#buckets .bucket li:hover h2 {
	color: #fff;	
	}

#buckets .bucket li:hover p {
	color: #fff;	
	}   
	
.bucket li img {
	float: none;
	margin: 5px 0 0px 0;
	-webkit-transition: all .2s ease;
   	-moz-transition: all .2s ease;
   	-o-transition: all .2s ease;
   	transition: all .2s ease;
	}
 
 .bucket li:hover img {
	margin: 0px 0px 0px 0;
	} 

.bucket li {
	margin:0px;
	padding: 0px 10px;
	float: left;
	width: 219px;
	-webkit-transition: background-color .2s ease;
   	-moz-transition: background-color .2s ease;
   	-o-transition: background-color .2s ease;
   	transition: background-color .2s ease;
	border-right: 1px solid #444;   	
	border-right: 1px solid rgba(255, 255, 255, .1);
	min-height: 170px;
	text-align:center;
}
	

#buckets .bucket li:hover, #buckets .bucket li:last-child:hover {
	background: #444;
	background: rgba(255, 255, 255, .1);
   	}
	

   
#buckets .bucket li:last-child {
	width: 220px;
	-webkit-transition: all .2s ease;
   	-moz-transition: all .2s eas7;
   	-o-transition: all .2s ease;
  	transition: all .2s ease;
	border-right: 0px solid #bedded;   	
	}

#survey {
	text-align: center;
	padding: 15px 0 0;
	clear: left;
	margin: 0;
	display:none;
}




/*
--------------------------
NAVIGATION
--------------------------
*/


#navcontainer {
	padding: 0px;
	margin: 0 0 0 0;
	height: 85px;
	width: 665px;
	position: relative;
	float: right;
	}


.nav {
	width: 665px;
	height: 65px;
	background: url(../_img/nav-sprite.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.nav li {
	display: inline;
	}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0px;
	height: 65px;
	text-indent: -9000px;
	overflow: hidden;
	}
	
	
.nav .teetimes a:link, .nav .teetimes a:visited {
	left: 0px;
	width: 165px;
	}
.nav .teetimes a:hover, .nav .teetimes a:focus {
	background: url(../_img/nav-sprite.gif) no-repeat 0px -65px;
	}
.nav .teetimes a:active {
	background: url(../_img/nav-sprite.gif) no-repeat 0px -65px;
	}
.current-teetimes .teetimes a:link, .current-teetimes .teetimes a:visited {
	background: url(../_img/nav-sprite.gif) no-repeat 0px -130px;
	cursor: default;
	}

.nav .instruction a:link, .nav .instruction a:visited {
	left: 165px;
	width: 165px;
	}
.nav .instruction a:hover, .nav .instruction a:focus {
	background: url(../_img/nav-sprite.gif) no-repeat -165px -65px;
	}
.nav .instruction a:active {
	background: url(../_img/nav-sprite.gif) no-repeat -165px -65px;
	}
.current-instruction .instruction a:link, .current-instruction .instruction a:visited {
	background: url(../_img/nav-sprite.gif) no-repeat -165px -130px;
	cursor: default;
	}
	

.nav .social a:link, .nav .social a:visited {
	left: 330px;
	width: 165px;
	}
.nav .social a:hover, .nav .social a:focus {
	background: url(../_img/nav-sprite.gif) no-repeat -330px -65px;
	}
.nav .social a:active {
	background: url(../_img/nav-sprite.gif) no-repeat -330px -65px;
	}
.current-social .social a:link, .current-social .social a:visited {
	background: url(../_img/nav-sprite.gif) no-repeat -330px -130px;
	cursor: default;
	}

.nav .events a:link, .nav .events a:visited {
	left: 495px;
	width: 165px;
	}
.nav .events a:hover, .nav .events a:focus {
	background: url(../_img/nav-sprite.gif) no-repeat -495px -65px;
	}
.nav .events a:active {
	background: url(../_img/nav-sprite.gif) no-repeat -495px -65px;
	}
.current-events .events a:link, .current-events .events a:visited {
	background: url(../_img/nav-sprite.gif) no-repeat -495px -130px;
	cursor: default;
	}


/*
--------------------------
HEADLINES
--------------------------
*/

h1 {
	font: bold 1.6em/115%  "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #929699;
	margin:0 0 15px 260px;
	text-align: left;
	letter-spacing: -0.05em;
	text-shadow: #fff 0px 1px 0px;
}


h2 {
	font: bold 1.6em/115% "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #7E8285;
	margin:0 0 10px 260px;
	text-align: left;
	letter-spacing: -0.05em;
}

h3 {
	font: bold 1.15em/115% "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #82b8d9;
	text-align: left;
	letter-spacing: -0..7em;
}


h1#homeHed {
	padding: 135px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:135px;
	*background: url(../_img/h1-home.gif) no-repeat 0px 0px;
	background: url(../_img/h1-home.png) no-repeat 0px 0px;
	margin: 70px 0 5px 0;
}


h1#teetimesHed {
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	background: url(../_img/h1-teetimes-overview.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 260px;
}


h1#poweruserHed {
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	background: url(../_img/h1-poweruser.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 260px;
}

h1#featuredHed {
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	background: url(../_img/h1-featuredvideo.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 260px;
}


h1#amtourHed {
	padding: 60px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:60px;
	background: url(../_img/h1-amtour.gif) no-repeat 0px 0px;
	margin: 0px 0px 15px 260px;
}

h1#golfleaguesHed {
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	background: url(../_img/h1-golfleagues.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 260px;
}

h1#sponsorshipHed {
	padding: 60px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:60px;
	background: url(../_img/h1-sponsorship.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 260px;
}

h1#destinationHed {
	padding: 60px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:60px;
	background: url(../_img/h1-destination.gif) no-repeat 0px 0px;
	margin: 0px 0px 15px 260px;
}

h1#onairHed {
	padding: 60px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:60px;
	background: url(../_img/h1-onair.gif) no-repeat 0px 0px;
	margin: 0px 0px 15px 260px;
}

h1#databaseHed {
	padding: 60px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:60px;
	background: url(../_img/h1-database.gif) no-repeat 0px 0px;
	margin: 0px 0px 15px 260px;
}


h1#videoHed {
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	background: url(../_img/h1-videolibrary.gif) no-repeat 0px 0px;
	margin: 0px 0px 15px 260px;
}

h1#contactHed {
	padding: 30px 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	background: url(../_img/h1-contact.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px 260px;
}


a.videosBTN {
	color: #bf5b3e;
	background: #fff;
	margin: 10px auto 20px;
	padding: 5px;
	font: bold 1.4em/120% Helvetica, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	clear:left;
	}

a.videosBTN:hover {
	color: #999;
}



#golfnowsolutions {
	color: #FFF;
	background: #013b69;
	padding: 8px 0 10px;
	font: normal .9em/120% "Lucida Grande", Lucida, Verdana, sans-serif;
	display: none;
}

#golfnowsolutions a {
	color: #6ba6d6;
}
#golfnowsolutions a:hover {
	color: #fff;
}




#mainContent p.intro {
	margin: 0 0 20px 260px;
	padding: 0px;
	font-size: .9em;
	line-height: 140%;
}

#mainContent #getstarted a {
	color: #FFF;
	text-decoration: none;
	margin: 0 1px 10px 0;
}

a.alpha img {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
   
   
 a:hover.alpha img {
	filter: alpha(opacity=60);
	-moz-opacity:.6;
	opacity: .6;
   	}

.clearit {
	clear: both;
	line-height: 1%;
	margin: 0px;
	padding: 0px;
	}

blockquote {
	margin:0 0 .3em 0;
	font: bold 1em/140% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:0;
	}






#introduction p {
	margin: 0 0 15px 0;
	padding: 0px 0 0px 0px;
	font: 0.9em/140% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
}




#news h3#headlines {
	font: bold 1em/110% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px 0 20px -30px;
	float: left;
}
#items li {
	margin: 0px 0px 10px;
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #fff;
}

#items li:last-child {
	margin: 0px 0px 10px;
	padding: 0 10px 10px 0;
	border-bottom: none;
}











cite {
	margin: 5px 0 0 0px;
	font: .7em/120% Arial, Helvetica, sans-serif;
	color: #888;
	display:block;
}
#bythenumbers h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0 0 2px 0;
}
#contentColumn ul {
	font: normal .90em/135% Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 1em 1.3em;
	list-style-type: none;
	color:#77828c;
	background: #f2f9fc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc);
	border-radius: 5px;
	}

#contentColumn  li {
	margin: 0px 0px .4em;
	padding: 0 0 0 1.5em;
	background: url(../_img/arrow.png) no-repeat 0 0.45em;
}

#contentColumn h4 {
	font: bold 1em/120% Arial, Helvetica, sans-serif;
	text-align: left;
	margin:10px 0 5px;
	color: #666;
	border-top: 1px solid #ddd;
	padding: 10px 0px 0px;
}




#intro {
	margin: 0px 0px 10px 260px;
	padding: 0px;
}

.column-a {
	margin: 0px 20px 20px 260px;
	padding: 0px;
	float: left;
	width: 310px;
}

.column-b {
	margin: 0;
	padding: 0;
	float: left;
	width: 310px;
}



/*
--------------------------
VIDEO PLAYER AREA
--------------------------
*/

#sidebar {
	float: left;
	width: 230px;
	padding: 0px;
}

#videoWindow {
	margin: 0px 0px 10px 250px;
	padding: 0px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc);
	border-radius: 5px;
	}
#contentColumn {
	margin: 0px 0px 10px 260px;
	padding: 0px 0px 10px;
	text-align: left;
}
	


#videoWindow img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc);
	border-radius: 5px;
}
	
	
#sidebar h3 {
	font: bold .95em/120%  'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 2px 0;
	padding: 0 20px 0 0;
	color: #999;
}

#sidebar p {
	font: normal 0.8em/135% Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	padding: 0 30px 0 0;
	color:#999;
}

ul.videonav {
	margin: 0 0 15px 0;
	border-top: 0px solid #ddd;
	border-top: 0px solid rgba(0, 0, 0, .1);
	text-align: left;
}

#sidebar .videonav li a {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	border-bottom: 0px solid #ddd;
	border-bottom: 0px solid rgba(0, 0, 0, .1);
	display:block;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #777;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#sidebar .videonav li a:hover {
	background: #eee;
}


#sidebar .videonav li a:hover h3 {
	color:#333;
}

#sidebar .videonav li a:hover p {
	color:#444;
}
.videonav li a.current {
	background: #fff;
}

#sidebar .videonav li a.current h3 {
	color: #22639f;
}

#sidebar .videonav li a.current p {
	color: #6cafd9;
}

#videoLibraryBTN {
	font: bold .75em  'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #999;
	background: #eee;
	margin: 0;
	padding: 7px 7px;
	width: 180px;
	display:block;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	behavior: url(../ie/PIE.htc);
	border-radius: 14px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;}

#videoLibraryBTN:hover {
	color: #fff;
	background: #8bbcda;
}

/*
--------------------------
VIDEO LIBRARY
--------------------------
*/

#videoGroup {
	margin: 0 0 10px 260px;
	position:relative;
	}

#videoGroup ul {
	position:relative;
	margin: 0 0 20px 0;
}


.videoThumb {
	margin: 0px 15px 10px 0px;
	padding: 5px 10px 10px;
	float: left;
	width: 280px;
	background: #fff;
	border-bottom:1px solid #eee;
	min-height: 90px;
	}

.videoThumb:hover {
	}

.videoThumb img {
	width: 100px;
	height: auto;
	margin: 0 10px 0em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc);
	border-radius: 5px;
	float:left;
}

#mainContent .videoThumb h3 {
	font-size: 0.80em;
	line-height: 130%;
	margin: 0px 0px 2px;
	padding: 0 10px 0 0;
	}

#mainContent .videoThumb p {
	font-size: .7em;
	margin: 0 0 0 0px;
	font-weight: normal;
	padding: 0 10px 0 0;
	color: #999;
	}


/*
--------------------------
BY THE NUMBERS
--------------------------
*/

#bythenumbers-container {
	margin: 0px auto;
	padding: 0px 0 20px 0px;
	clear: both;
	background: #d7dce0;
	display: block;
	overflow: auto;
}

#bythenumbers {
	margin: 0px auto;
	padding: 10px 0 20px 0px;
	display: block;
	overflow: auto;
	width: 980px;
}

#bythenumbers h3 {
	float: left;
	font: bold 1em/110%  'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: -10px 0 20px 40px;
}


#bythenumbers ul {
	margin: 0;
	padding: 0px;
	float: right;
	width: 670px;
}

#bythenumbers li {
	width:135px;
	float: left;
	font: bold 0.8em/130% "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px 15px 0 0px;
	margin:0 15px 0 0;
	color:#777;
	text-align: left;
	border-right: 1px solid #eee;
	min-height: 65px;
}


#bythenumbers li.thirds {
	width:180px;
}
#bythenumbers li:last-child, #bythenumbers li.thirds:last-child {
	padding: 0;	margin:0;
	border-right: none;
}

#mainContent #bythenumbers a {
	color:#333;
}

#bythenumbers .numbers {
	font: bold 2.3em/100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: none;
	margin:0 5px 0 0;
	color: #666;
	letter-spacing: -0.05em;
	display: block;
	text-shadow: #fff 0px 1px 0px;
}

#bythenumbers li.thirds .numbers {
	font: bold 2.8em/100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
}




/*
--------------------------
NEWS HEADLINES
--------------------------
*/

#news {
	margin: 0px 0px 0px;
	padding: 15px;
	clear: both;
	background: #000;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

a.newsbutton {
	color: #fff;
}


#news h4 {
	font: bold .95em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #999;
	margin:0 0 4px 0;
}

#news h3 {
	text-transform: uppercase;
	color: #8c9aa4;
	font-size: 1.2em;
	letter-spacing: .05em;
}

#news #items {
	margin: 0 0 0 260px;
	padding: 0px 15px 0 0;
}


#news p {
	display: block;
}

#mainContent #news p.datestamp {
	font: bold .75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 2px 0 0 -85px;
	padding: 0px;
	float: left;
	text-align:right;
	color:#bbb;
	position: block;
	display: absolute;
}

#news a {
	color: #fff;
	-webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
   -o-transition: all .2s ease;
   transition: all .2s ease;}

#news a:hover {
	color: #555;

}

#news a.readmore-bu {
	display:block;
	font-size: 0.85em;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(./ie/PIE.htc);
	border-radius: 10px;
	background: #8bbcda;
	width: 80px;
	padding: 1px;
	margin: 5px 0;
	text-align:center;
}

#news a.readmore:hover-bu  {
	color: #fff;
	background: #c7d0d9;
}

#items ul li p {
	margin: 0px 0px 7px 0;
	padding: 0px;
}





/*
--------------------------
FOOTER
--------------------------
*/

#footer {
	padding: 10px 0 0;
	margin: 0;
	text-align: center;
	min-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	color: #4192d9;
	font-size: 0.7em;
	font-weight: bold;
	float:none;
	line-height: 135%;
	}

#footer a {
	color: #4192d9;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#footer p.footerlinks {
	margin: 0;
	padding: 0px;
	float: none;
	font-size: .7em;
	padding: 5px 0 0 0;
	font-weight: bold;
}









/*
--------------------------
CONTACT FORM
--------------------------
*/


form {
	font: .9em/120% Arial, Helvetica, sans-serif;
	color: #444;
	}

fieldset {
	margin:0 0 30px 0px;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #eee;
	padding:0 0 30px 0;
	text-align: left;
	}

legend {
	margin:0 0 0 -260px;
	float: left;
	font: bold .95em/140% Arial, Helvetica, sans-serif;
	color: #999;
	position: relative;
	width: 200px;
	}

label {
	display:block;
	}

input {
	padding: .6em;
	font: normal 1.2em/120% Arial, Helvetica, sans-serif;
	border: 1px solid #b8d4e5;
	width: 275px;
	background: #f2f9fc;
	}

textarea {
	padding: .6em;
	font: normal 1.2em/120% Arial, Helvetica, sans-serif;
	border: 1px solid #b8d4e5;
	width: 600px;
	background: #f2f9fc;
	}

.checkboxlabel {
	display:inline;
	font: bold 1.2em/110% Arial, Helvetica, sans-serif;
	}

.checkbox {
	width: 30px;
	background: none;
	border:none;
	}


.formButton {
	font: bold .8em Helvetica, sans-serif;
	color: #fff;
	background: #8bbcda;
	margin: 20px 0 50px;
	padding: 7px 7px;
	width: 150px;
	display:block;
	cursor: pointer;
	border:none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	behavior: url(../ie/PIE.htc);
	border-radius: 14px;
	}

form .floatLeft {
	float:left;
	margin: 0 10px 0;
	width: 320px;
	}
	
#golfleaguelogo {
	float:right;
	margin: 10px 0 0 20px;
	}
#amtourlogo {
	margin: 20px 0 0px 20px;
	padding: 0px;
	float: right;
}

#golfnowlogo {
	margin: 10px 0 0px 20px;
	padding: 0px;
	float: right;
}

.spaced {
	margin:30px 0 5px;
}

#news a.newsButton {
	font: bold .8em 'Helvetica Neue',Helvetica, sans-serif;
	letter-spacing:-.08em;
	color: #999;
	background: #444;
	margin: 5px auto 10px auto;
	padding: 7px 7px;
	width: 250px;
	display:block;
	cursor: pointer;
	border:none;
	text-align:center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	behavior: url(../ie/PIE.htc);
	border-radius: 14px;
	}
#news a.newsButton:hover {
	background: #8BBCDA;
	color: #fff;
}

.floatright {
	float:right;
	margin:5px 10px 5px 10px;
}

#wufooFormm7x3a7.info {margin:0; padding:0;}

.dcscreen { border: 2px solid #efefef; }

