﻿/* Layout */
body { font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; background: #000; }
div.page { display: block; position: relative; margin: 0 auto; width: 1000px; height: 702px; background: transparent url('../graphics/GenericBG.jpg') no-repeat; }
div#content { position: absolute; top: 336px; left: 10px; padding: 15px; width: 584px; height: 152px; }
div#sidebar { position: absolute; top: 104px; right: 40px; padding: 10px 15px 15px 15px; width: 280px; }
div#navigation { position: absolute; left: 450px; bottom: 20px; width: 115px; }
div#footer { position: absolute; bottom: 5px; left: 20px; color: #FFF; width: 970px; }
/* Typography */
h1 { margin-bottom: 10px; font-size: 23px; font-weight: bold; color: #FFF; text-transform: uppercase; }
h1 a:link, h1 a:visited { color: #FFF; text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 { margin-bottom: 15px; font-size: 20px; font-weight: bold; color: #FFF; text-transform: uppercase; }
div#sidebar img { margin-bottom: 10px; }
ul { padding-left: 9px; font-size: 15px; font-weight: bold; color: #FFF; }
ul li { margin-bottom: 0px; }
ul li a:link, ul li a:visited { color: #FFF; text-decoration: none; }
ul li a:hover { text-decoration: underline; }
ul li a:focus, ul li a:active { text-decoration: none; }
a#lnkHome { display: block; position: absolute; top: 10px; right: 55px; width: 120px; height: 60px; }
div#sidebar h1 { margin-bottom: 20px; text-align: center; }
div#sidebar ul li { margin-bottom: 4px; }
div#footer p { font-size: 12px; }
div#footer a:link, div#footer a:visited { color: #FFF; text-decoration: none; }
div#footer a:hover { text-decoration: underline; }
div#footer a.savebutton {position:absolute; bottom:2px; right:20px; width: 285px; height: 26px; background: url(../graphics/BizButton.png) no-repeat 0 0; font-size:12px; font-weight:bold; padding: 4px 0px 2px 10px; }
div#footer a.savebutton:hover {background-position: 0 -32px; text-decoration:none; }

div#navigation a { display: block; width: 54px; height: 57px; background: transparent url('../graphics/NavigationButtonSprites.png') no-repeat; }
div#navigation a.btnLeft { float:left; background-position: 0 -58px; }
div#navigation a.btnRight { float: right; background-position: -55px -58px; }
div#navigation a.btnLeft:hover { float:left; background-position: 0 -4px; }
div#navigation a.btnRight:hover { float: right; background-position: -55px -4px; }