/* page centering setup */
.page { background-color: white; text-align: center; width: 90%; height: auto; visibility: visible; float: none; clear: none; margin-right: 5%; margin-left: 5%; }
.margin { width: 90%; visibility: visible; margin-right: 5%; margin-left: 5%; height: auto; float: none; clear: none; }
/* rounded corners
*/
.rtop, .rbottom{
display:block;
background:white;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#333;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px
}
/* header */
.header { color: gray; font-size: 1em; font-weight: lighter; font-style: normal; background-color: #333; text-decoration: none; }
.header h1 { color: #9c0; font-size: 1em; font-style: normal; font-weight: lighter; text-decoration: none; text-align: center; padding-top: 15px; }
.header h2 { color: #9c0; font-size: 1em; font-style: normal; font-weight: lighter; text-decoration: none; text-align: center; padding-top: 15px; }
/* navigation*/
.nav { color: silver; font-size: 1em; text-decoration: none; background-color: #333; padding-top: 6px; }
.nav a:link, .nav a:visited { color: silver; font-size: 1em; text-decoration: none; margin: 5px; padding-top: 6px; padding-bottom: 5px; }
.nav a:hover { color: #06f; font-size: 1em; text-decoration: none; margin: 5px; padding-top: 6px; }
/*tagline
*/
.tagline { color: maroon; font-size: 1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; font-style: normal; text-decoration: none; background-color: white; width: 80%; height: auto; visibility: visible; clear: none; margin: 15px auto 10px; }
/* content*/
.content { text-align: left; clear: none; }
.content img { text-align: left; float: right; clear: right; margin: 5px; }
.content p { font-size: 1em; }
.content h1 { color: #36699d; font-size: 1.5em; font-weight: 500; font-style: normal; text-decoration: none; }
.content h2 { color: #36699d; font-size: 1.25em; font-weight: 500; font-style: normal; text-decoration: none; }
.content a:link { color: #333; font-size: 1em; text-decoration: underline; }
.content a:visited { color: #333; font-size: 1em; text-decoration: underline; }
.content a:hover { color: #06f; font-size: 1em; text-decoration: underline; }
/*sidebar
*/
.sidebar { color: silver; font-size: 1em; background-color: #333; text-align: left; top: 0; width: 200px; visibility: visible; float: left; clear: none; margin: 2px 15px 5px 5px; }
.sidebar ul, .sidebar li { text-align: left; list-style-type: none; list-style-image: none; }
.sidebar img { top: 0; left: 0; margin-left: -10px; }
#center img { top: 0; left: 0; margin-left: 0; }
.sidebar p { color:silver; font-size: 1em; text-decoration: none; height: auto; }
.sidebar a:link, .sidebar a:visited { color: silver; font-size: 1em; text-decoration: none; height: auto; padding-right: 10px; padding-left: 10px; }
.sidebar a:hover { color: #06f; font-size: 1em; text-decoration: none; height: auto; padding-right: 10px; padding-left: 10px; }
/*quote
*/
.quote { color: maroon; font-size: 1em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; text-decoration: none; background-color: white; visibility: visible; margin: 15px auto 10px; width: 80%; height: auto; clear: none; }
/*nav footer with rounded corners*/
.footer a:link { color:silver; font-size: 1em; text-decoration: none; margin-right: 2px; margin-left: 2px; }
.footer a:visited { color: silver; font-size: 1em; text-decoration: none; margin-right: 2px; margin-left: 2px; }
.footer a:hover { color: #06f; font-size: 1em; text-decoration: none; margin-right: 2px; margin-left: 2px; }
.footer { color: silver; font-size: 1em; background-color: #333; text-decoration: none; clear: both; }
/*bottom below nav footer*/
.bottom { }
.bottom img { margin-right: 5px; margin-left: 5px; }
.bottom p { color: #455560; font-size: 0.8em; font-weight: 300; font-style: normal; margin-right: 10px; margin-left: 10px; }
.bottom h1 { color: maroon; font-size: 1.5em; font-weight: 300; font-style: normal; margin-right: 10px; margin-left: 10px; }
.bottom h2 { color: black; font-size: 1em; font-weight: 300; font-style: normal; }
.bottom h3 { color: maroon; font-size: 1.6em; font-weight: 300; font-style: normal; }
.bottom a:link { color:#333; font-size: 1em; text-decoration: underline; }
.bottom a:hover { color: #06f; font-size: 1em; text-decoration: underline; }
.bottom a:visited { color: #333; font-size: 1em; text-decoration: underline; }
.map { float: right; clear: none; min-width: 200px; max-width: 800px; }

