/**************************************************************************
*** DEFAULTS
**************************************************************************/
html,
body {
	background-color: #c4c0bc;
	margin: 0;
}

/* scrollbar fix */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

html,
body,
input,
select,
textarea {
	font-family:verdana,helvetica,arial,"frutiger linotype","lucida grande",sans-serif;
	font-size: 100.001%;
	color: black;
}

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

img {
	border: 0;
}

a:active,
a:visited,
a:focus {
	text-decoration: underline;
	outline: none;
}

#pageBody a, #pageFooter a {
    color: black;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {

}

select {
	width: 100%;
}

table {
	border-collapse: collapse;
}

td {
    font-size: 13px;
    line-height: 17px;
}

.styleClear {
	clear:both;
	font-size: 0px;
}

h1 {
    font-weight:normal;
    margin: 5px 0;
    color: black;
    font-size: 20px;
}

h2 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: normal;
}

h4 {
	font-size: 100%;
}

h5, h6 {
	font-size: 87.00%;
}

table tbody td,
table tbody th {
	vertical-align: top;
}

blockquote {
	margin-left: 20px;
}

p,
h3 {
    font-size: 13px;
    line-height: 17px;
}

/**************************************************************************
*** PAGE LAYOUT :: GLOBAL
**************************************************************************/
div#pageOverallWrapper {
    margin: auto;
    width: 991px; /*general width + shadow*/
}

div#pageOverall {
    margin-top: 27px;
    margin-bottom: 35px;
}



/**************************************************************************
*** PAGE LAYOUT :: HEADER
**************************************************************************/
div#pageHeaderWrapper {
    background: transparent url('../graphics/shadow-top.gif') no-repeat 971px 0px;
}

div#pageBodyWrapper, div#pageFooterWrapper {
    background: transparent url('../graphics/shadow-right.gif') repeat-y 971px 0px;
}

#pageHeader, #pageBody {
    width: 971px;
}

div#pageHeader {
    background-color: white;
    background-repeat: no-repeat;
    background-position: 287px 0px;
}


/* HeaderTop **************************************************************/
div#pageHeaderTop {
    font-size: 8px;
    text-align: right;

    padding-right: 8px;
    padding-top: 14px;
}

#t3Navigation-Language a img {
    vertical-align:middle;
}

#t3Navigation-Language {
    display:inline;
    margin-right: 10px;
}

#t3Navigation-Links a {
    text-decoration:none;
}

#t3Navigation-Links a:hover {
    text-decoration:underline;
}

#t3Navigation-Links {
    display:inline;
}

/* HeaderMiddle ***********************************************************/
div#pageHeaderMiddle {
    margin-left: 52px;
    padding-top: 123px;
    height: 110px;
    background-repeat: no-repeat;
}

div#pageHeaderMiddle div p {
    font-size: 12px;
    line-height: 16px;
    margin:0;
}

/* HeaderBottom ***********************************************************/
div#pageHeaderBottom table {
    color:white;
    background:transparent;
}

div#pageHeaderBottom td {
    color: white;
    vertical-align:middle;
}

div#pageHeaderBottom div {
    color: white;
    padding:0px 15px;
}

div#pageHeaderBottom table tr td {
    cursor:pointer;
    border-right: white solid 2px;
    height: 32px;
    font-size: 10px;
    text-align:left;
    padding: 2px 15px;
    background:transparent;
}

#pageHeaderBottom a {
    color: white;
    text-decoration: none;
    display: block;
}

#pageHeaderBottom td.navHorizontalItemHover a {
    color:black;
}

div#pageHeaderBottom td.navHorizontalItemHover,
div#pageHeaderBottom table tr td:hover {
    background-color: #f1f0ef !important;
    color: black !important;
}

div#pageHeaderBottom table tr td:hover a,
div#pageHeaderBottom table tr td a:hover {
    color: black !important;
}


/**************************************************************************
*** PAGE LAYOUT :: BODY
**************************************************************************/
div#pageBodyColumns, div#pageFooterWrapper {
     background-color: #f1f0ef;
}

/* make sure colums exists */
div#pageBodyColumnLeftWrapper,
div#pageBodyColumnMiddleWrapper,
div#pageBodyColumnRightWrapper {
        float: left;
	overflow: hidden;

}


/**************************************************************************
*** PAGE LAYOUT :: FOOTER
**************************************************************************/
div#pageFooterWrapper { }
div#pageFooter { }

div#pageFooterTop { }

div#pageFooterMiddle {
    margin-bottom: 15px;
}

div#pageFooterBottom {
    width: 991px; /*general width + shadow*/
    background-image: url('../graphics/shadow-bottom.gif');
    height:20px;
}



/**************************************************************************
*** BODY Main
**************************************************************************/
div#pageHeader { }

div#pageBodyColumnLeft {
}

/**************************************************************************
*** BODY News
**************************************************************************/
div#pageBodyColumnRight, div.middleContent {
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
}

div#pageBodyColumnRight {
    margin-top:45px;
    background-color: #e2e1df;
    border-color: #ebedee;
    padding: 19px;
}

/**************************************************************************
*** BODY Main
**************************************************************************/

div.middleContent {
    margin-top:8px;
    background-color: white;
    border-color: #e7eaee;
    padding: 20px 30px;
}


div.middleContent p {
    margin:22px 0;
}

div#pageBodyColumnMiddleLocation {
    padding-top:25px;
    height:12px;
    font-size: 11px;
}

/**************************************************************************
*** PAGE LAYOUT :: Right News
**************************************************************************/
div#pageBodyColumnRightWrapper {
    font-size: 10px;
    width: 205px;
    margin-left: 5px;
}

div#pageBodyColumnRight ul {
    list-style: none;
}

div#pageBodyColumnRight ul li {
    margin-bottom:15px;
}

div#pageBodyColumnRight ul li ul li {
    margin:0;
}

ul.listing {
	margin-left: 20px;
	color: black;
    font-size: 13px;
    line-height: 17px;
}


/**************************************************************************
*** MAIN :: Footer
**************************************************************************/
div#pageFooterMiddle p {
    float: left;
    height:50px;
    font-size: 10px;
    text-align: left;
}

#pageFooterMiddle a {
    text-decoration: none;
}

div#pageFooterMiddle a:hover {
    text-decoration: underline;
}

#pageFooterWeb {
    float: right !important;
}

