/**
 * styles.css
 *
 * Style sheet
 *
 * @author      Dave Leach
 * @copyright   Damil Ltd, 2008-2009
 * @id          $Id: styles.css 1111 2010-02-17 10:38:45Z Dave $
 */

body {
    margin: 0;
    padding: 10px;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    background: #EEE url("/images/bodybg.jpg") repeat-x;
    background-attachment: fixed;
    text-align: center;
    min-width: 960px;
}
#wrapper {
    text-align: left;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    color: #000080;
    background-color: #FFF;
    padding: 5px;
    border: 2px solid;
    border-color: #EEE #999 #666 #EEE;
}
#header {
    height: 160px;
    position: relative;
    background-color: transparent;
}
#header h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000080;
    font-size: 190%;
    position: absolute;
    bottom: 4px;
    right: 0;
}
#content {
    margin: 0 0 0 140px;
    color: #333;
    background-color: transparent;
    padding: 5px 10px 5px 5px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
#content p, ol, ul, th, td, div.form {
    font-size: 0.8em;
    line-height: 1.5em;
}
blockquote {
    font-size: 80%;
    font-style: italic;
    line-height: 1.5em;
}
#footer {
    clear: both;
    font-size: 70%;
    margin: 0;
    padding: 1em 0 0 20px;
    text-align: left;
    color: #999;
    background-color: transparent;
}
#siteTerms {
    margin: 0 0 10px 0;
    padding: 0 5px 0 0;
}
#footerImages {
    margin: 0 0 10px 0;
    padding: 0;
}
#footerImages img {
    margin-right: 10px;
}
.tableListCell {
    text-align: left;
    vertical-align: top;
}
img {
    border: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #D00;
    background-color: transparent;
}
h1 {
    font-size: 1.6em;
}
h1.banner {
    text-indent: -9999px;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
}
h5 {
    font-size: 0.8em;
    font-weight: bold;
}

h6 {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}
a:link    { color: #00F; }
a:visited { color: #00F; }
a:active  { color: #00F; }
a:hover   { color: #D00; }

a.damil {
    color: #999;
    font-weight: bold;
    text-decoration: underline;
}
a.damil:hover {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
a.no_change {
    border: none;
    text-decoration: none;
}
a.no_change:hover {
    border: none;
    text-decoration: none;
}
.raisedBorder {
    border: 2px solid;
    border-color: #EEE #999 #666 #EEE;
    padding: 0;
    color: #FFF;
    background-color: #FFF;
    text-decoration: none;
    margin: 0px;
}

.drop_shadow {
    float:left;
    background: url(http://libs.damilhosting.com/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(http://libs.damilhosting.com/images/shadow.gif) no-repeat bottom right;
    margin: 6px 0 0 4px !important;
    margin: 6px 0 0 4px;
}

.drop_shadow table {
    display: block;
    position: relative;
    background-color: #fff;
    margin: -6px 6px 6px -6px;
}

.drop_shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #999; /* #a9a9a9; */
    margin: -6px 6px 6px -6px;
}
.drop_shadow img.ds_border {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #999; /* #a9a9a9; */
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.clear {
    clear: both;
}
.left {
    float: left;
    padding-right: 5px;
}
.right {
    float: right;
    padding-left: 5px;
}

div.infobox {
    background-color: #eee;
    border: 1px solid #999;
    margin: 10px;
    padding: 5px;
}

/*
 *
 * Navigation
 *
 */
#nav {
    float: left;
    margin: 0;
    padding: 1px 1px 0 1px;
    width: 135px;
    /* background-color: #eee; */
    background-color: #fff;
    background-image: none;
}
* html #nav li a {
    width: 135px;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#nav li, #navMenu li {
    font-size: 100%;
    font-weight: normal;
    border: none;
}
#nav a:link,
#nav a:visited {
    background: transparent url("/images/nav_images.png") repeat-x;
    display: block;
    border: none;
    color: #003;
    padding: 0.7em 0 0.2em 0.5em;
    text-decoration: none;
}
#nav a:hover {
    color: #003;
    background-position:100% -33px;

}
#nav img {
    border: 0px;
    margin: 0 0 0 0.5em;
}
#nav li.subOption {
    display: none;
}


/*
 * Accordion
 *
 */
h6 span {
    font-weight: bold;
    color: #333;
    background-color: transparent;
}
.accordion_head {
    cursor: hand;
    cursor: pointer;
}
.accordion_open {     /* class added to contents when they are open */
    font-weight: normal;
}
.accordion_closed {   /* class added to contents when they are closed */
    font-weight: normal;
}
h6.accordion_open   span.more,
h6.accordion_closed span.less {
    display: none;
}
h6.accordion_open   span.less,
h6.accordion_closed span.more {
    font-weight: normal;
    color: #A00;
}


/*
 * CSS Buttons
 *
 */
.btn_clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('http://libs.damilhosting.com/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('http://libs.damilhosting.com/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



