body {
    margin: 0;
    padding: 0;
    font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
    font-size: small;
    color: #333;
    text-align: left; /*background-color: #091a62;*/
    background: #172e91 url( ../img/bg.gif ) repeat-x top left;
}

img {
    border: none;
}

#head a, #head a:visited {
    color: #0000ff;
    padding: 1px 4px 1px 4px;
}

#head a:active, #head a:hover {
    color: #fff;
    background: #0000ff;
}

#head a:active img, #head a:hover img {
    border: none;
}

#head h1, #head h2 {
    color: white;
}

#spacer {
    display: block;
    background-image: url( "../img/header.jpg" );
    height: 206px;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    overflow: hidden;
}

#spacer h1 a, #spacer h1 a:hover, #spacer h1 a:active {
    float: left;
    height: 90px;
    width: 320px;
    text-decoration: none;
    text-indent: -7000px;
    background-color: transparent;
    border-bottom-width: 0pt;
    border-bottom-style: none;
    border-bottom-color: -moz-use-text-color;
}

#bottom {
    background: #636363;
    font-size: 90%;
    color: white;
    text-align: center;
    padding: 5px;
}

#bottom a, #bottom a:visited {
    color: #ffffff;
    white-space: nowrap;
}

#bottom a:active, #bottom a:hover {
    color: #000;
    background: #636363;
    white-space: nowrap;
}

#main {
    width: 800px;
    background: white;
    margin: 0 auto;
    padding: 0;
}

#content {
    clear: both;
    background: #f3f3f9;
    padding: 10px;
    padding-left: 5em;
    padding-right: 5em;
    padding-bottom: 5em;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}

#nav {
    float: left;
    width: 800px;
    margin: 0 auto;
    padding: 0;
    padding-top: 4px;
    list-style: none;
    background: #9d9d9d url( "../img/off_bg.gif" ) repeat-x left bottom;
}

#nav li {
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: bolder;
    text-align: center;
}

#nav a, #nav a:visited {
    float: left;
    width: 85px;
    display: block;
    margin: 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: none;
    white-space: nowrap;
}

#nav a:hover, body#home #t-home a, body#about #t-about a, body#clients #t-clients a, body#demo #t-demo a, body#quotes #t-quotes a, body#contactus #t-contactus a {
    color: #333;
    padding: 4px 8px;
    border: 1px solid #988675;
    border-bottom: none;
    background: #f3f3f9 url( "../img/on_bg.gif" ) repeat-x top left;
    white-space: nowrap;    
}

#nav #t-home a {
    margin-left: 25px;
}

h1 {
    padding-top: 20px;
    font-size: 2em;
}

h2 {
    padding-top: 20px;
    font-size: 1.8em;
}

#footer {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #172e91;
    color: white;
    font-size: 90%;
}

#latest-news dt {
    font-weight: bold;
}

#latest-news dd {
    margin-top: 10px;
    margin-bottom: 10px;
}