/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
    background: #004B80;
}

h1 {
    padding: 20px 0 0px 30px;
    font-size: 36px;
    font-weight: bold;
    color: #004B80;
    text-decoration: underline;
}

h1 a, h1 a:hover {
    color: #004B80;
    text-decoration: none;
}

h2 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

p {
    padding: .75em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 10px 70px;
    
    font-size: 28px;
    font-weight: bold;
    color: #004B80;
    text-decoration: underline;
}

a {
    color: #004B80;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    background: #FFFFFF url('images/page.png') no-repeat top left;
}

/* header */

#header {
    width: 940px;
    height: 210px;
    margin: 0 auto;
    background: #ffffff url('images/header.jpg') no-repeat;
}

#logo {
    height: 150px;
    margin-left: 250px;
  
}

/* menu */

#menu {
    height: 60px;
    padding-right: 20px;
}

#menu ul {
    float: right;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    height: 50px;
    margin: 0 5px;
    line-height: 50px;
    text-align: center;
}

#menu ul li.active {
    height: 60px;
    margin: 0 1px;
    line-height: 60px;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 10px 0 0;
    text-decoration: none;
    color: #000000;
    background: url('images/menu.gif') no-repeat right;
}

#menu ul li a  span {
    display: block;
    float: left;
    height: 50px;
    padding: 0 30px 0 40px;
    background: url('images/menu2.gif') no-repeat left;
    cursor: pointer;
}

#menu ul li.active a, #menu ul li.active a:hover {
    color: #000000;
    padding: 0 14px 0 0;
    background: url('images/menuactive.gif') no-repeat right;
}

#menu ul li.active a span {
    height: 60px;
    padding: 0 30px 0 44px;
    background: url('images/menuactive2.gif') no-repeat left;
}

#menu ul li a:hover {
    color: #0050ff;
    text-decoration: underline;
}

/* sidebar */

#sidebar {
    float: left;
    width: 260px;
    padding: 30px 0 40px 30px;
}

#sidebar h2 {
    padding-left: 20px;
    font-size: 1.1em;
    line-height: 50px;
    color: #004B80;
    background: #EDEAC3 url('images/h2.gif') no-repeat;
}

#sidebar .box {
    padding: 1em 20px 1.5em 20px;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}

#sidebar ul {
    list-style: none;
    padding: 1.2em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 10px .2em 20px;
    line-height: 2.5em;
    border-bottom: 1px solid #F0ECCE;
}

/* content */

#content {
    float: right;
    width: 580px;
    padding: 30px 40px 10px 0;
}

#content .post {
    padding-bottom: 4em;
}


#content h1 {
    padding: 20px 0 25px 30px;
    font-size: 36px;
    font-weight: bold;
    color: #004B80;
    text-decoration: underline;
}

#content h2 {
    font-size: 2.1em;
    color: #004B80;
}

#content h3 {
    font-size: 1.3em;
    color: #0050ff;
    margin-top: 10px;
    padding: 10px;
}


#content h2 a {
    color: #004B80;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding-top: .75em;
}


#content .entry p {
        padding: 5px 0px 10px 0;
        text-align: justify;
       
}


#content ul {
margin: 5px 10px 5px 10px;
 
}

#content li {
list-style-image: url(images/li.jpg);
text-align: justify;
margin-left:15px; 
padding: 0 10px 0 10px;
 
}

#content tr {
height: 15px;
}


.entry img {
        padding: 15px 0px 5px 0;
}

/* footer */

#footer {
    clear: both;
    height: 1%;
    padding: 30px 40px;
    background: url('images/footer.png') no-repeat bottom;
   
}

#footer p {
    text-align: center;
}

hr {
color: #909090;
text-align: center;
}