
BODY#body{
    margin:0;
    padding:0;
    /*text-align: center;*/
    /*background: #000;*/
    background: url(../images/bg.jpg);
}

body, td, th, tr, p, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    line-height: 145%;
}

#pane {
    overflow:auto;
    height:210px;
    width:530px;
}

#pane div,
#pane p {
    color: #666;
}

#right div,
#right p {
    color: #fff;
}

div.item {
    /*padding-top:0.6em;*/
}

.header_on {
    margin: 0;
    padding: 10px;
}

.header_off {
    margin: 17px 0 0 0;
    padding: 10px;
}

#content .moduletable {
    padding-left: 0;
}

p {
    margin:0;
    padding: 5px 0 5px 0;
}

#left .moduletable,
#left .moduletable_text,
#left .moduletable_menu {

}

#wrapper {
    position: relative;
    /*width: 968px;*/
    width: 1190px;
    margin: 0 auto;
    text-align: left;
}

#header {
    position: relative;
    height: 80px;
}

#logo {
    position: relative;
    bottom: 0;
    left: 0;
    width: 878px;
    height: 120px;
    margin: 20px 0 -14px 90px;
}

#wban {
    position: absolute;
    width: 498px;
    height: 90px;
    border: 0px solid red;
    right: 0;
    top: 0;
    background: url(../images/banner_bg.png) no-repeat;
    padding: 20px 0 0 22px;
}

#wban p {
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 9px;
    color: #666;
}

#sky_banner {
    position: absolute;
    top: 125px;
    right: 0;
    font-size: .8em;
    color: #666;
    background: white;
    border: 2px solid white;
}

#nw_button {
    position: absolute;
    top: 120px;
    left: 830px;
    font-size: .8em;
    z-index: 2;
}

#logo img {
    border: 0px solid #ccc;
}

#menu {
    position: absolute;
    width: 160px;
    left: 740px;
    top: 250px;
}

#wrapper_content {
    /*float:left;*/
    position: relative;
    padding-top: 50px;
    padding-left: 105px;
    width: 858px;
    height: 602px;
    background: url(../images/main.png) no-repeat;
}

#right {
    position: absolute;
    width: 194px;
    height: 275px;
    left: 760px;
    top: 480px;
    background: url(../images/right.png);
}

#right p {
    margin: 38px 0 0 28px;
}

.main_img {
    text-align: right;
    border: 0px solid green;
    width: 530px;
    margin: 0px 0 0 0;
}

.main {
    width: 508px;
}

.main_col {
    float: left;
    width: 254px;
}

#in_img {
    height: 115px;
    padding: 10px;
    padding-top: 0;
}

#left {
    float: left;
    width: 200px;
}

#content {
    float: left;
    width: 300px;
}

#content-padding {
    padding: 10px;
}

#footer {
    margin-top: 0px;
}

#footer p {
    color: #aaa;
}

#logo img {
    display: block;
}

.space_s {
    height: 4px;
}

.space_l {
    height: 50px;
}

.clear {
    clear: both;
}


/* GENERAL PURPOSE STYLES */

a:link, 
a:active, 
a:visited {
    color: #9B0F05;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.inputbox {
    margin-right: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    border: 1px solid #ddd;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

form {
    padding: 0;
    margin: 0;
}

#footer a, 
#footer a:link,
#footer a:visited,
#menu a:link,
#menu a:visited  {
    color: #666;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: underline;
}

/* new tags */

h1, h2, h3, h4 {
    margin: 0;
    padding: 0 10px 0 0;
    color: #9B0F05;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 13px;
    color: #333;
}

h3 {
    font-size: 12px;
}

#left h3 {
    padding-right: 0;
    padding-bottom: 5px;
    text-transform: lowercase;
}

#menu h3 {
    padding: 2px 2px;
    text-transform: lowercase;
    background-color:transparent;
    font-size:20px;
    color:#666;
}

#footer h3 {
    display: none;
}

h4 {
    font-size: 11px;
    color: #333;
}

h6 {
    font-size: 11px;
    margin:6px 0;
    color: red;
}

ul { 
    margin: 0 2px;
    padding-bottom: 6px;
    padding-left: 15px;
    list-style: none;
}

li {    
    padding-left: 1px;
    line-height: 150%;
}

ul.list_space {
    list-style-type: disc;
}

#content li {
    list-style-image: url(../images/arrow.png);
}

#left ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#left ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
    text-decoration: underline;
    line-height: 20px;
    font-size: 11px;
    color: #666;
}

#left ul li a:hover,
#left ul li a:active {
    color: #E13D0C;
}

img, fieldset {
    border: 0;
}

