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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */

body {
    background-color: #0094a5;
}

#container {
    background: url('../img/header-bg.png') repeat-x top center #f7f5ec;
    width: 100%;
}

#header {
    background: url('../img/header.jpg') no-repeat top center;
    height: 190px;
    width: 100%;
}

#menu {
    margin: 0px auto;
    position: relative;
    width: 900px;
}

#menu ul {
    height: 49px;
    position: absolute;
    right: 14px;
    top: 69px;
    width: 361px;
}

#menu ul li {
    float: left;

    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#menu ul li a {
    display: block;
    padding: 16px 23px;

    color: #ffffff;
    text-decoration: none;
}

#menu ul li a:hover {
    color: #ffd130;
}

#content {
    margin: 0px auto;
    padding: 5px;
    text-align: justify;
    width: 950px;

    color: #06383f;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.7em;
}

#content p {
    text-indent: 20px;
    margin: 10px 0px;
}

#content h1 {
    border-bottom: 3px solid #e4deca;
    margin: 5px 0px;
    padding: 3px 0px;

    color: #1292a3;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#portfolio .site {
    border: 5px solid #ded5b7;
    display: block;
    height: 160px;
    float: left;
    margin: 10px 30px;
    width: 400px;

    color: #006979;
    text-decoration: none;
}

#portfolio .site:hover {
    border-color: #0c8da1;
}

#portfolio .site .desc {
    display: block;
    height: 20px;
    margin-top: 136px;
    text-align: right;
    padding-right: 5px;
    width: 395px;

    color: #006979;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}

#content .success {
    background-color: #bbe1dc;
    border: 2px solid #1f897b;
    margin: 10px auto;
    padding: 10px;
    width: 900px;

    color: #1f897b;
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#content .error {
    background-color: #dfb7af;
    border: 2px solid #a0311b;
    margin: 10px auto;
    padding: 10px;
    width: 900px;

    color: #a0311b;
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#content h2 {
    margin-bottom: 10px;
    margin-left: 10px;

    color: #0c8ea3;
    font-size: 13px;
    font-weight: bold;
}

#content h3 {
    margin-bottom: 10px;
    margin-left: 10px;

    color: #00a4bd;
    font-size: 12px;
    font-weight: bold;
}

#content a {
    color: #046f80;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover {
    color: #9f7c03;
}

#content ul {
    margin: 10px 30px;
    list-style-type: disc;
}

#content ul li {
    line-height: 1.3em;
    margin-bottom: 5px;
}


#content form {
    padding: 0px 20px;
    width: 460px;
}

#content form label {
    color: #989381;
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#content form input {
    background-color: #eeebdd;
    border: 2px solid #e5e0d1;
    display: block;
    margin: 3px 0px;
    padding: 3px;
    width: 400px;

    color: #695f5f;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
}

#content form input:hover {
    border-color: #53c6d4;
}

#content form .submit {
    background: url('../img/send-button.gif') no-repeat top center;
    border: 0px;
    margin: 10px 50px 3px auto;
    height: 20px;
    width: 48px;
}

#content form .submit:hover {
    background: url('../img/send-button-hover.gif') no-repeat top center;
    cursor: pointer;
}

#content form textarea {
    background-color: #eeebdd;
    border: 2px solid #e5e0d1;
    display: block;
    margin: 3px 0px;
    padding: 3px;
    width: 400px;

    color: #695f5f;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
}

#content form textarea:hover {
    border-color: #53c6d4;
}

#content address {
    font-style: normal;
    font-weight: normal;
    float: right;
    text-align: center;
    padding-top: 30px;
    width: 450px;
}

#content address a {
    text-decoration: none;

    color: #138c9b;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#content address a:hover {
    color: #cd9f02;
}

#footer {
    background: url('../img/footer-bg.gif') repeat-x top center #f7f5ec;
    width: 100%;
}

#footer-content {
    margin: 0px auto;
    padding: 15px 0px 8px 0px;
    text-align: right;
    width: 950px;
    
    color: #ede6d2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

#footer-content a {
    color: #ede6d2;
    text-decoration: none;
}























