body {
  margin: 0;
  padding: 0;
  font: 12px arial, verdana, sans-serif;
}
form {
	margin: 0;
  padding: 0;
}

/* ~Header Navigation
--------------------------------------------------------------------------- */

a.nav_linkright, a.nav_linkright:visited, .nav_linkright { font-family: Arial, Helvetica, sans-serif; color: #DFEAFD; font-size: 11px; font-weight: bold; text-decoration: none; }
a.nav_linkright:hover { font-family: Arial, Helvetica, sans-serif; color: #DFEAFD; font-size: 11px; font-weight: bold; text-decoration: underline; }
a.nav_linkright_s, a.nav_linkright_s:visited, .nav_linkright_s, a.nav_linkright_s:hover { font-family: Arial, Helvetica, sans-serif; color: #33CCFF; font-size: 11px; font-weight: bold; text-decoration: none; }
td.navline { background-color: #AFC1D7; height: 1px; width: 100%; }
.nav_txt { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; font-weight: bold; }
a.nav_linkleft, a.nav_linkleft:visited { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none; }
a.nav_linkleft:hover { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: underline; }
.nav_bg { background-color: #0C4685; }
td.dropdown { background: #5070A3; background-image: url(http://images.pgatour.com/images/pd_shadow_pga.gif); background-repeat: repeat-x; font-size: 11px; }
.list_leftnav, .list_leftnav td, a.opt_list:link, a.opt_list:visited, a.opt_list:hover, .list_leftnav a, .list_leftnav a:visited { color: #D4EBF9; font-weight: bold; }
a.nav_linkright, a.nav_linkright:visited, .nav_linkright { font-family: Arial, Helvetica, sans-serif; color: #D2EEFC; font-size: 11px; font-weight: bold; text-decoration: none; }
a.nav_linkright:hover { font-family: Arial, Helvetica, sans-serif; color: #D2EEFC; font-size: 11px; font-weight: bold; text-decoration: underline; }
a.nav_linkleft_s, a.nav_linkleft_s:hover, a.nav_linkleft_s:visited { font-family: Arial, Helvetica, sans-serif; color: #29D8FD; font-size: 11px; font-weight: bold; text-decoration: none; }

/* ~Columns
--------------------------------------------------------------------------- */

body.threecol {
	background: white url(../images/3col_body_bg.gif) top left repeat-y;
}
body.twocol {
	background: white url(../images/2col_body_bg.gif) top left repeat-y;
}
#side_content1,
#main_content,
#side_content2 {
	padding: 10px 0;
}
.threecol #side_content1 {
	float: left;
  width: 216px;
  margin: 0 0 0 15px;
  display: inline;
}
.threecol #main_content {
	float: left;
  width: 512px;
  margin: 0 0 0 31px;
  display: inline;
}
.threecol #side_content2 {
	float: left;
  width: 184px;
  margin: 0 0 0 21px;
  display: inline;
}
.twocol #side_content1 {
	float: left;
  width: 216px;
  margin: 0 0 0 15px;
  display: inline;
}
.twocol #main_content {
	float: left;
  width: 717px;
  margin: 0 0 0 31px;
  display: inline;
}
.onecol #main_content {
	 width: 100%;
	 text-align: center;
}
.landing #main_content {
	padding: 40px 100px;
}

/* ~Content
--------------------------------------------------------------------------- */

#content {
	width: 986px;
	padding-top: 20px;
}
#content .padding {
	padding: 0 20px;
}
#content p {
	margin: 0 0 1em 0;
}
#content li {
  line-height: 1.5em;
}
#content h1 {
	font-size: 36px;
  line-height: 1.5em;
  font-weight: normal;
  color: #f00523;
  margin: 0;
}
#content h2 {
	font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 .5em 0;
}
#content h2 span {
	font-size: 14px;
  line-height: 1em;
  display: block;
  margin-top: .5em;
  color: #02366f;
}
#content .big {
	font-size: 18px;
  color: #02366f;
}

/* ~SideContent1
--------------------------------------------------------------------------- */

#side_content1 .nav {
	font-size: 12px;
  margin: 0 0 1em 40px;
  padding: 0;
  color: #003366;
  font-weight: bold;
}
#side_content1 .nav li {
	margin: 0;
}
#side_content1 .nav a:link,
#side_content1 .nav a:visited {
	color: #003366;
  text-decoration: none;
}
#side_content1 .nav a:hover {
	background: #003366;
  color: #d5dfe7;
}
#side_content1 h4 {
	color: #003d7c;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
#pga_logo {
  height: 118px;
  background: transparent url(../images/logo_pgatourexperiences.gif) 50% no-repeat;
  text-indent: -9999px;
  margin: 0 0 .1em 0;
}
.phone {
	color: #ed3b40;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
.logos {
	text-align: center;
}
.logos img {
	display: block;
  margin: 0 auto 2.5em auto !important;
  border: none;
}
.logos.tight img {
	margin: 0 auto 1.5em !important;
}

/* ~MainContent
--------------------------------------------------------------------------- */

#main_content h2 {
	color: #274361;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 1em 0;
}
#main_content h3 {
	color: #a92727;
  font-size: 16px;
  font-weight: bold;
  margin: 1.5em 0 .5em 0;
}
#main_content h3 span {
	font-size: 12px;
	color: black;
}
#main_content ul {
	margin: 0 0 1em 10px;
}
#main_content li {
	background: transparent url(../images/bullet_blue.gif) 0 3px no-repeat;
  list-style-type: none;
  padding: 0 0 0 20px;
}
#main_content p {
	line-height: 1.5em;
}
#main_content strong {
	color: #a92727;
}
#main_content .box {
	background: #d5dfe8;
  padding: 0 0 10px 0;
  margin-bottom: 9px;
}
#main_content .box .pad {
	padding: 10px;
}
#main_content .box p {
  font-size: 14px;
  color: #02366f;
  margin: 0;
	line-height: 1.1em;
}
#main_content .box h3 {
	background: #02366f url(../images/blue_tab_bg.gif) center right no-repeat;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  text-align: right;
  line-height: 1em;
  margin: 0;
}
#main_content .box ul {
	font-size: 11px;
  color: black;
}
#main_content .box ul a:link,
#main_content .box ul a:visited {
	color: black;
}
#main_content .box h3 a img {
	border: none;
  padding-left: 5px;
}
#hb_tourexp,
#hb_stayplay,
#hb_tourgolf,
#hb_corpev {
	float: left;
  width: 251px;
  height: 110px;
}
#hb_stayplay,
#hb_tourexp {
	margin-right: 9px;
}
#hb_headlines {
	clear: left;
}
#hb_headlines h3 {
	text-align: center !important;
  letter-spacing: 5px;
}
#home_intro {
	width: 511px;
	height: 321px;
	background: transparent url(../images/home_intro.jpg) top left no-repeat;
	margin: 0 0 1em 0;
}
#home_intro span {
	display: none;
}

/* ~SideContent2
--------------------------------------------------------------------------- */

#side_content2 .box {
	background: #306292;
  border: 1px solid #000;
	color: #fff;
  font-size: 11px;
  margin: 0 0 9px 0;
}
#side_content2 .box h3 {
	background: #02366f;
  border-bottom: 1px solid black;
	padding: 5px;
  text-align: center;
	font-size: 12px;
  text-align: center;
  text-tranform: capitalize;
  margin: 0;
}
#side_content2 .pad {
	padding: 5px;
}
#side_content2 a img {
	border: none;
}
#side_content2 .feature {
  background: white;
  border: 1px solid #036;
  color: #036;
  margin: 0 0 9px 0;
  text-align: center;
  position: relative;
}
#side_content2 .feature h3 {
	margin: 0;
  padding: 0;
  position: absolute;
 	top: 0;
  right: 0;
  width: 116px;
  height: 60px;
  text-indent: -9999px;
}
#side_content2 .feature strong {
	color: #630;
}
#feat_dest h3 {
	background: transparent url(../images/featdest_bg.gif) top left no-repeat;
}
#exc_offer h3 {
	background: transparent url(../images/excoff_bg.gif) top left no-repeat;
}
#news_sign {
	text-align: center;
}
#news_sign label {
	float: left;
  width: 80px;
  text-align: right;
  padding: 3px 5px 0 0;
}
#news_sign input {
	margin-bottom: 3px;
  width: 75px;
}
#news_sign .button {
	width: auto;
  color: white;
  background: #02366f;
  border: 1px solid black;
  margin-top: 5px;
  font-size: 11px;
  padding: 1px 2px;
}

/* ~Footer
--------------------------------------------------------------------------- */

.twocol #footer {
	padding-top: 5em;
}
#footer {
	text-align: center;
  color: #02366f;
  padding-top: 1em;
}
#footer a:link,
#footer a:visited {
	color: #02366f;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

/* ~Featured Destinations
--------------------------------------------------------------------------- */

table.feat_dest {
	empty-cells: show;
  border-collapse: collapse;
}
.feat_dest td {
	padding: 0 6px;
  text-align: center;
}
.feat_dest h3 {
	color: #a92727;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.feat_dest h3 a {
	text-decoration: none;
  color: #a92727;
}
.feat_dest .dest_logos td {
	padding: 0 0 10px 0;
}
.feat_dest h3 span {
	color: #8c8c8c;
  font-size: 14px;
}
.feat_dest a img {
	border: none;
  diaplay: block;
  margin: 1em auto 0 auto;
}
.feat_dest a.img img {
	padding: 3px;
  border: 2px solid #013d7c;
  display: block;
  margin: 0 auto;
}

/* ~Simple
--------------------------------------------------------------------------- */

table.simple {
	empty-cells: show;
  border-collapse: collapse;
}
.simple td {
	vertical-align: top;
  text-align: left;
  padding: 0 15px 15px 0;
}
.simple td ul {
	margin: 0 0 1em 40px;
  padding: 0;
}

/* ~Schedule
--------------------------------------------------------------------------- */

.schedule {
	empty-cells: show;
	border-collapse: collapse;
	font: inherit;
}
.schedule td,
.schedule th {
	padding: 0 10px 5px 0;
	text-align: left;
	vertical-align: top;
}
.schedule th {
	font-weight: bold;
}
.schedule.centered td,
.schedule.centered th {
	text-align: center;
	vertical-align: middle;
}
.schedule.borders {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.schedule.borders th,
.schedule.borders td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px 10px;
	line-height: 1em;
}

/* ~Misc
--------------------------------------------------------------------------- */

dl.staff dt {
	color: #a92727;
  font-size: 16px;
  font-weight: bold;
}
dl.staff dd {
	margin: 0 0 1em 0;
	padding: 0;
	font-style: italic;
}

/* ~Simple
--------------------------------------------------------------------------- */

.simple {
	font: inherit;
}
.simple td {
	padding: 0 30px 1em 0;
	text-align: left;
	vertical-align: top;
}

/* ~Players Page
--------------------------------------------------------------------------- */

#players_marquee {
	width:717px;
	height: 317px;
	background: #083d7e url(../images/players_marquee_bg.jpg) top left no-repeat;
	color: white;
	text-align: center;
	margin: 0 0 10px 0;
}
#players_marquee .pad {
	padding: 100px 80px 0 80px;
}
#players_marquee p {
	line-height: 2em;
}
#players_marquee h2,
#players_marquee h3 {
	display: none;
}
#players_marquee .date {
	font: bold 18px georgia, times, serif;
}
/* ~Partners Page
----------------------------------------------------------------------------- */

#partners_marquee {
	width:717px;
	height: 317px;
	background: #083d7e url(../images/tourpartners_promo_bg.jpg) top left no-repeat;
	color: white;
	text-align: center;
	margin: 0 0 10px 0;
}
#partners_marquee .pad {
	padding: 100px 80px 0 80px;
}
#partners_marquee p {
	line-height: 2em;
}
#partners_marquee h2,
#partners_marquee h3 {
	display: none;
}
#partners_marquee .date {
	font: bold 18px georgia, times, serif;
}


#threeboxes {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
#threeboxes li {
	background: #d5dfe8;
	color: #003d7c;
	float: left;
	width: 227px;
	margin: 0 18px 0 0;
	padding: 0;
	height: 200px;
}
#threeboxes li strong {
	color: #003d7c;
}
#threeboxes li.last {
	margin: 0;
}
#threeboxes h3 {
	background: #02366f url(../images/blue_tab_bg.gif) center right no-repeat;
	margin: 0 !important;
	text-transform: uppercase;
	font-size: 16px;
}
#threeboxes div {
	text-align: center;
	padding: 10px;
}
#threeboxes a {
	display: block;
	color: #eda016;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	background: transparent url(../images/btn_blue.gif) 98% center no-repeat;
}
	


/* ~Misc
--------------------------------------------------------------------------- */

img.left {
	float: left;
  margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.border {
	padding: 3px;
  border: 2px solid #013d7c;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
div.clear {
	height: 1px;
}
.long li {
	margin: 0 0 1em 0;
}
