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, th { vertical-align: middle; }
table.tablemiddle {
   vertical-align: top;
}
td.tablemiddle {
   vertical-align: top;
}

/* 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; }


.container {
  width: 950px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.realestate-marketing, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-realestate {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}

.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.realestate-marketing {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-realestate, div.span-realestate { width:950px; margin:0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.realestate-marketing, textarea.realestate-marketing, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-realestate, textarea.span-realestate {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }



body { 
  font-size: 75%;
  color: #222; 
  background:url(images/bg.jpg) repeat-x;
  font-family:Arial, Helvetica, sans-serif;
}


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

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


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

p           { margin: 0 0 1.5em; }
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:none; }

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; color:#656565; }
.bottom1    { margin-bottom:0; padding-bottom:0; color:#d5d5d5; }

#main { width:970px;}

#main .span-realestate { width:970px;}
#hd { background:url(images/hd.jpg) no-repeat; height:103px; }
#logo { padding:22px 0 0 14px; width:198px; height:39px;}
#marketing { height:330px;}
.featured { background:url(images/feat.jpg) no-repeat; height:302px; margin:13px 0 0 0; position:relative;}
.wordpress-realestate-plugin { background:url(images/wpplugin-header.jpg) no-repeat; height:302px; margin:13px 0 0 0; position:relative;}
.text {
	margin:0px;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	padding-top: 124px;
	padding-right: 21px;
	padding-bottom: 0;
	padding-left: 425px;
}
.text p.yellow { color:#fcf095; margin:0;}
.banner p{ font-size:24px; font-weight:bold; color:#fff; padding:15px 0 0 756px; margin:0px;}
.banner a { color:#fff; text-decoration:none;}
#featcut { background:url(images/featcut.jpg) no-repeat; width:10px; height:52px; position:absolute; bottom:15px; right:-10px;}
#logo { width:270px; float:left;}
#topnav{ width:684px; float:left;}
#topnav ul { list-style:none; margin:0px; padding:33px 0 0 293px;}
#topnav ul li{  margin:0px; padding:0px; display:inline;}
#topnav ul li a { color:#fff; text-decoration:none; padding:6px 26px; margin:0; display:block; float:left;}
#topnav ul li.active a { background:url(images/active.jpg) no-repeat;}
#topnav ul li a:hover{ background:url(images/active.jpg) no-repeat;}

#nav { height:58px;}
#nav ul { list-style:none; margin:0px; padding:20px 0 0 0;}
#nav ul li{ margin:0px; padding:0px;  display:inline; padding:0 9px; border-right:1px solid #fff; font-size:10px;}
#nav ul li a { font-weight:bold; color:#fff; font-size:12px; text-decoration:none;}
#nav ul li a:hover {  color:#ff8e00; text-decoration:none;}
#nav ul li.last { border:none;}

.emailpass { width:122px; padding:0;}
.go { padding:5px 0 0 0; position:relative; top:9px; right:-3px;}
.signin { text-align:right;}
.signin p { text-align:left; padding:0 0 0 111px; color:#fff;}
.signin p .orange { color:#ffc000; padding:0 0 0 5px;}
.signin p a { text-decoration:none; font-size:11px; color:#fff; }
.forgot { padding:0 0 0 42px;}
#bd { height:387px;}
#bd .realestate-marketing { width:302px; margin-right:31px;}
#bd .realestate-marketing .last { margin-right:0px;}

.broker-marketing { background:#fff url(images/ftup.jpg) no-repeat; margin-top:15px; }
.broker-marketing h3 { padding:14px 0 0 42px; color:#fff;}
.broker-marketing p { padding:20px 10px 0 15px;}
.mls-marketing { background:#fff url(images/ftup1.jpg) no-repeat; margin-top:15px; }
.mls-marketing h3 { padding:14px 0 0 42px; color:#fff;}
.mls-marketing p { padding:20px 10px 0 15px;}
.mortgage-broker-marketing { background:#fff url(images/ftup3.jpg) no-repeat; margin-top:15px; }
.mortgage-broker-marketing h3 { padding:14px 0 0 42px; color:#fff;}
.mortgage-broker-marketing p { padding:20px 10px 0 15px;}

.morepad { padding-bottom:15px!important;}
.ftdw { background:url(images/ftdw.jpg) no-repeat; height:32px; }

.ftdw p { background:url(images/more.jpg) no-repeat; height:23px; width:59px; padding:2px 0 0 16px; margin:4px 0 0 0; float:right;}
.ftdw p a { color:#000; text-decoration:none;}
#bd .broker-leads .realestate-marketing { margin-right:0px;}


#ft { background:url(images/ft.jpg) no-repeat; height:202px;}
#ftlt { color:#fff;}
#ftlt { padding:20px 0 0 0;}
#ftrt a{ color:#c8c8c8; text-decoration:none;}
#ftrt { text-align:right; }
#ftrt p { color:#818181;}
#ftrt ul { list-style:none; margin:0px; padding:30px 0 15px 0;  }
#ftrt ul li{ list-style:none; margin:0px; padding:0px 9px; font-size:10px; text-transform:uppercase;  display:inline; border-right:1px solid #fff; }
#middle {
	background-image: url(images/middle-back.jpg);
	background-repeat: repeat;
}
.list1 {
	list-style-image: url(images/grey-arrow.jpg);
	list-style-position: outside;
	padding-left: 5px;
}
.list1 li {
	padding-bottom: 3px;
}
.login a:link, a:hover, a:visited {
	color:#ffffff;
}