/* 
 * SwingZone Stylesheet
 *
 * Colours: 
 * White: #FFF
 * Black: #000
 * Dark: #646464
 *	Light: #E1E1E1
 * Mid: 8F8F8F
 * Blue: #0099FF
 */

/* Styles for the body and main HTML types */
html * {
    margin:0;
    padding:0;
}

body{   
    margin:0;
    padding:0;
    font-family: Arial, Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px; 
    font-weight: normal; 
    color: #000;
    background: #919191 url('../images/background/background.png') repeat-x top left;
    text-align:center;
}

a {
	color:#FFF; 
	text-decoration:none;
}
a:hover {
	color:#FFF; 
	text-decoration:underline;
}

a.black {
	color:#000000; 
	text-decoration:none;
}
a.black:hover {
	color:#1ca3fe; 
	text-decoration:underline;
}

a img {
	border:none;
}
p {
	margin:0 0 5px 0; 
	line-height:1.5em;
}

h1 {
	font-size:15pt; 
	color:#0099FF;
	padding:0 0 5px 0;
	line-height:1em;
	font-style: italic;
}
h2 {
	font-size:15pt; 
	color: #FFF;
	padding:0 0 5px 0;
	line-height:1em;
	font-style: italic;
}
h3 {
	font-size:13pt; 
	color:#0099FF;
	padding:0 0 5px 0;
	line-height:1em;
	font-style: italic;
}
h4 {
	font-size:13pt; 
	color:#FFF;
	padding:0 0 5px 0;
	line-height:1em;
	font-style: italic;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
h1 a, h2 a, h3 a {
	text-decoration:none;
}

/* Don't let forms take any space on the page */
form {
     display:inline;
     margin:0;
}

/* Button */
.button {
        float: left;
        height: 20px;
	width: 87px;
	color: #1B1B1B;
	background-image:  url('../images/buttons/button.png');
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	padding:2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	border: none;
}

.button2 {
        float: left;
        height: 20px;
	width: 87px;
	color: #1B1B1B;
	background-image:  url('../images/buttons/button.png');
	font-weight: bold;
	font-size: 9px;
	text-align:center;
	padding:2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	border: none;
}

.button2 a {
    color: black;
    font-weight: bold;
    line-height: 20px;
}

.button a {
    color: black;
    line-height: 20px;
    font-weight: bold;
}
/* CLEARING */
.clearing {
	clear:both; 
	float:none;
}

.clearing_10px {
	clear:both; 
	float:none;
	height: 10px;
}

/* This hold the entire page, including all headers and footers */
#wrapper {
  width:1000px;
  margin:auto;
  background-color: #FFF;
}

/* Styles for our layouts - dividing up the headers footers, etc */

#header {
    background-image : url(../images/background/header_background.png);
    background-repeat : no-repeat;  
    height:148px; /* Height of background image (168) minus padding (10+10) */
    padding:0 0 0 0;
    color:#000;
    background-color:#fff;
    width:1000px;
    text-align:left;
}




#header .banner {
    padding: 30px 0 0 0;
    float: left;
}

#header .sz_logo {
	float: left;
	padding: 10px 5px 0 10px;
}

#header span.big {
	float: left;
	padding: 100px 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

#header div#endorsed_by_pga {
	float: left;
	padding: 0 0 0 60px;
  text-align:center;
}
#header div span.small {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
#header div .pga_logo {
	padding: 30px 0 0 0;
}
.banner a {border:none;}
.banner a img {border:none;}

#menu {
	display: block;
	padding: 0 10px 0 10px;
}

#menulist li {
	float: left;
	background-color: #CCC;
	color: #000;
	height:20px;
	width:100px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 0 20px 0 0px;
}

#menulist li.first {
	margin: 0 24px 0 0px;
}

#menulist li.last {
	margin: 0 0px 0 0px;
}

#menulist li a {
	height:20px;
}

#menulist li:hover, #menulist li.selected {
	background:#0099FF;
	color:#fff;
}

#menulist li a {
	color:#000;
	padding: 5px 0 0 0;
	display:block;
	text-decoration:none;
	vertical-align: middle;
}

#menulist li a:hover {
	color:#fff;
	background: #0099FF;
}

#blue-div {
	clear: both;
	background: #0099FF;	
	height: 10px;
	display: block;
}

#footer {
	background: #E1E1E1;
	height: 20px;
	color: #1b1b1b;
	padding: 10px 0 0 0 ;
	margin: 0 10px 0 10px;
	text-align: left;
}
#footer .copyright{
	padding: 0 0 0 10px;
}

#footer .links{
	float: left;
	padding: 10px 0 0 200px;
}
/* The div for the content part of the site - this includes the menus but not the header and not the footer */
#page {
	 background-color: #fff;
	 padding: 0 10px 10px 10px;
    width: 980px;
    margin:10px 0 15px 0;
    clear:both;
    text-align:left;
}

#page-content {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 840px;
}
.big-white {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

.big-white-3coloredboxes {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	width:300px;
	display: inline
}

.normal-white {
	color: #fff;
	font-weight: normal;
}

.column_one {
	float: left;
	width:49%;
	padding: 0px 9px 0px 0;
	margin: 0 0 0 0;
}
.column_two {
	float: left;
	width:49%;
	padding: 0px 0px 0px 9px;
	margin: 0 0 0 0;
}

#special-offer {
	background: transparent url(../images/background/special_offer.png) repeat-x top left;
	width: 980px;
	height: 39px;
	vertical-align: middle;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 10px 0 0 0;
	text-shadow: #000;
}

#skyscraper {
	float: right;
	width: 120px;
	padding: 0 5px 0 10px;
}
/* Rounded corners of boxes */
#light-gray-box {
  float: left;
  background-color: #E1E1E1;
  color: black;
  width: 950px;
  height: auto;
  position: relative;
  padding: 15px 15px 15px 15px;
}

#light-gray-box .tl, #light-gray-box .tr, #light-gray-box .bl, #light-gray-box .br {
  position: absolute;
  width: 12px;
  height: 12px;  /* corner images are 40x40 */
  display: block;
}
#light-gray-box .tl {
  background: #fff url(../images/background/light_gray_corner_top_left.png) no-repeat;
  top: 0;
  left: 0;
}
#light-gray-box .tr {
  background: #fff url(../images/background/light_gray_corner_top_right.png) no-repeat;
  top: 0;
  right: 0;
}

#light-gray-box .bl {
  background: #fff url(../images/background/light_gray_corner_bottom_left.png) no-repeat;
  bottom: 0;
  left: 0;
}

#light-gray-box .br {
  background: #fff url(../images/background/light_gray_corner_bottom_right.png) no-repeat;
  right: 0;
  bottom: 0;
}

#light-gray-box li {
	font-weight: bold;
	list-style-position: outside;
	margin-left: 20px;
}

#black-light-box {
  background: #E1E1E1 url(../images/background/black_fade_short.png) repeat-x;
  width: 920px;
  height: auto;
  position: relative;
  padding: 15px 15px 15px 15px;
}

#black-light-box .tl, #black-light-box .tr, #black-light-box .bl, #black-light-box .br {
  position: absolute;
  width: 12px;
  height: 12px;  /* corner images are 12x12 */
  display: block;
}
#black-light-box .tl {
  background: #e1e1e1 url(../images/background/black_corner_top_left.png) no-repeat;
  top: 0;
  left: 0;
}
#black-light-box .tr {
  background: #e1e1e1 url(../images/background/black_corner_top_right.png) no-repeat;
  top: 0;
  right: 0;
}

#black-light-box .bl {
  background: #e1e1e1 url(../images/background/light_gray_corner_bottom_left.png) no-repeat;
  bottom: 0;
  left: 0;
}

#black-light-box .br {
  background: #e1e1e1 url(../images/background/light_gray_corner_bottom_right.png) no-repeat;
  right: 0;
  bottom: 0;
}

#gray-box {
  background: #646464 url(../images/background/black_fade_short.png) repeat-x;
  width: 20em;
  height: auto;
  position: relative;
  padding: 30px 40px;
}

#gray-box .tl, #gray-box .tr, #gray-box .bl, #gray-box .br {
  position: absolute;
  width: 12px;
  height: 12px;  /* corner images are 12x12 */
  display: block;
}
#gray-box .tl {
  background: #fff url(../images/background/black_corner_top_left.png) no-repeat;
  top: 0;
  left: 0;
}
#gray-box .tr {
  background: #fff url(../images/background/black_corner_top_right.png) no-repeat;
  top: 0;
  right: 0;
}

#gray-box .bl {
  background: #fff url(../images/background/gray_corner_bottom_left.png) no-repeat;
  bottom: 0;
  left: 0;
}

#gray-box .br {
  background: #fff url(../images/background/gray_corner_bottom_right.png) no-repeat;
  right: 0;
  bottom: 0;
}

#black-dark-box {
  background: #646464 url(../images/background/black_fade_long.png) repeat-x;
  width: 950px;
  height: auto;
  position: relative;
  padding: 15px 15px 15px 15px;
}

#black-dark-box .tl, #black-dark-box .tr, #black-dark-box .bl, #black-dark-box .br {
  position: absolute;
  width: 12px;
  height: 12px;  /* corner images are 12x12 */
  display: block;
}
#black-dark-box .tl {
  background: #fff url(../images/background/black_corner_top_left.png) no-repeat;
  top: 0;
  left: 0;
}
#black-dark-box .tr {
  background: #fff url(../images/background/black_corner_top_right.png) no-repeat;
  top: 0;
  right: 0;
}

#black-dark-box .bl {
  background: #fff url(../images/background/gray_corner_bottom_left.png) no-repeat;
  bottom: 0;
  left: 0;
}

#black-dark-box .br {
  background: #fff url(../images/background/gray_corner_bottom_right.png) no-repeat;
  right: 0;
  bottom: 0;
}

#black-dark-box .whiteborder {
	float: left;
	border: solid 1px white;
	margin: 0 10px 0 0;
}

#black-dark-box img {
	float: left;
	margin: 0 0 0 0;
}

#black-gray-box {
  float: left;
  background: #8F8F8F url(../images/background/black_fade_long.png) repeat-x;
  width: 980px;
  height: auto;
  position: relative;
  padding: 0px 15px 15px 15px;
  color: white;
}

#black-gray-box .tl, #black-gray-box .tr, #black-gray-box .bl, #black-gray-box .br {
  position: absolute;
  width: 12px;
  height: 12px;  /* corner images are 12x12 */
  display: block;
}
#black-gray-box .tl-white, #black-gray-box .tr-white, #black-gray-box .bl-white, #black-gray-box .br-white {
  position: absolute;
  width: 12px;
  height: 12px;  /* corner images are 12x12 */
  display: block;
}
#black-gray-box .tl {
  background: transparent url(../images/background/black_corner_top_left.png) no-repeat;
  top: 0;
  left: 0;
}
#black-gray-box .tl-white {
  background: #FFFFFF url(../images/background/black_corner_top_left.png) no-repeat;
  top: 0;
  left: 0;
}
#black-gray-box .tr {
  background: transparent url(../images/background/black_corner_top_right.png) no-repeat;
  top: 0;
  right: 0;
}
#black-gray-box .tr-white {
  background: #FFFFFF url(../images/background/black_corner_top_right.png) no-repeat;
  top: 0;
  right: 0;
}
#black-gray-box .bl {
  background: #646464 url(../images/background/mid_gray_corner_bottom_left.png) no-repeat;
  bottom: 0;
  left: 0;
}
#black-gray-box .bl-white {
  background: #FFFFFF url(../images/background/mid_gray_corner_bottom_left.png) no-repeat;
  bottom: 0;
  left: 0;
}
#black-gray-box .br {
  background: #646464 url(../images/background/mid_gray_corner_bottom_right.png) no-repeat;
  right: 0;
  bottom: 0;
}
#black-gray-box .br-white {
  background: #FFFFFF url(../images/background/mid_gray_corner_bottom_right.png) no-repeat;
  right: 0;
  bottom: 0;
}

#black-gray-box img {
	float: left;
	margin: 0 50px 0 5px;	
}
#box_blue {
	float: left;
	width: 134px;
	height: 122px;
	background-image: url(../images/background/box_blue_square.png);
	margin: 5px 0 5px 0;
	text-align: center;
	
}

#box_orange {
	float: left;
	width: 134px;
	height: 122px;
	background-image: url(../images/background/box_orange_square.png);
	margin: 5px 20px 5px 0;
	text-align: center;
}

#box_green {
	float: left;
	width: 134px;
	height: 122px;
	background-image: url(../images/background/box_green_square.png);
	margin: 5px 20px 5px 0;
	text-align: center;
}

#box_blue p, #box_orange p, #box_green p, #box_red_wide p {
	padding: 5px 0 0 0;
}
#box_blue p span, #box_orange p span, #box_green p span {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	padding: 20px 5px 5px 0;
}
#box_green .button, #box_orange .button, #box_blue .button{
	margin-left: 20px;
}
#box_red_wide {
	float: left;
	width: 430px;
	height: 112px;
	background-image: url(../images/background/box_red_wide.png);
	padding:10px 10px 10px 10px;
	margin: 5px 5px 5px 0;
}

#box_red_wide #col1 {
	float:left;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	width: 110px;
}

#box_red_wide #col2 {
	float:left;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	width: 100px;
}

#box_red_wide #col3 {
	float:left;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	width: 200px;
}

#box_red_small {
	float: left;
	width: 363px;
	height: 112px;
	background-image: url(../images/background/box_red_small.png);
	padding:10px 10px 10px 10px;
	margin: 5px 5px 5px 0;
}

#box_red_small #col1 {
	float:left;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	width: 110px;
}

#box_red_small #col2 {
	float:left;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	width: 100px;
}

#box_red_small #col3 {
	float:left;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-shadow: black;
	width: 110px;
}

#video-player {
	background-image: url(../images/background/video_player_background.png);
	width: 448px;
	height: 329px;
}


#video-player-small {
	float: left;
	background-image: url(../images/background/video_player_background-small.png);
	width: 389px;
	height: 393px;
}

#video-player-small .video-screen-small {
	position: relative;
	top: 40px;
	left: 30px;
}
#black-fade-right {
	background: transparent url(../images/background/black-fade-right.png) no-repeat ;
	height: 42px;
	width: 770px;
	color: #0099FF;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	padding: 10px 10px 10px 10px;
}

.arrow-img {
	text-align: center;
	padding: 0 0 0 260px;
	margin: 0 0 0 0;
}
