@charset "UTF-8";

/* CSS Document */

/*font: font-style | font-variant | font-weight | font-size | line-height | font-family  |  color*/


h1, h2, h3, h4, h5 { font-family:"Lucida Grande", Verdana, sans-serif; letter-spacing: -0.05em; }

.moreItem { height: 30px; background: url(../skin/img_bullet.gif) no-repeat left; margin: 0; padding: 0 0 5px 0; }

/*h1 { text-align: left; font-size: 65px; padding: 20px 0 20px 0; margin: 0 20px 0 20px; }*/
/*h2 { font-size: 14px; display: inline; line-height: 1.7em; }*/ 


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

h3 { color:#b7a97e; position: relative; top: 12px; padding: 0; margin: 0; }

h4 { color:#9b978c; position: relative; top: 12px; padding: 0; margin: 0; }

h5 { color:#b7a97e; position: relative; top: 3px; left: 8px; padding: 0; margin: 0; }

h6 { color:#9b978c; position: relative; top: 3px; left: 8px; white-space: nowrap; padding: 0; margin: 0; }

/*h7 { color:#92908e; position: relative; top: 6px; padding: 0; margin: 0;}
*/
h7 { color:#9b978c; position: relative; top: 3px; padding: 0; margin: 0; font-size: 10px; white-space: nowrap; }

/* <----- Replacement Styles ------ 
.sIFR-active h3 { padding: 0; margin: 0; color:#b7a97e; position: relative; top: 12px; }
.sIFR-active h4 { padding: 0; margin: 0; color:#9b978c; position: relative; bottom: 0px; }

.sIFR-active h5 { padding: 0; margin: 0; color:#b7a97e; position: relative; top: 4px; left: 8px; }
.sIFR-active h6 { padding: 0; margin: 0; color:#9b978c; position: relative; bottom: 3px; left: 8px; white-space: nowrap; }*/

p.indx { font: normal 0.8em/2em Verdana, Arial, Helvetica, sans-serif; color:#92908e; margin: 20px 65px 0 1px; }

p.mw { font: normal 0.8em/2em Verdana, Arial, Helvetica, sans-serif; color:#92908e; margin: 0 65px 0 1px; }
p.address { font: normal 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif; color:#92908e; margin: 0 65px 0 1px; }


/*p.mw a { color:#b7a97e; text-decoration: none; }

p.mw a:hover { color:#fab700; text-decoration: underline; }
*/


a:link { color: #b7a97e; text-decoration: none;}

a:visited { color: #b7a97e; text-decoration: none;}

a:hover { color: #fab700; text-decoration: underline; }

a:active { color: #b7a97e; text-decoration: none;}
