/* ========================================= /
    base elements definition
/* ========================================= */
*:focus {
    outline: none;
}
html, body {
    height: 100%;
}
body {
    color: #333;
    font-size: 12px;
    line-height: 145%;
}
* {
    font-family: Arial, Helvetica, sans-serif;;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 135%;
}
img {
    vertical-align: top;
}
span.spliter {
    margin: 0 5px;
    color: #333!important;
}
div.clearfix {
    height: 0;
    font-size: 0;
    line-height: 0%;
    clear: both;
}
a, a:visited {
    color: #009ada;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
h1 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: normal;
}
h2 {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
}
h3 {
    margin: 20px 0 5px;
    font-size: 14px;
    font-weight: bold;
}
h3.ico_pdf {
    height: 28px;
    padding: 4px 0 0 30px;
    margin: 0;
    background: url(/img/ico_pdf.png) no-repeat;
    font-size: 13px;
}
hr.spliter {
    height: 1px;
    line-height: 0%;
    font-size: 0;
    background: #d9d9d9;
    color: #d9d9d9;
    margin: 25px 0 15px 0;
    border: none;
}
p {
    margin-bottom: 10px;
}
ul, ol {
    margin-left: 30px;
    margin-bottom: 10px;
}
ol {
    margin-left: 30px;
}
.leader {
    font-size: 14px;
    color: #747474;
}
.last {
    border-bottom: none!important;
}
.posleft {
    float: left;
}
.posright {
    float: right;
}
.nofloat {
    float: none;
}
.clearer {
    clear: both;
    height: 0;
    line-height: 0%;
    font-size: 0;
}
.flashtitle.hidden {
    display: none;
}
/* ========================================= /
    form elements definition
/* ========================================= */

form {
    position: relative;
    padding: 15px 0 80px;
}
label {
    display: block;
    margin-bottom: 10px;
    background: url(/img/bgd_star.png) 405px 0 no-repeat;
}
label.option {
    background: none;
}
label span {
    display: block;
    float: left;
    min-width: 150px;
}
.ip_text {
    width: 238px;
    height: 15px;
    padding: 3px 6px;
    background: url(/img/bgd_ip_text.png) no-repeat;
    color: #747474;
    font-size: 11px;
}
.textarea {
    width: 238px;
    height: 135px;
    padding: 3px 6px;
    background: url(/img/bgd_textarea.png) no-repeat;
    font-size: 11px;
    color: #747474;
}
button.submit {
    position: relative;
    left:325px;
    width: 76px;
    height: 22px;
    padding: 0 0 2px 0;
    background: url(/img/bgd_submit.png) no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

/* ========================================= /
    table elements definition
/* ========================================= */
table {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
table th, table td {
    padding: 3px 8px;
    text-align: left;
}
table thead tr th {
    padding: 6px 8px;
    background:  #60b6dd url(/img/bgd_table_header.jpg) repeat-x;
    color: #fff;
}
table tbody tr td {
    border-bottom: 1px solid #d9d9d9;
}
table tbody tr.alt td {
    background-color: #efefef;
}


/* ========================================= /
    box elements definition
/* ========================================= */

.box {
    background-color: #e3e3e3;
    display: inline-block;
}
.box .top, .box .top div, .box .bottom, .box .bottom div {
    height: 2px!important;
    font-size: 0;
    line-height: 0%;
}
.box .top {
    background: url(/img/bgd_box_top_left.png) left no-repeat;
}
.box .top div {
    background: url(/img/bgd_box_top_right.png) right no-repeat;
}
.box .bottom {
    background: url(/img/bgd_box_bottom_left.png) left no-repeat;
}
.box .bottom div {
    background: url(/img/bgd_box_bottom_right.png) right no-repeat;
}
.box .body {
    min-height: 45px;
    margin: 0 2px;
    border: 1px solid #fff;
    font-size: 11px;
}
.box .body.yellow {
    background: #f7f9da url(/img/bgd_box_body_yellow.png) repeat-x!important;
}
.box .body.blue {
    background: #c9e8f5 url(/img/bgd_box_body_blue.png) repeat-x!important;
}
.box .body h1 {
    display: block;
    height: 20px;
    padding: 3px 7px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.box .body.blue h1 {
    background: url(/img/bgd_box_header_blue.png) repeat-x;
}
.box .body.yellow h1 {
    background: url(/img/bgd_box_header_yellow.png) repeat-x;
}
.box .body p {
    padding: 4px 6px;
    margin: 0!important;
}
div.box.posright {
    margin-left: 20px;
}
div.box.posleft {
    margin-right: 20px;
}

/* ========================================= /
    layout elements definition
/* ========================================= */

#wrapper {
    width: 100%;
    background: url(/img/bgd.jpg) repeat-x;
}
#wrapper.home {
    background: url(/img/bgd_home.jpg) repeat-x!important;
}
#container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}
#headerarea {
    position: relative;
    height: 142px;
    background: url(/img/bgd_header.png) bottom no-repeat;
}
.home #headerarea {
    height: 243px;
    background: none;
}
#contentarea {
    position: relative;
    top: -35px;
    background: url(/img/bgd_content_bottom.png) no-repeat left bottom;
}
#contentarea:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footerarea {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 1024px;
    margin: 0 auto 60px;
    background: transparent;
}
ul.navigation {
    position: relative;
    z-index: 130;
    float: left;
    width: 134px;
    margin: 0;
    margin-top: 75px;
    list-style: none;
    text-align: right;
    font-size: 14px;
}
.sidecolumn {
    position: relative;
    right: 17px;
    float: right;
    z-index: 1;
    width: 245px;
    margin-top: 35px;
    padding-bottom: 80px;
}
.content {
    position: relative;
    z-index: 100;
    float: left;
    width: 514px;
    min-height:400px;
    padding: 55px 65px 40px;
    background: transparent url(/img/bgd_content_top.png) no-repeat;
}


/* ========================================= /
    headerarea elements definition
/* ========================================= */
.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    width: 111px;
    height: 45px;
}
.ciflash {
    position: absolute;
    left: 90px;
    z-index: 90;
}
.ciflash img {
    width: 335px;
    height: 242px;
}
.ciimage {
    position: absolute;
    bottom: 1px;
    width: 1024px;
    height: 168px;
    background: url(/img/header_home.jpg) no-repeat;
}
.ciimage .phrases {
    position: absolute;
    top: 20px;
    left: 388px;
}
.ciimage h1, .ciimage h2{
    color: #fff;
    margin: 0;
}
.ciimage h1 {
    font-size: 24px;
}
.ciimage h2 {
    font-size: 16px;
}
.page_title {
    width: 600px;
    position: absolute;
    left: 147px;
    bottom: 14px;
    z-index: 10000;
}
.page_title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}
.searchbox {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 220px;
    font-size: 11px;
    color: #000;
}
.searchbox form {
    padding: 0;
}
.searchbox label {
    padding: 0;
    margin: 0;
    height: 20px;
    color: #333;
}
.searchbox label span {
    display: inline;
    float: none;
    min-width: 0;
}
.searchbox .search.ip_text {
    width: 132px;
    height: 17px;
    background: url(/img/bgd_textbox_search.png) no-repeat;
}
.searchbox .submit_search {
    text-transform: uppercase;
    width: 76px;
    height: 21px;
    background: url(/img/bgd_submit_search.png) no-repeat;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}
.searchbox .arrow {
    position: absolute;
    top:20px;
    margin: 0;
}
.searchbox .arrow.search {
    left: 13px;
}
.searchbox .arrow.letter {
    left: 78px;
}


/* ========================================= /
    navigation elements definition
/* ========================================= */

ul.navigation li {
    margin-bottom: 5px;
}
ul.navigation a, ul.navigation a:visited {
    color: #009ada;
}
ul.navigation li.selected {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* - subnavigation - */
ul.navigation li ul {
    list-style: none;
    margin: 2px 0 0 20px;
    font-size: 11px;
    font-weight: normal;
}
ul.navigation li ul li {
    margin-bottom: 2px;
}
ul.navigation li ul li.selected {
    position: relative;
    margin: 0;
    margin-bottom: 2px;
}
ul.navigation li ul li.selected .subnavigation_pointer {
    position: absolute;
    top: 4px;
    left: 130px;
    z-index: 130;
}


/* ========================================= /
    sidecolumn elements definition
/* ========================================= */
.sidecolumn span.lead {
    display: block;
    margin: 0 0 12px 0;
    font-size: 11px;
}
.sidecolumn h1 {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}
.sidecolumn .block {
    padding-bottom: 10px;
    margin: 20px 0 15px 25px;
    border-bottom: 1px solid #d9d9d9;
}
.sidecolumn .block.first {
    margin-top: 40px;
}
.sidecolumn .block p {
    font-size: 11px;
    margin-bottom: 25px;
}
.sidecolumn .block p.last {
    font-size: 11px;
    margin-bottom: 0;
}
.sidecolumn ul {
    margin: 0;
    list-style: none;
}
.sidecolumn ul li {
    padding: 0 0 0 10px;
    background: url(/img/bgd_list_pointer.png) 0 4px no-repeat;
}
.sidecolumn .box {
    margin-top: 20px;
}


/* ========================================= /
    footer elements definition
/* ========================================= */
p.address {
    position: relative;
    top: 15px;
    width: 134px;
    padding-bottom: 0px;
    font-size: 11px;
    color: #747474;
    text-align: right;
    line-height: 130%;
}
.symbol_puzzle {
    position: absolute;
    bottom: -5px;
    right: 195px;
}
.no_logo {
    position: absolute;
    bottom: -5px;
    right: 20px;
}


/* ========================================= /
    content elements definition
/* ========================================= */

/* - blog entrie & comments- */
ul.b_entries li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.b_entries {
    list-style: none;
    margin: 0;
}
ul.b_entries li {
    min-height: 115px;
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
}
ul.b_entries li.first {
    padding-top: 0;
}
ul.b_entries li h1 {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: normal;
}
ul.b_entries li img {
    margin-right: 17px;
}
ul.b_entries li .box {
    margin-left: 10px;
}
ul.b_entries li .box img {
    margin-right: 0;
}
ul.b_entries  {
    margin-right: 17px;
}
ul.b_entries li span {
    font-size: 11px;
    font-style: italic;
    color: #747474;
}
ul.b_entries li p {
    margin-top: 10px;
    margin-left: 123px;
}
ul.b_entries li {
    min-height: 30px;
}
ul.b_entries.comment li.first {
	padding-top: 0;
    padding-bottom: 0;
}
ul.b_entries.comment li {
	padding-top: 10px;
    padding-bottom: 0;
}
ul.b_entries.comment li p {
    margin-top: 5px;
    margin-left: 0;
	color: #747474;
	font-style: italic;
}
ul.b_entries.comment li span.date {
    color: #333;
}

/* - team  - */
.profile {
    margin-left: 165px;
    font-size: 13px;
}
.profile h1, .profile h2, .profile h3, .profile .jobtitle {
    margin-left: -20px;
}
.profile h1 {
    margin-top: 0;
    margin-bottom: 5px;
}
.profile h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
.profile h3 {
    margin-bottom: 4px;
    font-size: 13px;
}
.profile p.voice {
    color: #747474;
    font-style: oblique;
}
.profile ul {
    margin: 0;
    list-style: none;
}
.profile ul li {
    margin-bottom: 6px;
}
.box.profile {
    margin-left: 0;
}
.page_scroller {
    position: relative;
    padding: 0 40px 20px;
	text-align: center;
}
.page_scroller a, .page_scroller a:visited {
    position: absolute;
    display: inline;
    min-width: 40px;
    height: 23px;
    padding-top: 7px;
    vertical-align: bottom;
}
.page_scroller a.backtolist, .page_scroller a.backtolist:visited {
	position: relative;
	top: 6px;
    background: url(/img/scroll_arrow_top.png) center 0 no-repeat;
    text-align: center;
}
.page_scroller a.previous, .page_scroller a.previous:visited {
    left: 0;
    padding-left: 10px;
    background: url(/img/scroll_arrow_left.png) left no-repeat;
	text-align: left;
}
.page_scroller a.next, .page_scroller a.next:visited {
    right: 0;
    padding-right: 10px;
    background: url(/img/scroll_arrow_right.png) right no-repeat;
	text-align: right;
}
.page_scroller span.page_num a, .page_scroller span.page_num a:visited, .page_scroller span.page_num span {
	position: relative;
	top: 7px;
	margin: 0 3px;
	font-weight: bold;
}


/* ========================================= /
    hacks
/* ========================================= */

/* - ie6 - */
* html div.ciflash img, * html .content, * html .content .side_shadow_left, * html .content .side_shadow_right {
    behavior: url( "/stylesheets/iepngfix.htc" );
}
* html #contentarea {
    height: 10px;
}
* html .content {
    position: relative;
    height: 400px;
    z-index:10;
    background: url(/img/ie/bgd_content_top.png) no-repeat;
}
* html .content .hidder {
    position: absolute!important;
    z-index: 0;
    left: 16px;
    width: 611px;
    height: 40px;
    background: #fff;
}
* html .content .side_shadow_left, * html .content .side_shadow_right {
    position: absolute!important;
    top: 60px;
    width: 16px;
    height: 192px;
}
* html .side_shadow_left {
    left: 0;
    background: url(/img/ie/bgd_content_top_left.png) no-repeat;
}
* html .side_shadow_right {
    right: 0!important;
    background: url(/img/ie/bgd_content_top_right.png) no-repeat;
}
* html form {
    position: relative!important;
    z-index:100!important;
}
* html .sidecolumn ul li {
    display: inline-block;
}
* html .box.img {
    position: relative;
    width: 50px;
    height: 45px;
}
* html .box.img .top div, * html .box.img .bottom div {
    position: absolute;
    right: -1px;
}
* html .searchbox {
    width: 223px;
}
* html .ciimage {
    bottom: 0;
}
* html ul.navigation li ul li.selected .subnavigation_pointer {
	left: auto;
    right: -20px;
}
* html label span {
    width: 150px;
}
* html ul.b_entries li {
    position: relative;
    display: inline-block;
    height: 115px;
}
* html ul.b_entries.comment li {
    height: 50px;
}
* html .profile {
    margin-left: 165px!important;
}
* html .page_scroller {
    padding-left: 0;
}
* html .page_scroller a.backtolist, * html .backtolist a.previous:visited {
	margin-top: -6px;
    display: inline-block;
	margin-right: -40px;
	text-align: center;
}
* html .page_scroller a.previous, * html .page_scroller a.previous:visited {
    left: -220px;
}
* html .page_scroller a.next, * html .page_scroller a.next:visited {
    right: 65px;
}
* html .page_scroller span.page_num a, * html .page_scroller span.page_num a:visited, * html .page_scroller span.page_num span {
	top: 2px;
}
* html hr.spliter {
    margin: 10px 0;
}

/* - ie7 - */
*+ html #contentarea {
    height: 1%;
    overflow: hidden;
}
*+ html .box.img {
    position: relative;
}
*+ html .box.img .top, *+ html .box.img .bottom {
    min-width: 5px;
}
*+ html .box.img .top div, *+ html .box.img .bottom div {
    position: absolute;
    right: 0px;
}
*+ html .page_scroller span.page_num a, *+ html .page_scroller span.page_num a:visited, *+ html .page_scroller span.page_num span {
	top: 2px;
}
*+ html hr.spliter {
    margin: 10px 0;
}

/* - opera - */
@media all and (min-width: 0px){
	.submit, .submit_search {
		padding-top: 3px!important;
	}
}

