/* Global settings */
html{
  height: 100%;
}

body { 
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}

p { 
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.5em;
}

h1 { 
  font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2 { 
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}


img{
  border: 0px;
}

a, a:visited {
    outline:none;
    border-bottom:1px dashed;
    text-decoration:none;
    color: #2E426F;
}

a:hover {
    border-bottom:1px solid;
    text-decoration:none;
    color: #2E426F;
}

/* Wrap settings for shadow */
#wrap-l {
    width:60em;
    min-width: 800px;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    padding-left: 11px;
    background: url(../img/shadow_l.gif) repeat-y left 0;
}

#wrap-r {
    margin: 0px;
    padding: 0px;
    padding-right: 11px;
    background: url(../img/shadow_r.gif) repeat-y right 0;
}

/* =============================================================================== Logo */
#logo { 
  width: 50em-11px;
  height: 112px;
  border-top: 1px solid;
  padding-top: 10px;
  background:#FFFFFF url(../img/banner.gif) no-repeat right 0%;
  text-align: left;
    color: #062873;
  border-color:#99ADDA;
  padding-left: 1.5em;
}

#logo img {
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

#logo h1, #logo h2 { 
  margin: 0px;
}

#logo h1 { 
    padding: 1% 0px 0px 0px;
    font-weight: bold;
    font-family: Times New Roman, serif;
    letter-spacing: 0;
    font-size: 3.9em;
}

#logo h2 { 
    margin-top: -10px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    font-size: 1.45em;
}

/* =============================================================================== Footer and topmenu*/
#footer, #topmenu {
    font-size:88%;
    padding:8px 21px 0px 19px;
    text-transform:lowercase;
    font-style:  italic;
    font-weight: bold;
}

/* ---------------------------------------------------------- Topmenu */
#topmenu {
    text-align: right;
    padding-bottom: 5px;
}

#topmenu a, a:visited {
    color:#2E426F;
    text-decoration:none;
    border: 0px;
}

#topmenu a:hover {
    text-decoration:underline;
}

/* ---------------------------------------------------------- Footer */
#footer { 
    text-align: center; 
    border-top: 1px solid;
    padding:1px 0px 0px 0px;
    height: 1.45em;
    border-color:#99ADDA;
}

#footer a, a:visited {
    color:#2E426F;
    text-decoration:none;
    border: 0px;
}

#footer a:hover {
    text-decoration:underline;
}

/* =============================================================================== Tab navigation*/
#tabnav { 
  height: 1em;
  min-height: 19px;
  margin: 0px;
  margin-top: -19px;
  position: relative;
  align: left;
}

#tabnav ul {
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
} 

#tabnav li {
  float: left; 
  margin: 0px 5px 0px 0px; 
  list-style: none;
  text-align: center;
} 

#tabnav li a {
    min-width: 80px;
    display: block; 
    float: left; 
    min-height: 18px;
    text-decoration: none; 
    border: 1px solid;
    border-bottom: 0px;
    padding: 0px 14px -1px 14px;
    text-align: center;
    background: #000084;
    color: #E0E5EF;
    font-style:  italic;
    font-weight: bold;
    text-decoration:none;
} 

#tabnav li a:before{
    content:"\0020";
}

#tabnav li a:hover, #tabnav li a#selected, #tabnav li a#selected:hover {
    min-height: 18px;
    border: 1px solid;
    border-bottom: 0px;
    padding: 0px 14px -1px 14px;
    background: #D7F2F4;
    color:#2E426F;
    border-color: #00084;
} 

#tabnav { 
    background: transparent;
    color: #E0E5EF;
    border-color: #00084;
}

/* =============================================================================== Content */
#content-column {
  text-align: justify;
  width: 40em;
  min-width: 550px;
  float: right;
  padding: 10px 30px 0px 0px;
  overflow: visible;
}


#content {
    padding-left: 0px;
    padding-right: 0px;
}

#content h1 {
    color:#006600;
    border-bottom:1px solid;
    border-color:#99ADDA;
    font-family:Times New Roman, serif; /*arial,sans-serif;*/
    font-size:150%;
    font-weight:bold;
    font-style: italic;
    margin:0px 0px 12px;
    padding:0px 0px 5px;
    letter-spacing: 0;
}

/* ------------------------------------------------------------------------------- box-column - contains sidebar items */
#box-column {
  width: 15em;
  min-width: 150px;
  margin: 22px 0px 0px 0px;
  clear: both;
  float: right;
  padding: 19px 19px 15px 19px;
}

.box {
  text-align: left;
  width: 13em;
  min-width: 120px;
  float: left;
  margin: 0px 0px 23px 0px;
  border: 1px solid;
  padding: 14px 8px 14px 19px;
  background-color:#D7F2F4;
}

.box h1 {
  margin: 0px;
  color: #10218c;
  font-weight: normal;
  padding: 0px 0px 16px 0px;
}

.box p {
  line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.box a, .box a:hover {
  padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.boxlinks { 
  padding: 0px;
}

.boxlinks ul { 
  margin: 0px auto;
} 

.boxlinks li {
  margin: 0px;
  float: left;
  list-style: none;
}

.boxlinks li a , .boxlinks li a:hover {
  float: left;
  height: 16px;
  text-decoration: none;
  padding: 5px 0px 4px 19px;
  width: 149px;
}

/* =============================================================================== Divider*/
.divider {
  clear: both;
  background-color:#99ADDA;
  background-image:url(../img/divider-colorbar.gif);
  background-position:right center;
  background-repeat:repeat-y;
  border-color:#99ADDA;
  border-style:solid;
  border: 0px;
/*  clear:left;
  float:left; */
  height: 7px;
  text-align:right;
  width:70em-8px;
}

/* =============================================================================== Menu */
#menu-box{
    border-right: 1px solid #000000;
    width:16.2em;
    min-width: 200px;
    float: left;
    display:block;
    overflow:hidden;
    margin-top: 10px;
    text-align:left;
}

#menu {
    font-size: 0.9em;
    background:transparent none repeat scroll 0%;
    border:medium none;
    padding:0pt;
    text-align:right;
    width:17em;
    min-width: 180px;
    overflow: visible;
}

#menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0px;
    padding-left: 10px;
}

#menu li a:before {
    /* content:"\003\0020"; */
    content:"\00BB\0020";
}

#menu li a {
    background:transparent none repeat scroll 0%;
    border-bottom:1px dashed #000000;
    color:#000000;
    display:block;
    height:2em;
    line-height:2em;
    text-align:left;
    text-decoration:none;
}

#menu li a:hover {
    background:#D7F2F4 none repeat scroll 0%;
    font-weight:bold;
}

#menu li a#selected {
    background:#D7F2F4 none repeat scroll 0%;
    color: #10218C;
    font-weight:bold;
}

ul.submenue {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
/*    max-width:130px;*/
    text-align:left;
}

.submenue li a {
    background:#DDDDDD none repeat scroll 0%;
    color:#000000;
    height:22px;
    line-height:22px;
    text-align:left;
    text-decoration:none;
}

.submenue li a:hover {
    background:#EEEEEE none repeat scroll 0%;
}

/* =============================================================================== List formats*/
.csc-bulletlist-1 {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0px;
    padding-left: 0px;
}

.csc-bulletlist-1 ul {
    margin: 0px;
    padding: 0px;
}

.csc-bulletlist-1 li {
    padding: .3em;
    border-top: 1px solid #99ADDA;
}

.csc-bulletlist-1 li.odd {
    background:#E4E8F6;
}
/* =============================================================================== Tables*/
.contenttable p{
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.contenttable td {
    vertical-align: top;
}

/* =============================================================================== AJAXSearch Path*/
.tx_mhajaxsearch_grey {
    font-size: 80%;
    font-style: italic;
    color: #cccccc;
    background-color: #ffffff;
}
