@charset "UTF-8";
/* CSS Document */
/* Overrides Certain Settings on Default Stylesheet to make the site customizable for every user */
/* http://www.satelliteoptimization.com/cresthillclinic/images/ */

/* Turn off all satellite site main links Except that in the header.. */
.link_strip, .nav_main, div.top_strip div.info span a.main_site{}

/* Site Header */
#header{background-image: url(http://www.satelliteoptimization.com/cresthillclinic/images/header.jpg);}

/* Menu Heading & Buttons */
#nav div, #nav div.heading, #nav div:hover.heading{background-image: url(http://www.satelliteoptimization.com/cresthillclinic/images/button.png);}


/* ----------- Top and Bottom Strip Colors ------------------- */

.top_strip .info, .bottom_strip .info{ background-color: #62747f;} /* Thick Line */

.top_strip, .bottom_strip{ border-color: #92b8ce;} /* Thin Line */


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

.content .title{ color: #333;} /* Content Title Color */

/* Heading */
#nav div.heading{ color: #fff;}

/* Button Link Static */
#nav div a{ color: #fff;}

/* Button Link Active */
#nav div a:hover, #nav div.active a, #nav div.active a:hover{ color: #fff; font-style: italic;}


/* ------------------------- OTHER -------------------------- */

#wrapper{ border: 2px solid #4a4c4d;}

body{ background-color: #92b8ce;}

img.photoborder{ border: 2px groove #666;}

li{ font-weight: normal;}