/* - - begin default stuff - - */

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/bg7.gif);
    background-repeat: repeat-x;
    background-color: #dadada;
    color: black;
    font-size: 14px;
}

p {
    margin: 12px 0;
}

ul {
    padding-left: 30px;
}

h1 {
    margin: 12px 0;
}

h2 {
    margin: 12px 0;
}

h3 {
    margin: 12px 0;
	letter-spacing: -1px;
	font-weight: normal;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 2px 0px;
}

table td.tbl_head {
	font-size: 12px;
	font-style: italic;
    border-bottom: 1px solid silver;
	color: gray;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
}

.main_container {
/*    border: 1px solid red;*/
    position: relative;
    width: 916px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

/* - - end default stuff - - */

.logo_1 {
    /*border: 1px solid red;*/
    position: absolute;
    right: 15px;
    top: 54px;
}

.logo_1 a {
    /*border: 1px solid red;*/
    width: 221px;
    height: 25px;
    display: block;
    background-image: url(../images/logo4.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.logo_2 {
    /*border: 1px solid red;*/
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 1000;
    display: none;
}

.navi {
/*    border: 1px solid red;*/
    position: absolute;
    top: 55px;
    left: 25px;
    color: #7D8DB1;
    font-size: 14px;
}

.navi a {
/*    border: 1px solid red;*/
    font-weight: bold;
    text-decoration: none;
    color: #2F4CA0;
    display: block;
    float: left;
    padding: 4px 6px;
}

.navi a.active {
    color: #FAA51A;
}

.navi a:hover {
    color: #FAA51A;
}

.meta_navi {
/*    border: 1px solid red;*/
    font-size: 12px;
    position: absolute;
    color: #4B4B4B;
    height: 20px;
    margin-top: 5px;
    right: 17px;
}

.meta_navi a {
    color: gray;
    text-decoration: none;
}

.meta_navi a.active {
    color: black;
}

.meta_navi a:hover {
    color: #4B4B4B;
}

.footer_wrapper {
/*    border: 1px solid green;*/
    position: relative;
}

.footer_wrapper a {
    color: #787878;
}

.footer_1 {
    /* border: 1px solid red; */
    font-size: 12px;
    color: #787878;
    position: relative;
    padding-top: 5px;
	text-align: center;
}

.footer_2 {
    font-size: 11px;
    color: #787878;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 20px;
    padding-top: 5px;
}

.header {
/*    border: 1px solid green;*/
    position: relative;
    height: 88px;
    z-index: 10;
}

.content_wrapper {
/*    border: 1px solid yellow;*/
    position: relative;
    z-index: 1;
}

.content_top {
/*    border: 1px solid red;*/
    height: 5px;
    position: relative;
    z-index: 1;
}

.content_top_bg_1 {
    background-image:url(../images/content_top_3.png);
    background-repeat: no-repeat;
}

.content_top_bg_2 {
    background-image:url(../images/content_top_4.png);
    background-repeat: no-repeat;
}

.content_body {
/*    border: 1px solid red;*/
    position: relative;
    padding: 1px 18px 1px 28px;
}

.content_body_themes {
/*    border: 1px solid red;*/
    position: relative;
    padding: 0px 18px 0px 8px;
}

.content_body_bg_1 {
    background-image:url(../images/content_body_3.png);
    background-repeat: repeat-y;
}

.content_body_bg_2 {
    background-image:url(../images/content_body_4.png);
    background-repeat: repeat-y;
}

.content_bottom {
/*    border: 1px solid red;*/
    height: 10px;
    background-image:url(../images/content_bottom_3.png);
    background-repeat: no-repeat;
    position: relative;
}

.content_body a {
    color: black;
    text-decoration: underline;
}


.content_body a:hover {
    color: gray;
}

.content_col_1 {
    width: 550px;
    float: left;
    min-height: 629px;
}

.content_col_1 h3 {
    font-size: 18px;
    font-weight: normal;
}

.content_col_2 {
/*    border: 1px solid silver;*/
    width: 278px;
/*    position: absolute;*/
    right: 18px;
    top: 0px;
    padding: 0px 12px;
    float: right;
}

.content_col_2 h3 {
    color: #2F4CA0;
    font-size: 14px;
}

.content_col_3 {
    /*border: 1px solid red;*/
    padding-right: 10px;
    min-height: 250px;
}

.content_col_3 h3 {
    font-size: 18px;
}

#buttons,
.news_navi {
    /*border: 1px solid red;*/
    margin-top: 6px;
    margin-bottom: 0px;
    height: 55px;
    font-size: 12px;
}

#buttons a,
.news_navi a {
    color: silver;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid silver;
    padding: 2px 7px;
    background-color: white;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

#buttons a:hover,
.news_navi a:hover {
    color: black;
    border: 1px solid #666666;
    background-color: white;
}

#buttons a:active,
.news_navi a:active,
#buttons a.active,
.news_navi a.active {
    color: #FAA51A;
    border: 1px solid #FAA51A;
    background-color: white;
}

#buttons a.btn_prev_next,
.news_navi a.btn_prev_next {
    padding-top: 6px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news_container {
    height: 390px;
    font-size: 12px;
}

.news_container a.lnk1 {
    font-weight: normal;
}

.news_container a.lnk2 {
    font-weight: bold;
}

p.section_title {
    font-size: 16px;
    border-bottom: 1px solid #FAA51A;
    padding-bottom: 5px;
    margin-bottom: 0;
    /*width: 550px;*/
}

p.section_body {
    background-color: #efefef;
    padding: 10px;
    margin: 0;
}

.float_breaker {
    clear: both;
}

.content_col_1 a.lnk1 {
    background-image: url(../images/link1.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.content_col_1 a.lnk1:hover {
    /*color: #FAA51A;*/
}

.mouseover_info {
    border-bottom: 1px dotted #666666;
    cursor:help;
}

.info1 {
    color: gray;
}

.info2 {
    color: gray;
	font-size: 12px;
}

ul {
    padding-left: 0px;
    margin-left: 0px;
/*    padding-top: 12px;*/
}

ul li {
    list-style-type: none;
    margin-bottom: 5px;
    background-image:  url(../images/bullet1.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 10px;
}

.flr {
    float: right;
}

.fll {
    float: left;
}

div.divider {
	height: 1px;
	border-bottom: 1px solid silver;
}

/* new old dress :P */

/* skinning rocks! :) */
body {
    background-image: url(../images/bg8.gif);
    background-color: #dadada;
}

.logo_1 {
    right: 53px;
}

.logo_1 a {
    background-image: url(../images/logo2.gif);
}

.meta_navi {
    color: #ababab;
    right: 20px;
}

.meta_navi a {
    color: silver;
}

.meta_navi a.active {
    color: #FAA51A;
}

.meta_navi a:hover {
    color: white;
}

.navi a {
    color: white;
}

p.section_title {
    border-bottom: 1px solid #FAA51A;
}

.logo_2 {
    display: block;
}

.content_body_bg_1 {
    background-image:url(../images/content_body.png);
}

.content_bottom {
    background-image:url(../images/content_bottom.png);
}

.footer_1 {
    font-size: 12px;
    color: #787878;
    position: absolute;
    top: 0px;
    left: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

.content_top_bg_1 {
    background-image:url(../images/content_top.png);
}
