/**
 *
 * default.css
 * Default hard-soft Stylesheet
 * for Screen and Projection
 *
 * Modified:   2006-06-22
 * Author:     Alexander Fill
 *
 **/

body {
    background:#BBD9EE url(../images/page/bg_body.gif) repeat-x top left;
    text-align: center;
    margin:0;
    padding:0;
}
body, table, div, th, td, tr, p, span {
    font-family:Verdana, Arial, sans-serif;
    font-size:11px;
}
form {
    display:inline;
}
input, textarea, select {
    font:10px Verdana,Arial,sans-serif;
}
a {
    text-decoration:none;
}
a.rss {
    color:#000;
    background:url(../images/page/rss-orange.gif) no-repeat top left;
    padding-left:15px;
    font-size:10px;
}
a.rss:hover {
    background-color:#eee;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}


#page {
    text-align: left;
    margin:15px auto 0 auto;
    width: 760px;
    font:11px Verdana,Arial,sans-serif;
    background:transparent url(../images/page/contentBg.gif) repeat-y left top;
    border:1px solid #007DCC;
}
#header {
    height:100px;
    background:#007DCC url(../images/page/topBg.gif) repeat-x top left;
    font:bold 16px "Trebuchet MS";
    color:#fff;
}
#navigation {
    height:28px;
    background:#007DCC url(../images/page/menuBg.gif) repeat-x;
}
#navigation ul {
    list-style:none;
    padding:0;
    margin:0;
    clear:left;
}
#navigation li {
    list-style:none;
    display:block;
    float:left;
    border-right:1px solid #cfcfcf;
}
#navigation li a {
    display:block;
    padding:5px 20px 5px 20px;
    font-weight:bold;
    color:#fff;
}
#navigation li a.active, #navigation li a:hover {
    background:#F0FAFF;
    color:#000;
}
#footer {
    clear: left;
}
#boxLeft {
    padding-top:1px;
	margin-right: 260px;
	margin-bottom:10px;
}
#boxLeft .breadcrumb {
    padding:2px 2px 2px 8px;
    border-bottom:1px solid #f9f9f9;
    font:10px Verdana;
}
#boxLeft .breadcrumb a {
    font:10px Verdana;
    color:#000;
}
#boxLeft .breadcrumb a:hover {
    color:#007DCC;
}
#boxLeft .content {
    margin:10px;
}
#boxLeft .content a {
    color:#f93;
    font-weight:bold;
}
#boxLeft .content a:hover {
    text-decoration:none;
}
#boxLeft .content h1 {
    margin-top:5px;
    font:normal 22px "Trebuchet MS", "Verdana", sans-serif;
    color:#f93;
    line-height:1em;
}
#boxLeft .content h2 {
    font: normal 18px "Trebuchet MS",Verdana,sans-serif;
}
#boxLeft .content h3 {
    font: bold 16px "Trebuchet MS",Verdana,sans-serif;
    margin:0;
}
#boxLeft .subheadline {
    font:bold 12px Verdana,Arial;
    margin-bottom:10px;
}

#boxRight {
    float: right;
    width: 233px;
    position:relative;
    padding:8px;
}
#boxRight h2 {
    font-weight:normal;
    margin:15px 0 5px 0;
}
#boxRight p {
    margin:3px 0;
}
#boxRight #news_box {
    margin-bottom:20px;
}
#boxRight #news_box h2 {
    font-weight:normal;
    margin:5px 0 0 0;
    border-bottom:1px dotted #999;
}
#boxRight #news_box h2 span {
    margin-left:10px;
}
#boxRight #news_box ul {
    padding:0;
    margin:0;
}
#boxRight #news_box ul li {
    list-style:none;
    margin:0;
}
#boxRight #news_box ul li a {
    color:#000;
    padding:8px 5px;
    display:block;
    color:#f93;
    text-decoration:none;
    border-bottom:1px dotted #ddd;
}
#boxRight #news_box ul li a.even {
    background-color:#eee;
}
#boxRight #news_box ul li a:hover {
    border-bottom:1px solid #999;
}
#boxRight #news_box ul li a span {
    color:#000;
    display:block;
    font-size:10px;
}


#foot {
    background:#007DCC;
    color:#fff;
    width: 740px;
    text-align:left;
    margin:auto;
    padding:7px 10px;
}
#foot a {
    color:#fff;
    text-decoration:underline;
}

.bold {
    font-weight:bold;
}
.clearer {
    clear:both;
}

#frm_contact label {
    display:block;
    color:#999;
    margin-top:3px;
}
#frm_contact input, #frm_contact textarea {
    padding:2px;
}
