/**
 * styles.css
 *
 * $Id: styles.css 2497 2011-10-03 19:28:14Z admin $
 */

@import url(/dhlib/css/common.css);

/**
 *
 * LAYOUT
 *
 */

* {
    margin: 0;
    padding: 0;
}        
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 90%;
    color: #333;
    background-color: #fff;
    text-align: center;
    min-width: 960px;
    height: 100%;   
}
#wrapper {
    margin: 0;    
    min-height: 100%;  
}
#header {
    height: 120px;
    border-bottom: 4px solid #ffc22b;
    background: transparent url(/images/bg_header.jpg) repeat left top;     
}
#header_inner {
    width: 900px;
    clear: both;
    font-size: 75%;
    margin: 0 auto;
    text-align: left;
    vertical-align: bottom; 
}
#header_inner .logo {
    float: left;
    margin: 0;
    padding: 20px 0 0 0px;
}    
#header_inner .damil_text {
    float: left;
    margin: 0;
    padding: 22px 0 0 5px;
}
#page_title {
    padding-top: 5px;
    padding-bottom: 10px;
} 
#page_title img {
    padding: 0 5px 0 0;
    vertical-align: middle; 
}   
#content {
    width: 900px;
    text-align: left; 
    margin: 0 auto;
    overflow:hidden;
    padding: 5px 5px 100px 5px; /* bottom must be same height as the footer */
}
#content p,
#content form {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-bottom: 10px;
}
#content table {
    font-size: 0.9em;
    line-height: 1.5em;
}
#footer {
    margin: 0;    
    position: relative;
    margin-top: -100px; /* negative value of footer height (incl border) */
    height: 96px;
    clear:both;
    color: #ccc;
    background-color: #1c1c1c;
    border-top: 4px solid #ffc22b; 
}
#footer_inner {
    width: 900px;
    clear: both;
    font-size: 75%;
    margin: 0 auto;
    text-align: left;
    vertical-align: bottom; 
    padding: 10px 0 10px 0;    
}
#footer .section {
    float: left;
    padding-right: 10px;
}    

/* Opera Fix */
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px; /* thank you Erik J - negate effect of float*/
}

a {
    color: #009;
}        


/**
 *
 * NAVIGATION
 *
 */
   
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {
    padding:0; 
    margin:0; 
    list-style:none;
    width:500px; 
    height:45px;
    float:right;
    margin-top:80px;
}
#nav ul {
    list-style-type: none;
}    
#nav li {
    position:relative; 
    float:left;
}
#nav li a {
    display:block; 
    height:45px; 
    width:100px; 
    padding:0; 
    float:left; 
    color:#fff; 
    text-decoration:none; 
    text-align:center; 
    font-size: 15px;
    font-weight: bold;
    cursor:pointer; 
    background: url(/images/btn_nav_off.png) no-repeat right top; 
}
#nav li a span {
    position:relative; 
    top:12px; 
    font-weight:normal;
}
#nav li a.current,
#nav li a:hover, 
#nav li a:active,
#nav li a:focus {
    background: url(/images/btn_nav_on.png) no-repeat right top; 
    cursor:pointer; 
    color:#fff;
}
#nav li a.current span,
#nav li a:hover span,
#nav li a:active span,
#nav li a:focus span {
    cursor:pointer; 
    top:8px; 
    padding-right:3px;
}
/*
 *  End of CSSMenu styling (thanks Stu) 
 *  ===================================
 */
#footer_nav {
    clear: both;
    background-color: transparent;
    text-align: center;
    padding-top: 12px;    
}
#footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer_nav li {
    display: inline;
    padding-left: 2px;
}
#footer_nav a:link,
#footer_nav a:visited,
#footer_nav a:active {
    color: #ccc;
    background-color: transparent;
    text-decoration:  none;
}
#footer_nav a:hover {
    color: #ccc;
    background-color: transparent;
    text-decoration: underline;
}
/*
 *
 * Site Buttons
 *
 */
.buttons {
    float: left;
    padding: 10px 0 10px 0;
}    
.buttons a,
.buttons button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#eeeeee;
    border:1px solid #dedede;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img,
.buttons a img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* Standard */
button:hover,
.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* Positive */
button.positive,
.buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* Negative */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover,
button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/**
 *
 * SUNDRY
 *
 */

h1 {
    font-size: 1.25em;
    color: #00f;    
    vertical-align: middle; 
}
h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1.0em;
}
img {
    border: 0px;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}

.lhs {
    text-align: left;
}
.rhs {
    text-align: right;
}
.vtop {
    vertical-align: top;
}
/**
 * 
 *  TABLES
 *
 */
table.table_list {
    border-collapse:collapse;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
table.table_list tr {
    border-top: 1px solid #ddd;
}
table.table_list td.col_left {
    vertical-align: top;
    width: 30%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px 30px 3px 0;
}
table.table_list td.col_middle {
    vertical-align: top;
    width: 30%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px 10px 3px 10px;
}
table.table_list td.col_right {
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding: 3px 30px 3px 10px;
}


