/***********************************************************************
  RESET
***********************************************************************/

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

/***********************************************************************
  GLOBAL
***********************************************************************/

body {
    font:normal 11px arial, verdana, helvetica, sans-serif;
    color:#3e3d40;
    background:#cfd0d2;
}

/***********************************************************************
  PAGE LAYOUT
***********************************************************************/

#page {
    position:relative;
    width:970px;
    margin:34px auto 0;
    background:#fff;
}

#header {
    position:relative;
    height:100px;
    margin:0 17px;
    background:transparent url(../images/layout/10.jpg) no-repeat 254px center;
}

#top {
    height:31px;
    margin:0 17px;
    background:#bbbdbe;
/*    text-transform:uppercase; */
}

#main {
    height:438px;
    margin:8px 17px;
    background:#eceded;
}

#submenu {
    margin:8px 17px;
    text-align:right;
    font-size:10px;
    color:#707172;
    vertical-align:top;
}

#footer {
    margin:25px 17px;
}

/************************************
  Toolbar
************************************/
#tools {
    width:970px;
    margin:0 auto;
}

/************************************
  Debug
************************************/

#debug {
}

/***********************************************************************
  COMMON
***********************************************************************/

/************************************
  Tags
************************************/

/******************
  Block Elements
******************/

p {
    margin:0 0 1em;
}

hr {
    margin:1em 0;
    height:1px;
    clear:both;
    background:#002649;
    border:0;
}

/******************
  Lists
******************/

ul,
ol {
    list-style:none;
}

/******************
  Headings
******************/

/******************
  Table Elements
******************/

table {
    margin:0.5em 0;
    padding:1px 0 0;
    border:0;
    empty-cells:show;
    border-top:10px solid #9b0823;
    border-bottom:1px solid #002649;
}

tr.bglight {
}

tr.bgdark {
    background:#e1e3e8;
}

th {
    text-align:left;
    vertical-align:middle;
    background:#bbbdbe;
    color:#fff;
    padding:5px 10px;
}

th p {
    margin:0;
}

td {
    padding:5px 10px;
}

/******************
  Form Elements
******************/

input,
select,
textarea {
    font:normal 11px arial, verdana, helvetica, sans-serif;
    color:#3e3d40;
    background:#fff;
    border:1px solid #b8b8b9;
}

/******************
  Inline Elements
******************/

/******************
  Links
******************/

a {
    color:#002649;
    text-decoration:underline;
}

/******************
  Media
******************/

/************************************
  Classes
************************************/

/******************
  Helper
******************/

.hide {
    display:none;
}

.cf {
    display: inline-block;
}
.cf[class] {
    display: block;
    overflow: hidden;
}

.clear {
    clear:both;
}

/******************
  Media
******************/

.object-right {
    margin:0 0 0 1em;
    padding:0;
    float: right;
}

.object-left {
    margin: 0 1em 0 0;
    padding:0;
    float: left;
}

.object-center {
    margin:0 auto;
    padding:0;
    text-align: center;
}

/******************
  Paragraphs
******************/

p.white {
    background:#fff;
}

p.white img {
    vertical-align:middle;
}

/******************
  Table
******************/

table.white {
    border:0;
    background:#fff;
}

table.transparent {
    border:0;
    background:none;
}

table.transparent tr.bgdark,
table.white tr.bgdark {
    background:none;
}

table.transparent th,
table.white th {
    background:none;
    color:#3e3d40;
}

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

/******************
  Forms
******************/

select.missing,
input.missing,
textarea.missing {
    border:1px solid #9b0823;
}

.required-hint {
}

.entry-form {
    margin:0 0 2em;
}

.entry-form .cf {
    margin:0 0 1em;
}

.entry-form .cf.margin {
    margin:1em 0;
}

.entry-form label {
    display:block;
    width:350px;
}

.entry-form input,
.entry-form select,
.entry-form textarea {
    width:350px;
}

.entry-form label.radio {
    display:inline;
    width:auto;
}

.entry-form input.button,
.entry-form input.radio,
.entry-form input.checkbox {
    width:auto;
}

.entry-form input.button {
    padding:0.25em;
    font-weight:bold;
    font-size:13px;
}

/***********************************************************************
  HEADER
***********************************************************************/

/************************************
  Logo
************************************/

#logo {
    position:absolute;
    top:19px;
    left:0;
    width:336px;
    height:63px;
}

/************************************
  Header-Right
************************************/

#header-right {
    position:absolute;
    top:14px;
    right:0;
    padding:5px 0 0;
    width:490px;
    height:63px;
    background:transparent url(../images/layout/header.gif) no-repeat right top;
}

#header-right img {
    display:block;
    margin:0;
    padding:0;
    float:right;
}

/***********************************************************************
  TOP
***********************************************************************/

/************************************
  Topmenu
************************************/

#topmenu {
    position:absolute;
    top:100px;
    left:17px;
    z-index:11;
    width:750px;
    margin:0;
    padding:0;
    line-height:31px;
    vertical-align:middle;
}

#topmenu ul {
    position:absolute;
    top:31px;
    left:0;
    z-index:15;
    margin:0;
    padding:0;
    line-height:normal;
    background:#bbbdbe;
}

#topmenu ul ul {
    position:absolute;
    top:0;
    left:100%;
}

#topmenu li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:auto;
}

#topmenu li li {
    margin:0;
    width:184px;
}

#topmenu a {
    margin:0;
    padding:0 11px;
    font-weight:bold;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    border-left:1px solid #fff;
}

#topmenu a.first {
    border:0;
}

#topmenu ul a {
    display:block;
    margin:2.5px;
    padding:2.5px 5px 2.5px 11px;
    font-size:11px;
    font-weight:bold;
    border:0;
}

#topmenu a:hover,
#topmenu a.inpath,
#topmenu a.current {
    color:#9b0823;
}

#topmenu ul,
#topmenu li:hover ul ul,
#topmenu ul li:hover ul ul {
    display:none;
}

#topmenu li:hover ul,
#topmenu ul li:hover ul,
#topmenu ul ul li:hover ul {
    display: block;
}

/************************************
  Search
************************************/

#search {
    position:absolute;
    right:28px;
    line-height:31px;
}

#search label {
    vertical-align:middle;
    font-weight:bold;
    color:#fff;
}

#search input {
    width:76px;
    height:13px;
    vertical-align:middle;
}

/***********************************************************************
  Submenu
***********************************************************************/


#submenu_left {
    position:absolute;
    vertical-align:top;
    text-align:left;
    left:25px;
    width:100px;
}

#submenu_right {
    position:absolute;
    vertical-align:top;
    right:17px;
    width:300px;
}

#submenu a {
    vertical-align:top;
    font-size:10px;
    color:#707172;
    text-decoration:none;
    text-transform:lowercase;
}

#submenu a.current,
#submenu a:hover {
    color:#9b0823;
}

/***********************************************************************
  FOOTER
***********************************************************************/

/***********************************************************************
  MAIN HOMEPAGE
***********************************************************************/

#main.homepage {
    height:auto;
    background:transparent;
}

/************************************
  Content
************************************/
#main.homepage .class-homepage {
    position:relative;
}

#main.homepage .class-homepage .attribute-content {
    position:absolute;
    right:30px;
    top:126px;
    z-index:10;
    margin:0;
    padding:0px;
    width:0px;
    height:71px;
    background:transparent url(../images/layout/homepage-content-bg.png) no-repeat left top;
}

#main.homepage .class-homepage .attribute-content img {
    margin:0 0 1em;
}

/************************************
  Zone-Top
************************************/

.zone-top {
    height:300px;
    overflow:hidden;
    background:#eceded;
}

.zone-top .block-class-image,
.zone-top .block-class-slideshow {
    margin:10px auto;
    width:914px;
}

.zone-top .block-attribute-image {
    height:251px;
}

.zone-top .block-attribute-summary {
    margin:0;
    padding:0 11px;
    height:29px;
    line-height:29px;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    background:#9b0823;
}

.zone-top .block-attribute-summary h3 {
    font-size:13px;
    font-weight:bold;
    color:#fff;
}

.zone-top .block-attribute-summary img {
    vertical-align:middle;
}

/************************************
  Zone-Bottom
************************************/

.zone-bottom {
    margin:10px 0 0;
}

/******************
  Block Infobox
******************/

.zone-bottom .block {
    margin:0 0 0 8px;
    width:228px;
    height:137px;
    overflow:hidden;
    float:left;
}

.zone-bottom .block.first {
    margin:0;
}

.zone-bottom .block-class-infobox {
    padding:24px 17px;
    width:194px;
    height:89px;
    overflow:hidden;
    float:left;
    background:#e2e3e5 url(../images/layout/infobox-top.jpg) no-repeat center top;
}

.zone-bottom .block-class-infobox.link:hover {
    cursor:pointer;
}

.zone-bottom .block-class-infobox .block-attribute-header h3 {
    margin:0 0 10px;
    font-size:12px;
    font-weight:bold;
    /*text-transform:uppercase;*/
    color:#002649;
}

.zone-bottom .block-class-infobox .block-attribute-image {
    margin:0 0 0 3px;
    width:59px;
    height:78px;
    float:right;
}

.zone-bottom .block-class-infobox .block-attribute-summary {
    margin:0;
}

/***********************************************************************
  MAIN LEFT
***********************************************************************/

#left {
    margin:0 0 0 11px;
    padding:0 0 25px;
    width:155px;
    height:415px;
    overflow:hidden;
    float:left;
    font-weight:bold;
    /* text-transform:uppercase;*/
}

#left h1 {
    margin:15px 0;
    font-size:13px;
    font-weight:bold;
    color:#002649;
}

/************************************
  Leftmenu
************************************/

#leftmenu a {
    margin:5px 0 0;
    padding:0 0 0 14px;
    display:block;
    line-height:140%;
    text-decoration:none;
    background:transparent url(../images/layout/list-square-blue.jpg) no-repeat left center;
}

#leftmenu a.first {
    margin-top:0;
}

#leftmenu a.level-2 {
    padding:0 0 0 3px;
    margin:0 0 0 11px;
    font-size:10.5px;
    background:none;
}

#leftmenu a.current,
#leftmenu a:hover,
#leftmenu.no-nav a.parent {
    color:#9b0823;
    background-image:url(../images/layout/list-square-red.jpg);
}

#leftmenu a.level-2.current,
#leftmenu.no-nav a.level-2.parent,
#leftmenu a.level-2:hover {
    background:none;
}

#social_icons{
    position:absolute;
    top:540px;
}

/***********************************************************************
  MAIN EXTRA
***********************************************************************/

#extra {
    padding:0 0 25px;
    width:254px;
    height:415px;
    overflow:hidden;
    float:left;
    background:#ccd4e0;
}

/************************************
  Image
************************************/

/************************************
  Testimonial
************************************/

.block-testimonial-sloagan {
    height:16px;
    margin:25px 20px 0;
    background:transparent url(../images/layout/why-i-like-isc.jpg) no-repeat left center;
}

.block-attribute-summary {
    margin:20px 20px 0;
}

.block-attribute-position {
    margin:20px 20px 0;
    font-weight:bold;
}

/***********************************************************************
  MAIN CONTENT
***********************************************************************/

/************************************
  Common
************************************/

#content {
    margin:10px 0 0;
}

.attribute-content h1,
.attribute-content h2,
.attribute-content h3,
.attribute-content h4,
.attribute-content h5,
.attribute-content h6 {
    color:#9b0823;
    margin:0;
}

.attribute-content h1.arrow,
.attribute-content h2.arrow,
.attribute-content h3.arrow,
.attribute-content h4.arrow,
.attribute-content h5.arrow,
.attribute-content h6.arrow {
    background:transparent url(../images/layout/arrow-right.gif) no-repeat left center;
    padding:0 0 0 10px;
}

.attribute-content h1 {
    font-size:15px;
}

.attribute-content h2 {
    font-size:14px;
}

.attribute-content h3 {
    font-size:13px;
}

.attribute-content h4 {
    font-size:12px;
}

.attribute-content h5,
.attribute-content h6 {
    font-size:11px;
}

/******************
  Header
******************/

.attribute-header {
    margin:0 0 23px;
}

.attribute-header h1 {
    font-size:20px;
    color:#9b0823;
    /*text-transform:uppercase;*/
}

/******************
  Content
******************/

.attribute-content {
    margin:0 5px 0 0;
}

.attribute-content ul,
.attribute-content ol {
    margin:1em 0;
}

.attribute-content ul {
    list-style:square;
}

.attribute-content ol {
    list-style:decimal;
}

.attribute-content li {
    margin:0.25em 0 0.25em 2em;
}

/************************************
  Default
************************************/

#content.default {
    margin:23px 0 0 25px;
    padding:0 0 25px;
    width:479px;
    height:390px;
    float:left;
}

/******************
  Full View
******************/

.class-default {
    height:390px;
    overflow-y:auto;
    overflow-x:hidden;
}

/************************************
  Sitemap
************************************/

#sitemap li li {
    margin:0 0 0 11px;
}

#sitemap a {
    display:block;
    margin:0.75em 0;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
    color:#9b0823;
}

#sitemap li li a {
    margin:0.5em 0;
    font-weight:normal;
    font-size:11px;
    text-transform:none;
    color:#002649;
}

#sitemap li li a.last {
    margin-bottom:0.75em;
}

#sitemap li li li a {
    font-size:10px;
}

/************************************
  Search
************************************/

.class-search .content-view-children {
    margin:1em 0 0;
}

.class-search .content-view-children .content-view-line {
    margin:0 0 1em;
}

/************************************
    Navigator
************************************/

div.cf.navigator {
    margin:30px 0;
}

div.navigator a,
div.navigator span.current {
    margin:0 2px;
}

/************************************
  Login Form
************************************/

.user-login div {
    margin:0 0 1em;
    line-height:20px;
}

.user-login label {
    width:150px;
    float:left;
    vertical-align:middle;
}

.user-login input {
    margin:0 0 0 15px;
    height:20px;
    vertical-align:middle;
    float:left;
    border:1px solid #3e3d40;
}

.user-login input.text {
    width:300px;
}

.user-login input.button {
    margin:0 15px 0 0;
    font-weight:bold;
}

/***********************************************************************
  EXTRAS
***********************************************************************/

/************************************
  Flowplayer
************************************/

.flowplayer {
    display:block;
}

.flowplayer img {
    display:block;
    margin:0;
    padding:0;
}

#extra .flowplayer object {
    max-width:248px;
    display:block;
    margin:0 3px;
    padding:0;
}

