
/********************************
    basic styles
 ********************************/

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #666666;
    background-color: #FBF5E7;
    background-image: url(images/background.jpg);
    height: 100%;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.875em;
    font-weight: normal;
    color: #000000;
    margin: 0 0 7px 0;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-weight: normal;
    color: #000000;
    margin: 7px 0 5px 0;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
    margin: 5px 0 5px 0;
}

p {
    line-height: 135%;
    padding-bottom: 15px;
}

p a:link,
p a:visited {
    line-height: 150%;
}

a {
	font-family: Arial, Helvetica, sans-serif;
    /*font-family: Georgia, serif;*/
    color: #51412a;
    text-decoration: none;
    background: url(images/link-bg.gif) left 4px no-repeat;
    padding-left: 8px;
}

a:hover {
    color: #000000;
    background: url(images/footer-arrow-black.gif) left 4px no-repeat;
}

img {
   border: 0;
}

ul {
    margin-left: 15px;
    list-style-type: circle;
}

ul li {
    margin-top: 5px;
    line-height: 140%;
}

.clear {
    clear: both;
}

/********************************
    basic DIVs
 ********************************/

#center {
    width: 954px; /* 940 + 2*7 */
    margin: 0 auto;
    height: 100%;
}

#center #frame {
    width: 954px;
    min-height: 100%;
    background-color: #FFF;
    background: url(images/background-center.gif) left 4px repeat-y;
}

#center #footer {
    width: 954px;
    margin-top: -41px;
    height: 41px; /* 27 + 14 */
    background-color: #FDFAF3;
    background-image: url(images/background-bottom.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#frame #frameTop {
    height: 15px;
    background: url(images/background-top.jpg) bottom left repeat-x;
}

#frame #page {
    margin: 0 7px 41px 7px;
    width: 940px;
    height: 100%;
}

/********************************
    HEAD
 ********************************/

#page #head {
    height: 192px;
}

#head #headLeft {
    float: left;
    width: 202px;
}

#head #headLeft a {
	background: 0;
}

#head #headLeft img {
    position: relative;
    top: 60px;
    left: 18px;
}

#head #headCenter {
    float: left;
    width: 596px;
}

#head #headRight {
    float: right;
    margin-right: 47px;
}

#head #headRight a {
	background: 0;
}

#head #headRight img {
    position: relative;
    top: 38px;
}

#head #headSearch {
    text-align: right;
    margin-right: 26px;
}

#head #headSearch form {
    display: inline;
}

#head #headSearch #searchInput {
    width: 119px;
    height: 17px;
    border: 1px solid #D7CBB1;
    padding: 0;
    margin-right: 2px;
    padding-left: 21px;
}

#head #headSearch input {
    vertical-align: middle;
    color: #999999;
    font-size: 0.9em;
    background: url(images/magnifier.gif) top left no-repeat;
}

/********************************
    MAIN
 ********************************/

#page #main {
}

#main #navLeft {
    margin-top: 15px; /* 15 + 192 = 207 */
    margin-left: 4px;
    float: left;
    width: 213px;
}

* html #main #navLeft {
    margin-left: 2px;
}

#main #contentContainer {
    float: left;
    width: 719px;
    padding-top: 2px;
}

#main #contentContainer #content {
    float: left;
    width: 475px; /* 723 - 189 - 2*30 */
    position: relative;
    left: 30px;
}

#main #contentContainer #content img {
    border: 1px solid #e5d290;
    margin-top: 4px;
}

#main #contentContainer #contentRight {
    float: right;
    width: 185px;
    margin-top: 23px;
}

.contenttable {
	border: 1px solid #D7CBB1 !important;
}


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

#footer #footerNavWrapper {
    width: 213px;
    height: 19px;
    background-color: #F0E8D7;
    position: relative;
    left: 11px; /* 7 + 4 */
    top: 2px;
    padding-top: 2px;
}

#footer #footerNavWrapper #footerLeft {
    float: left;
}

#footer #footerNavWrapper #footerRight {
    float: right;
    padding-right: 4px;
    margin-top: 1px;
}

#footer ul,
#footer li {
    display: inline;
    padding: 0;
    margin: 0;
}

#footer a:link,
#footer a:visited {
    font-family: Georgia, serif;
    margin-left: 13px;
    font-size: 0.85em;
    color: #5e5e5e;
    background: url(images/footer-arrow-grey.gif) left 3px no-repeat;
}

#footer a:hover,
#footer a:active {
    font-family: Georgia, serif;
    margin-left: 13px;
    font-size: 0.85em;
    color: #000;
    background: url(images/footer-arrow-black.gif) left 3px no-repeat;
}


#footer a img {
    vertical-align: middle;
    margin-bottom: 1px;
}

/********************************
    LEFT (inside MAIN)
 ********************************/

/* main nav */

#navLeft #navWrapper {
    margin: 0;
    width: 213px; /* 217 - 4(border left) */
}

* html #navLeft #navWrapper {
    margin-left: 0;
}

#navWrapper ul {
    padding: 0;
    margin: 0;
}

#navWrapper ul.firstLayer {
    margin-bottom: 20px;
}

#navWrapper ul.secondLayer {
    margin-left: 15px;
}

#navWrapper li {
    list-style: none;
    margin-top: 0;
}

#navWrapper ul.secondLayer li.first {
}

#navWrapper li a {
    font-family: Georgia, serif;
    color: #666666;
    border-top: 1px solid #E4E1DE;
    width: 194px; /* 217 - 19(padding left) - 4(border left) */
}

#navWrapper ul.secondLayer li a {
    width: 179px; /* 198 - 15 - 4(border left) */
}

#navWrapper li.firstActive a,
#navWrapper li.last a {
    border-bottom: 1px solid #E4E1DE;
}

#navWrapper li.firstActive.current a,
#navWrapper li.firstActive .secondLayer a {
    border-bottom: none;
}

#navWrapper li.firstActive.last {
    border-bottom: 1px solid #E4E1DE;
}

#navWrapper li.firstActive .first a {
    border-top: none;
}

#navWrapper li.firstActive {
    border-left: 4px solid #E4E1DE;
}

#navWrapper li.firstActive.subnav a,
#navWrapper ul.secondLayer {
    background-color: #FCF8E8;
}

#navWrapper li.current {
    background-image: url(images/nav-bg-active.jpg);
    background-repeat: repeat-x;
    background-position: 0 1px;
}

#navWrapper .secondLayer li.secondActive {
    background-image: url(images/nav-bg-active-2lvl.jpg);
    background-repeat: repeat-x;
    background-position: 0 0px;
}

#navWrapper .secondLayer li.secondActive a { /* because of background-color in #navLeft li.firstActive.subnav a */
    background-color: transparent;
}

#navWrapper a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1.4em;
    background-image: url(images/nav-arrow-grey1.jpg);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    padding: 4px 0 4px 19px;
    display: block;
}

#navWrapper .secondLayer a {
    font-size: 0.9em;
    line-height: 1.3em;
}

#navWrapper li.firstActive a {
    background-image: url(images/nav-arrow-grey2.jpg);
}

#navWrapper li.firstActive a,
#navWrapper li.current a {
    background-position: 5px 8px;
    padding-left: 15px;
}

#navWrapper li.current a,
#navWrapper .secondLayer li.secondActive a {
    color: #000;
    background-image: url(images/nav-arrow-white.jpg);
}

#navWrapper li.current ul.secondLayer li a {
    background-image: url(images/nav-arrow-grey2.jpg);
}

#navWrapper a:hover {
    background-image: url(images/nav-arrow-black3.jpg);
    color: #000;
}

#navWrapper li.firstActive a:hover {
    background-image: url(images/nav-arrow-black1.jpg);
    color: #000;
}

#navWrapper li.firstActive.current a:hover,
#navWrapper li.secondActive a:hover {
    background-image: url(images/nav-arrow-black2.jpg);
    color: #000;
}

#navWrapper li.current ul.secondLayer li a:hover {
    background-image: url(images/nav-arrow-black1.jpg);
}

/********************************
    CONTENT (inside MAIN)
 ********************************/

#main #contentContainer #content h1 {
    margin-top: 0;
}

/* SEARCH */

.tx-indexedsearch {
}

.tx-indexedsearch-searchbox {
    background: #f8f3ea;
    padding: 7px 0 0 8px;
    height: 31px;
    margin-bottom: 15px;
}

* html .tx-indexedsearch-searchbox {
    height: 20px;
}

.tx-indexedsearch-searchbox fieldset div {
    display: inline;
}

.tx-indexedsearch-searchbox fieldset {
    border: none;
}

.tx-indexedsearch-searchbox fieldset legend {
    display: none;
}

.tx-indexedsearch-searchbox label {
    padding: 0;
    margin: -2px 0 0 0;
    width: 80px;
}

.tx-indexedsearch-searchbox input {
    width: 300px;
}

.tx-indexedsearch-searchbox input.submit {
    margin: 0px 0 0 0;
    background: #C0AD86 url(images/submit-bg.gif) top left repeat-x;
    border: 1px solid #C0AD86;
    height: 22px;
    padding: 0px 5px 3px 5px;
    color: #52412b;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 60px;
    cursor: pointer;
}

.tx-indexedsearch-searchbox input.submit:hover {
    color: #000;
}

.tx-indexedsearch-form {
    margin-top: 0px;
}

.tx-indexedsearch-form .tx-indexedsearch-searchbox-sword{
    border: 1px solid #c0ad86;
    padding: 1px 2px 2px 2px;

}

.tx-indexedsearch-browsebox {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #7E6B41;
    font-size: 0.85em;
}

.tx-indexedsearch-res.res {
    border-bottom: 1px dotted #7E6B41;
}

#content ul.linkList li.tx-indexedsearch-browselist-currentPage {
    background-color: #EFE3CC;
}

.tx-indexedsearch-info,
.tx-indexedsearch-result-number {
    display: none;
}

.tx-indexedsearch-res ul.linkList li {
    display: inline;
    margin: 0;
    padding: 0 7px 0 0;
}

.tx-indexedsearch-title {
    font-weight: normal;
}

.tx-indexedsearch-title a {
    margin: 0 0 0 -15px !important;
}

.tx-indexedsearch-res h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0 0 0 0 !important;
}

.tx-indexedsearch-res ul.linkList {
    margin-top: 0.3em !important;
}

.tx-indexedsearch-res ul.linkList li {
    background-position: 2px 8px !important;
}

.tx-indexedsearch-res ul.linkList li:hover {
    background-position: 4px 8px !important;
}

.tx-indexedsearch-percent {
    margin: 0.1em 0 5px 0;
    font-size: 0.8em;
    text-align: right;
    float: right;
}

.tx-indexedsearch-redMarkup {
    background-color: #EFE3CC;
}

p.tx-indexedsearch-descr {
    margin-top: 4px;
}

p.tx-indexedsearch-descr strong {
    font-weight: normal;
    color: #333333;
}

/* TIP */

p.error {
    padding: 3px 0 5px 8px;
    margin-bottom: 8px;
    border: 1px solid #d7cbb1;
    background: #f8f3ea;
    font-size: 0.9em;
    width: 442px;
}

form p.error strong {
    color: #000000;
}

fieldset.csc-mailform  {
    border: none;
}

.csc-mailform-field {
    margin-top: 10px;
    float: left;
    clear: left;
    width: 470px;
}

.csc-mailform-field img {
    border: 1px solid #d7cbb1 !important;
}

.csc-mailform-field label {
    width: 150px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
    float: left;
    width: 300px;
    margin: 0;
    padding: 1px 0;
    border: 1px solid #d7cbb1;
}

input.csc-mailform-submit {
    width: auto;
    float: right;
    margin: 0 18px 10px 0;
    background: #C0AD86 url(images/submit-bg.gif);
    border: 1px solid #C0AD86;
    height: 24px;
    padding: 0px 5px 3px 5px;
    line-height: 18px;
    color: #52412b;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
}

input.csc-mailform-submit:hover {
    color: #000;
}

.csc-mailform-field .csc-mailform-submit {
    cursor: pointer;
}

/********************************
    CONTENT RIGHT (inside MAIN)
 ********************************/

/* teaser (RIGHT, also on home page) */

#main #contentContainer #contentRight .teaser {
    width: 185px; /* 185 (- 2*4) */
}

#contentRight .teaserTitle h1 {
    width: 150px;
    font-family: Georgia, serif;
    font-size: 1.1em;
    font-weight: normal;
    padding: 2px 7px 0px 7px;
    background: #e5d18e url(images/teaser-head-bg.jpg) 0 -3px repeat-x;
    margin: 0;
}

#contentRight .teaserBody h1 span {
    display: none;
}

#main #contentContainer #contentRight .teaserBody {
    background-color: #F8F3EA;
    border-top: 4px solid #e5d290;
    margin-bottom: 32px; /* 17 + 15 */
    padding-bottom: 5px;
}

#main #contentContainer #contentRight .noBorder .teaserBody {
    border: none;
    padding-top: 5px;
}

#contentRight .noBorder .teaserTitle h1 {
    color: #7E6B41;
    background: none;
}


#contentRight .teaserBody h2 {
    font-family: Georgia, serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 2px 6px;
    padding: 0;
}

#contentRight .teaserBody dl,
#contentRight .teaserBody dt {
    margin: 0;
    padding: 0;
}

#contentRight .teaserBody img {


}

#contentRight .teaserBody p {
    margin: 0px 0 0px 6px;
    font-size: 0.85em;
    padding-bottom: 4px;
}

#dev_HomeTeaserOnly {
    display: none;
}

ul.browsebox li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	margin-right: 15px;
	padding: 0;
}

.browsebox {
	margin-left: 0 !important;
}

ul.browsebox li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	margin-right: 15px;
	padding: 0;
}