@charset "UTF-8";


/* -- Main Styles -- */

html {
	background: url(images/site_bg.gif) repeat-x top #FFF;
}
body, html, p, ul, li, ol, td, tr, h1, h2, img, hr {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333;
	margin: 35px 0 0 0;
}
sup {
	font-size: .65em;
}
h1 {
	font-weight: normal;
	color: #f05a30;
	font-size: 1.5em;
	margin: 0 0 25px 0;
}
h2.sub {
	font-weight: normal;
	color: #f05a30;
	font-size: 1.2em;
	margin: 30px 0 5px 0;
}
h3 {
	font-weight: normal;
	color: #333;
	font-size: 1em;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
}
h3 a:link, a:visited {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	font-weight: normal;
	color: #4db0e3;
	text-decoration: none
}
h4 {
	font-weight: normal;
	color: #4db0e3;
	font-size: 1.2em;
	margin: 10px 0;
	font-style: italic;
}
h5 {
	font-weight: normal;
	color: #2e5ca8;
	font-size: 1.2em;
	margin: 20px 0;
	text-align: center;
}
td {
	font-size: .775em;
	color: #333333;
}
.firstletter {
	display:block;
	float:left;
	margin: .2em 0.1em 0 0;
	color:#f05a30;
}

.firstletter span {
	font-size: 3.5em;
	line-height: .8em;
}

p {
	font-size: .775em;
	margin: 0 0 15px 0;
	line-height: 1.6em;
	color: #333333;
}
p a:link, p a:visited {
	text-decoration: underline;
	color: #4db0e3;
}
p a:hover {
	text-decoration: none;
	color: #4db0e3;
}
p a.orangeBold:link, p a.orangeBold:visited {
	text-decoration: none;
	font-weight: bold;
	color: #f05a30;
}
p a.orangeBold:hover {
	text-decoration: underline;
	color: #f05a30;
}
p a.orange:link, p a.orange:visited {
	text-decoration: underline;
	color: #f05a30;
}
p a.orange:hover {
	text-decoration: none;
	color: #f05a30;
}
p a.black:link, p a.black:visited {
	text-decoration: none;
	color: #000;
}
p a.black:hover {
	text-decoration: underline;
	color: #000;
}
.imgFloatRight {
	float: right;
	margin: 5px 0 5px 10px;
}
.imgFloatLeft {
	float: left;
	margin: 5px 5px 5px 0;
}
.imgFloatLeftPDF {
	float: left;
	margin: 0 5px 0 0;
}
.imgBorder {
	border: 3px solid #CCC;
}
img {
	border: none;
}
.nameUnderline {
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}
ul.normal {
	margin: -5px 0 20px 20px;
}
ul.normal li {
	font-size: .775em;
	line-height: 1.6em;
	color: #333333;
}
ul.normal li a:link, ul.normal li a:visited {
	text-decoration: underline;
	color: #4db0e3;
}
ul.normal li a:hover {
	text-decoration: none;
	color: #4db0e3;
}
.lineDotted {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 20px 0;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
#sideShadow {
	margin: 0 auto;
	width: 960px;
	background: url(images/side_shadow.png) repeat-y;
}
#topShadow {
	height: 5px;
	width: 960px;
	margin: 0 auto;
	background: url(images/top_shadow.png) no-repeat bottom;
}
#bottomShadow {
	height: 5px;
	width: 960px;
	margin: 0 auto;
	background: url(images/bottom_shadow.png) no-repeat;
}
#wrapper {
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	width: 950px;
}


/* -- Header Styles -- */

#header {
	height: 115px;
	width: 950px;
}
#logo {
	width: 301px;
	height: 71px;
	margin: 22px 0 0 30px;
	float: left;
}
#upcomingEvent {
	height: 66px;
	float: right;
	width: 260px;
	background: url(images/running_man.gif) no-repeat right;
	margin: 24px 16px 0 0;
}
#upcomingEvent h1 {
	font-weight: normal;
	color: #4db0e3;
	font-size: 1.1em;
	margin: 13px 0 2px 0;
}
#upcomingEvent h1 a:link, #upcomingEvent h1 a:visited {
	text-decoration: none;
	color: #4db0e3;
}
#upcomingEvent h1 a:hover {
	text-decoration: underline;
	color: #4db0e3;
}
#upcomingEvent p {
	font-size: .85em;
}


/* -- NAVIGATION STYLES -- */

#nav {
	background: url(images/nav_bg.gif) repeat-x;
	width: 950px;
	z-index: 9;
}
#nav, #nav ul {
	float: left;
	height: 47px;
	list-style: none;
	font-size: .775em;
	z-index: 9;
}
#nav a {
	display: block;
	list-style: none;
	color: #595854;
	text-decoration: none;
	padding: 1.21em 1.475em;
	z-index: 9;
}
#nav li {
	float: left;
	z-index: 9;
	background: url(images/nav_off_bg.gif) repeat-x right top;
}
#nav li.lastmenu {
	float: left;
	z-index: 9;
	background: url(images/nav_off_bg.gif) repeat-x left top;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 13em;
	font-size: 1em;
	z-index: 9;
}
#nav li li {
	width: 13em;
	border: 1px solid;
	border-color: #e1e1e3;
	margin-top: -1px;
	background: url(images/nav_sub_off_bg.gif) repeat-x top;
	z-index: 9;
	text-align: left;
}
#nav li ul.events {
	position: absolute;
	left: -999em;
	width: 24.5em;
	font-size: 1em;
	z-index: 9;
}
#nav li li.events {
	width: 24.5em;
	border: 1px solid;
	border-color: #e1e1e3;
	margin-top: -1px;
	background: url(images/nav_sub_off_bg.gif) repeat-x top;
	z-index: 9;
	text-align: left;
}
#nav li ul.coloncancer {
	position: absolute;
	left: -999em;
	width: 18em;
	font-size: 1em;
	z-index: 9;
}
#nav li li.coloncancer {
	width: 18em;
	border: 1px solid;
	border-color: #e1e1e3;
	margin-top: -1px;
	background: url(images/nav_sub_off_bg.gif) repeat-x top;
	z-index: 9;
	text-align: left;
}
#nav li ul.campaign {
	position: absolute;
	left: -999em;
	width: 18em;
	font-size: 1em;
	z-index: 9;
}
#nav li li.campaign {
	width: 18em;
	border: 1px solid;
	border-color: #e1e1e3;
	margin-top: -1px;
	background: url(images/nav_sub_off_bg.gif) repeat-x top;
	z-index: 9;
	text-align: left;
}
#nav li ul a {
	color: #333;
	height: 27px;
	line-height: 2.1em;
	z-index: 9;
	padding: 0 0 0 1.5em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 9;
}
#nav li:hover, #nav li.sfhover {
	background: #e8e8e8;
	z-index: 9;
}
#nav li.lastmenu:hover {
	background: #e8e8e8;
	z-index: 9;
}
#nav li li a:hover {
	background: #f05a30;
	color: #FFF;
	z-index: 9;
}


/* -- Footer Styles -- */

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 20px 35px;
}
#footer p {
	font-size: .55em;
	margin: 0 0 5px 0;
	color: #666;
}
#footer a {
	margin: 0 2px;
}


/* -- Home Block Styles -- */

p.youtubeLink a:link, p.youtubeLink a:visited {
	background: url(images/video-icon.gif) no-repeat left;
	padding: 0 0 0 30px;
	color: #e94618;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	z-index: 100;
	position: absolute;
	bottom: 15px;
	right: 35px;
}
p.youtubeLink a:hover {
	color: #e94618;
	text-decoration: underline;
}
#example {
	width:642px;
	height:314px;
	float: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	position: relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:642px;
	height:314px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding: 0;
	width:642px;
	height:314px;
	display:block;
}


/*
	Pagination
*/

.pagination {
	width:100px;
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 10;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#flashBanner {
	width: 642px;
	height: 314px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	float: left;
	z-index: 0;
}
#homeBlocks {
	width: 307px;
	float: left;
}
#homeBlocks img {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}


/* -- Home Content Styles -- */

#homeContent {
	background: url(images/home_content_topshade.gif) repeat-x top;
	width: 950px;
}
#welcomeText {
	width: 593px;
	float: left;
	padding: 30px 20px 30px 27px;
}
#whatsNew {
	width: 310px;
	float: left;
	background: url(images/whats_new_line.gif) repeat-y left top;
	margin: 16px 0 0 0;
}
#whatsNew h1 {
	display: block;
	width: 235px;
	font-weight: normal;
	color: #4db0e3;
	font-size: 1.3em;
	border-bottom: 1px dotted #CCC;
	margin: 15px 0 0 35px;
}
#whatsNew p {
	width: 255px;
	color: #333;
	font-size: .775em;
	margin: 10px 0 20px 35px;
}


/* -- Sub Content Side Bar Styles -- */

#sidebar {
	float: left;
	width: 185px;
}
#sidebar #sidebarButtons {
	margin: 0 0 0 15px;
}
#sidebar #sidebarButtons a img {
	border: none;
	margin: 0 0 10px 0;
}
#sidebar p {
	font-size: .7em;
	margin: 30px 15px;
	line-height: 1.4em;
}
#sidebar h2 {
	display: block;
	background: url(images/sidebar_heading_bg.gif) repeat-x;
	padding: 0 0 0 18px;
	line-height: 2em;
	width: 166px;
	color: #FFF;
	font-size: .85em;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}
#sidebar ul {
	width: 185px;
	list-style: none;
	margin: 0 0 0 0;
}
#sidebar ul li a {
	display: block;
	margin: 0 0 0 0;
	padding: 6px 0 6px 35px;
	font-size: .75em;
	width: 149px;
	color: #333;
	background: url(images/sidebar_list_arrow_off_bg.gif) no-repeat left top;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	cursor: pointer;
}
#sidebar ul li.submenu_current a {
	display: block;
	margin: 0 0 0 0;
	padding: 6px 0 6px 35px;
	font-size: .75em;
	width: 149px;
	color: #f05a30;
	background: url(images/sidebar_list_arrow_on_bg.gif) no-repeat left top;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	cursor: pointer;
}
#sidebar ul li a:hover {
	color: #f05a30;
}
#sidebar ul li.submenu_current a:hover {
	color: #f05a30;
}


/* -- Sub Content Styles -- */

#subWrapper {
	width: 950px;
	background: url(images/sidebar_bg.gif) repeat-y left;
}
#subWrapperFull {
	width: 950px;
}
#Subcontent {
	float: left;
	width: 700px;
	margin: 40px 20px 20px 40px;
}
#SubcontentFull {
	float: left;
	width: 885px;
	margin: 40px 20px 20px 40px;
}



/* -- Our Spokespeople -- */

.spokespeopleLayout {
	float: left;
	width: 285px;
	margin: 10px 25px 15px 0;
}
.spokespeopleLayout img {
	float: left;
	margin: 0 10px 0 0;
}
.spokespeopleLayout h4 {
	font-weight: normal;
	color: #333;
	font-size: 1.1em;
	margin: 7px 0 0 0;
}
.bios {
	margin: 25px 0 10px 0;
	padding: 0 0 20px 0;
	clear: both;
	border-bottom: 1px dotted #CCC;
}
.bios img {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #CCC;
}
.bios img.video {
	border: 0;
	float: left;
	margin: 0 10px 0 0;
}
.bios .videoboxed {
	width: 220px;
	margin: 0 10px 0 0;
	float: left;
}
.bios .videoboxed p {
	padding: 10px 0 0 0;
	font-weight: bold;
}
.bios .imageboxed {
	width: 220px;
	float: left;
}
.bios .imageboxed p {
	padding: 10px 0 0 0;
	font-weight: bold;
}
.bios .PDFS p {
	float: left;
	width: auto;
	margin: 0 40px 10px 0;
}
.bios .PDFS img {
	border: 0;
	float: left;
	margin: 0 5px 0 0;
}


/* -- Banners -- */
.banners {
	width: 698px;
	height: 314px;
	border: 1px solid #CCC;
	position: relative;
	margin: 0 0 30px 0;
}
.bannerCharityGolf {
	background: url(images/charity_golf_classic_2011_banner.jpg) no-repeat;
	width: 698px;
	height: 314px;
}
.bannerCharityGolf2 {
	background: url(images/charity_golf_classic_2012_banner.jpg) no-repeat;
	width: 698px;
	height: 380px;
}
.banners p {
	position: absolute;
	width: 235px;
	bottom: 10px;
	right: 25px;
	background: url(images/video-icon2.gif) no-repeat left;
	padding: 0 0 0 45px;
	height: 41px;
	margin: 0;
}
.banners p.two {
	position: absolute;
	width: 225px;
	bottom: 25px;
	right: 0px;
	background: url(images/video-icon2.gif) no-repeat left;
	padding: 0 0 0 45px;
	height: 41px;
	margin: 0;
}
.banners a:link, .banners a:visited {
	color: #e94618;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.banners a:hover {
	color: #e94618;
	text-decoration: underline;
}

/* -- Events -- */

.eventBanner {
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
}
.maps {
	float: left;
	width: 300px;
	margin: 0 30px 25px 0;
}
.maps img {
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
}
#eventBoxLeft {
	float: left;
	width: 340px;
	margin: 30px 0 30px 0;
	}
#eventBoxRight {
	float: right;
	width: 325px;
	margin: 30px 0 30px 0;
	}

#flashError {
	position: relative;
	top: 30%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #333;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}


/* -- Buy Page Table -- */

table.stats {
	border: 1px solid #CCC;
	width: 400px;
	margin: 20px 0 0 0;
}
table.stats th {
	background: url(images/featuresTableHBG.gif) repeat-x bottom;
	height: 35px;
	vertical-align: middle;
	font-size: 16px;
	border-right: 1px solid #c7dce7;
	padding: 8px 15px;
	text-align: center;
	color: #2c7389;
}
table.stats th.leftSide {
	text-align: left;
}
table.stats tr:hover, table.stats tr.secondRow:hover {
	background: #EEE;
}
table.stats tr.secondRow {
	background: #f4fbfe;
}
table.stats td {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	line-height: 16px;
	padding: 8px 15px;
}
table.stats td.leftSide {
	color: #333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}










