
/* positioning */
#page { margin: 10px auto;  width: 750px; }
#banner { margin-bottom: -4px; }
#banner td { padding: 0px; }
#topmenu p { text-align: right; padding: 10px; }
#phone p { text-align: center; }
#sidebar { float: left; width: 200px; padding: 10px; }
#content { padding: 10px; padding-left: 230px; }
#content table { *margin-right: -3px; } /* ie 3px jog bug */
#content iframe { *margin-right: -3px; } /* ie 3px jog bug */
#footer { clear: both; padding: 10px; }

/* backgrounds and borders */
body { background: #eaedd1; }
#page { background: white url('images/faux.png') left repeat-y; }
#topmenu { background: #730000; }
#banner { background: #8f7878; }
#cms_siteMenu { background: #730000; }
#footer { background: #730000; }

/* menu */
#cms_siteMenu li { line-height: 2.5em; }
#cms_siteMenu li a { color: white; font-weight: bold; }
#cms_siteMenu li a:hover { color: orange; }
#cms_siteMenu ul ul { background: #730000; border-color: #734545; }
#cms_siteMenu li li { width: 125px; }

/* named classes */
#phone p { font-size: 140%; font-weight: bold; }
#topmenu, #topmenu a { color: white; }
#topmenu a:hover { color: yellow; }
#footer { text-align: center; font-size: 7pt; color: white; }
#footer a { color: white; }
#footer a:hover { color: yellow; }
#sidebar .cms_news-separator { display: none; }
.cms_thumbnails td { padding-top: 1em; }
.cms_thumbnails td { vertical-align: middle; }

/* html styles */
body { font-family: Verdana, Helvetica, sans-serif; font-size: 8pt; line-height: 13pt; }
a { color: #404a53; text-decoration: none; font-weight: normal; }
a:hover { color: #7c8e8e; }

