﻿html, body {
    background-color: #cfdafa;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

body {
    /*border-left: solid 20px #cfdafa;   */
}

p {
    margin-bottom: 1em;
}

sup {
    vertical-align: super;
}

blockquote {
    margin-left: 3em;   
}

h1 {    
    color: #555;
    font-size: large;
    font-weight: bold;   
}

h2 {    
    color: #555;
    font-weight: bold;   
}

hr {
    color: #dfe0e0;
    background-color: #dfe0e0;
    border: none;   
    height: 1px;
    margin: 10px 0;
}

/* LAYOUT */

#body {
    margin: 0 auto;
    padding-bottom: 100px;
}

#to-serve {
    text-align: right;
}

#header {
    padding-bottom: 10px;
    /*border-bottom: solid 1px #dfe0e0;*/
}

#contact-details {
    float: right;
    color: #555;
    text-align: right;
    font-size: large;
    font-weight: bold;
    margin-top: 25px;
}

#content_wrapper {
    min-height: 500px;    
    background-color: #fff;
    width: 712px;
    margin: 0px auto;
    padding: 22px 20px 20px 20px;
}

#nav {
    float: left;
    width: 230px;
    height: 100%;   
    padding-top: 10px;
}

#page_content {
    width: 470px;
    float: left;
    margin-left: 10px;
    padding-top: 10px;
}

#footer {
    text-align: center;
}

.clear {
    height: 0px;
    clear: both;
}

.floatl {
    float: left;
    margin-right: 15px;   
}

.floatr {
    float: right;
    margin-left: 15px;   
}


/* END LAYOUT */

/* NAVIGATION */

#nav ul {
    padding-right: 20px;
}

#nav ul li {
    list-style-type: none;
    display: block;
    border-bottom: solid 1px #dfe0e0;   
    padding: 5px 0px 5px 5px;
    font-weight: bold;
}

#nav ul li.last {
    border-bottom: solid 1px #fff;   
}

#nav ul li a {
    color: #10329d;
    text-decoration: none;
}

#nav ul li a:hover {
    text-decoration: underline;   
}

#nav ul li.current {
    background: #10329d url(../image/nav/current.gif) repeat-x;
    color: #FFF;
    -moz-border-radius: 2px;
}

#nav ul li.current a {
    color: #FFF;
}

#footer a {
    margin-right: 10px;
    border-right: dotted 1px #555;
    padding-right: 10px;   
}

#footer a.last {
    margin-right: 0;
    border-right: none;
    padding-right: 0; 
}

/* CONTENT */

img.floatr {
    border: solid 1px #dfe0e0;
    float: right;
    margin: 0px 0px 10px 10px;
}

ol.alpha li {
    list-style-type: lower-alpha;
    margin-left: 25px;
    padding-left: 10px;
    margin-bottom: .5em;
}

ul.bullet li {
    list-style-type: square ;
    margin-left: 25px;
    padding-left: 10px;
    margin-bottom: .5em;
}

.secondary-detail {
    font-style: italic;
    color: #777;   
    font-size: smaller;
}
  
table.details {
    margin-bottom: .5em;
}

table.details th {
    text-align: right;
    vertical-align: top;
    font-weight: normal;   
    padding-right: 10px;
    min-width: 80px;
    padding-bottom: 8px;
}

table.details td {
    vertical-align: top;
    padding-bottom: 8px;
}  

/* CHROME */


.shadow_wrapper {
    width: 780px;
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: left;
    min-height: 450px;
    background: transparent url(../image/chrome/shadow_wrapper_780.png) repeat-y scroll 0 0;
    position: relative;
    padding-bottom: 0mm;
}

.shadow_top {
    background: transparent url(../image/chrome/shadow_top_bottom_780.png) no-repeat scroll 0 0;
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    overflow: hidden;
}

.shadow_bottom {
    background: transparent url(../image/chrome/shadow_top_bottom_780.png) no-repeat scroll 0 -20px;
    bottom: -20px;
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
}

/* END CHROME */