/*------------------------------------------------------------------------------
|	=TOC - Table (list actually) of contents
|	Document structure is as follows
|	(cf. http://www.stopdesign.com/log/2005/05/03/css-tip-flags.html)
|		TOC		(This listing)
|		General 	(Default font-size, color etc.)
|		Layout 	(Page layout and column layout within content area)
|		Header 	(Header of layout, not <h1-6>. see 'Headings')
|		Footer
|		Navigation
|		Heading
|		Lists
|		Forms
|		Links
|		Misc
|		Tables
|		UI
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
|    =General
------------------------------------------------------------------------------*/
/* override some browser defaults */
body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	text-align: left;
}
.contentRegion {background-color: #FFF;}
.contentRegion p {margin-bottom: 15px;}

hr { 
	height: 1px;
	font-size: 0px;
	line-height: 1%;
	border-style: solid;
	border-width: 1px 0 0;
	color: #D6D6D6;
}
#content blockquote p {
	margin-bottom: 0;
}
/*------------------------------------------------------------------------------
|    =Lists
------------------------------------------------------------------------------*/
/* set our own defaults for X-browser compatability */
ul, ol {
	list-style-position: outside;
}
.contentPrimary ul {
	list-style-type: disc;	
} 
.contentPrimary ol {
	list-style-type: decimal;
}
.contentPrimary ol,
.contentPrimary ul {padding: 0 0 0 40px; margin: 1em 0 2em;}

/*------------------------------------------------------------------------------
|    =Links
------------------------------------------------------------------------------*/

.buttons a.button {
	border: 1px solid #A41100;
	background-image: url(//www.daveramsey.com/media/image/button/btn_bg.png);
	font: bold 19px/33px "Arial Narrow", Helvetica, sans-serif;
	display: block;
	position: relative;
	left: -50%;
	height: 33px;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 1ex;
}

.contentRegion .contentPrimary h1 a,
.contentRegion .contentPrimary h1 a:hover,
.contentRegion .contentPrimary h1 a:active,
.contentRegion .contentPrimary h2 a,
.contentRegion .contentPrimary h2 a:hover,
.contentRegion .contentPrimary h2 a:active,
.contentRegion .contentPrimary h3 a,
.contentRegion .contentPrimary h3 a:hover,
.contentRegion .contentPrimary h3 a:active,
.module_homepage .contentPrimary a {
	text-decoration: none;
}
/*------------------------------------------------------------------------------
|    =Misc
------------------------------------------------------------------------------*/
.bg-alt { /* to supply alternate text for background-images */
	display: none;
}
.clear{
	clear:both;
	/* these next attributes are designed to keep the div
	height to 0 pixels high, critical for Safari and Netscape 7 */
	height:1px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
	float: none;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.action {
	font-weight: bold;
	text-align: center;
}
/* For when the name of something is italicized just for being a propper noun */
.proper, /* preserving .propper typo for backward compatibility */
.propper {
	font-style: italic;	
}
/* accent imagery */
.accent {
	display: inline;
	float: right;
	padding: 1px;
	background-color: #C7C7C7;
	color: #151515;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	margin: 0 0 4px 4px;
}
.accent img {
	display: block;
	background-color: #FFF;
	color: #151515;
	padding: 5px;
	border: 1px solid #BBB;
}
.sectionPrimary .quote {
	color: #383838;
	margin: 0px 0px 40px 0px;
	overflow:hidden;
	border-bottom: 1px dotted #383838;
	background:#FFFFFF url(//www.daveramsey.com/media/image/layout/quote_bg.png) no-repeat;
	padding:20px 40px 40px;
}

.quote blockquote {
	margin: 0px 0px 20px 0px;
}

.quote .vcard{
	display: block;
	float: right;
	font-style: italic;
}
.quote .vcard span.fn:before {
	content: "\2014  ";	
}
.quote p {
	margin-bottom: 1em;
}
.quote cite .fn {
	font-weight: bold;
}
.quote cite span {
	text-align: right;
	display:block;
}
/*------------------------------------------------------------------------------
|    =Tables
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
|    =UI
------------------------------------------------------------------------------*/
a.videoSample,
a.videoSample:link,
a.videoSample:visited
 {
	background: #FFF url(//www.daveramsey.com/media/image/layout/ui_sample_video_display.png) no-repeat scroll left top;
	color: #999;
	display: block;
	margin: 36px auto;
	min-height: 36px;
	padding-left: 54px;
	text-decoration: none;
}
#centerWrapper a.videoSample {
	text-decoration: none;	
}
a.videoSample strong {
	display : block;
	font: bold 14px/1 Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
a.videoSample span {
	display : block;
	text-decoration: underline;
}

div#omniture_noscript{
	display:inline;
}