﻿* { margin:0; padding:0; }

body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; line-height:140%; background-color:#05366B; }

/****************
links
****************/
a, a:link, a:active, a:visited { text-decoration:underline; color:#467ECA; }
a:hover { color:yellow; }

#pagewrapper { position:relative; margin:0 auto 0 auto; width:1006px; color:#666; padding-top:10px; }

#header { width:1006px; height:146px; background-image:url('/graphics/Masthead.png'); background-repeat: no-repeat; }
#header:hover { cursor:pointer; }
#checkuser { position:relative; float:right; color:white; z-index:3; }
#checkuser a:hover { color:yellow; }

#content { position:relative; color:#bbb; clear:both; }
#main { position:relative; }
#pagetitle { position:relative; background-image:url('/graphics/shared/titlegradient.png'); background-repeat:no-repeat; height:48px; font-size:20px; font-weight:bold; color:#05366B; margin-bottom:10px; }
#pagetitlebottomleftcorner { position:absolute; background-image:url('/graphics/shared/whitebotleft.png'); height:10px; width:10px; bottom:0px; left:0px; }

div.breadcrumbs { position:relative; float:right; clear:both; padding:3px 5px; font-size:90%; color:#76A4D7; z-index:1; }
div.breadcrumbs span.lastitem { font-weight:bold; }

#footer { font-size:9px; text-align:center; color:gray; margin-top:20px; }
#footer a:hover{ color:yellow; }


/* HEADINGS */
#content h1 { color:#76A4D7; font-size: 1.9em; line-height: 1em; margin: 0 0 1em 0; }
#content h2 { color:#76A4D7; font-size: 1.5em; line-height: 140%; text-align: left; padding-bottom: 1px; margin: 0 0 0.5em 0; }
#content h3 { color:#76A4D7; font-size: 1.2em; line-height: 140%; font-style: italic; text-align: left; margin: 0 0 0.5em 0; }
#content h4 { color:#3C6CAF; font-size: 1em; line-height: 140%; font-style: italic; text-align: left; margin: 0 0 0.25em 0; }
#content h5 { color:#76A4D7; font-size: 1em; line-height: 140%; font-style: italic;	font-weight: bold; margin: 0 0 0.25em 0; }
#content h6 { color:#3C6CAF; font-size: 1em; line-height: 140%; margin: 0 0 0.25em 0; }

/* TEXT */
p { font-size: 1em; margin: 0 0 1.5em 0; line-height: 1.4em; padding: 0; }
blockquote { border-left: 10px solid #ddd; margin-left: 10px; }
strong, b { font-weight: bold; }
em, i { font-style:italic; }

/* LISTS */
/* lists in content need some margins to look nice */
#main ul, div#main ol, div#main dl { font-size: 1.0em; line-height: 1.4em; margin: 0 0 1.5em 0; }
#main ul li, div#main ol li { margin: 0 0 0.25em 3em; }

#content .contentpanel h3 { color:#76A4D7; }
.contentpanel { border-radius:10px; background-color:#CBD1DB; color:#333333; padding:10px; }
