@charset "utf-8";

/* --- GLOBAL SITE SETTINGS ---*/
html, body {padding:0;	margin:0;}
* html #wrap {}
body, table td {font-family: verdana,geneva,arial;font-size:11px;color:#666;line-height:24px;} 
.body_class {background-color: #fff;} 
/* --- END GLOBAL SITE SETTINGS ---*/

/* --- PAGE STRUCTURES/LAYOUTS --- */
#wrap {border:0;width: 100%;margin: 0;	text-align:left;background-image:url(../images/siteAssets/bg_window.png);background-repeat:no-repeat;} 
#page {width:1000px;height:auto;margin: 0;padding:0;}
#header {width:1000px;height:73px;text-align:right;} 
#contentWrap {width:1000px;	height:auto;}
#contentLeft {width:152px;float:left;display:block;}
#contentRight {width:734px;float:left;padding:30px 20px 20px 0;}
#contentMinHeight {width: 94px;height:527px;float:left;}
#contentWrapTop {display:none;}
#contentWrapBot {display:none;}
#contentColWide{float:left;width:554px;margin:0 20px 0 0;}
#contentColNarrow{float:left;width:160px;}
.rightBox {dispaly:block; width:160px; height:auto;overflow:hidden; margin: 0 0 20px 0;}
#foot {width:750px;	margin:0 0 0 246px;	padding:20px 0;	text-align:left;}
#footCell {margin:0;padding:0;}
#preloadDiv {position:absolute;z-index:2;top:0;visibility:hidden;}
#pageTitle {}
#flashTitleDiv{width:280px;height:40px;position:absolute;top:35px;left:698px;}
.afterPageContent {display:block;	margin-top:10px;} 
/* --- END PAGE STRUCTURES/LAYOUTS --- */

/* --- NAV LAYOUTS ---*/
/* LEFT UL/LI BLOCK NAVS */
#contentLeft .nav {padding-top:30px;}
#contentLeft .nav ul {width:155px; background-image:url(../images/siteAssets/bg_navDivider.gif); background-repeat:repeat-x; background-position:top;}
#contentLeft .nav ul, #contentLeft .nav li {margin:0;padding:0;list-style:none;display:block;}
#contentLeft .nav li a:link, #contentLeft .nav li a:active, #contentLeft .nav li a:visited, #contentLeft .nav li a:hover, #contentLeft .nav li .selected {margin:0;display:block;width:150px;height:30px;padding:0px;margin:0;text-indent:20px;color:#fff;text-decoration:none;font-size:13px; line-height:30px; font-family:Arial, Helvetica, sans-serif;  background-image:url(../images/siteAssets/bg_navDivider.gif); background-repeat:repeat-x; background-position:bottom;}
#contentLeft .nav li a:hover {color:#666;}
#contentLeft .nav li .selected {color:#6c9d31;}
/**/ 

/* FOOTER UL/LI INLINE NAVS */
#foot .nav {color:#669900;margin:0;padding:0;}
.footNavSeparator {font-size:13px;padding:0 4px;}
#foot .nav a:link, #foot .nav  a:active, #foot .nav a:visited, #foot .nav a:hover, #foot .nav .selected {color:#669900;text-decoration:none;text-transform:}
#foot .nav a:hover {color:#336600; text-decoration:underline;}
#foot .nav .selected {color:#336600;}
/* --- END NAV LAYOUT SCENARIOS ---*/


/* -- HEADLINES --- */
.large24head {font-size:14px;line-height:22px;color:#ff6600; font-weight:normal; }
.largehead {font-size:15px;line-height:22px;color:#7f9922; font-weight:normal;}
.midhead {font-size:13px;font-weight:normal;line-height:22px;color:#7f9922;}
.smallhead {font-size:12px;font-weight:normal;color:#ff6600;}
td.redhead{text-align:left;line-height:14px;}
.redhead {color: #7f9922;}
/* -- END HEADLINES --- */


/* --- TEXT --- */
.plaintext {font-size:11px;line-height:24px;}
.bodytext {font-size:11px;line-height:24px;}
.smalltext {font-size:10px;}
#foot {font-size:11px;line-height:24px;color:#669900;}
/* --- END TEXT --- */


/* --- LINKS --- */
a {cursor:pointer;}
a:link, a:visited, a:active {color:#666;text-decoration:underline;}
a:hover {color:#ff6600;text-decoration:underline;}
#foot a:link, #foot a:active, #foot a:visited {text-decoration:none;color:#669900;}
#foot a:hover {text-decoration:underline;color:#336600;}
/* --- END LINKS --- */


/* --- COMMON DOM ELEMENTS TO REUSE --- */
.fullWidth {display:block;width:100%;}
.floatLeft {float:left;}
.floatRight {float:right;}
.thumb {border:solid 1px #c9db4e;}
a .thumb:hover {border:solid 1px #ff6600;}
.marginRight{margin-right:15px;}
.marginLeft{margin-left:15px;}
.padRight{padding-right:15px;}
.padLeft{padding-left:15px;}
.slideshow {width:600px;height:550px;margin:15px auto;text-align:center;} 
.listingLinks {margin:10px 0px;} 
/* --- END COMMON DOM ELEMENTS TO REUSE --- */



/* --- PROMO BOXES --- */
.promoBox {-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;background-color:#f5f3f3;border:solid 1px #dddddd;padding:10px;margin-bottom:10px;}
.promoBoxHead {font-size:13px;font-weight:bold;background-color:#c9db4e;padding:3px;text-align:center;color:#fff;}
.promoBoxContent .quickSearchTitle {display:none;} 
.promoBoxContent {font-size:11px;padding:5px;text-align:center;line-height:18px;}
/* --- END PROMO BOXES --- */



/* --- FORMS --- */
form {margin:0;padding:0;display:inline;}
select, input, textarea, .wordInput {background-color:#f5f3f3;border:solid 1px #dddddd;padding:3px;font-size:12px;font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
input.gobtn, .gobtn, .gobtn:hover {cursor:pointer;background-color: #ff6600;border:solid 1px #ccc;font-size: 10px;color: #fff;padding: 2px;margin-bottom:3px;}
/*round buttons -- use this if you want rounded submit buttons in non-IE browsers*/
input.gobtn, .gobtn, .gobtn:hover {-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;padding: 1px 5px 2px 5px;}
.gobtn:hover {background-color:#c9db4e;}
/* quick search*/
.quickSearch{padding:10px;}
.quickSearchTitle{}
.quickSearchEntry {} /*one 'row' of label and input field*/
.quickSearch .formLabel{}
.quickSearch .formInput{}
.quickSearch .formInput select{}
.quickSearch form {}
#startSearchInput {width:320px;display:inline;color:#666;}
.inlineWrap {display:inline;margin-right:3px;}
/* --- END FORMS --- */


/* ---LD SEARCH STUFF --- */
select.box {width: 150px;}
select.100 {width: 85px;}
input.85 {width: 85px;}
input.40 {width: 40px;}
table.cart {border:0;}
table.cart td {padding: 10px;border:0;}
/*overwrite the <td bgcolor="#666"> use in detail page slideshow*/
table td {} 
/* --- END LD SEARCH STUFF --- */


/* ---UNIQUE PAGE LAYOUTS ---*/
#body_home #foot {text-align:center;}
#hp_featListings {width:570px; height:147px; margin:11px 0 0 170px; text-align:left;padding:55px 0 0 260px; background-image:url(../images/siteAssets/bg_hp_featListings.jpg); background-repeat:no-repeat;}

#body_mapsearch #contentWrap {}
#body_mapsearch #contentLeft {}
#body_mapsearch #contentRight {}
/* ---END UNIQUE PAGE LAYOUTS ---*/


/* --- CMS ASSETS ---*/
/* contact form asset */
#contactInfo {display:block;margin-bottom:10px;line-height:18px;margin-top:-10px;}
#contactForm, #formStage {width:600px;height:350px;background:none transparent;}
#buyersForm{display:block;height:500px;}
#sellersForm{display:block;height:580px;}
.formInput input, .formInput textarea {width:155px;}
.formInput select {width:161px;}
.formTable td {padding:3px;}
.formLabel {} 
.formInput {} 
.captchaTable {font-size:11px;line-height:11px;margin:10px 0;}
.captchaTable td {padding:2px;}
.wordInput {width:50px;}
/* end contact form asset*/


/*wordpress -- these are mapped like the above newsletter*/
/*the wordpress stage --with subnav*/
#content {margin:0;padding:0;}
 /*the wrapper for the wordpress posts stage*/
.narrowcolumn {float: left;padding: 0;margin: -10px 0 0 0;width: 544px;}
/*the wrapper for the wordpress posts stage with no side bar nav -- ie comments page*/
.widecolumn {width:544px;}
/*headline for category */
.pagetitle {font-size:15px;line-height:22px;color:#7f9922; font-weight:normal;}

/*this displays the "older entries/newer entries" sub link under archive title*/
.navigation {display: none;}
/*wraps one post*/
.narrowcolumn .post {margin-bottom:25px;}
/*class for the post title*/
.post h2, .post h3 {font-size:15px;line-height:22px;color:#7f9922; font-weight:normal;} 
.post h2 a:link, .post h2 a:active, .post h2 a:visited, .post h2 a:hover, .post h3 a:link, .post h3 a:active, .post h3 a:visited, .post h3 a:hover {color:#7f9922; text-decoration:none;}
 /*class for byline under title*/
.post small {font-size:12px;line-height:18px;font-weight:normal;font-style:italic;}
/*wrap the text of the post*/
.post {margin: 0;text-align: justify; border-bottom:dashed 1px #cbcbcb;margin-bottom:20px; padding-bottom:20px;} 
/*class for the post credit*/
.post .postmetadata {display:block;margin:5px 0;padding:3px 10px 3px 10px;background-color:#f0f6d5;border:solid 1px #dae68d;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;} 
/* wrapper for side bar nav*/
#sidebar {padding: 0;margin-left: 564px;width: 160px;}
#sidebar h2 {font-weight:bold;display:block;margin-bottom:3px;margin-top:15px;font-size:12px; color:#666;}
/*#sidebar .cat-item{margin-bottom:20px;}*/
#sidebar ul, #sidebar li {list-style:none;}
#sidebar ul ul li a:link, #sidebar ul ul li a:active, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover, #sidebar ul ul li .current-cat {display:block;padding:3px 3px 3px 26px;text-decoration:none;color:#666; background-image:url(../images/siteAssets/btn/btn_bg_subNav.png); background-repeat:no-repeat; background-position:top left;}
#sidebar li a:link, #sidebar li a:active, #sidebar li a:visited {color:#533c19;}
#sidebar li a:hover {background-color:#cadb4f;color:#fff;}
/*sidebar currently selected cataegory*/
#sidebar li .current-cat {color:#669900;background-image:url(../images/siteAssets/btn/btn_bg_subNav_f3.png);background-repeat:no-repeat; background-position:left;}
#sidebar #searchsubmit {cursor:pointer;background-color: #ff6600;border:solid 1px #ccc;font-size: 10px;color: #fff;margin-bottom:3px;margin:3px 0;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;padding: 1px 5px 2px 5px;}
/* end wordpres blog*/


/*newsletter/neighborhoods/buyers-sellers, etc.. right nav pages*/
#nlContent {width:544px;margin-top:-10px;} 
#nlContent .post {border:0;}
.catHead {font-size:16px;line-height:18px;font-weight:bold;} 
#nlContent .post {margin-bottom:25px;text-align:left;}
.postHead {display:none;} 
.postByline {font-size:12px;line-height:18px;font-weight:normal;font-style:italic;} 
.postSubHead {}
.postContent {}
.postCredit {display:block;width:58px;background-color:#ebe5e5;padding:3px;font-size:10px;} 
#nlSubNav {float:right;width:160px;margin-top:-10px;} 
.nlSubNavHead {font-weight:bold;display:block;margin-bottom:3px;}
#nlSubNav li a, #nlSubNav li a:link, #nlSubNav li a:active, #nlSubNav li a:visited, #nlSubNav li a:hover, #nlSubNav li .selected {display:block;padding:3px 3px 3px 26px;text-decoration:none;color:#666; background-image:url(../images/siteAssets/btn/btn_bg_subNav.png); background-repeat:no-repeat; background-position:left;}
#nlSubNav li a:hover {background-color:#cadb4f;color:#fff;}
#nlSubNav li .selected {color:#669900;margin:-3px -3px -3px -26px;background-image:url(../images/siteAssets/btn/btn_bg_subNav_f3.png);background-repeat:no-repeat; background-position:left;}
/* end newsletter/neighborhoods/buyers-sellers, etc.. right nav pages*/

/*testimonials page*/
.testimonials {width:700px;}
.testimonialsText {}
.testimonialAuthor {text-indent:25px;margin:10px 0 15px 0;padding:0 0 15px 0;border-bottom:dashed 1px #cbcbcb;}


/*links page*/
.catTitle {}
.links {margin-bottom:20px;}
.link {}
.linkDescription {margin-bottom:5px;padding-bottom:5px;border-bottom:dashed 1px #dddddd;font-size:11px;line-height:13px;}


/*nonNWMLS listings/rentals page*/
/*wraps the category title and categories subnav*/
.catWrap {display:block;margin-bottom:15px;}
.catTitle {text-decoration:underline;display:inline;}
/*wraps all the listings in the page*/
.listings {}
/* one listing --zoom:1 is an IE hack --keep it*/
.listing {zoom:1;margin-bottom:15px;padding-bottom:15px;border-bottom:dashed 1px #dddddd;}
/* the flash slideshow and blurb bar on the detail pages*/
.listingSlideshowBar {display:block;margin-top:10px;}
/* the html pic on the pickpage*/
.listingPic .thumb {border:solid 1px #c9db4e;}
.listingPic {display:inline;float:left;margin-right:20px;}
/* the text blurb to right of pic*/
.listingBlurb {margin-top:10px;}
/*the two blocks of contnet under the pic/blurb*/
.listingDetails, .listingComments {display:block;margin-top:20px;line-height:17px;}
/*top subnav for categories*/
.catNav {display:inline;margin-left:15px;}
.catNav ul, .catNav li {display:inline;margin:0;padding:0;}
.catNav li a:link, .catNav li a:active, .catNav li a:visited, .catNav li a:hover {padding:3px;background-color:#f5f3f3;border:solid 1px #dddddd;font-size:10px;}
/* end non nwmls listings apge*/


/*listingPages*/
#lwrap{margin:0 auto;padding:0;width:1000px;}
#lpage{width:1000px; background-image:url(../images/siteAssets/bg_window.png); background-repeat:no-repeat}
#lheader{width:985px;height:50px;background-image:url(../images/siteAssets/bg_listingPageHeader.jpg); background-repeat:no-repeat; background-position:top right;font-size:26px; font-family:Georgia, "Times New Roman", Times, serif; color:#fff; text-align:right; line-height:25px; padding:35px 15px 0 0;}
#llogo{position:absolute;z-index:2;width:180px;height:145px;}
#llogo img {width:180px;height:145px;}
#lcontentWrap{width:1000px;}
#lnav{display:block;float:left;width:230px;height:300px;padding-top:60px;}
#lcontentMinHeight{width:1px;float:left;height:500px;}
#lcontent{display:block; float:left;width:719px; padding:20px 20px 20px 30px;}
#lfoot{width:720px;height:50px;margin:10px 0 10px 230px;}
#lfoot,#lfoot a:link, #lfoot a:active, #lfoot a:visited, #lfoot a:hover, #lfoot .selected {color:#669900;text-decoration:none;}
#lfoot a:hover {color:#336600; text-decoration:underline;}
#lnav ul {width:155px; background-image:url(../images/siteAssets/bg_navDivider.gif); background-repeat:repeat-x; background-position:top;}
#lnav ul ,#lnav li {margin:0;padding:0;list-style:none;display:block;}
#lnav  li a:link, #lnav  li a:active, #lnav  li a:visited, #lnav  li a:hover, #lnav  li .selected {margin:0;display:block;width:100px;padding:7px 35px 10px 20px;margin:0;color:#fff;text-decoration:none;font-size:13px; line-height:16px; font-family:Arial, Helvetica, sans-serif;  background-image:url(../images/siteAssets/bg_navDivider.gif); background-repeat:repeat-x; background-position:bottom;}
#lnav  li a:hover {color:#666;}
#lnav  li .selected {color:#6c9d31;margin:-7px 0 -10px -20px;}

#listingHead{font-size:24px; font-family:Georgia, "Times New Roman", Times, serif;}
#listingSubhead{font-size:14px; font-weight:bold;}
.listingSmAccent {color:#7f9922; font-weight:bold; font-size:14px;}
.listingAccent {color:#ff6600; font-weight:bold; font-size:18px; font-family:"Monotype Corsiva","Apple Chancery","URW Chancery L", Georgia, "Times New Roman", Times, serif;}
.listingFeatures table td {width:300px;line-height:18px;}
.listingBadge{color:#669900;height:75px;width:400px;line-height:17px;border:solid 1px #ff6600;padding:10px;background-color:#f5f9e2;margin:10px 0 20px 0;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}
.listingBadge img {width:100px;height:75px;border:solid 1px #7f9922;}

#zillowStats .promoBox .promoBoxContent{font-size:10px;line-height:14px;text-align:left;}

#flyerNav ul ,#flyerNav li {margin:0;padding:0;list-style:none;}
#flyerNav{height:24px;margin-bottom:15px;}
#flyerNav  li a:link, #flyerNav  li a:active, #flyerNav  li a:visited, #flyerNav  li a:hover, #flyerNav  li .selected {margin:0 8px 0 0;display:block;float:left;padding:0 10px;text-decoration:none;color:#669900;line-height:24px;font-size:13px;border:solid 1px #ff6600;background-color:#f5f9e2;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}
#flyerNav li a:hover{color:#fff;background-color:#c9db4e;}


/*agent roster*/
/*agent pickpage*/
.agentsWrap {}
.agentRow {border-bottom:dashed 1px #ccc;}
.agentCell {font-size:11px;line-height:15px;}
.rowOdd {background-color:#efefef;}
.rowEven {}
.agentCell .agentPic {}
.agentCell .agentText {}
.agentCell .agentName {}
.agentCell .agentTitle {}
.agentCell .smalltext {}
/*the search/sort controls*/
.agentControls {}
.agentControls .sortDrop {}
.agentControls select {}
.agentControls .agentSearch {}
.agentControls input {}
/* end agent pickpage*/

/*agent detail page*/
.agentWrap {}
.agentWrap .agentDetail {}
.agentWrap .agentDetail .agentPic {}
.agentWrap .agentDetail .agentText {}
.agentWrap .agentDetail .agentName {}
.agentWrap .agentDetail .agentTitle {}
.agentWrap .agentDetail .smalltext {}
.agentWrap .agentBio {}
.agentWrap .listingsDisplayTitle {border-bottom:dashed 1px #ccc;}
.agentWrap .listingsDisplayTitle b {font-weight:normal;}
.agentWrap .listingsDisplay a.viewLink:link, .agentWrap .listingsDisplay a.viewLink:visited, .agentWrap .listingsDisplay a.viewLink:active, .agentWrap .listingsDisplay a.viewLink:hover {background: #b8b8b8;}
.agentWrap .listingsDisplay a.viewLink:hover {background: #9b9b9b;}
.agentWrap .listingsDisplay {}
.agentWrap .featuredWrap {}
.agentWrap .soldWrap {}
.agentWrap .listingsWrap {}
.agentWrap .listingsWrap .oneListing {}
.agentWrap .listingsWrap .oneListing .accent {}
.agentWrap .contactForm {}
.captchaTable td {}
#contactFormFrame {}
/* end agent detail*/
/*end agent roster*/


/* --- END CMS ASSETS --- */





/* --- LD SEARCH / STATIC ASSETS ---*/

/*resources page*/
.resource-section{margin-bottom:10px;padding-bottom:10px;border-bottom:dashed 1px #cbcbcb;}
/*bold topic in click-expand pages*/
.handcursor, .handcursor:hover {display:block;margin:5px 0;padding:0 0 0 10px;background-color:#f0f6d5;border:solid 1px #dae68d;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;font-weight:normal !important;} 
.handcursor:hover {background-color:#e7efb6;border:solid 1px #c9db4e;color:#6f7e0a;}
/*the plus/minus in click-expand pages*/
.status {}
/*the expanded text body in click-expand pages*/
.switchgroup {} 
/*end resources*/



/* claudius */
/*main wrapper*/
.content_style {border:0;color:#666;font-family: verdana,geneva,arial;}
.infobox {color:#666;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;background-color:#e3ecac; border:solid 1px #f6fccb;}
.alertbox {line-height:16px;color:#666;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;}
.maintabs {}
/*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li a,.maintabs li a:link,.maintabs li a:visited,.maintabs li a:active { background-image:none; background-color:#c9db4e; border:solid 1px #ffa826; font-size:12px; line-height:18px;margin:0;font-weight:normal;text-transform:lowercase; padding:1px 10px; color:#fff; -moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;top:0 !important; } 
/*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li a:hover {background-image:none; background-color:#ff6600;} 
/*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li.selected {top:0 !important;}
.maintabs li.selected a {background-color:#6c9d31;margin:0; margin-bottom:0px;top:0 !important; } 
.maintabs li.selected a:hover {background-color:#ff6600;margin:0;}
/*focus bar*/
.focusbar {line-height:15px; background-color:#f2f7da; border:0; border-bottom:dashed 1px #cbcbcb;color:#666;}
.focusbar_head {color:#666;}
.focusfields {padding:1px; margin:2px;font-family: verdana,geneva,arial;}
/*refine bar*/
.refinebar {line-height:15px; background-color:#e8f0bc; border:0;color:#666;}
.refinebar a, .refinebar a:link, .refinebar a:visited, .refinebar a:active, .refinebar a:hover{text-decoration:none;}
.refinebar_head {color:#666;font-family: verdana,geneva,arial;}
#detailHeadline {font-size:15px;line-height:22px;color:#7f9922; font-weight:normal;}
.panel, #detailBranding, #detailDisclaimer, #detailNav, #detail, #help_intro, .help_panel {color:#666;font-family: verdana,geneva,arial;font-size:11px;}
#detailNav a,#detailNav a:link,#detailNav a:active,#detailNav a:visited,#detailNav a:hover{display:block;padding:3px 3px 3px 26px;text-decoration:none;color:#666; background-image:url(../images/siteAssets/btn/btn_bg_subNav.png); background-repeat:no-repeat; background-position:left; margin:-18px 0 0 0px;line-height:14px;} #detailNav a:hover{background-color:#cadb4f;color:#fff;}
#list_link{margin-bottom:18px;}
#detailNav{margin-left:-26px;}
#branding,#detailBranding {line-height:13px; font-size:10px;}
/*page sub tabs */
#help{width:700px;}
a.tab,a.tab:hover,a.stab,a.stab:hover {display:inline-block;border:0; background-color:#f7fae8;padding:3px 5px 3px 26px;text-decoration:none;color:#666; background-image:url(../images/siteAssets/btn/btn_bg_subNav.png); background-repeat:no-repeat; background-position:left; margin:0px 0 0 0px;line-height:14px;text-decoration:none;text-transform:lowercase;font-weight:normal;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}
a.tab:hover {background-color:#cadb4f;color:#fff;}
/*selected page sub tab*/
a.stab {background-image:url(../images/siteAssets/btn/btn_bg_subNav_f3.png);background-color:#fff;color:#7f9922;}
a.stab:hover {background-color:#cadb4f;color:#fff;}
/* end claudius*/


/* --- LD SEARCH / STATIC ASSETS ---*/



/* --- FIXES --- */
/* don't mess with this*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: .1%;}