@import '/includes/reset.css';

/* tags */

body {
    background: #111;
    font-family: "Calibri", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    text-align: center;
    z-index: 1;
}
h1 {
    color: #07727e;
    font-size: 36px;
    margin-bottom: 10px;
    text-shadow: #111 2px 2px 1px;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: #111 1px 1px 1px;
}
a:link, a:visited {
    color: #07727e;
    text-decoration: underline;
}
a:hover {
    color: #18838f;
    text-decoration: none;
}
p {
    margin-bottom: 15px;
    text-align: justify;
    text-shadow: #111 1px 1px 1px;
}

/* IDs */

#header {
    background: url( '/images/header.jpg' ) repeat-x;
    height: 170px;
    z-index: 9999;
}
#header_logo {
    background: url( '/images/logo.png' ) no-repeat;
    display: block;
    height: 149px;
    position: absolute;
    top: 10px;
    width: 195px;
}
#header_logo span {
    display: none;
}
#header_menu {
    background: url('/images/menu.png') no-repeat;
    float: right;
    font-size: 18px;
    margin: 100px 20px 0 0;
    width: 257px;
    height: 52px;
}
#header_menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 4px;
}
#header_menu li {
    float: left;
    margin: 0;
}
#header_menu li a:link, #header_menu li a:visited {
    color: #1d1d1d;
    display: block;
    float: left;
    font-size: 18px;
    height: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    text-shadow: #eee 1px 1px 1px;
}
#header_menu li a.active{
    color: #07727e;
}
#header_shadow {
    background: url( '/images/shadow.png' ) repeat-x;
    height: 15px;
}
#content {
    background: url( '/images/bg.gif' ) repeat;
    clear: both;
    color: #d0d0d0;
    margin-top: -5px;
    z-index: 10;
}
#content_bg {
    background: url( '/images/bg2.gif' ) repeat;
}
#content_main {
    float: left;
    font-size: 15px;
    padding: 70px 30px 70px 30px;
    width: 520px;
    margin-top: -20px;
}
#contentside {
    background: url( '/images/vbar.png' ) no-repeat 0px 20px;
    float: right;
    font-size: 13px;
    padding: 70px 30px 70px 30px;
    width: 280px;
}
#contentside ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#contentside li {
    background-image: url( /images/bullet.png );
    background-position: 0 .5em;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#footer {
    background: url( '/images/footer.gif' ) repeat-x;
    font-size: 12px;
    clear: both;
    color: #555;
    padding: 30px 0 50px 0;
}


/* classes */

.center {
    text-align: center;
}
.contact_field {
    background: #181818;
    border: 1px solid #333;
    color: #d0d0d0;
    font-family: "Calibri", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 4px;
    width: 300px;
}
.contact_field2 {
    background: #181818;
    border: 1px solid #333;
    color: #d0d0d0;
    font-family: "Calibri", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 150px;
    padding: 4px;
    width: 500px;
}
.em {
    font-style: italic;
}
.sideheader {
    font-size: 25px;
    margin-bottom: 15px;
    text-shadow: #111 1px 1px 1px;
}
.wrapper {
    margin: 0 auto;
    text-align: left;
    width: 950px;
}