* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.date {
	font-size: 10px;
	color: 990000;
	font-weight: bold;
}

h1, h2, {
	margin-bottom: 8px;
	padding: 0;
}

h3 {
	text-transform: uppercase;
}

h4
{
	font-weight: bold;
	color: #7e0807;
	text-align: center;
	font-size: larger;
}

h5
{
	font-weight: bold;
	color: #000;
	font-style: italic;
	font-size: x-large;
}

blockquote, code {
	padding: 20px;
	font-weight: bold;
	font-style: italic;
}

body {
	font: 14px/1.5em arial, helvetica, verdana, sans-serif;
}

.image-left{
	float: left;
	padding: 20px;
}

.image-right{
	float: right;
	padding: 20px;
}


/* BODY LAYOUT */

#body-wrapper {
	padding-bottom: 25px;
}


/* HEADER LAYOUT */

#header-wrapper {
	width: 100%;
	background-position: top;
	background-repeat: repeat-x;
	background-image: none;
}

#header {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#header img {
	top: 20px;
	position: relative;
}

#header h1 {
	margin-bottom: 5px;
}

#header p {
	padding-bottom: 20px;
}


/* MENU LAYOUT */

#menu-highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
	background-image: none;
	z-index: 3;
}
	
#menu-wrapper {
	position: relative;
	width: 100%;
	height: 31px;
	z-index: 1;
	margin-bottom: -3px;
}

#menu-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	z-index: 2;
}

#menu {
	position: relative;
	height: 28px;
	margin: 0 auto;
	z-index: 4;
	font-size: 12px;
	line-height: 1em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu ul li span {
	display: inline-block;
	padding: 7px 0 7px 0;
	height: 100%;
}

html > body #menu ul li span {
	display: block;
}

#menu ul li a {
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

#menu ul ul {
	display: none;
}


/* BANNER */

#banner {
	margin: 0 auto;
	height: 200px;
}


/* MENU 2 LAYOUT */

#menu2 {
	border-top: 1px solid #FFF;
	position: relative;
	margin: 0 auto;
	z-index: 0;
}

#menu2 ul {
	display: inline-block;
	padding: 0;
	padding: 6px 10px 3px 10px;
}

html > body #menu2 ul {
	display: block;
}

#menu2 ul span {
	display: none;
}

#menu2 ul ul {
	margin: 0;
	padding: 0;
}

#menu2 ul ul span {
	display: inline;
}

#menu2 ul ul ul {
	display: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	font-size: 14px;
	font-weight: bold;

}


/* CONTENT LAYOUT */

/*#badge {
    width: 200px;
    height: 170px;
    background:url(images/all_header.png) no-repeat;
    z-index: 200;
	display: block;
	position: absolute;
	margin-left: 575px;
	top: 60px;
}*/

#badge {
    width: 300px;
    height: 171px;
    background:url(../../images/all_books.png) no-repeat;
    z-index: 200;
	display: block;
	position: absolute;
	margin-left: 480px;
	top: 145px;
}

#badge1 {
    background:url(../../images/mf_logo.png) no-repeat;
    z-index: 250;
	display: block;
	position: absolute;
	top: 205px;
	width: 131px;
	height: 125px;
	margin-left: 25px;
}

#content-wrapper {
	margin: 25px auto 0 auto;
	padding-bottom: 25px;
}

#sidebar {
	width: 225px;
}


/* SIDEBAR LAYOUT */

#sidebar-header {
	min-height: 20px;
}

#sidebar-header h4 {
	margin: 0;
	padding: 0px 7px 5px 7px;
	font-size: 14px;
}

#sidebar-menu {
	padding-top: 20px;
}

#sidebar-menu a {
	text-decoration: none;
	font-size: 11px;
}

#sidebar-menu ul {
	list-style: none;
}

	#sidebar-menu ul li { 
		display: inline;
	}
	
	#sidebar-menu ul li span {
		display: none;
	}

#sidebar-menu ul ul ul {
	margin: 0 20px;
	padding-bottom: 20px;
	border-top: 1px solid #DDD;
}
	
	#sidebar-menu ul ul ul li span {
		display: inline-block;
	}
	
	html > body #sidebar-menu ul ul ul li span {
		display: block;
	}

	#sidebar-menu ul ul ul li {
		display: block;
		position: relative;
		padding: 3px 0 3px 13px;
		border-bottom: 1px solid #DDD;
		background: transparent url('images/submenu-triangle.gif') 0 5px no-repeat;
	}
	
	#sidebar-menu ul ul ul li.current, #sidebar-menu ul ul ul li.currentAncestor {
		background-image: url('images/submenu-triangle-active.gif');
	}
	
#sidebar-menu ul ul ul ul {
	border: none;
	padding: 3px 0 0 0;
	margin-left: 0;
}

	#sidebar-menu ul ul ul ul li, #sidebar-menu ul ul ul ul li:first-child {
		border: none;
	}
	
#sidebar-user-content {
	padding: 0 20px;
	font-size: 11px;
	line-height: 14px;
}

#sidebar-plugin-content {
	padding-top: 20px;
}

/* FOOTER STYLES */

#footer-wrapper {
	clear: both;
	position: relative;
}

#footer {
	margin: 0 auto;
	padding: 25px 0;
	font-size: 11px;
	text-align: center;
}

#breadcrumb {
	margin-top: 10px;
}

#breadcrumb ul {
	list-style: none;
}

#breadcrumb li {
	display: inline;
}


/* BLOG ELEMENTS */

.blog-entry {
	/* Bottom margin defined in css/blog/... */
}

.blog-entry-title, .blog-archive-month {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

	.blog-entry-title a {
		text-decoration: none;
	}
	
	.blog-entry-title a:hover {
		text-decoration: underline;
	}
	
.blog-entry-date {
	font-size: 12px;
	margin-bottom: 5px;
}

.blog-entry-comments {
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/comment.gif') center left no-repeat;
}

p.blog-entry-tags{
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 7px;
	padding: 0 0 0 20px;
	background: transparent url('images/tag.gif') center left no-repeat;
} 

#blog-archives, #blog-categories, #blog-rss-feeds {
	margin-bottom: 20px;
	margin-left: 15px;
	line-height: 1.4em;
}

#blog-categories {
	
}

	#blog-categories a{
		padding-left: 23px;
		background: transparent url('images/tag.gif') 0 -1px no-repeat;
	}
	
#blog-archives {
	
}

	#blog-archives a{
		padding-left: 23px;
		background: transparent url('images/calendar.gif') center left no-repeat;
	}
	
#blog-rss-feeds {
	
}

	#blog-rss-feeds a{
		padding-left: 23px;
		background: transparent url('images/rss.gif') center left no-repeat;
	}

.blog-archive-headings-wrapper {
	margin-bottom: 24px;
}
	
ul.blog-tag-cloud {
	display: block;
	margin: 0 20px 20px 20px;
	padding: 0;
	text-align: justify;
}
ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}
.blog-tag-size-1 {	
	font-size: 0.8em;
}
.blog-tag-size-2 {	
	font-size: 0.85em;
}
.blog-tag-size-3 {	
	font-size: 0.9em;
}
.blog-tag-size-4 {	
	font-size: 0.95em;
}
.blog-tag-size-5 {	
	font-size: 1em;
}
.blog-tag-size-6 {	
	font-size: 1.05em;
}
.blog-tag-size-7 {	
	font-size: 1.1em;
}
.blog-tag-size-8 {	
	font-size: 1.15em;
}
.blog-tag-size-9 {	
	font-size: 1.2em;
}
.blog-tag-size-10 {	
	font-size: 1.25em;
}
.blog-tag-size-11 {	
	font-size: 1.3em;
}
.blog-tag-size-12 {	
	font-size: 1.35em;
}
.blog-tag-size-13 {
	font-size: 1.4em;
}
.blog-tag-size-14 {	
	font-size: 1.45em;
}
.blog-tag-size-15 {
	font-size: 1.5em;
}
.blog-tag-size-16 {	
	font-size: 1.55em;
}
.blog-tag-size-17 {	
	font-size: 1.6em;
}
.blog-tag-size-18 {	
	font-size: 1.65em;
}
.blog-tag-size-19 {
	font-size: 1.7em;
}
.blog-tag-size-20 {	
	font-size: 1.75em;
}


/* FILE SHARING ELEMENTS */

.filesharing-description{
	margin-bottom: 18px;
}

.filesharing-item{
	padding: 0 0 10px 23px;
	background: transparent url('images/download.gif') 0 2px no-repeat;
}

.filesharing-item-title {
	padding-bottom: 3px;
}


/* PHOTO ALBUM */

.album-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

.album-wrapper {
	width: 99%;
	overflow: auto;
	margin-top: 24px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
}


/* PHOTO PAGE */

/* Styles the background for this page */
.photo-background{
	margin: 0;
	padding: 100px;
	text-align: center;
}

/* Styles around the navigation controls */
.photo-navigation{
	margin: 0 auto 48px auto;
	padding-top: 10px;
}

/* Styles the title of this page */
.photo-title{
	font-size: 36px;
}

/* Styles the photo caption */
.photo-caption{
	font-size: 24px;
}

/* Photo EXIF Metadata */
.exif-data p {
	margin: 0;
	padding: 0;
}
p.exif-version {
}
p.exif-colour-space {
}
p.exif-focal-length {
}
p.exif-dimensions {
}
p.exif-pixel-y-dimension {
}
p.exif-pixel-x-dimension {
}
p.exif-oecf-value {
}
p.exif-subsec-time-original {
}
p.exif-exposure-mode {
}
p.exif-spatial-frequency-response {
}
p.exif-scene-capture-type {
}
p.exif-subject-location {
}
p.exif-shutter-speed {
}
p.exif-datetime-original {
}
p.exif-subsec-time {
}
p.exif-compressed-bits-per-pixel {
}
p.exif-flash-energy {
}
p.exif-saturation {
}
p.exif-brightness {
}
p.exif-exposure-time {
}
p.exif-f-number {
}
p.exif-file-source {
}
p.exif-gain-control {
}
p.exif-subject-area {
}
p.exif-cfa-pattern {
}
p.exif-scene-type {
}
p.exif-white-balance {
}
p.exif-flash {
}
p.exif-exposure-index {
}
p.exif-flashpix-version {
}
p.exif-device-setting-description {
}
p.exif-focalplane-x-resolution {
}
p.exif-image-uniqueid {
}
p.exif-components-configuration {
}
p.exif-light-source {
}
p.exif-sensing-method {
}
p.exif-aperture {
}
p.exif-sharpness {
}
p.exif-exposure-program {
}
p.exif-subject-distance {
}
p.exif-subsec-time-digitized {
}
p.exif-contrast {
}
p.exif-focalplane-resolution-unit {
}
p.exif-gamma {
}
p.exif-35mm-focal-length {
}
p.exif-datetime-digitized {
}
p.exif-subject-distance-range {
}
p.exif-custom-rendered {
}
p.exif-max-aperture {
}
p.exif-sound-file {
}
p.exif-metering-mode {
}
p.exif-spectral-sensitivity {
}
p.exif-exposure-bias {
}
p.exif-focalplane-y-resolution {
}
p.exif-iso-rating {
}
p.exif-maker-note {
}
p.exif-digital-zoom-ratio {
}
p.exif-user-comment {
}


/* MOVIE ALBUM */

.movie-page-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles the page description */
.movie-page-description{
	margin-bottom: 24px;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame {
	width: 132px;
	height: 110px;
	float: left;
	position: relative;
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
	margin-bottom: 9px;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
	
}


/* MOVIE POPUP */

/* Styles the background of the popup window */
.movie-background{
	margin: 0;
	padding: 24px;
	border: none;
	text-align: center;
}

/* Styles the movie title */
.movie-title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
	margin-bottom: 10px;
}


/* Jorge - Candybox Marketing */
#logo{
	display:block;
	background:url(../../img/fitch-website-logo.png) no-repeat;
	/* background:url(../../img/lslogo.png) no-repeat; */
	height:95px;
	width:297px;
	text-indent:-5000px;
}
#header-wrapper{
	padding:20px 0;
	background:url(../../img/website-clouds-bg.jpg) 120% top repeat-x;
}
#menu-color{
	background:url(../../img/website-menu-bg.gif) top repeat-x;
}
#menu ul li a{
	font-weight:normal;
	font-size:12px;
/* Rod 21 Sep 10 changed 14 to 4 to get kingdom_advisors into main menu */
	padding:0 6px;
	color:#96C5E7;
	text-transform:uppercase;
	border-left:1px solid #666666;
}
#menu ul li:last-child a {
	border-right:1px solid #666666;
}
#home #home-link a,
#services #services-link a,
#wisdom #wisdom-link a,
#kingdom #kingdom-link a,
#banking #banking-link a,
#webinars #webinars-link a,
#about #about-link a,
#contact #contact-link a{
	color:#fff;
}
#serving-cities{
	padding:15px;
	font-size:11px;
}
#serving-cities a{
	color:#036CB3;
	text-decoration:none;
	padding-right:10px;
}
#serving-cities a:hover{
	text-decoration:underline;
}
a{
	color:#036CB3;
	text-decoration:none;
}
a:visited{
	color:#6c8a9f;
}
a:hover{
	color:#7E0807;
}
#footer-wrapper {
	border-top:10px solid #666666;
}
#banner{
	position:relative;
	margin-top:20px;
}
#badge{
	top:-10px;
}
#columns-container {    width: 99%;    padding: 0px;    margin: 0px;    overflow: hidden;  }  
#columns-left {    float: left;    width: 48.54%;    margin-left: 0.00%;    margin-right: 0.96%;    padding: 0.000000px;    overflow: hidden;       }  
#columns-right {    float: right;    width:  48.54%;    margin-left: 0.96%;    margin-right: 0.00%;    padding: 0.000000px;    overflow: hidden;       }  
#columns-clearer {    width:  99%;    clear: both;  }

#badge1{
	display:none;
	visibility:hidden;
}