/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* GENERAL STYLES */
body {
  background: #000;
  color: #FFF;
  font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
h1 {
  color: #EBEFF6;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}
h2 {
  color: #C0C6D8;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  padding: 9px 0;
}

/* BASIC POSITIONING */
#header, #content, #footer {
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
}

#content {
  background: url(../img/content-bg.jpg) repeat-x scroll 0 0 #1B4560;
}
#content .inner {
  background: url(../img/content-inner-bg.jpg) no-repeat scroll 50% 0;
  min-height: 377px;
  padding-top: 36px;
}
#footer {
  background: url(../img/footer-bg.gif) repeat-x scroll 0 0 #000;
}
#footer .inner {
  background: url(../img/footer-inner-bg.jpg) no-repeat scroll 50% 0;
  min-height: 97px;
}  
.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 662px;
  padding: 0 44px;
}

/* HEADER STYLES */
#header-logo {
  margin-left: -8px;
}
#header-logo img {
  vertical-align: top;
}
#header-nav {
  background: url(../img/header-nav-li-bg.gif) no-repeat scroll left top;
  clear: both;
  float: left;
  margin-top: 5px;
  padding-left: 2px;
}
#header-nav li {
  background: url(../img/header-nav-li-bg.gif) no-repeat scroll right top;
  display: inline;
  float: left;
  padding-right: 1px;
}
#header-nav a {
  color: #DDB68C;
  display: block;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 10px 14px 10px 15px;
  text-decoration: none;
}
#header-nav .first a {
  padding: 10px 14px 10px 13px;
}  
#header-nav a:hover {
  color: #EADCCD;
  background: url(../img/header-nav-a-bg.gif) repeat-x scroll 0 0;
}
#header-nav .active a {
  color: #EADCCD;
  background: url(../img/header-nav-a-bg.gif) repeat-x scroll 0 0;
}

/* CONTENT STYLES */
#content p {
  color: #C0C6D8;
  margin: 9px 0;
}
#content a {
  color: #EBEFF6;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #EBEFF6;
  text-decoration: underline;
}
#content .left {
  background: #B1B8CD;
  border: 1px solid #595C67;
  float: left;
  padding: 3px;
  margin: 5px 10px 5px -10px;
}
#content .right {
  background: #B1B8CD;
  border: 1px solid #595C67;
  float: right;
  padding: 3px;
  margin: 5px 0 5px 10px;
}
#content-subnav {
  background: url(../img/content-subnav-bg.png) no-repeat scroll left bottom;
  float: right;
  margin-left: 18px;
  padding-bottom: 1px;
  width: 200px;
}
#content-subnav h2 {
  background: url(../img/content-subnav-h2-bg.jpg) no-repeat scroll 0 0;
  padding-left: 15px;
}
#content-subnav ul {
  background: url(../img/content-subnav-ul-bg.gif) repeat-y scroll 0 0;
  padding: 9px 0;
}
#content-subnav li {
  padding-left: 16px;
}
#content-subnav a {
}
#content-subnav .active {
  background: url(../img/content-subnav-li-bg.gif) no-repeat scroll 1px 50%;
}
