/* -- BASIC STYLES -- */
body {
    font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
    font-size: small;
    color: #000;
    margin: 0;
    padding: 0;
    background: #FFF url(../images/back-tile.gif) repeat top left;
    overflow: hidden;
}

html>body {
    overflow: auto;
    } /* Fixes IE6 Hack */
/* Commented backslash hides rule from IE5-Mac \*/

#top-line {
    width: 100%;
    height: 40px;
    background: #FFF url(../images/top-tile.gif) top left repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#container {
    width: 700px;
    background-color: #FFF; 
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;fdsfa
    padding-right: 0;
    position: relative;
    z-index: 30; 
}

#header {
    width: 680px;
    margin: 0px 10px 0px 10px;
    height: 204px;
    background: url(../images/header1.jpg) top left no-repeat;
}

#footer {
    width: 680px;
    background: #3082C7 url(../images/footer-back.gif) top right no-repeat;
    margin: 0px 10px 0px 10px;
    clear: both;
}

#footer p {
    margin: 0;
    padding: 30px;
    color: #9BC6EB;
    font-size: 10px;
    line-height: 1.5em;
    }
    
#main-content {
    width: 420px;
    background: #FFF url(../images/main-back.gif) top left repeat-y;
    line-height: 1.8em;
    margin: 0 10px 0 0;
    font-size: 85%;
    float: right;
}

#main-content h1 {
    color: #3082C7;
    font-size: 140%;
    margin: 0px 0 30px 0;
}

#main-content .gutter {
    padding: 30px;
    margin: 0;
}

/* -- NAV -- */
#nav {
    float: right;
    margin: 10px 5px 0 0;
    padding-bottom: 15px;
    background: #FFF url(../images/nav_back.gif) bottom right no-repeat;
    width: 250px;
}

html>body #nav {
    margin: 10px 10px 0 0;
    } /* Fixes IE6 Hack */
/* Commented backslash hides rule from IE5-Mac \*/

#nav-list {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF;
}

#nav-list li {
    margin: 0;
    padding: 0;
    font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
    font-size: 90%;
}

#nav-list a {
    display: block;
    margin: 1px 0 0 0;
    padding: 15px 15px;
    color: #000;
    text-decoration: none;
    background: #B0D5F4;
    width: 220px;
    }
    
html>body #nav-list a {
    width: auto;
}   /* Fixes IE6 Hack */
/* Commented backslash hides rule from IE5-Mac \*/
    
#nav-list a:hover, #s-active a {
    color: #FFF;
    background: #57A2E2 url(../images/nav_hover.gif) top left no-repeat;
}

/* FORMS */
.labelcell {
    color: #3082C7;
}

.error {
    color: #FF0000;
}

input, .fieldcell{color: #000;background: #E5F0F9;border: 1px solid #3082C7;}

.submit {border: 0;
}

 /* Normal link */    
a:link {
    color: #8ABDE8;
    text-decoration: underline;
    }
    
/* Visited link */
a:visited {
    color: #8ABDE8;
    text-decoration: underline;
    }
    
/* Hover link */
a:hover {
    color: #5F9FD5;
    text-decoration: underline;
    } 
    
.emphasis {
    color: #3082C7;
    border-bottom: 1px solid #3082C7;
    padding-bottom: 15px;
}

.topP {
    padding-top: 10px;
}

.bottomP {
    padding-bottom: 10px;
}

#main-content ul {
    list-style-image: url(../images/bullet.gif);
    }
    
#main-content li {
    margin-left: -20px;
}

#image-table img {
    padding: 2px;
    border: 1px solid #A4CBEB;
}

#image-table a:hover img {
    border: 1px solid #3082C7;
}

/* --- HEADERS --- */
#h-about {
    text-indent: -5000px;
    background: url(../images/h_about.gif) no-repeat;
    height: 20px;
}

#h-services {
    text-indent: -5000px;
    background: url(../images/h_services.gif) no-repeat;
    height: 20px;
}

#h-casestudies {
    text-indent: -5000px;
    background: url(../images/h_casestudies.gif) no-repeat;
    height: 20px;
}

#h-links {
    text-indent: -5000px;
    background: url(../images/h_links.gif) no-repeat;
    height: 20px;
}

#h-contact {
    text-indent: -5000px;
    background: url(../images/h_contact.gif) no-repeat;
    height: 20px;
}

blockquote {  background: url(../images/quoleft.gif) left top no-repeat;
  margin-left: 0;
  margin-right: 0;}blockquote div {  padding: 0 30px;  background: url(../images/quoright.gif) right bottom no-repeat;}

.boldfont {
    color: #3082C7;
}