/* ------------------------------ */
/* General                        */
/* ------------------------------ */
* {
    margin: 0;
    padding: 0;
}

body, td, th, input, select, textarea {
    font-family: Gill sans, arial, helvetica, san-serif;
    color: #4d4d4d;
    font-size: 80%;
    font-size /**/: 85%;
    background: #fff;
}

h1 {
    font-size: 140%;
    font-weight: bold;
    font-weight /**/: normal;
    margin: 0 0 0.7em 0;
    text-transform: uppercase;
}

h2 {
    font-size: 120%;
    color: #176880;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    font-weight /**/: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 100%;
    color: #4d4d4d;
    margin: 0.2em 0 0.5em 0;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}


h4 {
    font-size: 100%;
    margin: 0.2em 0 0.5em 0;
    font-weight: bold;
}

h5 {
    font-size: 90%;
    margin: 0.2em 0 0.5em 0;
    font-weight: bold;
}

h6 {
    font-size: 80%;
    margin: 0.2em 0 0.5em 0;
    font-weight: bold;
}

ul, form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ol, ul, li {
    line-height: 1.2em;
}

ol, ul {
    margin-bottom: 1em;
    margin-left: 0.8em;
    margin-left /**/: 1em;
    padding-left: 0.2em;
}

li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
}

p {
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

li > p {
    margin-top: 0.2em;
}

pre {
    font-family: monospace;
    border: 1px dashed;
    padding: 3px;
    background: #ddd;
    width: 60%;
    float: left;
}

code {
    font-size: 105%;
}

strong, b {
    font-weight: bold;
}

a {
    color: #06c;
    text-decoration: none;
}

a:visited {
    color: #359;
}

a:hover {
    color: #f90;
    text-decoration: underline;
}

a:active, a:focus {
    background: #039 !important;
    color: #fff;
}

acronym {
    border-bottom: 1px dotted;
}

.left, .right {
    position: relative;
    float: left;
    width: 18.5em;
}

.left {
    margin-right: 1em;
}

.clear {
    clear: both;
}

img.left {
    width: auto;
    float: left;
    margin: 0;
    padding: 0.2em 0.4em;
}

img.right {
    float: right;
    width: auto;
    margin: 0;
    padding: 0.2em 0.4em;
}

.toc li {
    display: inline;
}


/* ------------------------------ */
/* Page Structure                 */
/* ------------------------------ */

#header_wrap {
    background-color: #176880;
}

#page_wrap {
    width: 55.5em;
    margin: 1em auto;
    background-color: transparent;
    border: 1px solid #fff;
}

#header {
    width: 55.5em;
    height: 5.5em;
    margin: 0 auto;
    padding: 1em 0 0 0;
}

#header #logo {
    float: left;
    background-image: url( /resource/image/dewoollery );
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    padding: 61px 0 0 0;
    width: 239px;
    height: 0px !important;
    height /**/: 71px;
}

#header #navigation * {
    margin: 0;
    color: white;
}

#header #navigation {
    float: right;
    margin: 3.5em 0 0 0;
}

#header #navigation li {
    color: #fff;
    display: inline;
    padding: 0 0.2em;
    text-transform: uppercase;
    font-weight: bold;
    font-weight /**/: normal;
}

#header #navigation strong {
    font-weight: normal;
    color: #c7c7c7;
}

#main_content {
    float: left;
    width: 38.5em;
    margin: 0;
}

#main_content li {
    margin-left: 1em;
}

#quick {
    margin: 1em 0em 1em 39em;
    width: 14.5em;
    width /**/: 15em;
    padding: 0.5em 0 1em 1em;
    color: #176880;
    text-align: right;
}

#quick li {
    font-weight: bold;
    margin-left: 0;
    list-style: none;
}

#quick p {
    line-height: 1.4em;
}

#quick * {
    font-size: 96%;
}

#footer {
    clear: both;
    font-size: 85%;
    text-align: right;
}

#footer ul {
    margin-bottom: 0;
}

#footer li {
    display: inline;
    margin-left: 1em;
}

#footer p {
    font-size: 95%;
}
span.externalLink {
    padding-right: 6px;
    background: transparent url( /resource/image/external ) no-repeat center right;
}

blockquote {
    margin: 1em;
    width: 50%;
    padding: 0;
    background: #d9d9d9 url( /resource/image/leftquote ) left top no-repeat;
}

blockquote div {
    margin: 0;
    padding: 0.6em 2.6em;
    background: transparent url( /resource/image/rightquote ) right bottom no-repeat;
}

.splash {
    background: #d9d9d9;
    padding: 0.5em;
}

#sections {
    background: #d9d9d9;
    margin: 0 0 0.5em 0.5em;
    padding: 1em;
    float: right;
    position: relative;
    border: 1px outset #e9e9e9;
}

#sections li {
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    paddin: 0;
}

/* ------------------------------ */
/* Lightbox                       */
/* ------------------------------ */

#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}   
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img {
    border: none; 
    clear: both;
} 

#overlay img {
    border: none;
}

#overlay { 
    background-image: url(/resource/image/overlay);
}

* html #overlay {
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/image/overlay.png", sizingMethod="scale");
}
    

/* ------------------------------ */
/* Homepage                       */
/* ------------------------------ */

body.home #main_content {
    width: 55.5em;
}

body.home #usability,
body.home #accessibility,
body.home #other {
    float: left;
    width: 17em;
}

body.home #usability,
body.home #accessibility {
    padding-right: 1em;
}

body.home #other,
body.home #accessibility {
    padding-left: 1em;
}

body.home #other ul {
    margin-bottom: 1em;
}

body.home #main_content #what_we_do,
body.home #main_content #for_you {
    float: left;
}

body.home #main_content #what_we_do {
    width: 29em;
    padding-right: 2em;
    border-right: 1px solid #4d4d4d;
}

body.home #main_content #for_you {
    width: 21em;
    padding-left: 2em;
}

body.home #main_content #for_you ul {
    margin-bottom: 1em;
}

body.home #quick {
    margin-top: 2.5em;
    margin-left: 0;
    padding: 0;
}

body.home li {
    line-height: 1em;
}

/* ------------------------------ */
/* Forms Display                  */
/* ------------------------------ */

fieldset {
    position: relative;
    border: 0px solid transparent;
    margin-bottom: 1em;
}

fieldset fieldset {
    display: block;
}

fieldset legend {
    margin-left: -0.5em;
    margin-bottom: 0.2em;
    font-size: 110%;
    font-weight: bold;
    font-weight /**/: normal;
    color: #176880;
    text-transform: uppercase;
}

fieldset label {
    font-size: 90%;
    color: #555;
    text-align: left;
    display: block
    cursor: pointer;
}

fieldset label .required {
    font-size: 80%;
    color: #f11;
    vertical-align: super;
}

fieldset input,
fieldset textarea,
fieldset select {
    display: block;
    margin-bottom: 1em;
    font-size: 100%;
    border: 1px inset #555;
}

fieldset input {
    width: 17em;
}

fieldset textarea {
    width: 36.3em;
    width /**/: 35em;
    height: 10em;
}


fieldset input.submit {
    border-style: outset;
    clear: both;
    width: auto;
    float: left;
}

fieldset div {
    position: relative;
    float: left;
    width: 17em;
    margin-right: 1em;
}

/* ------------------------------ */
/* Error presentation             */
/* ------------------------------ */

#errors {
    margin-bottom: 1em;
}

#errors ul li {
    margin-left: 2em;
}

.inerror {
    background-color: #e22 !important;
    padding: 0.2em 0.2em 0.4em 0.6em;
    padding /**/: 0.2em 0.2em 0.1em 0.6em;
}

.inerror .required,
.inerror label {
    color: #fff;
}

/* ------------------------------ */
/* Skip navigation                */
/* ------------------------------ */

.skiplist {
    margin: 0;
    padding: 0;
}

.skip { 
    text-align: right;
    margin: 0;
    padding: 0 0.5em;
    position: absolute;
    right: 0;
}

li.skip {
    list-style: none;
}

.skip a {
    font-size: 80%;
    width: 8em;
    color: #fff;
    text-decoration: none;
}

.skip a:visited {
    color: #fff;
}

.skip a:hover {
    color: #f90;
    text-decoration: underline;
}

.skip a:active, .skip a:focus {
    background: #039 !important;
    color: #fff;
}

/* Development */
#quick #logos {
    text-align: center;
}

#quick #logos a {
    margin-top: 1em;
}

/* Portfolio */
.portfolio .item {
    margin: 0 1.5em 1.5em 1.5em;
}

.portfolio .screenshot {
    float: right;
    margin-left: 1em;
    border: 1px solid #9D9D9D;
}
