@charset "utf-8";

.SlidingPanels {
    position: relative;
    width: 756px;
    height: 500px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}

.SlidingPanelsContentGroup {
    position: relative;
    width: 100000px;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}

.SlidingPanelsContentGroup h1 {
    color: white;
}

.SlidingPanelsContentGroup h2 {
    color: white;
}

.SlidingPanelsContentGroup h3 {
    color: white;
    font-size: 11px;
}

.SlidingPanelsContent {
    position: relative;
    top: 0px;
    left: 0px;
    color: white;
    background-color: #98bee5;
    width: 756px;
    height: 500px;
    overflow: hidden;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}

.SlidingPanelsContent a {
    color: white;
    font-weight: bold;
}

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

a:hover {
    # color: #98bee5;
	color: black;
    text-decoration: none;
}

.SlidingPanelsAnimating * {
    overflow: hidden !important;
}

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: white;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}

ui, l, p {
    font: 13px / 18px Verdana, Arial, Helvetica, sans-serif;
    color: white
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #595959;
}

h2 {
    font-size: 12px;
    color: #444;
    color: #595959;
}

img {
    border: 0px;
}

p.caption {
    font: normal 10px / 14px Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 20px 16px;
}

.twoColFixLtHdr #container {
    width: 756px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    text-align: left;
    margin: 10px auto 0; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #header {
}

.twoColFixLtHdr #header h1 { /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent {
    font-size: 13px;
    line-height: 18px;
    background-color: #98bee5;
}

.twoColFixLtHdr #mainMenu {
    color: gray;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.page_menu_bar {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: x-small;
    font-weight: normal;
    width: 756px;
    height: 50px;
}

.page_left {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 150px;
    height: 450px;
}

.page_right {
    position: absolute;
    top: 50px;
    left: 150px;
    margin-right: 50px;
    padding: 0px;
    min-height: 290px;
}

.page_news_rows {
    position: absolute;
    top: 80px;
    left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.page_news_row {
    position: relative;
    padding: 0px;
    width: 756px;
    height: 80px;
    margin: 0px 0px 5px 0px;
}

.page_news_row_left {
    position: absolute;
    padding: 0px;
    min-height: 70px;
}

.page_news_row_right {
    position: absolute;
    left: 150px;
    padding: 0px;
    min-height: 70px;
}

.page_right a {
    font-weight: normal;
}

.page_news_rows a {
    font-weight: normal;
}

.page_samples {
    position: absolute;
    bottom: 0px;
    left: 150px;
    height: 160px;
    width: 606px;
}

.ref_nav {
    font-size: 9px;
}

.title {
    font-weight: bolder;
}

.sub_title {
}

.activity {
    margin: 10px 10px 10px 0px;
    position: relative;
}

.sample {
    background-color: white;
    padding: 5px;
    border: 0;
    margin: 0 5px 0 0;
}

.line_small {
    height: 20px;
}

.mailto a {
    font-weight: bold;
}

.page_legal_notice {
    position: absolute;
    bottom: 0px;
    left: 150px;
    margin-right: 50px;
}

.page_legal_notice p {
    font-size: 9px;
    margin-right: 50px;
    margin: 0px;
    padding: 0px;
}

.actual {
    position: absolute;
    bottom: 180px;
    left: 150px;
    margin-right: 50px;
    padding: 0px;
    min-height: 50px;
    color: red;
}

.actual a {
    font-weight: normal;
    color: red;
}

.actual a:hover {
    color: gray;
}

