/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */

body, table {
    background-color: #fafcff;
    color:#303030;
    font: 14px Verdana, Arial,sans-serif;
    margin:0;
    padding:0;
}

/* MeshCMS: support preserve text size in tables */
table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fafcff;
    color:#303030;
    font: 14px Verdana, Arial,sans-serif;
}
th,
td {
    vertical-align: top;
}

/* MeshCMS: a trick to avoid TinyMCE to apply these values. */
#realbody {
    background:#8b8b8b;
    text-align:center;
}

a {
    color: #505050;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #808080;
    text-decoration: underline;
}

p {
    line-height: 1.3em;
    margin: 0 0 15px;
}

pre {
    font-size:120%;
}

li {
    margin: 0 0 3px 12px;
}

/*** Main container ***/

#container {
    margin:0;
    padding: 0;
    background: white;
    color: #303030;
    min-width: 770px;
    text-align: left;
    width: 100%;
}

/*** Header section ***/

#header {
    height: 144px;
    margin-left: 20px;
    margin-right: 0px;
    background: url(img/banner.jpg) no-repeat;
}


/*** Main menu ***/

#mainmenu {
    position: relative;
    height: 28px;
    margin-left: 20px;
}


/*** Content wrap ***/

#wrap {
    padding: 0;
}

#wrap th,
#wrap td {
}

/*** Sidebars ***/

#leftside,
#rightside {
    margin: 0;
    padding: 0 10px 10px;
    width: 165px;
}

#leftside {
    float: left;
    display: inline;
    margin-right: 10px;
}

#rightside {
    float: right;
    display: inline;
    margin-left: 10px;
}

#leftside h1,
#rightside h1 {
    color: #505050;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 12px 0 6px 0;
}

#leftside h2,
#rightside h2 {
    font-size: 1.1em;
    margin: 6px 0 3px 0;
}

#leftside p,
#rightside p {
    margin: 0 0 16px 10px;
}

.linklist {
    list-style: none;
    margin: 0 0 16px 10px;
    padding: 0;
}

.linklist li {
    margin-bottom:0.3em;
}

.linklist ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 1em;
}

/*** Sidebar menu ***/

.nav {
    background: #e8e9ea;
    border: 1px solid #b0b0b0;
    color: #606060;
    display: block;
    margin-top: 8px;
    padding: 5px 4px 4px 10px;
    position: relative;
    text-transform: uppercase;
    width: 140px;
}

.nav:hover,.active {
    background: #f8f9fa;
    border: 1px solid #909090;
    color: #303030;
    text-decoration: none;
}

.sub {
    font-size: 80%;
    letter-spacing: 1px;
    margin: 3px 0 2px 10px;
    padding: 4px 2px 2px 8px;
    width: 125px;
}

/*** Content ***/

#content,
#contentalt {
    background-color: #fafcff;
    border:1px solid #909090;
    color:#2a2a2a;
    padding: 0px 20px 5px 20px;
}

#content {
    margin:0 200px;
}
#contentalt {
    margin:0 200px 0 20px;
    height: 100%;
}

#content h1,
#content h2,
#contentalt h1,
#contentalt h2 {
    margin: 18px 0 6px 0;
    border-bottom: 2px solid #cccccc;
    padding: 0;
    color: #606060;
    letter-spacing: -1px;
    line-height: 90%;
}

#content h2,
#contentalt h2 {
    margin-bottom: 10px;
}

img {
    border: 0;
}

/*** Footer ***/

#footer {
    width: 100%;
    clear:both;
    margin: 0;
    padding: 20px 0;
    background: #8b8b8b url(img/footerbg.jpg) top left repeat-x;
    color: #d0d0d0;
    font-weight: bold;
    text-align: center;
}

#footer a {
    color: #d0d0d0;
    font-weight: bold;
}

/*** Various classes ***/

.thumbnail {
    background: #fafbfc;
    border: 1px solid #b0b0b0;
    margin: 0 0 10px 10px;
    padding: 5px;
}

.searchform {
    margin:0;
}

.searchbox {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
    margin: 0 4px 0 0;
    width: 100px;
}

.searchbutton {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
}

.clearingdiv {
    clear: both;
    height: 30px;
    width: 1px;
}
.hide {
    display:none;
}

/*** Text format ***/

.intro {
    font-weight: bold;
    letter-spacing: -1px;
}

/*** Additional styles ***/
.float-left {
    float: left;
    display: inline;
    margin: 6px 20px 6px 0px;
    padding: 6px;
}
.float-right {
    float: right;
    display: inline;
    margin: 6px 0px 6px 20px;
    padding: 6px;
}
td.left {
    padding: 20px 20px 0px 0px;
}
td.right {
    padding: 20px 0px 0px 20px;
}
