/* Common CSS Classes */

#secondary_audio_wrap {
	width: 180px;
	height: 31px;
	background: #EFEFEF;
	border: 1px solid #555;
	text-align: center;
}

#secondary_audio_wrap.float_left {
	margin: 0 10px 10px 0;
}

#secondary_audio_wrap.float_right {
	margin: 0 0 10px 10px;
}

	#secondary_audio {
		background: transparent url(../img/listen.gif) no-repeat 47px 9px;
	}

.field {
	clear: left;
	margin-top: 10px;
}

	.field label {
		width: 250px;
		float: left;
		text-align: right;
		padding-right: 10px;
	}
	
	.field .req {
		color: #800;
		font-size: 80%;
	}
	
	.field input[type='text'] {
		width: 200px;
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #C6C3C6;
		padding: 0 5px 3px 0;
	}
	
	.field select {
		width: 206px;
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #C6C3C6;
	}
	
	.field textarea {
		width: 206px;
		border: 1px solid #C6C3C6;
		height: 160px;
		overflow-y: scroll;
	}
	
	.field input[type='button'] {
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #C6C3C6;
		color: #FFFBCE;
		background-color: #291873;
		font-weight: bold;
		padding: 2px 5px;
		font-size: 80%;
		cursor: pointer;
	}

	.stock .symbol {
		margin-right: 7px;
	}
	
	.stock .lastTrade {
		margin-right: 7px;
	}
	
	.stock .change {
		margin-right: 30px;
	}
	
	.stock .change.red {
		color: #800;
	}
	
	.stock .change.green {
		color: #528218;
	}
			
#golf_index div.float_left,
#golf_index div.float_right {
	width: 48%;
	text-align: center;
}

#golf_index div {
	text-align: center;
}

	#golf_index a {
		display: block;
		margin: 6px 0;
	}
	
		#golf_index div div a {
			display: inline;
		}

small {
	font-size: 75%;
}

.why_bfg {
	width: 575px;
	margin: 0 auto;
}

.structured_planning {
	width: 475px;
	margin: 0 auto;
}

.business_planning {
	width: 350px;
	margin: 0 auto;
}

ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 16px;
}

.disclaimer {
	list-style-type: lower-roman;
	margin-left: 10px;
	width: 610px;
	margin: 0 auto;
}

.disclaimerline {
	font-size: 15px;
	margin: 0 0 26px 0;
}

h1 {
	color: #996600;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	font-family: Trebuchet MS, arial;
	margin-bottom: 13px;
}

h2 {
	color: #291873;
	font-size: 16px;
	text-align: center;
	font-family: Trebuchet MS, arial;
	margin-bottom: 13px;
}

.video_img {
	padding: 5px;
}

body.loading {
	/*cursor: wait !important;*/
	cursor: progress !important;
}

.clear {
	clear: both;
}

.displaynone {
	display: none;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

img.style {
	padding: 1px;
	border: 1px solid #082C7B;
}

.style.float_right {
	margin: 0 0 10px 10px;
}
	
.style.float_left {
	margin: 0 10px 10px 0;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

/* Standardized margins */
.margin_bottom {
	margin-bottom: 10px;
}

.margin_top {
	margin-top: 10px;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
}

#sports_marquee img {
	margin: 0 10px 0 40px;
	position: relative;
	top: 3px;
}

.mooquee {
	/*border: solid 2px #C0C0C0;*/
	/*padding: 5px;*/
	
	/* don't change */
    position: relative;
	overflow: hidden;
	/* I'm changing it anyway
	white-space: nowrap;
	*/
	
}

.mooquee-text {
	/* don't change */
	position: absolute;
	margin-right: 5px;
}

.testimonial {
	margin-bottom: 100px;
	text-align: left;
	font-size: 10pt;
	line-height: 16px;
	color: #2908A5;
	padding: 5px;
	width: 165px;
}
	
.testimonial.disclaimer {
	margin-top: 100px;
	margin-bottom: 0px !important;
}

	.testimonial .name {
		font-weight: bold;
	}
	
	.testimonial .location {
		font-style: italic;
		margin-bottom: 8px;
	}
	
	.testimonial a {
		text-decoration: none;
		color: #777;
		font-size: 9pt;
	}
	
	.testimonial a:hover {
		color: #000;
	}
	
	.spacer {
		height: 12px;
	}
	
#news img,
.feedflare {
	/* Because I'm using Reuters, I have to hide these */
	display: none;
}

.story {
	margin: 5px 5px 75px;
	text-align: left;
	font-size: 9pt;
	line-height: 16px;
	color: #777;
	text-align: right;
}

	.story .date {
		font-size: 8pt;
		margin: 7px 0 !important;
	}
	
	.story a {
		font-weight: bold;
		text-decoration: none;
		font-size: 11pt;
		color: #2908A5;
	}
	
	.story a:hover {
		color: #800;
	}
	
	.story .desc {
		
	}
	
.signature {
	width: 200px;
	margin: 10px auto 0;
}

.signature p {
	font-size: 13.5pt;
}

a.linkTopWhite:link {color: #fff; text-decoration: none;}
a.linkTopWhite:visited {color: #fff; text-decoration: none;}
a.linkTopWhite:active {color: #ffcc00; text-decoration: none;}
a.linkTopWhite:hover {color: #ffcc00; text-decoration: none;}
	
/* Override the Weatherbug style sheets */
.wXbody {
	border: 0 !important;
	height: 125px !important;
}

	.wXbody iframe {
		margin-top: 19px !important;
		font-size: 9pt; /* When the page loaded, the text was HUGE, so this is just an instant detterant that will immediately get overwritten by their CSS */
	}