/* GENERAL */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #000000;
    background: #FFFFFF;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    line-height: 1.4em;
    width: 992px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position:relative;
}

/* Header */
#header {
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
    height: 192px;
    overflow: hidden;
}

#langbar {
    float: left;
    margin: 0;
    padding: 0;
    width: 734px;
    height: 23px;
}

#langbar ul {
    margin: 1px 14px;
    padding: 0;
    list-style: none;
    text-align: right;
    color: #8D8D8D;
    font-size: 8pt;
}


#langbar li {
    display: inline;
    margin: 0;
    padding: 0;
}


#langbar li a {
    padding: 0px 3px;
    color: #575A5C;
    text-decoration: none;
}

#searchbar {
    float: right;
    margin: 0;
    padding: 0px;
    width: 243px;
    height: 23px;
    background: #FFFFFF url(images/search.jpg) bottom no-repeat;
}

#searchbar div {
    position: relative;
    padding: 1px;
    height: 10x;
}

/* Page container */
#page {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;

    padding-bottom: 60px;
}

/* Container -> Menu */
#menu {
    float: left;
    padding: 12px 0;
    width: 245px;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu li a {
    display: block;
    margin: 0;
    padding: 6px 0px 0px 55px;
    height: 25px;
    color: #575A5C;
    text-decoration: none;
    background: #FFFFFF url(images/menuitem.jpg) left top no-repeat;
}

#menu li a:hover, #menu li.active a {
    color: #FFFFFF;
}

#menu li li {
    margin: 0 3px;
    background: #FFFFFF;
}

#menu li li a, #menu li.active li a {
    margin: 1px;
    padding-left: 70px;
    color: #8D8D8D;
    background: #FFFFFF url(images/square.jpg) no-repeat scroll left;
    text-transform: none;
    border-bottom: 1px dotted #000000;
}

#menu li li a:hover {
    color: #575A5C;
    background: #FFFFFF url(images/square_a.jpg) no-repeat scroll left;
}

#menu li li.last a, #menu li.active li.last a {
    border-bottom: 0;
}


/* Container -> Content wrapper */
#wrapper {
    float: right;
    margin-bottom: 10px;
    padding: 0;
    width: 747px;
}

/* Container -> Content */
#content {
    margin: 0;
    padding: 0 19px 16px 20px;
}

#content h1, #content h2, #content h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #002D62;
}

#content p {
    margin: 5px 0px;
    padding-bottom: 0px;
    text-align: justify;
}

#content ul {
    margin: 3px 0px;
    padding-left: 25px;
    list-style-type: square;
}

#content a {
    color:#8D8D8D;
    text-decoration: none;
}

#content a:hover {
    color:#575A5C;
    border-bottom: 1px dotted #575A5C;
}

#topnavbar {
    margin: 10px 20px;
    padding-bottom: 10px;
    text-align: left;
    color: #808080;    
    border-bottom: #808080 1px dotted;
}

#topnavbar ul {
    padding: 0px;
    text-align: left;
    list-style-type: none;
}

/* Footer */
#footer {
    margin: 10px 20px;

    width: 708px;

    border-top: 1px dotted #808080;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
}

#bottomnavbar {
    display: block;
    padding: 10px 0px;
    width: 100%;
    line-height: 1.9em;
	color: #808080;
}

/* Classes */
ul.navbar {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    list-style-position: inside;
    list-style-image: none;
}

ul.navbar li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 8pt;
}

ul.navbar li a {
    padding: 0px 5px;
    text-decoration: none;
	color: #808080;
}

ul.navbar li a:hover {
	padding: 0px 5px;
	text-decoration: underline;
	color: #002D62;
}


a:active {
    padding: 0px 5px;
    text-decoration: underline;
	color: #002D62;
}


.newsitem {
    margin: 5px 10px 10px 0px;
    border-bottom: 1px dotted #808080;
}

.itemdate {
    font-size: 8pt;
    font-weight: bold;
    color: #808080;
}

.itemcontent {
    padding-bottom: 20px;
}

/*AjaxSearch Modx snippet styles*/
#ajaxSearch_input {
    padding: 2px 4px;
    position: absolute;
    top: 1px;
    left: 15px;
    width: 155px;
    color: #575A5C;
    border: none;
    font-size: 8pt;
    font-weight: bold;
    background: #FFFFFF url(images/search_bg.jpg) repeat-x scroll left top;
}

#ajaxSearch_submit {
    padding: 1px 0;
    position: absolute;
    top: 1px;
    left: 180px;
    width: 55px;
    color: #575A5C;
    border: none;
    font-size: 8pt;
    font-weight: bold;
    background: #FFFFFF url(images/search_bg.jpg) repeat-x scroll left top;
    cursor: pointer;
}

#ajaxSearch_resultListContainer {
    margin: 20px 10px 0px 0px;
}

.ajaxSearch_result {
    margin: 10px 0px 20px 0px;
    border-bottom: 1px dotted #808080;
}

.ajaxSearch_highlight {
    color: blue;
    background: lavender;
}

.red, .validationerror, sup {
    color: red;
}

.comment {
    color: #808080;
    font-size: 8pt;
}

.feedbackinput {
    margin-bottom: 5px;
    padding: 5px;
    width: 400px;
    background: #FFFFFF url(images/tables/feedback_1.jpg) no-repeat scroll;
    border: none;
    font-size: 9pt;
}

.feedbackinputarea {
    margin-bottom: 5px;
    padding: 5px;
    width: 400px;
    background: #FFFFFF url(images/tables/feedback_2.jpg) no-repeat scroll;
    border: none;
    font-size: 9pt;
}

.feedbackinputcode {
    padding: 5px;
    width: 235px;
    background: #FFFFFF url(images/tables/feedback_code.jpg) no-repeat scroll;
    border: none;
    font-size: 9pt;
}

.feedbacksubmit {
	padding: 4px 4px;
	width: 116px;
	height: 29px;
    color: #FFFFFF;
    border: none;
    font-size: 10pt;
    font-weight: bold;
	background: #FFFFFF url(images/send_but_text.jpg) no-repeat scroll;
}
