@import '/includes/reset.css';


/******************************
* SIDEBAR
/*****************************/

#sidebar {
    background: url( '/images/vbar.png' ) no-repeat 0px 20px;
    float: right;
    font-size: 12px;
    padding: 70px 30px 70px 30px;
    text-shadow: 0px 1px 1px #000000;
    width: 280px;
}

#sidebar h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px #000000;
}

#sidebar li {
    margin-bottom: 10px;
}







/******************************
* NEW STYLES
*
/*****************************/

h1 {
    color: #07727e;
    font-size: 26px;
    margin-bottom: 10px;
    text-shadow: #111 1px 1px 1px;
}

#content_main p {
    font-size: 13px;
    margin-bottom: 25px;
}

p {
    margin-bottom: 20px;
    text-shadow: #111 1px 1px 1px;
}


/******************************
* OLD STYLES
*
/*****************************/


/* tags */

body {
    background: #111;
    font-family: 'Droid Serif', "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    text-align: center;
    z-index: 1;
}



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;
}

/* 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;
}
#nav-menu {
    background: url('/images/menu.png') no-repeat;
    float: right;
    font-size: 18px;
    margin: 100px 20px 0 0;
    width: 257px;
    height: 52px;
}
#nav-menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 4px;
}
#nav-menu li {
    float: left;
    margin: 0;
}
#nav-menu li a:link, #nav-menu li a:visited {
    color: #1d1d1d;
    display: block;
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: #eee 0px 1px 2px;
}
#nav-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;
}
#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#sidebar 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: 100px;
    padding: 4px;
    width: 500px;
}
.em {
    font-style: italic;
}
.wrapper {
    margin: 0 auto;
    text-align: left;
    width: 950px;
}
