html{
    overflow-y: scroll;
}

/* commented backslash hack v2 \*/
html, body {
    height:100%;
}
/* end hack */
 
html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../images/body_bg.gif');
    background-repeat: repeat-x;
    background-position: top;
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    color: #000;
}

#container {
    width: 940px;
    min-height:100%;
    position:relative;
    padding-left: 20px;
    background-color: #FFF;
    border-right: 3px solid #FFF;
    text-align: left;
}

/* commented backslash hack v2 \*/ 
* html #container {
    height:100%;
}
/* end hack */ 

#header {
    position:relative;
    z-index:2;
    overflow:hidden;
}

#topnav {
	height: 30px;
	padding-top:15px;
    background-image: url('../images/topnav_bg.gif');
    background-repeat: repeat-y;
}

#header_logo{
    float: left;
    width: 331px;
    height: 126px;
    background-color: #455ea1;
    border-bottom: 3px solid #FFF;
}

#header_banner{
    width: 606px;
    height: 126px;
    margin-left: 334px;
    background-color: #EFEFEF;
    border-bottom: 3px solid #FFF;
}

* html #header_banner{
    margin-left: 3px;
}

#header_search {
	height: 18px;
    width: 159px;
    padding-top: 4px;
}

#headernav {
	width:750px;
	height: 22px;
	float: right;
	background-color: #023e6f;
}

#breadcrumb{
	height: 12px;
    margin-left: 190px;
    margin-top: 35px;
    color: #747378;
    font-size: 11px;
}

#innerwrap {
	float: left;
	width: 751px;
}

#left {
    float: left;
    width:154px;
    min-height: 1px;
}

#left div.sidebarBox, #left div.csc-frame{
    width:154px;
    margin-bottom:25px;
    background-color: #8098b5;
    background-image: url(../images/sidebarbox_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
}

#left div.sidebarBox_inner{
    width:150px;
    margin: 0px auto;
    background-color: #FFF;
    border-bottom: 2px solid #8098b5;
}

#left div.csc-default, #right div.csc-default{
	margin-top: 30px;
	margin-left: 11px;
    border-bottom: 1px solid #8098b5; 
}

#content {
    float: left;
    width: 525px;
    margin: 0px 36px;
    line-height: 16px;
}

* html #content {
	width: 489px;
	overflow: hidden;
}

#right {
    float: left;
    width: 189px;
    overflow: hidden;
}

#right div.sidebarBox, #right div.csc-frame{
	width:189px;
	margin-bottom:25px;
	background-color: #8098b5;
    background-image: url(../images/sidebarbox_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
}

#right div.sidebarBox_inner{
	width:185px;
	margin: 0px auto;
	background-color: #FFF;
	border-bottom: 2px solid #8098b5;
}

#footerwrap {
    width: 940px;
    height:40px;
    position:relative;
    margin:-40px 0px 0px 20px;
    background-image: url('../images/footerwrap_bg.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

#footer {

}

#clearfooter {
    height:40px;
    width:100%;
    clear:both
}

/* *** text *** */
div,p {margin-top:0} /*clear top margin for mozilla*/

p,h1 {margin-bottom:1em}

#right div.sidebarBox_inner p, #right div.sidebarBox_inner span,
#left div.sidebarBox_inner p, #left div.sidebarBox_inner span {
    margin: 5px;
}

#content h1, #content h1.csc-firstHeader{
    font-weight:bold;
    font-size:17px;
    line-height: 24px;
    margin:27px 0px 0px 0px;
    padding:0px 0px 5px 0px;
    color: #023e6f;
}

#content h1.csc-firstHeader{
	font-size:18px;
    padding:0px 0px 20px 0px;
}

#left div.csc-frame h1, #right div.csc-frame h1, #left div.sidebarBox h1, #right div.sidebarBox h1{
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    background-image: url(../images/sidebarbox_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin-top:0px;
    padding: 3px 0px 7px 6px;
}

#content h2{
    font-weight:bold;
    font-size:15px;
    margin:15px 0px 5px 0px;
    padding:0px 0px 3px 0px;
    color: #023e6f;
}

#left div.csc-frame h2, #right div.csc-frame h2, div.sidebarBox div.boxHead{
	height: 15px;
    font-weight:bold;
    font-size:14px;
    margin:0px 0px 2px 0px;
    padding:3px 10px 3px 10px;
    color: #FFF;
    background-color: #8098b5;
}

#content h3{
    font-weight:bold;
    font-size: 12px;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#left div.csc-frame h3, #right div.csc-frame h3{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#content h4, #content h5, #content h6{
    font-weight:bold;
    font-size:1.0em;
    line-height:135%;
    margin:0px 0px 10px 0px;
    padding:0px 0px 3px 0px;
}

#content ul, #content ol {
    margin-top: 0px;
}

#content ul li {
	list-style-image: url(../images/ul_li_bg.gif);
    padding-left: 0px;
    margin-bottom: 10px;
}

#content ol li {
    margin-left: -10px;
    margin-bottom: 10px;
}

#content .csc-header-date {
	margin-bottom: -30px;
	font-size: 0.9em;
}

.small {
    font-size:0.9em;
}

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

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

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

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


/* *** hyperlinks *** */
#content a:active, #content a:visited, #content a:link,
#left a:active, #left a:visited, #left a:link,
#right a:active, #right a:visited, #right a:link,
#footer a:active, #footer a:visited, #footer a:link {
    font-weight: bold;
    text-decoration:none;
    color: #023e6f;
}

#content a:hover, #left a:hover, #right a:hover, #footer a:hover{
    color: #f49900;
}

#breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:link {
    text-decoration:none;
    color:#747378;
}

a img{
    border-width:0px;
}


/* *** topmenu *** */
#topnav ul{
    margin: 0px;
    padding: 0px;
}

#topnav ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

#topnav a{
    display: block;
    color: #023e6f;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    margin-left: 20px;
}

#topnav a:hover{
    color: #f49900;
}

#topnav a.active{
    color: #f49900;
}


/* *** headermenu *** */
#headernav ul{
    margin: 0px;
    padding: 0px;
}

#headernav ul li{
	float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#headernav a{
    display: block;
    height:12px;
    font-size: 14px;
    color:#FFF;
    text-decoration: none;
    text-align: center;
    padding: 3px 0px;
    margin: 0 10px;
    border-bottom: 4px solid #033e6f;
}

* html #headernav a{
    width:1px;
    padding: 1px 0px;
    white-space: nowrap;
}

#headernav a:hover{
    border-bottom: 4px solid #f49900;
}

#headernav a.active{
    border-bottom: 4px solid #f49900;
}


/* *** leftmenu *** */
#menuList {
    margin:0px 0px 15px 0px;
    padding:0px;
    border-top:1px solid #b2c1d2;
}

#menuList li.menuItem {
    list-style-type:none;
    text-align:left;
}

ul.submenuList {
    margin:0px;
    padding:0px;
}

#menuList li.submenuItem {
    list-style-type:none;
    text-align:left;
}

a.menuLink, a.menuLinkAct, a.submenuLink, a.submenuLinkAct {
    display:block;
    min-height: 16px;
    border-bottom:1px solid #b2c1d2;
    padding: 4px 3px 4px 11px;
    font-size: 13px;
    text-decoration:none !important;
}

/* first level */
#menuList li.menuItem a {
    width:140px;
    color:#023e6f;
}

#menuList li.menuItem a:hover {
    color:#f49900;
}

#menuList li.menuItem a.menuLinkAct {
    color:#f49900;
    background-image: url(../images/left_menu_bg.gif);
    background-repeat: no-repeat;
    background-position: left;
}

#menuList li.menuItem a.menuLinkAct:hover {
    color:#f49900;
}

/* second level */
#menuList li.submenuItem a {
    width:131px;
    padding-left:20px;
    font-size: 11px;
}

#menuList li.submenuItem a:hover {

}

#menuList li.submenuItem a.submenuLinkAct {
    color:#f49900;
}

#menuList li.submenuItem a.submenuLinkAct:hover {
    color:#f49900;
}

/* third level */
#menuList li.submenuItem ul.submenuList li.submenuItem a {
    width:111px;
    padding-left:40px;
}

#menuList li.submenuItem ul.submenuList li.submenuItem a:hover {

}

#menuList li.submenuItem ul.submenuList li.submenuItem a.menuLinkAct {
    color:#f49900;
}

#menuList li.submenuItem ul.submenuList li.submenuItem a.menuLinkAct:hover {
    color:#f49900;
}


/* *** forms *** */
form{
    margin:0px;
    padding:0px;
}

input, textarea, select{
    border-top:1px solid #023E6F;
    border-left:1px solid #023E6F;
    border-right:1px solid #023E6F;
    border-bottom:1px solid #023E6F;
}

#left input, #left textarea, #left select,
#right input, #right textarea, #right select {
    border-top:1px solid #023E6F;
    border-left:1px solid #023E6F;
    border-right:1px solid #023E6F;
    border-bottom:1px solid #023E6F;
}

input, textarea{
    text-indent:2px;
}

input.button, input.submit_button, .csc-mailform-submit{
    color: #FFF;
    background-color: #023E6F;
    border: 1px solid #023E6F;
    font-weight: bold;
    font-size: 1.1em;
}

input.radio_field, input.checkbox_field{
    border: none;   
}

fieldset {
    display:block;
    border:1px solid #B2C1D2;
    padding: 10px;
    clear:both;
}
            
legend {
    background:#8DC0E8;
    color:#1d1d1f;
    padding:4px;
    border:1px solid #00589C;
    border-right-width:2px;
    border-bottom-width:2px;
    margin-bottom:4px;
    font-weight:bold;
}

label {margin: 0px;}

.csc-mailform {

}

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

.csc-mailform-field input {

}

.csc-mailform-field {
    margin-bottom: 25px;
}

.csc-mailform-submit{
    float:right;
}

#searchform{
    padding:0px;
}

#searchbox_sword{
    width:128px;
    height:14px;
    background-color: #FFF;
    border: 1px solid #818185;
    margin: 0px 4px 0px 0px;
    vertical-align: middle;
    font-size:11px;
    color:#000;
    float: left;
}

#searchbox_submit{
    width:18px;
    height:18px;
    border: none;
    margin-top: 0px;
    float: left;
}


/* *** misc *** */
table tr td {
    vertical-align: top;
}

.NoBorder{
    border:none;
}

hr{
    height: 1px;
    border: none;
    margin:15px auto;   
}

.clear {
    clear: both;
}


/* *** styles for extension "tx_indexedsearch" *** */
    .tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline !important; margin-right:5px !important; padding: 25px 10px !important; margin-left: 0px !important; background-image: none !important;}
    .tx-indexedsearch .tx-indexedsearch-searchbox { margin:35px auto; }
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; margin-left:10px; margin-top:10px; }
    .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:250px; margin-left:10px; }
    .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
    .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
    .tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
    .tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
    .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
    .tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
    .tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }
    .tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
    .tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
    .tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
    .tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
    .tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
    .tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
    .tx-indexedsearch-res { clear:left;}
    .tx-indexedsearch-browsebox ul.browsebox {  margin:15px; padding:0px; }
    .tx-indexedsearch-browsebox ul.browsebox li { float: left !important; display: inline !important; padding: 25px 10px !important; margin-left: 0px !important; background-image: none !important;}


/* *** image caption *** */
dl.csc-textpic-image {
	padding:10px;
    border: 1px solid #B2C1D2;
}

dd.csc-textpic-caption {
	font-size: 0.9em;
}