@charset "UTF-8";
/* CSS Document */
body {
	background: #FFF url(./images/body-in-bg_new.gif) repeat-x;
	color: #656565;
	font:normal 12px Helvetica,Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 10px 0 5px 0;
}
#wrapper {
	width:910px;
	margin:0 auto;
}
#body_in {
	background:transparent url(./images/background_new.gif) repeat-x 0 100%;
}
#header {
	height: 70px;
	overflow: hidden;
}

/* top menu */

.lavaLampWithImage {
	position:relative;
	height:24px;
	padding:0;
	overflow:hidden;
	margin:0;
	width:960px;
	top:7px;
}
.lavaLampWithImage li {
	float:left;
	list-style:none;
	z-index:9;
	height:24px;
	margin-right:12px;
}
.lavaLampWithImage li.back {
	background:url('./images/lava.gif') no-repeat 100% -24px;
	width:9px;
	height:24px;
	z-index:8;
	position:absolute;
	padding-right:7px;
}
.lavaLampWithImage li.back .left {
	background:url('./images/lava.gif') repeat-x 0 0;
	height:24px;
	margin-right:0; /* 7px is the width of the rounded shape */
	padding-left:7px;
}
.lavaLampWithImage li a {
	color:#41b7e8;
	text-decoration:none;
	outline:none;
	text-align:center;
	z-index:11;
	display:block;
	float:left;
	font:normal 11px Tahoma, Verdana;
	height:24px;
	line-height:23px;
	position:relative;
	overflow:hidden;
	margin-left:9px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
	color:#000000;
}

#sidebar {
	float: right;
	width: 319px;
}
.luxeloans_free_qoute {
	background: #ffa53a;
	padding: 10px 20px 20px 20px;
	color: #000;
}
.luxeloans_free_qoute a {
	color: #000;
}
.luxeloans_free_qoute table {
	font-size: 12px;
}
.luxeloans_free_qoute td {
	height: 15px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.luxeloans_free_qoute td.empty-td {
	height: 10px;
} 
#content_wrapper {
	margin-right: 336px;
}
#main_content {
}
#logo {
	margin-bottom: 15px;
}
.blog_title {
	font:normal 30px Georgia,'Times New Roman','Bitstream Charter',Times,serif;
	font-style:italic;
	margin-bottom: 15px;
}
.blog_title a{
	color: #000;
	text-decoration: none;
}
.blog_title a:hover {
	color: #e16a00;
}
h3.blog_description {
	font-size:11px;
	color: #7f7f7f;
	margin: 0px;
}
.smalltext {
	padding: 10px;
	font-size: 11px;
	line-height: 14px;
	background: #f4faff;
}
.block h2 {
	font-size: 20px;
	border-bottom: 1px solid #c4e5f9;
	color: #363636;
	margin: 15px 0;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.block ol li {
	margin-bottom: 10px;
	color: #e16a00;
	font-size: 14px;
}
.block ol li .small {
	font-size: 12px;
	color: #656565;
	line-height: 16px;
}
.block ul li {
	font-size: 13px;
	margin-bottom: 18px;
	color: #666666;
	background: url(./images/yellowarrow.gif) no-repeat;
	padding: 0 0 0 20px;
}
.block ul li span {
	color: #656565;
}

#quotenote {
	padding-left: 7px;
}
#quotenote h2{
	color: #fff;
	font-size: 24px;
}
#quotenote ul {
	margin-left: 5px;
}
#quotenote ul li{
	margin-bottom: 10px;
}
#quotenote .subtitle {
	font-size: 14px;
	margin: 0px;
}
#quotenote .desc {
	color: #fff;
}
.entry .subtitle {
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.entry .desc {
	font-size: 12px;
	line-height: 16px;
}
p.note {
	line-height: 18px;
}
p.note strong {
	color: #000;
}
/* footer */
#footer {
	height:39px;
	font:normal 12px Tahoma, Verdana;
	line-height:39px;
	overflow:hidden;
	color:#373737;
}

#footer_nav {
	margin:0px;
	padding: 0px;
	list-style: none;
}
#footer_nav li{
	line-height:24px;
	margin:10px 9px 0 9px;
	padding:0px;
	list-style:none;
	float:left;
}
#footer_nav li span {
	background:#FFFFFF url('./images/footer_menu_bg.gif') no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:21px;
	padding-left:8px;
}
#footer_nav li span span {
	background-position:100% 0;
	display:block;
	float:left;
	height:21px;
	line-height:21px;
	padding:0 8px 0 0;
	color:#fff;
	cursor: pointer;
}
#footer_nav a {
	color: #000;
	text-decoration: none;
}
.clear { clear:both; }
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* clearfix */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}