/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/**
  CUSTOM STYLES
*/
a:hover {
  text-decoration:none;
}

a,
a span {
  cursor:pointer;
}

img {
  vertical-align:bottom;
}

DD_belatedPNG\\:*,
DD_belatedPNG\\:shape,
.cufon-ready,
#ie6 .pngfix {
  visibility:hidden;
}

.hasJS DD_belatedPNG\\:*,
.hasJS DD_belatedPNG\\:shape,
.hasJS .cufon-ready,
.hasJS .pngfix {
  visibility:visible !important;
}

/*
.unit {
  float:left;
}

.size1of2 {
  width:48.99%;
}

.size1of3 {
  width:33.33%;
}

.size2of3 {
  width:66%;
}

.firstUnit {
  margin:0;
}

.lastUnit {
  float:right;
  margin:0;
}
*/

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.line, .lastUnit, .clearfix {overflow: hidden;_overflow:visible;_zoom:1; }
.unit{float:left;_zoom:1;}
.unitExt{float:right;}
.size1of1{float:none;}
.size1of2{width:49.99999%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1.1; margin-bottom: 0.5em; }

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.2em; font-weight: bold; font-style:italic; }
h5 { font-size: 1.1em; font-weight: bold; }
h6 { font-size: 1.1em; font-weight: bold; font-style:italic; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.75em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/*  
Theme Name: San Fer Magazine
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* Structure */
#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Text*/
h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}
	

/* Form Elements */
#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {;
	margin: 0px 5px 1px 0;
	}
	
#commentform .submit {
	float: right;
	background: #80B80D url(../images/search_c.png) repeat-x;
	height: 27px;
	color: #fff;
	width:200px;
	margin-right: 0;
	padding-right: 0;	
	}

#commentform label {
	font-size: 20px;
	}
#commetform {
	
	margin-left:30px;
	width:430px;
}

#commentform input, #commentform textarea{
	background: #EBF5F9;
	border:none;
	width: 450px;
}

/* Respond */

#respond {
	margin-left: 30px;
	width: 445px;
	}

#respond h3{
	font-size: 25px;
	font-weight: 100;
	letter-spacing: 1px;
	}
	
/* Comments*/

#comments {
	margin-top: 5px;
	padding-left: 15px;
	}
	
#comments h3 {
	overflow: hidden;
	padding: 10px;
	padding-left:0;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 1px;
}

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px;
	list-style:none;
	margin-bottom:3px;
	}
	
ul.commentlist {
	margin-left: 0;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	/*
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	*/
	float:left;
	width: 380px;
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

#comment {
	width:590px;
	background:#fff;
	}



/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}


html {
	min-width: 1001px;
}

body {
	background: url(../images/bg1px.png)  repeat-x left top #fff;
}

#bg {
	background: url(../images/header.jpg) no-repeat center top;
}

.post-content {
	margin: 5px 0;
}

a {
	color: #1a1a1a;
}

.post-more,
.post-excerpt a {
	color: #f11300;
}

/**
 *  #page
 *  @desc  Main container for the whole page, except by the #footer.
 *         It's suppose to act as a replacement for the body tag, this
 *         is needed to implement "FooterStick Alt" by "Cameron Adams"
 *         http://themaninblue.com/experiment/footerStickAlt/
 */
#page {
	margin: 0 auto;
	width: 1001px;
}

/**
 *  #branding
 *  @desc  Main header bar, contains the branding elements:
 *         logo, tagline, description, phone, and get a free quote button
 */
#branding {
	background: url(../images/nav_deco.jpg) no-repeat 210px 0;
	height: 140px;
	position: relative;
}

#head-logo {
	background: url(../images/logo.png) no-repeat;
	height: 83px;
	left: 20px;
	margin: 0;
	position: absolute;
	top: 25px;
	width: 202px;
}

#head-logo a,
#head-logo span {
	display: block;
	font-size: 1px;
	height: 100%;
}

#head-logo span {
	visibility: hidden;
}

#head-tagline {
	display: none;
}

#call-us {
	background: url(../images/call-us.png) no-repeat;
	width: 176px;
	height: 55px;
	position: absolute;
	left: 250px;
	padding: 3px 0 0 70px;
	margin: 0;
	font-size: 13px;
}


/**
 *  #nav
 *  @desc  Horizontal navigation bar with dropdown support
 */
#nav {
	font:bold 12px/37px Arial, sans-serif;
	float: right;
	margin-right:30px;
	margin-top:-46px;	
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
}

.cufon-start #nav{
	font-size: 14px;
}

#ie6 #nav {
	margin-right: 15px;
}

#nav,
#nav a {
	height: 37px;
}

#nav .l {
	background: url(../images/nav_l.png) no-repeat left top;
	padding-left: 14px;
	width: 752px;
}

#nav .r {
	background: url(../images/nav_r.png) no-repeat right top;
	padding-right: 14px;
}

#nav-cont {
	background: #80B80D url(../images/nav_c.png) repeat-x;
	height: 37px;
	padding-left: 10px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float: left;
	padding: 0;
	position: relative;
}

#nav li,
#nav a {
	background: none;
	color: #fff;
	display: block;
	float: left;
}


#ie7 #nav .cufon, #ie6 #nav .cufon {
	margin-top: 10px;
}

#nav a {
	text-decoration: none;
	padding: 0 10px;
}

.es #nav a {
	padding-left: 6px;
	padding-right: 6px;
}

#nav li:hover,
#nav li.hover {
	background: #7ab600;
	/* color: #fffd90; */
}

#nav li.hover ul,
#nav li:hover > ul {
	display: block !important;
}

#nav-cont ul {
	background: #7ab600;
	display: none;
	font: 12px Arial, sans-serif;
	height: auto;
	line-height: auto;
	left: 0;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: 34px;
}

#ie6 #nav-cont li.hover ul {
	display:block !important;
}

#nav-cont ul,
#nav-cont ul a {
	height: auto !important;
	line-height: auto !important;
}

#nav-cont ul,
#nav-cont ul li {
	width: 180px;
}

#nav-cont ul a {
	border-bottom: 1px solid #9ed218;
	padding: 4px 10px !important;
	width: 160px;
}

#nav-cont ul ul {
	background: #9ed218;
	left: 180px;
	top: 0;
}

#nav-cont ul li.hover,
#nav-cont ul li:hover {
	margin-top: 0px;
	background: #9ed218;
}

#nav-cont ul ul li.hover,
#nav-cont ul ul li:hover {
	margin-top: 0px;
	background: #7ab600;
}

/**
 *  #slideshow
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#slideshow {
	background: url(../images/slideshow.png) no-repeat;
	height: 265px;
	padding-top: 31px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 25px;
}

/**
 *  #find-home
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#find-home {
	background: url(../images/links.jpg) no-repeat;
	height: 305px;
	width: 486px;
	padding-left: 25px;
	float: left;
}

#find-home div {
	height: 59px;
	padding-top: 18px;
	}

#find-home #search-bakersfield h3 {
	background: url(../images/bakersfield.png) no-repeat;
	height: 45px;
}

#find-home #search-bakersfield a {
	height:40px;
	margin-left:57px;
	margin-top:5px;
	width:332px;
	padding-top: 12px;
}

#find-home #search-california h3{
	background: url(../images/map.png) no-repeat;
	padding-top: 10px;	
}

#find-home #search-bakersfield h3 a,
#find-home #search-california h3 a{
	height: 26px;
	}

#find-home #home-insurance h3 {
	background: url(../images/auto.png) no-repeat;
	margin-top:7px;
}

#find-home #search-bakersfield span,
#find-home #search-california span{
	display: none;
}
	
#find-home #life-insurance h3 {
	background: url(../images/life-insurance.png) no-repeat;
	padding-top: 6px;
}

#find-home div a {
	margin-left:57px;
}

#find-home a {
	display: block;
	font-size: 19px;
	color: #777;
	text-decoration: none;
}

.cufon-start #find-home a {
	letter-spacing: 1px;
	font-size: 20px;
}

#find-home h3 {
	height: 38px;
}

/**
 *  #featured-house
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#featured-house {
	background: url(../images/featured-house-bg.png) no-repeat;
	height: 189px;
	width: 415px;
	float: left;
	margin-left: 5px;
	padding-left:30px;
	padding-right:30px;
	padding-top:13px;	
}

#featured-house h3 {
	background: url(../images/featured-house.png) no-repeat;
	height: 38px;
}

#featured-house h3 span {
	display: none;
}

#featured-house #carrusel {
	margin-left:14px;
	margin-top:25px;
}

#featured-house #carrusel div{
	float: left;
	}
	
#featured-house #carrusel .con{
	background: url(../images/carrusel-background.png) no-repeat;
	width: 339px;
	height: 100px;
	padding-top: 14px;
	padding-left: 24px;
	}

#featured-house #carrusel .l{
	background: url(../images/arrow_l.png) no-repeat;
	width: 18px;
	height: 33px;
	margin-right:2px;
	margin-top:35px;
	}
	
#featured-house #carrusel .r{
	background: url(../images/arrow_r.png) no-repeat;
	width: 18px;
	height: 33px;
	margin-left:4px;
	margin-top:35px;
	}

#carousel-cont {
	background: url(../images/carrusel-background.png) no-repeat;
	height: 130px;
	margin: 0 auto;
	position: relative;
	width: 363px;
}

#carousel {
	left: 5px !important;
	position: absolute !important;
	top: 9px !important;
}

#carousel ul {
	list-style: none;
}

#carousel li {
	float: left;
	padding: 0 5px !important;
	width: 108px !important;
}

#carousel-cont .prev,
#carousel-cont .next {
	background: url(../images/arrow_l.png);
	cursor: pointer;
	height: 31px;
	width: 16px;
	position: absolute;
	top: 48px;
}

#carousel-cont a {
	text-decoration: none;
	font-size: .95em;
}

#carousel-cont a:hover {
	text-decoration: none;
}


#carousel-cont .prev {
	left: -25px;
}

#carousel-cont .next {
	background: url(../images/arrow_r.png);
	right: -25px;
}

/**
 *  #mortgage-tools
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
 /*
#mortgage-tools {
	height: 93px;
	width: 207px;
	float: left;
}

#ie6 #mortgage-tools {
	height: 93px;
}

#mortgage-tools h3 {
	background: url(../images/mortgage-tools-title.png) no-repeat;
	width: 148px;
	height: 23px;
}

#mortgage-tools h3 span {
	display: none;
}

#mortgage-tools .l,
#mortgage-tools .r,
#mortgage-tools .cont {
	height: 108px;
}

#ie6 #mortgage-tools div {
	height: 63px;
}

#mortgage-tools .l {
	padding-left: 31px;
	background: url(../images/internal-ads_l.png) no-repeat left;
}

#mortgage-tools .r {
	padding-right: 31px;
	background: url(../images/internal-ads_r.png) no-repeat right;
}

#mortgage-tools .cont {
	background: url(../images/internal-ads_c.png) repeat-x !important;
	padding-left: 8px;
	padding-top: 15px;
}

#mortgage-tools .tools {
	background: url(../images/mortgage-tools.png) no-repeat;
	width: 124px;
	height: 48px;
}

#mortgage-tools .tools a {
	display: block;
	height: 50px;
	}
	
#mortgage-tools a span{
	display: none;
	}
		*/


#subscribe {
	height: 105px;
	width: 483px;
	float: left;
}

#ie6 #subscribe {
	height: 105px;
	width: 483px;
}

#subscribe h3 {
	background: url(../images/7-secrets.png) no-repeat;
	height: 54px;
	margin: 0;
	width: 436px;
	position: absolute;
	z-index:50;
}

#subscribe form {
	padding-top: 56px;
}

#subscribe h3 span {
	display: none;
}

#subscribe .l,
#subscribe .r,
#subscribe .cont {
	height: 108px;
}

#subscribe ul{
	list-style: none;
	clear: both;
	margin: 0;
}

.cufon-start #subscribe label {
	font-size: 16px;
	letter-spacing: 1px;
}

#subscribe label {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	vertical-align: top;
	margin-right: 5px;
}

#subscribe li{
	float: left;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	}
	
#subscribe input {
	height: 21px;
	width: 115px;
	margin-right: 5px;
}

#subscribe .submit {
	width: 75px;
	background: #80B80D url(../images/search_c.png) repeat-x;
	height: 27px;
	color: #fff;
	margin-right: 0;
	padding: 0;	
	text-align: center;
	margin-top: 1px;
}
	
#subscribe .l {
	padding-left: 31px;
	background: url(../images/internal-ads_l.png) no-repeat left;
}

#subscribe .r {
	padding-right: 31px;
	background: url(../images/internal-ads_r.png) no-repeat right;
}

#subscribe .cont {
	background: url(../images/internal-ads_c.png) repeat-x !important;
	padding: 0px;
}

#subscribe .tools {
	background: url(../images/mortgage-tools.png) no-repeat;
	width: 124px;
	height: 48px;
}

#subscribe .tools a {
	display: block;
	height: 50px;
	}
	
#subscribe a span{
	display: none;
	}
			
/**
 *  #agent
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#agent {
	height: 108px;
	width: 278px;
	float: left;
}

#ie6 #agent {
	width: 269px;
	height: 108px;
}

#agent h3 {
	background: url(../images/agent-title.png) no-repeat;
	width: 169px;
	height: 23px;
}

#agent h3 span {
	display: none;
}

#agent div {
	height: 108px;
}

#ie6 #agent div {
	height: 88px;
}

#agent .l {
	padding-left: 31px;
	background: url(../images/internal-ads_l.png) no-repeat left;
}

#agent .r {
	padding-right: 31px;
	background: url(../images/internal-ads_r.png) no-repeat right;
}

#agent .cont {
	background: url(../images/internal-ads_c.png) repeat-x !important;
	padding-top: 15px;
}

#agent p {
	width: 156px;
	font-size: 14px;
}

#agent .agent {
	background: url(../images/agent.png) no-repeat;
	width: 55px;
	height: 82px;
	float: right;
	margin-right: -10px;
	margin-top: -65px;
}

/**
 *  #real-state, insurance-finance
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#real-state, #realtor-news {
	width: 356px;
	float: left;
}

#cnn-news {
	width: 290px;
	float: left;
	margin-left: -4px;
}

#realtor-news h3, 
#real-state h3,
#cnn-news h3 {
	padding-left: 57px;
	height: 36px;
	padding-top: 9px;
	font-weight: 100;
	font-size: 20px;
	}

.cufon-start #realtor-news h3, 
.cufon-start #real-state h3,
.cufon-start #cnn-news h3 {
	letter-spacing: 1px;
	font-size: 22px;
	}

#cnn-news h3 {
	background: url(../images/insurance-finance-logo.png) no-repeat left;
height:40px;
margin-bottom:0;
padding-top:0;	
}

#realtor-news h3 {
	background: url(../images/realtor-logo-small.png) no-repeat left;
	margin-left:7px;
	padding-left:43px;	
}

#real-state h3 {
	background: url(../images/real-state-logo.png) no-repeat left;
}

#realtor-news ul,
#cnn-news ul {
	margin: 0;
	padding: 0;
	clear: both;
	}

#real-state .item,
#realtor-news .item,
#cnn-news .item {
	padding: 10px;
	width: 286px;
	background: #ffffff;
	margin-bottom: 6px;
	overflow: hidden;
	font-size: 11px;
	height: 92px;
}

#cnn-news .item {
	width: 216px;
	height: 60px;
	}

.item h5 {
	font-size: 12px;
	font-weight: bold;
	}
	
.item h5 a {
	text-decoration: none;
	} 	

#real-state img {
	float: right;
	background: url(../images/img-background.png) no-repeat;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 3px;
	margin-left: 5px;
	margin-top: 12px;
}

#realtor-news img,
#cnn-news img {
	display: none;
	}
/**
 *  #mortgage-rates
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#mortgage-rates {
	background: url(../images/mortgage-rates.jpg) no-repeat;
	height: 578px;
	padding-left:10px;
	padding-right:19px;
	width:260px;
	overflow: hidden;
}

#mortgage-rates .links h3 {
	background: url(../images/more-articles-logo.png) no-repeat left;
	margin-bottom:5px;
margin-left:11px;
margin-top:19px;
padding-left:39px;	
	height: 27px;
	padding-left: 40px;
	padding-top: 8px;
}

#mortgage-rates .links ul{
	list-style: none;
	height: 90px;
	overflow: hidden;
	}

#mortgage-rates .links ul a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}

#mortgage-rates .links ul a:hover{
	text-decoration: underline;
	}
	
#mortgage-rates #nasdaq {
	margin-top: 20px;
	}
	
#ie6 #mortgage-rates #nasdaq {
	margin-left: 10px;
	}
	
#ie6 #mortgage-rates {
	padding-left: 0;
	}

#mortgage-rates h3 {
	background: url(../images/mortgage-rates-logo.png) no-repeat left;
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	height: 37px;
	padding-left:58px;
	padding-top:11px;
}

.cufon-start #mortgage-rates h3 {
	letter-spacing: 1px;
	}

.es #mortgage-rates h3 {
	font-size: 20px;
	height:33px;
	padding-top:15px;	
	}


#ie6 #mortgage-rates h3{
	margin-left: 20px;
	margin-right: 0;
	padding-right: 0;
	width: 100%
	}

.es #ie6 #mortgage-rates h3 {
	font-size: 19px;
	}
	
#mortgage-rates .logos {
	padding-top: 10px;
	margin-top:20px;	
	}

#ie6 #mortgage-rates .logos {
	margin-left: 10px;
	width: 260px;
	}
	
#mortgage-rates .logos div {
	float: left;
	}
	
#mortgage-rates #provider {
	background: url(http://www.zillow.com/static/images/zillow-mortgage-logo-small.gif) no-repeat;
	height:18px;
	width:145px;
	margin-left:17px;
	margin-top:11px;	
}

#mortgage-rates #realtor {
	background: url(../images/realtor-logo.png) no-repeat;
	height:93px;
	width:80px;
	margin-right:8px;
}

#mortgage-rates #bakersfield {
	background: url(../images/bakersfield-logo.jpg) no-repeat;
	height:65px;
	width:172px;
}

#mortgage-rates #casocal {
	background: url(../images/casocal-logo.gif) no-repeat;
	height:50px;
	width:50px;
	margin-left:5px;
	margin-right:30px;
	margin-top:10px;	
}

#mortgage-rates #crisnet {
	background: url(../images/crisnet-logo.gif) no-repeat;
	height:45px;
	width:124px;
margin-left:30px;
margin-top:10px;	
}

#ie6 #mortgage-rates #casocal,
#ie6 #mortgage-rates #crisnet {
	margin-top: -10px;
}

#mortgage-rates .logos div span {
	visibility: hidden;
}

#main-mortgage {
	display:block;
	position:relative;
	width:210px;
	margin: 0 auto;
	height:90px;
	overflow:hidden;
	font-family:verdana,arial,sans-serif;
}

#ie6 #main-mortgage .rates{
	margin-left: 20px;
 }
	
#main-mortgage .latest {
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
	
#main-mortgage .rates {
	position: absolute;
	width: 200px;
	margin-top: 7px;
}

#main-mortgage .items {
	height:20px;
	padding:0 0 0 4px;
	width: 100%;
	color:#36b
	}

#main-mortgage .odd {
	background-color:#fff;
}

#main-mortgage .even {
	background-color:#eff7ff;
}

#main-mortgage iframe {
	position:absolute;
	top:0px;
	left:140px;
	width:60px;
	height:61px;
}

#ie6 #main-mortgage iframe {
	width: 80px;
}

/**
 *  #more-articles
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#more-articles {
	width: 712px;
	float: left;
}

#more-articles h3 {
	background: url(../images/more-articles-logo.png) no-repeat left;
	margin-bottom:5px;
	height: 27px;
	padding-left: 40px;
	padding-top: 8px;
	font-size: 20px;
	font-weight: 100;
}

.cufon-start #more-articles h3 {
	letter-spacing: 1px;
}

#more-articles .item {
	height: 61px;
	padding: 10px;
	width: 640px;
	background: #ffffff;
	margin-bottom: 6px;
	overflow: hidden;
	font-size: 11px;
}

#ie6 #more-articles .item {
	width: 630px;
	}

#more-articles img {
	float: right;
	background: url(../images/img-background.png) no-repeat;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 3px;
	margin-left: 5px;
}

/**
 *  #iso-logo
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#iso-logo {
	background: url(../images/iso-logo.png) no-repeat;
	height: 73px;
	margin: 30px auto 0;
	width: 179px;
}

/**
 *  #container
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#container {
	background: none;
	position: relative;
	overflow: hidden;
	text-align: justify;
	z-index: 1;
}

h1 {
	
}

input,
select,
textarea {
	width: 70px;
	border: solid 1px #cccccc;
	background: #ffffff;
}

#types input, #q-listing input, #q-property input, #listing input, #property input {
	border: none;
	width: 15px;
	height: 15px;
}

/**
 *  #form de real state
 *  @desc  Footer container, it has 2 rows with repeated content site wide
 *         It has FooterStick Alt support by "FooterStick Alt" by
 *         "Cameron Adams" http://themaninblue.com/experiment/footerStickAlt/
 */
.search-home,
.search-result,
.house,
.contact-agent {
	margin-left:7px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:671px;
 }
 
.search-house h3,
.search-result h3,
.house h3,
.contact-agent h3{
	background: url(../images/let-help.png) no-repeat;
	height: 43px;
}

.search-house h3 span,
.search-result h3 span,
.house h3 span,
.contact-agent h3 span {
	display:none;
}

.search-house form {
	text-align: center;
	background: #EBF5F9;
	padding-left: 20px;
	padding-bottom: 20px;
}

.search-house #search-terms {
	width: 400px;
	margin-left: 20px;
	}
	
.search-house ul {
	list-style:none;
}
.search-house ul li {
	float: left;
	margin-right: 10px;
}

.search-house fieldset {
	margin-top: 10px;
	margin-bottom: 15px;
}

.search-house fieldset.location {
	padding-top: 10px;
	}
	
.search-house fieldset#price {
	margin-left: 20px;
	}
	
.search-house fieldset#price p{
	text-align: left;
	}
	
.search-house fieldset#habitation{	
	padding-left:30px;
	padding-top:13px;
}

.search-house fieldset#listing legend,
.search-house fieldset#property legend {
	font-weight: bold;
}

.search-house fieldset#habitation label{
	font-weight: bold;
	}

.search-house fieldset#another ul {
	height: 38px;
	margin-bottom:69px;
	margin-top:2px;	
	}
	
.search-house fieldset#another ul li {
	margin-right: 20px;
	font-weight: bold;
	}
	
.search-house fieldset#another {
	font-weight: bold;
	margin-left: 56px;
	}
	
.search-house fieldset#another .another{
	text-align: left;
	padding-bottom: 10px;
	}
	
.search-house fieldset#another .another ul{
	padding-left: 0;
	margin-left: 0;
	}	
	
.search-house fieldset#prices input,
#another .another input {
	background: url(../images/input-backgroung.png) no-repeat;
	height:14px;
	padding-bottom:7px;
	padding-left:6px;
	padding-right:6px;
	padding-top:7px;
	width:89px;	
	border: none;
	}

.search-house .another {
	height:55px;
	}
	
.search-house .submit {
	float: right;
	margin-right: 30px;
	width: 130px;
	}

.search-house fieldset#listing,
.search-house fieldset#property{
		text-align: left;
	}
	
.search-house form div fieldset {
	float: left;
}

.search-result #result-header{
	background: #ebf5f9;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-result .result-content{
margin-bottom:10px;
margin-top:0;
padding-bottom:5px;
padding-right:10px;
padding-top:10px;
width:627px;
	height: 100px;
	background: #ebf5f9;
	}
	
.search-result .result-content img{
	background: url(../images/img-background2.png) no-repeat;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:6px;
	padding-top:1px;	
	}	
	
.search-result ul {
	list-style:none;
}

.search-result ul li.photo{
	float: left;
	width: 120px;
}

.search-result ul li{
	float: left;
	width: 94px;
}

.search-result .more-info{
	float: left;
	margin-top: 50px;
	}

.search-result .send-question{
	float: right;
	background: #80B80D url(../images/search_c.png) repeat-x;
	margin-top:50px;	
}

.search-result .send-question a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	height:23px;

	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	}

#paginator .prev {
	float: left;
}

#paginator .next {
	float: right;
}

#paginator .pag {
	float: right;
}

#paginator .pag li{
	width: 10px;
}

/**
 *  #footer
 *  @desc  Footer container, it has 2 rows with repeated content site wide
 *         It has FooterStick Alt support by "FooterStick Alt" by
 *         "Cameron Adams" http://themaninblue.com/experiment/footerStickAlt/
 */
#footer {
	background: #c2d847 url(../images/foot_c.png) repeat-x center top;
	font-size: 0.9em;
	padding-top: 108px;
	position: relative;
}

#footer .bg {
	background: url(../images/grass.jpg) repeat-x;
	padding: 33px 0 20px;
}

#foot-content {
	margin:0 auto;
	width: 960px;
}

#footer,
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .firstUnit {
	padding-top:3px;
	width:550px;
}

#footer .lastUnit {
	float:right;
	width:220px;
}

#footer p {
	margin: 0;
}

#foot-nav {
	list-style: none;
	margin: 0 0 0.25em;
	overflow:hidden;
}

#foot-nav,
#foot-nav * {
	height: 1em;
	line-height: 1;
}

#foot-nav li {
	border-left: 1px solid #fff;
	display: inline;
	padding:0 4px 0 8px;
}

#foot-nav li.first {
	border:0;
	padding-left:0;
}

#footer .golf {
	width:124px;
	height:115px;
	position:absolute;
	background:url(../images/golf-player.png) no-repeat;
	bottom:0;
	margin-bottom:32px;
	margin-left: 0;
}

#ie6 #footer .golf,
#ie7 #footer .golf {
	margin-left: -550px;
}

#content {
	background: none;
	width: 671px;
	margin-left:7px;
	float: left;
}

#ie6 #content {
	margin-left: 2px;
	}

.content {
	padding: 10px;
}

#searchform {
	height: 34px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}

#searchform input,#searchform button {
	position: absolute;
}

#searchform input {
	font: 12px Arial, sans-serif;
	right: 35px;
	top: 6px;
	width: 150px;
}

#searchform button {
	background: url(../images/search.png) no-repeat;
	border: 0;
	height: 11px;
	padding: 0;
	right: 14px;
	top: 11px;
	width: 14px;
}

#searchform button span {
	display: none;
}


.post {
	background: #EBF5F9;
	padding: 10px;
	margin-top: 15px;
}
	
.post-header h3 {
	background: url(../images/more-articles-logo.png) no-repeat;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 100;
	height:33px;
	letter-spacing:1px;
	margin-bottom:5px;
	padding-left:40px;
	padding-top:2px;
	float: left;
	}
	
.post-header .tagline {
	float: left;
	margin-left:20px;
	margin-top:10px;
	height: 18px;
	overflow: hidden;	
	}	

.post-addons {
	background: #EBF5F9;
	padding: 20px 10px;
	border-top: dotted 1px #000;
	}

.post-category,
.post-category a,
.post-title,
.post-title a {
	font-weight: 100;
	font-size:25px;
	letter-spacing:1px;
	line-height: 1;
	margin: 0;
	margin-bottom:10px;
	text-decoration: none;
	
}

.breadcrumb,.post-category,.post-category a {
	color: #333;
	font-size: 20px;
}

.post-title {
	font-size: 30px;
	letter-spacing: -1px;
}

.post-meta {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.post-meta,.post-meta a {
	color: #555;
}

#headline {
	border: 0;
	padding: 0;
}

#headline .post-content {
	height: 290px;
	overflow: hidden;
}

.post-list .post .post-content { /*height:13.45em;*/
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#classifieds .post-content {
	height: auto;
}

.post-list .post .post-category,.post-list .post .post-category a {
	font-size: 16px;
}

.post-list .post-title {
	padding-right: 25px;
}

.post-list .post .post-title,.post-list .post .post-title a {
	font-size: 20px;
}

.post-navigation {
	padding: 5px 0px;
	text-align: center;
}

.single .post-meta,
.page .post-meta {
	border-top: 1px dotted #ccc;
	padding: 4px 0;
	text-transform: uppercase;
}

.single .post-content {
	padding: 0 10px;
}

.single .post-meta span,
.page .post-meta span {
	padding: 0 20px 0 0;
}

.page .post {
	border: none;
}

.page .post img {
	/*background: url(../images/img-background5.png) no-repeat;*/
	padding-bottom:9px;
	padding-left:3px;
	padding-right:7px;
	padding-top:3px;
	float: left;
	margin-right: 10px;
	}

.post-share {
	float: left;
}

.post-share img {
	height: 18px;
}

.post-ratings {
	float: right;
	width: 160px !important;
}

.post .post-content p {
	font-family: Arial;
	font-size: 13px;
}

a img {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	padding: 2px;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignnone {
	clear: both;
	float: none;
	margin: 0 0 1em 0;
}

.aligncenter {
	clear: both;
	float: none;
	margin: 0 0 1em 0;
	text-align: center;
}

img.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

#sidebar form {
	padding: 10px 10px 0;
}

#sidebar-top input {
	width: 255px;
}

#classifieds #sidebar-top br {
	display: none;
}

#classifieds #sidebar-top form br {
	display: block;
}

#sidebar textarea {
	height: 115px;
	width: 270px;
}

#sidebar-left,#sidebar-right {
	width: 158px;
}

#sidebar-left {
	float: left;
}

#sidebar-right {
	float: right;
}

#sidebar-top td {
	vertical-align: top;
}

#frmSS1 {
	padding-right: 0 !important;
}

#frmSS1 input {
	width: 135px;
}

#frmSS1 #boton12 {
	width: 90px;
}

#disclaimer_r {
	width: 150px;
	padding: 5px;
	font-size: 9px;
}

/* demas */


.house .photos, .house .info {
	float: left;
	width: 314px;
}

.house img.big {
	background: url(../images/img-background3.png) no-repeat;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.house img.thumb {
	float: left;
	background: url(../images/img-background4.png) no-repeat;
	margin-left:8px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.house .contact{
	float: left;
	background: #80B80D url(../images/search_c.png) repeat-x;
	margin-top:50px;	
}

.house .contact a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	height:23px;

	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	}
	
.contact-agent img.big {
	float: right;
	background: url(../images/img-background3.png) no-repeat;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-bottom: 4px;
	margin-right: 10px;
}

#contact-agent ol {
	list-style: none;
}

#contact-agent ol li{
	list-style: none;
}

#contact-agent form {
	padding-bottom: 2px;
	}
	
#contact-agent input {
	width:173px;
}

#contact-agent label {
	float: left;
	width:100px;
}

#contact-agent li {
	margin-bottom:5px;
}

#contact-agent .cf-box-group label{
	float: none;
	margin-left: 5px;
	margin-right: 10px;
}

#contact-agent li#li-2-4 {
	width: 240px;
	margin-bottom: 10px;
	}
	
#contact-agent li#li-2-4 label{
	float: none;
	width: 100%;
	}
	
#contact-agent select{
	width: 100px;
	margin-left: 10px;
	}

#contact-agent li#li-2-7 label{
	width: 400px;
	}
	
#contact-agent textarea {
	width: 100%;
	}
	

/* temporales */



#sidebar #agent {
	width: 100%;
}

#content .t {
	background: url(../images/cont_t.png) no-repeat top;
	padding-top: 18px;
}

#content .b {
	background: url(../images/cont_b.png) no-repeat bottom;
	padding-bottom: 18px;
}

#ie6 #content .b {
	padding-bottom: 17px;
}

#ie7 #content .cont {
	height: 100%;
	}

#content .cont {
	background: url(../images/cont_m.png) repeat-y;
	}

#content .deco {
	background: url(../images/cont_bg.png) no-repeat;
	padding: 1px 17px;
}

#ie6 #content .deco {
	padding-top: 0;
	padding-bottom: 0;
}
	
.avatar {
	float:right;
	padding:2px;
	width:55px;
	height:55px;
	}	

ul.commentlist li {
	background: #EBF5F9;
	width: 470px;
}

.info-box {

}

.info-box .t,
.info-box .l,
.info-box .r,
.info-box .c,
.info-box .b {
	display: block;
	height: 25px;
}

.info-box .l,
.info-box .r,
.info-box .c {
	background: url(../images/info-box-1.png) no-repeat !important;
	position: absolute;
	width: 25px;
}

.info-box .l {
	left: 0;
}

.info-box .r {
	right: 0;
}

.info-box .c {
	background-repeat: repeat-x !important;
	position: relative;
	width: auto;
}

.info-box .t,
.info-box .b {
	background: none !important;
	padding:0 25px !important;
	position: relative;
}

.info-box .t .l {
	background-position: left top !important;
	top: 0;
}

.info-box .t .r {
	background-position: right top !important;
	top: 0;
}

.info-box .t .c {
	background-position:0 -25px !important;
}

.info-box .b .l {
	background-position: left bottom !important;
	bottom: 0;
}

.info-box .b .r {
	background-position: bottom right !important;
	bottom: 0;
}

.info-box .b .c {
	background-position:0 -50px !important;
}

.info-box .m {
	position: relative;
}

.info-box .m .l,
.info-box .m .r,
.info-box .m .c {
	height: auto !important;
	left: 0;
	position: relative;
	top: 0;
	width: auto !important;
}

.info-box .m .l {
	background: url(../images/info-box-2.png) repeat-y left top !important;
	padding-left: 25px;
}

.info-box .m .r {
	background: url(../images/info-box-2.png) repeat-y right top !important;
	height: auto !important;
	padding-right: 25px;
}

.info-box .m .c {
	background: #cee5f0 !important;
	height: auto !important;
}

.info-box .m .content, .cnn-news {
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}

.cnn-news {
	clear: both;
	}

.info-box .bg {
	background: url(../images/info-box-bg.png) no-repeat;
	height: 135px;
	position:absolute;
	right: -11px;
	top: -11px;
	width: 250px;
}

#ie6 .info-box .bg {
	right: 14px;
	}

#ie6 .info-box .b b {
	height: 24px;
}

.post-content form {
	margin: 20px auto 0 auto;
	width: 305px;
	}

.post-content form ol {
	list-style: none;
	}

.post-content form ol li{
	background: none;
	border: none;
	margin-bottom: 2px;
}

.post-content form input, .post-content form textarea {
	width: 198px;
}

.post-content form label {
	float: left;
	width: 65px;
}

/* 
.post-content form p {
	margin-top: -26px;
}
 */
	
.post-content form #sendbutton {
	/* float: right; */
	/* margin-right:21px; */
	background: #80B80D url(../images/search_c.png) repeat-x;
	height: 27px;
	color: #fff;
	margin-left: 84px;
}

#ie6 .post-content form #sendbutton {
	margin-left: 20px !important;
}

.post-content object {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;

	}
	
.page-id-6 #content fieldset {
	display: none;
}

.page-id-6 #content fieldset {
	display: none;
}

#map {
	width: 300px;
	height:200px;
	margin-left:10px;
	margin-top:10px;
	float: right;
	overflow: hidden;
}

iframe {
	width: 100%;
	height: 850px;
}

#ie7 #post-6 form {
	margin-bottom: 20px;
}

div#calculator {
	display:none;
}

div#calculator .shadow{
	background: url(../images/shadow.png) repeat;
	position: fixed;
	width:100%;
	height: 2000px;
	top: 0;
	left: 0;
	z-index: 51;
}

#ie6 div#calculator .shadow{
	position: absolute;
	}
	
div#calculator .close{
	text-align: right;
	background-color: #ffffff;
	height: 20px;
	}	
	
div#calculator .calculator{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 52;
	width: 175px;
	margin-left: -85px;
	margin-top: -164px;
	background-color: #F4F7F9;
	border: solid 4px #ffffff;
}

#ie6 div#calculator .calculator{
	position: absolute;
	}
	
#languaje-box {
	position: absolute;
	top: 5px;
	left: auto;
	margin-left: 855px;
}

.ie #languaje-box {
	left: 830px;
	margin-left: 5px;
}

#languaje-box ul{
	list-style: none;
}

#languaje-box ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#languaje-box a {
    font-weight: 500;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
.not-found .deco{
	height: 210px;
}

#foot-logos {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 5px;
	padding: 0;
}

#foot-logos li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 102px;
    height: 73px;
    margin: 0 5px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



.jcarousel-skin-tango {
background: url(../images/carrusel-background.png) no-repeat;
margin-left:37px;
padding-left:8px;
margin-top:20px;
padding-top:12px;
}

ul#carousel {
	height: 73px;
	}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 342px;
	height: 90px;    
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: -42px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/**
 *  General
 *  @desc  
 */
 
#sidebar {
	float: right;
	width: 322px;
	overflow: hidden;
	zoom: 1;
}

.widget {
	background: #fff;
	overflow: hidden;
	padding: 10px;
}

#ie6 #sidebar {

}

#ie6 .widget {
}

#sidebar h3 {
	color: #000;
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;	
	}
	
#sidebar h3 a {
	color: #333;
}

#sidebar li {
	list-style: none;
}

.widget a {
	color: #0000ff;
	}

#sidebar-ads {
	text-align: center;
	}
/**
 *  #real-state-widget
 *  @desc  
 */
 
#real-state-widget {
	background: url(../images/real-state-background.png) no-repeat;
	height: 170px;
	padding-left:14px;
	padding-top:10px;
}

#real-state-widget h3 {
	background: url(../images/real-state-logo.png) no-repeat;
	width: 230px;
	height: 48px;
	padding-left:56px;
	padding-top:3px;	
	font-weight: 100;
}

.es #real-state-widget h3 {
	font-size: 20px;
	}
	
#real-state-widget p.tagline {
	margin-top:-23px;
	padding-left:57px;
	width:230px;
	height: 36px;
	overflow: hidden;
}

#real-state-widget ul {
	margin:0;
	margin-left:58px;
	margin-top:-6px;
	}
	
#real-state-widget ul li {
	background: none;
	border: none;
	padding: 0;;
}

#ie8 #real-state-widget ul li {
 padding-bottom: 10px;
}

 /**
 *  #mortgage-tools-widget
 *  @desc 
 */
 
#mortgage-tools-widget {
	background: url(../images/mortgage-tools-background.png) no-repeat;
	height:114px;
	padding-left:20px;
	padding-top:12px;	
}

#mortgage-tools-widget h3 {
	background: url(../images/mortgage-tools-calculator.png) no-repeat;
	width: 205px;
	height: 54px;
	padding-left: 54px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
}

#mortgage-tools-widget ul {
	margin:0;
	margin-left:52px;
	margin-top:-12px;
	}
	
#mortgage-tools-widget ul li {
	padding: 0;
}

#ie8 #mortgage-tools-widget ul li {
	padding-bottom: 10px;
}

/**
 *  #jobs-oportunities-widget
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#jobs-oportunities-widget {
	height: 98px;
	margin-right:0px;
	padding-right:0;
	padding-left:0;
	width:322px;
	/* float: right; */
}

#ie7 #jobs-oportunities-widget {
	margin-right:10px;
}

#jobs-oportunities-widget h3 {
	background: url(../images/money.png) no-repeat;
	width: 169px;
	height: 23px;
	font-weight: 100;
	height: 44px;
	padding-left: 60px;
}

body.es #jobs-oportunities-widget h3 {
	font-size: 16px;
	padding-top: 12px;
	height: 32px;
}
	
#jobs-oportunities-widget p.tagline {
	height:18px;
	padding-left:60px;
	padding-top:5px;
	width:216px;
	margin-top:-18px;
	overflow: hidden;
}

body.es #jobs-oportunities-widget p.tagline {
	height: 36px;
	margin-bottom: 0;
	}

#jobs-oportunities-widget .l {
	padding-left: 31px;
	background: url(../images/internal-ads_l.png) no-repeat left;
}

#jobs-oportunities-widget .r {
	padding-right: 31px;
	background: url(../images/internal-ads_r.png) no-repeat right;
}

#jobs-oportunities-widget .cont {
	background: url(../images/internal-ads_c.png) repeat-x;
	height: 108px;
}

/**
 *  #search-location-widget
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#search-location-widget {
	background: url(../images/search-location.png) no-repeat;
	height: 511px;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 0;
}

#search-location-widget h3 {
	height: 26px;
	font-weight: 100;
}

#search-location-widget form {
	padding: 0;
	padding-right: 10px;
}

#search-location-widget form ul {
	list-style:none;
	margin-top:6px;	
	margin-left: 10px;
}

#search-location-widget form  ul li {
	float: left;
	margin-right: 17px;
}

#search-location-widget form  ul li:last-child {
	margin-right: 0px;
}

#search-location-widget .location input {
	float: left;
	width: 160px;
}

#search-location-widget .location label {
	float: right;
}

#search-location-widget form  fieldset {
	margin-top: 12px;
}
	
#search-location-widget form  fieldset#price {
	margin-left: 10px;
	}
	
#search-location-widget form  fieldset#price p{
	text-align: left;
	}
	
#search-location-widget form  fieldset#habitation{	
	text-align: center;
	margin-top: 10px;
}

#search-location-widget form  fieldset#habitation select{
	margin-top: 10px;
	width: 70px;
	}

#search-location-widget form div fieldset{
	float: left;
	}
	
#search-location-widget form  fieldset#listing legend,
#search-location-widget form  fieldset#property legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

#search-location-widget form fieldset#habitation label{
	font-weight: bold;
	}

#search-location-widget form  fieldset#another ul {
	height: 38px;
	padding-left: 39px;
	margin-bottom:69px;
	margin-top:2px;	
	}
	
#search-location-widget form  fieldset#another ul li {
	margin-right: 20px;
	font-weight: bold;
	}
	
#search-location-widget form  fieldset#another {
	font-weight: bold;
	}
	
#search-location-widget form  fieldset#another .another{
	text-align: left;
	padding-left: 56px;
	padding-bottom: 10px;
	}
	
#search-location-widget form  fieldset#another .another ul{
	padding-left: 0;
	margin-left: 0;
	}	
	
#search-location-widget form  fieldset#q-prices input {
	background: url(../images/input-backgroung.png) no-repeat;
	height:14px;
	padding-bottom:7px;
	padding-left:6px;
	padding-right:6px;
	padding-top:7px;
	width:89px;	
	border: none;
	}

#search-location-widget form  .submit {
	float: left;
	margin-top: 15px;
	width: 130px;
	}

/**
 *  #life-insurance-widget
 *  @desc  
 */
 
#life-insurance-widget {
	background: url(../images/real-state-background.png) no-repeat;
	height: 185px;
	padding-left:14px;
	padding-top:10px;	
}

#life-insurance-widget h3 {
	background: url(../images/real-state-logo.png) no-repeat;
	width: 230px;
	height: 48px;
	padding-left:56px;
	padding-top:3px;	
	font-weight: 100;
}

#life-insurance-widget p.tagline {
	margin-top:-23px;
	padding-left:57px;
	width:230px;
	height: 36px;
	overflow: hidden;
}

#life-insurance-widget ul {
	margin:0;
	margin-left:58px;
	margin-top:-6px;
	}
	
#life-insurance-widget ul li {
	background: none;
	border: none;
	padding: 0;
}

#ie8 #life-insurance-widget ul li {
 padding-bottom: 10px;
}
/**
 *  #Question
 *  @desc  
 */
 
#question {
	background: url(../images/contact-background.png) no-repeat;
	height: 307px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#question h3 {
	background: url(../images/question-background.png) no-repeat;
	border: none;
	width: 280px;
	height:31px;
	padding-left:40px;
	padding-top:5px;
	margin-left:6px;
	margin-top:5px;
	font-size: 22px;
	font-weight: 100;	
}

.es #question h3 {
	font-size: 20px;
	}

#question ol li{
	background: none;
	border: none;
	margin-bottom: 2px;
}

#question input, #question textarea {
	width: 150px;
}

#question label {
	float: left;
	width: 55px;
}

#question p {
	margin-top: -26px;
	}
	
#question #sendbutton {
	float: right;
	margin-right:31px;
	background: #80B80D url(../images/search_c.png) repeat-x;
	height: 27px;
	color: #fff;	
}

p.linklove {
	display: none;
}

