/* ----- CSS for PGA Links - Design Version 4.0 (2010) ----- */
/* Developed By: DWGreen */
/* Date: 11/2009 */
body {
	font-family: 'Gotham Book', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333;
	background-color:#666;
    margin:0px 0px 5px 0px;
	padding:0px;
	height:100%;
}
/* --- Headings, Paragraphs and Lists --- */
h1 {
	font-family: 'Gotham Bold', Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#B5975B;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #C5BAAA;
}
h2 {
	font-family: 'Gotham Bold', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#B5975B;
	border-bottom:1px solid #C5BAAA;
	margin:0px 0px 10px 0px;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#253255;
	border-bottom:1px solid #C5BAAA;
	margin:0px 0px 10px 0px;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#253255;
	border-bottom:1px solid #C5BAAA;
	margin:0px 0px 10px 0px;
}
p { 
	margin-top:0px;
	margin-bottom:10px;
}
ol { 
	list-style-position: outside;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:15px;
	padding-left:15px;
}
ul { 
	list-style-position: outside; 
	margin-top:0px;
	margin-bottom:10px;
	margin-left:15px;
	padding-left:15px;
}
li {margin-bottom:3px;
}
li.expand {margin-bottom:10px;
}

/* --- Named Style Classes --- */
.flashform {
	margin:0px;
	padding:0px;
}
.note {
    color:#999;
}
.welcome {
	margin:0px;
	font-weight:bold;
	font-size:13px;
	color:#666;
}
.field_label {
	font-weight:bold;
	margin:0px 0px 3px 0px;
	color:#6E6E6C;
}
.member_data {
	font-weight:bold;
	margin:0px 0px 3px 0px;
	color:#6E6E6C;
}
.current_news_img {
	border:3px solid #FFF; 
	background-color:#666;
}
.current_news_headline { 
	font-weight:bold; 
	font-size:12px;
	margin:3px 0px 3px 0px;
}
.margin0 {
	margin:0px;
}
.margin5 {
	margin:5px;
}
.margin10 {
	margin:10px;
}
.pad0 {
	padding:0px;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}

/* ----- Topic Player ----- */
DIV.topic_stage {
	width:630px; 
	height:324px; 
	border:0px dashed #CCC;
	margin:0px;
}
DIV.topic_pointer {
	width:155px;
	height:9px;
	border:0px;
	margin:0px 3.33px 0px 0px;
	float:left;
}
.topic_thumb {
	width:155px;
	height:82px;
	border:0px;
	margin:0px 3.33px 0px 0px;
	float:left;
}
.topic_thumb_title {
	font-size:11px;
	font-weight:bold;
	margin:5px 0px 8px 0px;
}
.topic_thumb_text {
	font-size:10px;
	font-weight:normal;
	margin:3px 0px 0px 0px;
}
.topic_detail_title {
	margin:0px 0px 0px 10px; 
	font-size:22px; 
	line-height:18px; 
	font-weight:bold; 
	color:#BBB;
}
.topic_detail_text {
	margin:0px 0px 0px 10px; 
	font-size:11px; 
	font-weight:bold; 
	color:#253255;
}

/* --- Anchor Link States --- */
a {
	font-family: 'Gotham Book', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration:underline; 
	color: #333;
} 
a:visited {
	text-decoration:underline; 
	color: #666;
} 
a:hover {
	text-decoration:none; 
	color: #003399; 
} 
a:active { 
   color: #000;
}
a.footer:link {
	text-decoration: none; 
	color: #FFF;
} 
a.footer:visited {
	text-decoration: none; 
	color: #FFF;
} 
a.footer:hover {
	text-decoration: underline; 
	color: #09F; 
} 
a.footer:active { 
    color: #09F;
}

/* --- Form Elements --- */
form {
	margin:0px;
}
input {
	font-family: 'Gotham Book', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	border:1px solid #ECECEF;
	border-top:1px solid #ADADAF;
}
select {
	font-family: 'Gotham Book', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	border:1px solid #ECECEF;
	border-top:1px solid #ADADAF;
}

/* --- Tables --- */
table {
	font-family: 'Gotham Book', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333;
	margin-bottom:5px;
}
table.outset {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #C5BAAA;
	border-collapse: separate;
	background-color: white;
}
table.outset th {
	border-width: 1px;
	padding: 3px;
	border-style: none;
	font-size:13px;
	color:#FFF;
	text-align:left;
	background-color: #ABA37D;
}
table.outset td {
	border-width: 1px;
	padding: 3px;
	border-style: none;
}
table.inset {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: #C5BAAA;
	border-collapse: separate;
	background-color: white;
}
table.inset th {
	border-width: 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #C5BAAA;
	background-color: #ABA37D;
	font-size:13px;
	text-align:left;
	color:#FFF;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.inset td {
	border-width: 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #C5BAAA;
	-moz-border-radius: 3px 3px 3px 3px;
}

/* --- Theme Colors --- */
.col_color {
	background-color: #E0DBD0;
}
.bg_color {
	background-color: #F2EFEB;
}
.light_bg_color {
	background-color: #F1EFEB;
}
.dark_bg_color {
	background-color: #E0DBD0;
}
.darker_bg_color {
	background-color: #C5BCAA;
}
.gold_bg_color {
	background-color: #A17C00;
}
.navy_bg_color {
	background-color: #253255;
}
.steel_bg_color {
	background-color: #587992;
}
.light_blue_bg_color {
	background-color: #E3E8EC;
}
.rule_color {
	background-color: #C5BAAA;
}
.border_box {
	border:1px solid #AAA;
}
.pga_text {
	text-decoration:none;
}
.semi_transparent{
	display:block;
	background:#EEEEEE;
	font-weight:bold;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.bolden {
	font-weight:bold;
}
.italicize {
	font-style:italic;
}

/* ----- DIVs by ID or Class as appropriate ----- */
/* Use only 1 OUTER DIV to define page width and center page*/
DIV#outer {
	width:960px; 
	margin:0px auto 10px auto; 
	background-color:#FFF; 
	padding:0px;
}
/* Use only 1 HEADER DIV to contain the page header */
DIV#header {
	width:940px; 
	height:100px; 
	margin:0px 10px 0px 10px; 
	background-color:#B5975B;
}
/* Use only 1 NAVBAR DIV to contain the nav button bar */
DIV#navbar {
	width:940px; 
	height:42px; 
	margin:3px 10px 0px 10px; 
	background-color:#FFF;
}
/* Use only 1 CONTENT DIV to create the 10-pixel left/right body margins */
DIV#content {
	width:940px;
	margin:0px 10px 0px 10px;
	background:url(http://images.pgalinks.com/pgalinks/background_content.gif) top left repeat-y;
}
/* Use Only 1 FOOTER DIV to contain the page footer */
DIV#footer {
    clear:both; 
	width:940px; 
	height:106px; 
	margin:0px 10px 0px 10px; 
	background-image:url(http://images.pgalinks.com/pgalinks/footer.jpg); 
	background-repeat:no-repeat;
}
/* Use DIV for Tip of Day */
DIV.tipofday {
	margin:0px 0px 5px 0px; 
	width:630px; 
	height:218px; 
	background:url(http://images.pgalinks.com/pgalinks/welcome_splash.jpg) top left no-repeat;
}
DIV.tipofday p {
    width:620px; 
	height:55px; 
	margin:5px;
	font-family:'Gotham Book', Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
}
/* Use DIV for Message of Day */
DIV.msgofday {
	width:630px; 
	background-color:#E3E8EC;
	margin:0px 0px 10px 0px; 
}
DIV.msgofday p {
	font-family:'Gotham Book', Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
}
/* Use FULL_WIDTH for single column page layouts - Effectively the same as using CONTENT DIV only */
DIV.full_width {
    clear:both;
	width:940px;
	margin:0px 10px 0px 10px;
	text-align:left;
	background-color:#FFF;
	height:100%;
}
DIV.toc {
	width:32%; 
	float:left; 
	padding:4px;
}
DIV.toc_head {
	margin-bottom:5px; 
	padding:5px;
	height:25px;
	background-color:#C5BCAA;
	text-decoration:none;
}
DIV.toc_content {
	background-color:#F2EFEB;
	text-decoration:none;
	height:auto; 
	padding:5px;
}

/* Use a BREADCRUMB class DIV to create the trail */
DIV.breadcrumb { 
	width:625px; 
	height:19px; 
	font-size:10px; 
	margin-bottom:10px; padding:5px 0px 0px 5px;
	background-color: #E0DBD0;
}
.breadcrumb a {
	font-size:10px;
	text-decoration:underline;
}
/* Use WIDE w/NARROW for 2-column page layouts */
/* NOTE: Wide/Narrow can be on the left or the right */
DIV.wide_left {
    width:630px;
    float:left;
    margin:0px 5px 0px 0px;
	text-align:left;
	background-color:#FFF;
	height:100%;
}
DIV.wide_right {
    width:630px;
    float:right;
    margin:0px 0px 0px 0px;
	text-align:left;
	background-color:#FFF;
	height:100%;
}
/* Use NARROW w/WIDE for 2-column page layouts */
DIV.narrow_left {
    width:300px;
    float:left;
    margin:0px 5px 0px 0px;
	text-align:left;
	background-color:#E0DBD0; /* Fix for IE background bug */
	border-bottom:1px solid #E0DBD0; /* Fix for IE background bug */
	height:100%;
}
DIV.narrow_right {
    width:300px;
    float:right;
    margin:0px;
	text-align:left;
	background-color:#E0DBD0;
	height:100%;
}
/* Use SUB_WIDE w/NARROW for 3-column page layouts */
DIV.sub_wide {
    float:left;
    width:315px;
    margin:0px 5px 0px 0px;
	background-color:#FFF;
}
/* Use CLEAR to clear floating DIVs */
DIV.clear {
    height:0px;
    font-size:1px;
    margin:0px;
    padding:0px;
    line-height:0px;
    clear:both;
}
/* Top Link Class */
.toplink {
	float:right; height:25px; overflow:visible;
}
/* Navbar Class */
.navbar{
	font-family:'Gotham Medium', Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /*set value to "left", "center", or "right"*/
	margin-top: 1px;
	margin-bottom:5px;
}
.navbar ul{
	background: url(http://images.pgalinks.com/pgalinks/nav_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	height:33px;
	padding: 10px 0 0px 5px;
	margin:0;
	background-color:#E6E6E6;
}
.navbar ul li{
	display: inline;
	margin-left: -4px;
}
.navbar ul li a{
	color: #253255;
	font-size:11px;
	padding: 4px 7px 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #A2A2A2; /*THEME CHANGE HERE*/
}
.navbar ul li a:visited{
	color: #253255;
	font-size:11px;
	padding: 4px 7px 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #A2A2A2; /*THEME CHANGE HERE*/
}
.navbar ul li a:hover{
	background-image:none; /*THEME CHANGE HERE*/
	background-color:#CBCBCB;
	text-decoration:none;
	color:#253255;
}
.navbar ul li a:active{
	background-image:none; /*THEME CHANGE HERE*/
	background-color:#A2A2A2;
	text-decoration:none;
	color:#253255;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{ 
	font-family:'Gotham Medium', Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
	border-left: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-right: 1px solid #FFF; /*THEME CHANGE HERE*/
	font-size:10px;
	line-height:18px;
	z-index:100;
	background-color: #CBCBCB;
	visibility: hidden;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#D1D1D1,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #A2A2A2;
	color:#253255;
}
.dropmenudiv a:visited{
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	border-top:1px solid #FFF;
	border-bottom:1px solid #A2A2A2;
	color:#253255;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	display: block;
	padding: 2px 7px;
	text-decoration:none;
	background-color:#A2A2A2;
	border-top:1px solid #FFF;
	border-bottom:1px solid #818181;
	color:#FFF;
}
/*\*/ * html .dropmenudiv a
{
width:100%;
} /**/ 

/* Subnav */
.subnav{
	font-family:'Gotham Medium', Verdana, Arial, Helvetica, sans-serif;
	text-align:left; /*set value to "left", "center", or "right"*/
	background-color:#94AABA;
	margin-bottom:5px;
}
.subnav ul{
	background: url(http://images.pgalinks.com/pgalinks/email/pgalinks_newbrand/background_subnav.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 5px 0 8px 5px;
	margin: 0;
}
.subnav ul li{
	display: inline;
	margin-left: -4px;
}
.subnav ul li a{
	color:#FFF;
	font-family:'Gotham Medium', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 7px 4px 7px;
	margin:0;
	text-decoration: none;
	border-right: 1px solid #98B5C7; /*THEME CHANGE HERE*/
}
.subnav ul li a:visited{
	color:#FFF;
	font-size:11px;
	padding:4px 7px 4px 7px;
	margin:0;
	text-decoration:none;
	border-right: 1px solid #98B5C7; /*THEME CHANGE HERE*/
}
.subnav ul li a:hover{
	background-image:none; /*THEME CHANGE HERE*/
	background-color:#4F7B96;
	text-decoration:none;
	color:#FFF;
}
