/* CSS Document */

/* Universal */
* { font-family: Trebuchet MS; }

/* Main Layout */
body { font-size: 62.5%; }
#wrapper { width: 740px; margin: 20px auto 20px auto;  }
#header { text-align: right; color: #787878; font-size: 1.2em; }
#contents { background: #FFF; font-size: 1.3em; margin: 13px 0 20px 0; }
#document { width: 540px; margin: 5px 0px 20px 20px; color: #666;  }
#sidebar { margin: 40px 10px 20px 0px; width: 125px;  }
#footer { color: #787878; font-size: 1.2em; }

.divider { background: #787878; height: 2px; margin-top: 7px;  }
.footer { text-align: left; margin-top: 7px; color: #444; }
.mod { line-height: 1.3; }
.mod img { height: 0px; }

/* SiteNow Specific Styles */
.docheader, .section, h1 { font-size: 1.3em; color: #000; font-weight: bold; }


/* Text Styles */
h2 { font-size: 1em; margin-bottom: 4px; }
.black { color: #000; }
.red { color: #9b080b; }
.tagline { text-align: left; font-size: 1.1em; margin-top: 7px; }

/* Link Styles */
a.nav,a.nav:hover,a.nav:visited { margin: 15px 0 0 13px; color: #FFF; text-decoration: none; }
a, a:hover, a:visited { color: #9b080b; text-decoration: none; }
.footer a, .footer a:hover, .footer a:visited { color: #444; }

/* Utility Styles */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: none; }
#document-display { padding: 0; }
