/*ELEMENT STYLES*/
body { color: #fff; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #000148; }
h1 { font-size: 24px; font-weight: bold; }
h2 { font-size: 18px; font-weight: bold; }
a:hover { text-decoration: none; }
/*ID STYLES*/
#main { background-color: #000148; width: 980px; min-height: 1500px; margin-right: auto; margin-left: auto; height: auto !important; height: 1500px; overflow: hidden; }
#header .left { float: left; }
#header .right { float: right; }
#header { background-image: url(../images/header-bg.jpg); background-repeat: no-repeat; background-position: -30px 0; width: 980px; height: 105px; }
#navigation { width: 980px; height: 30px; margin-top: 10px; }
#navigation ul { list-style-type: none; margin: 0; padding: 0; }
#navigation ul li { display: block; float: left; text-align: center; }
#navigation ul li a { background-image: url(../images/navigation-li-bg.jpg); background-repeat: no-repeat; background-position: top; width: 110px; height: 20px; color: #fff; text-decoration: none; display: inline-block; font-size: 11px; padding-top: 5px; margin-right: 6px; }
#navigation ul li a:hover { background-position: 0 -30px; color: #c5c5c5; }
#navigation a:active { color: #fff; }
/*CLASS STYLES*/
.transparent-box { background-image: url(../images/transparent-box-bg.png); background-repeat: none; border: 1px #595789 solid; padding: 20px; overflow: auto; }
.right { float: right; }
.addthis_toolbox a.addthis_button_twitter { background-image: url(../images/addthis-twitter.jpg); display: inline-block; width: 58px; height: 17px; }
.addthis_toolbox a.addthis_button_facebook { background-image: url(../images/addthis-fb.jpg); display: inline-block; width: 73px; height: 17px; }
.addthis_toolbox a.addthis_button_email { background-image: url(../images/addthis-email.jpg); display: inline-block; width: 43px; height: 17px; }
.addthis_toolbox a.addthis_button_expanded { background-image: url(../images/addthis-share.jpg); display: inline-block; width: 43px; height: 17px; }
.addthis_toolbox a:hover {	background-position: 0 -17px; }
.addthis_toolbox a { margin-left: 3px; }
