/* Defaults */
body {
    margin: 0;
    padding: 0;
    color: #040404;
    background: #000;
    font: normal 12px arial, tahoma, verdana, helvetica, sans-serif;
}

img {
    border: none;
}

hr {
    display: none;
}

/* Container */
div#container {
    width: 960px;
    margin: 20px auto;
    padding: 20px;
}

/* Page header, includes logo and navigation */
div#header {
    height: 100px;
    background: #000;
    position: relative;
}

div#header div#logo {
    height: 100px;
    width: 263px;
}

div#header ul#navigation {
    padding-left: 10px;
    margin: 10px 0 0 44px;
    position: absolute;
    right: 0px;
    bottom: 40px;
    border: solid #333;
    border-width: 1px 0;
}

div#header ul#navigation li {
    display: inline;
}

div#header ul#navigation li a {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    line-height: 20px;
}

div#header ul#navigation li a:hover,div#header ul#navigation li  a.current
    {
    color: #ff8800;
}

/* Main content holder */
div#main {
    text-align: left;
    padding: 0px;
    border: none;
    float: left;
    width:100%;
    background: #000;
}

/* Decorative images */
div#main #top-image {
    padding: 0;
    margin: 0;
    height: 245px;
    width: 660px;
    background: url('images/banner.jpg') no-repeat right;
}

div#main #top-image span {
    float: left;
    width: 160px;
    height: 250px;
    background: url('images/tiger.jpg') left no-repeat;
}

div#main #left-image {
    width: 130px;
    height: 194px;
    float: left;
    background: url('images/inner-tiger.jpg') left no-repeat;
}

/* Page content */
div#main #content {
    border: 5px solid #ff8800;
    border-left: none;
    border-right: none;
    background: #fff;
    padding: 10px 20px 20px 20px;
    margin: 10px 0 0 140px;
    text-align: left;
    width:780px;
    height: inherit;
    min-height: 500px;
}

div#content img.title {
    float: right;
    margin: 10px;
    background: #fff;
    border: 1px solid #000;
    padding: 1px;
}

div#content p, div#content ul li {
    font-size: 11px;
    line-height: 18px;
}

div#content p {
    margin: 10px 0;
}

div#content p strong {
    word-spacing: 1px;
    font-size:12px;
}

div#content p.metadata {
    font-size: 10px;
    text-align: right;
}

/* Right side-bar */
div#right {
    border-left: none;
    border-right: none;
    width: 250px;
    float: right;
    padding: 20px;
    margin-top: 2px;
    background: #fff;
}

div#right h3 {
margin:15px 0 10px;
}

div#right ul,div#right ul ol {
    margin: 0;
    padding: 0;
}

div#right ul li {
    margin-bottom: 15px;
    list-style-type: none;
    list-style-image: none;
}

div#right ul p,div#right ul select {
    margin: 5px 0 8px;
}

div#right ul ul,div#right ul ol {
    margin: 5px 0 0 10px;
}

div#right ul ul ul,div#right ul ol {
    margin: 0 0 0 10px;
}

div#right ol li,div#right ul ol li {
    list-style: decimal outside;
}

div#right ul ul li,div#right ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

/* Default formatting */
a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #ff8800;
    text-decoration: none;
}

/*  Begin Headers */
h1 {
    color: #ff8800;
    font-size: 28px;
    margin: 0 0 20px 20px;
}

h1 a { 
  color:#f80;
  text-decoration:none;
} h1 a:hover { text-decoration:underline; }


h2, h2 a {
    font-size: 15px;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height:20px;
}

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h3, h3 a {
    margin-bottom:2px;
    font-size: 12px;
    font-weight:bold;
}

h3 a {
    text-decoration: underline;
}

h3 a:hover {
    color: #ff8800;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px;
}

/*  Containers */
div#content .container {
    width: 100%;
    clear: both;
    min-height: 300px;
    background: #fff;
}

div#content .container div {
    width: 31%;
    float: left;
    margin: 20px 5px;
}

div#content .container div.left,div#content .container div.right {
    margin: 0;
    width: 49%;
    float: left;
}

div#content .container div.right {
    float: right;
}

div#content .container h1, div#content .container a {
    margin: 0;
    color:#000;
    text-decoration: none;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}
div#content .container h1 {
    background: #feca83;
}

div#content .container span {
    background: none;
    font-size: 12px;
    font-weight: normal;
}

div#content .container p {
    padding: 10px;
    line-height: 15px;
    background: #fff;
}

/*  Forms */
form,fieldset {
    margin: 0;
    border: none;
}

form fieldset label {
    line-height: 30px;
}

/* Misc */
.highlight {
    background: #ff8800;
    color: #fff;
    padding: 5px;
    font-weight:bold;
    width: 130px;
    font-size: 12px;
    margin-left: -22px;
}

small {
    font-size: 11px;
    line-height: 11.5px;
    color: #777;
}

.clear {
    clear: both;
    display: block;
}

