/*
 * common/core
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

html {
    height: 100%;
}

body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    color: #111;
    background-color: #fff;
}

a {
    color: blue;
    outline: none;
    text-decoration: none;
    color:#234974;
}

a:hover {
    text-decoration: underline;
}

a.action_link {
    text-decoration:none;
    border-bottom:1px dashed silver;
}

p {
    margin: 0 0 18px
}

input {
    vertical-align: middle;
}

.link_no_inverse :hover {
    background:transparent;
}

span, p {
    line-height: 1.54em;
    font-size: 100%;
}

h1 {
    font-size: 25px;
    color:#2299dd;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    /*color: #ccff00;*/
    /*color: #bbdd00;*/
    color:#7e7e7e;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    /*background-color: #ffffcc;*/
}

h3 {
    color: #999999;
    font-size: 19px;
    font-weight: normal;
    margin: 5px 0 5px 5px;
}

.highlight {
    color: #2299dd;
    font-weight: bold;
}

.striked {
    text-decoration: line-through;
}

.grayed {
    color: silver;
}

.small {
    font-size: 12px;
}

#wrapper {
    min-width: 800px;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 105px;
    height: 1%;
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
}

#content {
    padding: 20px 0 10px 270px;
    background:url("/images/core/bg.jpg") no-repeat scroll 50% 0 transparent;
}

/*
 * header
 */
#header {
    color:#7e7e7e;
    background:#111;
    border-bottom:3px solid #999;
    height:60px;
}

#header > div, .home_link {
    margin:0 auto;
    padding:0 20px;
    min-width:800px;
    max-width:1100px;
}

.navigation {
    float:right;
}

.navigation > ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.navigation > ul > li {
    float:right;
    margin:20px 1px 0;
    padding:10px 15px;
/*    width: 120px;
    background: transparent url('/images/core/menu_btn.png') left center no-repeat;*/
}

.navigation > ul > li > a {
}

.nav_link_active
{
    font-size:17px;
    display:block;
    float:left;
    padding:0;
    margin-right:10px;
    color:#ccff00;
    text-decoration:none;
    font-weight:bold;
}

.nav_link {
    font-size:16px;
    font-weight:normal;
    display:block;
    float:left;
    margin-right:10px;
    padding:0;
    color:#ccff00;
    text-decoration:none;
}

.nav_link:hover {
    text-decoration:underline;
    background-color:transparent;
}

.branding {
    margin-top:5px;
    position:absolute;
    top:0;
    z-index:100;
}

.branding img {
    height:90px;
}

.ribbon {
    position:absolute;
    left:0;
    right:0;
    top:63px;
    overflow-x:hidden;
    overflow-y:hidden;
    font-size:11px;
    width:100%;
    z-index:100;
    background-color:#fff;
    border-bottom:1px solid #acacac;
    padding-top:10px;
    padding-left:90px;
    padding-bottom:15px;
}

.ribbon > div {
    margin:0 auto;
    max-width:1100px;
    min-width:800px;
}

.subnav {
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
}

.subnav li:first-child {
    margin-left:100px;
}

.subnav li:last-child {
    border-right:medium none;
}

.subnav li {
    float:left;
    margin:0;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
    height:100px;
    margin:0 0 4px -1px;
    padding:15px 20px 20px;
    width:auto;
}

.subnav li > span {
    font-size: 12px;
    line-height: normal;
    padding-top: 5px;
    display: block;
}

.subnav_link {
    display:block;
    font-size:12px;
}

.subnav_link:hover {
    text-decoration:none;
    background-color:#ffffcc;
}

/*
 * body
 */
#body {
    width: 100% ;
    overflow: hidden;
}

.main_table {
    width: 100%;
    min-width: 840px;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.body_container_div {
    padding-top: 20px;
    background: transparent url(/images/core/bg.jpg) no-repeat 50% 0;
}

.content {
    width: 99%;
}

/*
 * sidebar
 */
 #sideLeft {
    float: left;
    width: 250px;
    margin-left: -100%;
}

.sidebar {
    padding-top: 30px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
}

.sidebar_block {
    margin: 3px;
    padding: 3px;
    margin-bottom: 35px;
}

.sidebar_block ul {
    /*padding-left: 25px;*/
}

.block_l {
    background: #F0F0E7 url(data:image/gif;base64,R0lGODlhBAAEAIAAAPDw5////yH5BAAAAAAALAAAAAAEAAQAAAIFjA8QqVwAOw==) no-repeat scroll 0 0;
}

.block_r {
    background: transparent url(data:image/gif;base64,R0lGODlhBAAEAIAAAPDw5////yH5BAAAAAAALAAAAAAEAAQAAAIGhGOAGt0FADs=) no-repeat scroll right bottom;
    padding-top: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
}

.news_block {
    padding: 0 20px 5px 5px;
}

.news_entry {
    padding-bottom: 3px;
}

.news_entry a {
    font-weight: normal;
}

.news_date {
    color: #7e7e7e;
    font-size:11px;
}

.news_title {
    font-size:12px;
}

.news_archive {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 3px;
}

.news_archive a {
    /*color:#6da3bd;*/
    font-weight: normal;
    text-decoration: underline;
    font-size: 100%;
}

.contacts {
    list-style-type:none;
    padding-left:10px;
}

.contacts span {
    display:block;
}

.contacts li:first-child {
    padding-bottom:5px;
}

.input {
    width: 160px;
    text-align:left;
}

#globalsearch2 {
	width: 253px; height: 38px;
}

#globalsearch2 .search-wrapper2 {
	position: relative;
	width: 230px;
	margin-top: 9px; margin-left: 12px;
}

.input .search-wrapper input.g-prettysearch {
    position: absolute;
    top: 0;
    right: 10px;
    width: 110px;
    height: 13px;
    background: url("/images/core/searchfield_repeat.png") center top repeat-x;
    border: 0px;
    margin: 0;
    padding: 3px 0 3px 0;
    font: normal 11px tahoma, sans-serif;
}

#globalsearch2 .search-wrapper2 input.g-prettysearch2 {
    position: absolute; top: 0; left: 20px;
    width: 200px; height: 13px;
    background: url("/images/core/searchfield_repeat.png") center top repeat-x;
    border: 0px;
    margin: 0;
    padding: 3px 0 3px 0;
    font: normal 11px tahoma, sans-serif;
}

.input .search-wrapper .left {
    display: block;
    width: 20px;
    height: 19px;
    background: url("/images/core/searchfield_leftcap0.png") left top no-repeat;
}

.input .search-wrapper .right {
    display: block;
    zoom:1;
    width: 10px;
    height: 19px;
    background: url("/images/core/searchfield_rightcap.png") right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.input .search-wrapper.empty.blurred input {
    color: #7E7E7E;
}

#globalsearch2 .search-wrapper2.empty.blurred input {
    color: #7E7E7E;
}

#globalsearch2 .search-wrapper2 .left {
    display: block;
    zoom:1;
    width: 20px;
    height: 19px;
    background: url("/images/core/searchfield_leftcap.png") left top no-repeat;
}

#globalsearch2 .search-wrapper2 .leftx {
    display: block;
    zoom:1;
    width: 20px;
    height: 19px;
    background: url("/images/core/searchfield_leftcap0.png") left top no-repeat;
}

#globalsearch2 .search-wrapper2 .right {
    display: block;
    zoom:1;
    width: 10px;
    height: 19px;
    background: url("/images/core/searchfield_rightcap.png") right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.input .search-wrapper {
	position: relative;
	width: 130px;
	margin-top: 9px; margin-left: 12px;
}

.input .search-wrapper .left,
.input .search-wrapper .right {
    behavior: url("/iepngfix.htc");
}

#globalsearch2 .search-wrapper2 .left,
#globalsearch2 .search-wrapper2 .right {
	behavior: url("/iepngfix.htc");
}

/*
 * footer
 */
#footer {
    margin: -105px auto 0;
    min-width: 800px;
    max-width: 1280px;
    height: 95px;
    background: #BFF08E;
    color: #999;
    background-color: #222222;
    border-top: 0;
    padding-top: 10px;
}

#footer table {
/*    margin-left: 35px;*/
}

#footer td {
    width: 16%;
}

#footer ul {
    text-align: left;
    list-style-type: none;
}

#footer li {
    padding-top: 3px;
    padding-bottom: 3px;
}

#footer span {
    color: #ccff00;
}

#footer a {
    color: #999999;
    text-decoration: underline;
    font-size: 12px;
}
