/*
 * reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/*
 * style
 */
h1 {
    font-size: 140%;
    line-height: 160%;
    margin: 1em 0px 0.25em;
}

h2 {
    font-size: 130%;
    line-height: 160%;
    margin: 1em 0px 0.25em;
}

h3 {
    font-size: 120%;
    line-height: 160%;
    margin: 1em 0px 0.25em;
}

h4 {
    font-size: 110%;
    line-height: 160%;
    margin: 1em 0px 0.25em;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 160%;
    background-color: #1e1e1e;
    color: #bbbbbb;
    margin: 24px;
}

a {
    color: #009a00;
    text-decoration: none;
}

a:hover {
    color: #00ff00;
}

p {
    font-size: 14px;
    line-height: 160%;
    margin: 1em 0px;
}

pre, code, kbd, samp, var {
    font-family: monospace;
    font-size: 14px;
    line-height: 160%;
}

#header {
    height: 50px;
}

#logo {
    height: 50px;
    margin: 0px auto;
}

#logo a {
    background: url(/img/cl-semi-bold-64.png) #000 no-repeat;
    background-position: center; 
    width: 192px;
    text-indent: -9999px;
}

#logo a:hover, #logo a:focus {
    background: url(/img/cl-b-semi-bold-64.png) #000 no-repeat;
    background-position: center; 
    width: 192px;
    text-indent: -9999px;
}

#content {
    width: 960px;
    margin: 8px auto;
}

#column {
    width: 700px;
    padding: 10px;
    margin: 0px auto;
}

#column li {
    font-size: 14px;
    padding: 0.2em;
}

#column ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 0 2.3em;
}

#column ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 0 2.3em;
}

#footer {
    background-color: #000;
    height: 50px;
    width: 960px;
    margin: 0px auto;
    text-align: center;
    font-size: 11px;
    line-height: 50px;
    clear: both;
}

.pics {
    width: 516px;
    height: 325px;
    padding: 0;
    overflow: hidden
}

.pics img {
    width: 498px;
    height: 307px;
    padding: 8px;
    border: 1px solid #181818;
    background-color: #1a1a1a;
    top:0;
    left:0
}

#slideshow {
    margin: 0px auto;
}

#msg {
    padding: 6em 2em;
    width: 300px;
    float: left;
    font-size: 160%;
}

/*
 * drop down menu start
 */
.drop-down {
    cursor:pointer;
}

.menu {
    width: 960px;
    height: 50px;
    list-style: none;
    margin: 0px auto;
    text-align: center;
    background-color: #000;
}

.menu li {
    position:relative;
    float: left;
    width: 192px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    color: #009a00;
}

.menu li a{
    text-decoration:none;
    color: #009a00;
    display: block;
}

.menu li a:hover {
    color: #00ff00;
    display: block;
}

.menu li:hover {
    text-align:center;
    color: #00ff00;
    margin: 0px auto;
}

.menu li ul {
    text-align:left;
    color: #009a00;
    list-style:none;
    display:none;
    z-index: 5;
    position: relative;
    float: none;
}

.menu li ul li a {
    color: #009a00;
    background-color: rgb(0, 0, 0);
    background-color: rgba(32, 32, 32, 0.7);
    display: block;
}

.menu li:hover > ul{
    display: block;
    color: #00ff00;
}

body#accounting .bold,
body#consulting .bold,
body#forensic .bold,
body#admin .bold {
    font-weight: bold;
    color: #00ff00;
}

body#home a#nav-home,
body#why a#nav-why,
body#about a#nav-about,
body#contact a#nav-contact {
    font-weight: bold;
    color: #00ff00;
}

body#contact div#content,
body#sitemap div#content,
body#forensic div#content,
body#admin div#content {
    height: 600px;
}

/*
 * drop down menu end
 */

img.floatRight { 
    float: right; 
    margin: 8px; 
}

h1.center {
    width: 100%;
    text-align: center;
}

.box {
    float: left;
    color: #ddd;
    background-color: #333;
    padding: 8px;
    margin: 32px 8px;
    width: 288px;
    height: 26em;
    font-size: 80%;
}

div.box h2 {
    margin: 0;
    font-size: 120%;
    font-weight: bold;
}

div.box p {
    font-size: 100%;
    margin: 1em 0px;
}

span.right {
    float: right;
    text-align: right;
}
