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

body, td, th, input, select, textarea {
    font-family: Gill sans, arial, helvetica, san-serif;
    color: #4d4d4d;
    font-size: 12pt
    background: #fff;
}

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

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

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


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

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

h6 {
    font-size: 90%;
    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;
}

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

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: 115%;
}

strong, b {
    font-weight: bold;
}

a {
    color: #06c;
    text-decoration: underline;
    font-weight: bold;
}

#main_content a:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

#main_content a[href^="/"]:after {
    content: " (http://www.dewoollery.co.uk" attr(href) ") ";
    font-size: 90%;
}

acronym {
    border-bottom: 1px dotted;
}

.left, .right {
    position: relative;
    float: left;
    width: 17.5em;
    margin-right: 1em;
}

img.left {
    float: left;
    padding: 0.2em 0.4em;
}

img.right {
    float: right;
    padding: 0.2em 0.4em;
}


/* ------------------------------ */
/* 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;
    margin: 0 auto;
    padding: 1em 0 0 0;
}

#header h1 {
    color: #176880;
}

#header #navigation {
    display: none;
}

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

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

#quick {
    margin: 1em 0em 1em 38em;
    width: 14.5em;
    width /**/: 15em;
    padding: 0.5em 1em;
    color: #176880;
}

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

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

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

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

#footer li {
    display: inline;
}

span.externalLink {
}

blockquote {
    width: 14em;
    margin: 0.2em;
    padding: 0;
    background: #d9d9d9 url( /resource/image/leftquote ) left top no-repeat;
    float: right;
}

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

.splash {
    background: #d9d9d9;
}

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

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

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 {
    display: none;
    margin: 0;
    padding: 0;
}

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

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