/*default font*/
body { font-family:verdana, sans-serif; font-size:13px; color: #444; overflow-y: scroll; }

a{color:#2786c2}
a:hover{color:silver}
a.img { border: 0 }

/*headers and block elements*/
h1, h2, h3, h4 { font-family:"trebuchet ms",sans-serif }
h1 { font-size: 2.0em; }
h2 { font-size: 1.75em; color: #666; font-weight: normal; }
h3 { font-size: 1.35em; color: #666; font-weight: normal;  }
blockquote { padding: 15px; background: #efefef; font-style: italic; border-left: 5px solid gray; }
p { padding: 0 3px; }

/*vertical baseline*/
#wrapper, #crumb, #sideMenu, h1, h2, h3, h4, p, ol, ul, blockquote { 
	margin-bottom: 18px; clear: both; }

/*base template*/
#colorBar { background: url(/_site/assets/images/topbg.png); height: 25px; }
#wrapper { background: #EFEFEF; }
.siteManager_topNav { margin: 58px 10px 0 10px; font: bold 14px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif; }
.siteManager_topNav a { color: #444; text-decoration: none; border: 0; text-transform: uppercase; 
                        margin-right: 9px; }
.siteManager_topNav a:hover { color: #999; }
#logo { margin: 15px 10px 10px 10px; }

#side h3 { border-bottom: 1px solid silver; font-weight: normal; 
           padding-bottom: 3px; margin-bottom: 15px; color: #444; }
#sideMenu span { display: block; padding: 3px 0; }
#crumb { font-size: .80em; }
#footer { background: #C8C8C8; border-top: 1px solid silver; padding: 20px 0; font-size: 11px }
#footer a { margin-right: 15px; }
#footer a:hover { color: #58AADD; }
#footer .block4, #footer .block8 { margin-top: 18px; }
#content { margin-bottom: 25px; }