* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #e8e8e8;
}

a:hover {
	text-decoration: none;
}

a { outline: none; }
a img { border: 0; }


body {
	font-size: 12pt;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background: #9ea3a3;
	color: #cccccc;
	text-shadow:0px 2px 1px #000;
	background: url(images/bg.jpg);
}

strong {
	color: #ffffff;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: normal;
	color: #f0f0f0;
}

h2,h3,h4 {
	margin-bottom: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

img.left {
	float: left;
	margin: 8px 20px 20px 0;
}

img.top {
	margin: 8px 0 20px 0;
}

p {
	margin-bottom: 1.25em;
}

ul {
	margin-bottom: 1.25em;
}

ul {
	list-style: none;
}

.image-list {
	list-style: none;
}

.image-list li {
	clear: both;
}

.box {
	overflow: hidden;
	margin: 0 0 30px 0;
}

#box-left {
	width: 312px;
	overflow: hidden;
	float: left;
}

#box-right {
	width: 312px;
	overflow: hidden;
	margin: 0 0 0 336px;
}

#content {
	width: 922px;
	float: left;
	padding: 0;
}

#footer {
	padding: 40px 0 95px 0;
	text-align: center;
	color: #909090;
}
#footer a, #footer a:visited {
	color: #909090;
}
#footer a:hover {
   color: beige;
}

#header {
	position: relative;
	padding: 28px;
	height: 130px;
	box-shadow: inset 0px 0px 130px 0px rgba(65, 70, 70, 0.4);
}

#logo {
	position: absolute;
	top: 0;
	left: 28px;
	height: 130px;
	line-height: 130px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 2px 2px 0 rgba(65, 70, 70, 0.4);
}

#logo h1 {
	font-size: 3em;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-shadow: 2px 2px 0 rgba(65, 70, 70, 0.4);
}
#logo span {
	text-decoration: none;
	color: #BBBBBB;
	text-shadow: 2px 2px 0 rgba(65, 70, 70, 0.4);
}
#page {
	position: relative;
	padding: 50px 28px 0px 28px;
	width: 922px;
	background: rgba(65, 70, 70, 0.4);
	border: solid 1px #474949;
	border-top: 0;
}

#page ul li {
	padding: 12px 0 12px 0;
	border-top: solid 1px #606060;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	position: relative;
	padding: 50px 28px 0px 28px;
	width: 922px;
	background: rgba(15, 20, 20, 0.35);
	color: #999;
	border: solid 1px #3f3f3f;
	border-top: 0;
}

#page-bottom ul li {
	padding: 12px 0 12px 0;
	border-top: solid 1px #292929;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom ul li {
	border-top: solid 1px #404040;
}

#page-bottom-content {
	width: 5px;
	float: left;
}

#page-bottom-sidebar {
	width: 250px;
	float: left;
	margin: -30px 0 0 20px;
	line-height: 10px;
}


#navigation { position: absolute; bottom: 0; left: 0; height: 58px; line-height: 60px; padding: 0 20px 0 20px; width: 938px; margin: 0 0 0 0; background: url(images/header-bg.gif) repeat-x; border: 1px solid #454545; }

#navigation ul { list-style:none; }

#navigation ul li { float:left; display:inline; text-decoration: none; text-transform: uppercase; padding-right:10px; padding-top:15px; padding-left:10px; }

#navigation ul li a { font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif; font-size:13px; color:#D0D0D0; text-shadow:0px 2px 1px #000; }

#navigation ul li a { float:left; display:inline; width:97px; line-height:27px; height:30px; text-align:center; }

#navigation ul li a.active,

#navigation ul li a:hover { float:left; background:url(images/nav-active.gif) no-repeat center 0;  color:#fff; text-decoration:none; padding-bottom:3px; }


#wrapper {
	position: relative;
	width: 980px;
	margin: 68px auto 0 auto;
	border: 1px solid #474949;
}

#sidebar {
	width: 250px;
	margin: 10px 0 0 20px;
	padding: 0;
}


html {
   overflow-y: auto;
   /* Kudos to @sami for pointing out that setting the overflow to "auto" instead of "hidden" fixes the keyboard nav bug! */
   background-color: transparent;
}

@media only screen and (max-device-width:480px) {
   html {
      overflow: auto;
   }
}



body.custom {

   background-position: center top;
   background-image: url(images/bg.jpg);
   background-repeat: no-repeat;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 10px;
   overflow-y: scroll;
   overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 11px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666666;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #666666;
    -webkit-border-radius: 3px;
}