body {
    margin: 0;
    padding: 0;
    background: #fff url(body-bg.png) top repeat-x;
    color: #888;
    font-family:  Verdana, Arial, 'Trebuchet MS', Helvetica, sans-serif;
    text-align: justify;

}

:focus, :active {
  outline:none;
  -moz-outline-style:none;
}

a {
    text-decoration: none;
    color: #3B5998;
}

a:hover {
    text-decoration: underline;
}

/*---------------------------------------------------*/
#container {
    display: block;
    width: 950px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
}

/*---------------------------------------------------*/
#header {
    display: block;
    width: 950px;
    height: 140px;
}

/*---------------------------------------------------*/
#logo {
    border: 0;
    margin: 0;
    margin-top: 25px;
    width: 178px;
    height: 110px;
    float: left;
}
/*---------------------------------------------------*/

#footer {
    display: block;
    width: 950px;
    height: 25px;
    margin: 0 auto;
    font-size: 10px;
    border-top: 2px solid #86ADD9;
    padding-top: 10px
}

/*---------------------------------------------------*/
/* menu */
#menu {
    height:31px !important;
    margin: 0 !important;
    margin-top: 74px !important;
    padding:0;	
    _margin-bottom:-2px;
    display: block;
    float: right;
}

#menu li { 
    float:left; 
    margin:0; 
    padding:0; 
    text-indent:0; 
    list-style-type:none;
}

#menu li a {
    display:block;
    height: 44px;   
    width: 128px; 	
    padding:0px;
    margin:0px;
    margin-left: 5px;
    color:#fff;
    font-size:13px;
    line-height:46px;
    text-align:center;
    text-decoration:none;
    font-weight: bold;
}

#menu li a:hover {
    background: url(main-tabs.png) no-repeat bottom;
}

#menu li a.current {
    background: url(main-tabs.png) no-repeat top;
    color: #888;
}

/*---------------------------------------------------*/
/* pages */
#pages {
    width:680px;
    height:450px;	
    position:relative;
    overflow:hidden;
    clear:left;
    font-size:12px;
    float: left;
}

#pages div {
    margin:0;
    float:left;
    display:block;
    width: 680px;
}

#pages .items {
        width:20000em;
        position:absolute;
        clear:both;
        margin:0;
        padding:0;
}
/*---------------------------------------------------*/
#mission {
    margin: 0;
    color: white;
    font-weight: bold;
    background-color: #86ADD9;
    padding: 15px;
    margin-bottom: 15px;
}
/*---------------------------------------------------*/

.rounded {
    /*border: 1px solid white;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.top-rounded {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bottom-rounded {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*---------------------------------------------------*/
/* training-menu */
#training-menu {
    height:38px !important;
    margin: 0 !important;
    padding:0;	
    _margin-bottom:-2px;
    display: block;
    border-bottom: 2px solid #86ADD9;
}

#training-menu li { 
    float:left; 
    margin:0; 
    padding:0; 
    text-indent:0; 
    list-style-type:none;
}

#training-menu li a {
    display:block;
    height: 50px;   
    width: 110px; 	
    padding:0px;
    margin:0px;
    color:#888;
    text-align: center;
    text-decoration:none;
    font-weight: bold;
    margin-right: 3px;
    padding-top: 5px;
}

#training-menu li a:hover {
    background: url(training-tabs.png) no-repeat 0 -55px;
}

#training-menu li a.current {
    background: url(training-tabs.png) no-repeat;
    color: #fff;
}
/*---------------------------------------------------*/
/* pages */
#training-pages {
    width:680px;
    height:450px;	
    position:relative;
    overflow:hidden;
    clear:both;
    font-size:12px;
}
#training-pages div {
    margin:0;
    float:left;
    display:block;
    width: 680px;
}

#training-pages .items {
        width:20000em;
        position:absolute;
        clear:both;
        margin:0;
        padding:0;
}
/*---------------------------------------------------*/

.thumbnails {
    border-top: 2px solid #86ADD9;
    position: absolute;
    top: 288px;
    padding-top: 10px;
}


.thumbnails .scrollable {
    /*clear: none;*/

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 620px !important;
    height:100px;

    /* custom decorations */
    /*border:1px solid #ccc;*/
    /*background:url(/img/global/gradient/h300.png) repeat-x;*/
    float: left;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set the width and height for the root element and
    not for this element.
*/
.thumbnails .scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.thumbnails .scrollable .items div {
    float:left;
    /*width:300px;*/
}

/* single scrollable item */
.thumbnails .scrollable a {
    float:left;
    margin: 3px;
    background-color:#eee;
    padding:10px;
    border:1px solid #ddd;    
}
.thumbnails .scrollable img {
    border: 0;
/*    width:96px;
    height:64px;
*/}

/* active item */
.thumbnails .scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
.thumbnails a.browse {
    background:url(left-right.png) no-repeat;
    display:block;
    width:30px;
    height:46px;
    float:left;
    margin:24px 0;
    cursor:pointer;
    font-size:1px;
}

/* right */
.thumbnails a.right {
    background-position: -30px 0;
    clear:right; margin-right: 0px;
}


/* left */
.thumbnails a.left	{
    margin-left: 0px;
} 


/* disabled navigational button */
.thumbnails a.disabled {
    visibility:hidden !important;		
} 	

/*---------------------------------------------------*/
#right-column {
    display: block;
    position: relative;
    width: 230px;
    float: right;
}

.box {
    color: #777;
    font-size: 10px;
    text-align: left;
    position: relative;
    background-color: #eee;
    /*border: 1px solid #ddd;*/
    margin-bottom: 20px;
    padding: 5px 15px 15px;;
}

.box ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#right-column h3 {
    color: white;
    font-size: 13px;
    background-color: #86ADD9;
    margin: 0;
    margin-bottom: 3px;
    padding: 5px 15px;    
}

/*----------------------------------------------*/
#contact ul {
    font-size: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 110px;
    float: left;
    margin-right: 5px;
}

#contact ul a {
    color: #777;
    display: block;
    padding: 1px 5px;
}

#contact ul a:hover {
    background-color: #eee;
    text-decoration: none;
}

#contact ul a.current {
    background-color: #86ADD9;
    color: white;
}

#contact  .map {
    display: block;
    width: 430px;
    height: 430px;
    float: right;
    border: 10px solid #eee;
}


