body {
    margin:0;
    font-family:Trebuchet MS, Helvetica, sans-serif;
    width: 100%;
    background-color: #cf8c70;
}

.bodytext, li {
    font-family:Trebuchet MS, Helvetica, sans-serif;
}

html {overflow-x:hidden;}

h1, h2, h3, h4, h5 {
    font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
    color:#975233;
}

h1 {
	font-size: 28pt;
	font-weight: normal;
}

h2 {
	font-size: 24pt;
	font-weight: normal;
}

h3 {
	font-size: 18pt;
	font-weight: normal;
}

h4 {
	font-size: 14pt;
	font-weight: normal;
}

h5 {
	font-size: 12pt;
	font-weight: bold;
}

/*
a:link {
	color:#D79E86;
}

a:visited {
	color:#BF6640
}
*/

.csc-header * {
    font-size:18pt;
    font-style: normal;
}
 	
p, ul, ol, a {
    font-size:10pt;
    line-height:15pt;
}

a {
    color:#BF6640;
}

a:visited {
    color:#CF8C70;
}

a:hover {
    color:#975233;
}

#img {
    border:0;
}

#container {

}

#headerbox {
    /* float:left; */
    margin: auto;
    background-color:#cf8c70;
    width:100%;
    height:80px;

}

#logobox {
    padding:4px 0 5px 0;
    float:left;
    margin-left:60px; /* old 132px */
    width:250px;
}

* html #logobox {
    margin-left: 30px; 
}

#languagebox {
    float:right;
    width:50px;
    height:100%;
    
}

#languagebox_inner {
    text-align:right;
    padding-top: 60px;
}

#firstlevelmenubox {
    float:right;
    width:400px;
    height:100%;
}

#firstlevelmenubox ul {
    list-style-type: none;
    margin:0;
    padding:0;
    height:100%;
}

#firstlevelmenubox li {
    float:left;
    margin:0;
    padding:0 15px 0 15px;
    height:100%;
}

#firstlevelmenubox li.curli,
#firstlevelmenubox li.actli {
    padding:0 29px 0 30px;
}

* html #firstlevelmenubox li.curli, 
* html #firstlevelmenubox li.actli {
    padding:0 29px 3px 30px; 
}

#firstlevelmenubox li.curli, #firstlevelmenubox li.actli {
    background-color:#BF6640;
    
}

#firstlevelmenubox li a{
    display:block;
    margin:0;
    padding:54px 0 0 0;
    font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
    font-size:16pt;
    color:#ffffff;
    text-decoration:none;
}

#firstlevelmenubox li a:hover {
    text-decoration:underline;
}

#secondlevelmenubox {
    float:right;
    background-color:#bf6640;    
    width:100%;
    height:30px;

}



* html #secondlevelmenubox {

}

#secondlevelmenubox_inner {
float:right;
height: 30px;
margin: 0 0px 0 0px;
padding:0;
width: 100%;
}

* html #secondlevelmenubox_inner {
}

#secondlevelmenubox_inner ul {
    float:right; 
    list-style-type: none;
    /* margin:0 0 0 612px; */
    margin: 0 100px 0 0px;
    padding:0;
    height: 30px;
    width: 800px;
}

* html #secondlevelmenubox_inner ul {
  height: auto;
  width: auto;
}

#secondlevelmenubox li {
    float:right;
    padding:0;
    height:100%;
      
}

* html #secondlevelmenubox li {
/*
  margin: 0;
  height: auto;
  float:right;
  */  
  width: 100px;

}

#secondlevelmenubox li.curli,
#secondlevelmenubox li.actli {
    background-color:#975233;
    /* float:left; */
   /* width: 15%; */   
    
}

* html #secondlevelmenubox_inner li.curli,
* html #secondlevelmenubox_inner li.actli {

}

#secondlevelmenubox li a{
    display:block;
    margin:0 10px 0 10px;
    /* padding:8px 0 0 0; */
    padding:8px 18px 3px 18px;
    font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
    font-size:12pt;
    color:#ffffff;
    text-decoration:none;
    text-transform: uppercase;
    text-align: center;
}

* html #secondlevelmenubox li a {

}

#secondlevelmenubox li a:hover {
    text-decoration:underline;
}

.foldoutitem {
  height: 20px;
  background-color: #bf6640;
  padding: 4px 5px 4px 5px;
  /*border-top: 1px solid #975233; */
  border-bottom: 1px solid #975233;
  width: 170px;
}

.foldoutitem a {
  font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size: 10pt;
  color: #ffffff;
  text-decoration: none;
}

.foldoutitem a:hover {
  text-decoration: underline;
}

#contentabovebox {
    display:none;
    float:left;
    width:100%;
    color:#ffffff;
    background:url(../images/banner_bg_top.png) 0px 0px repeat-x;
    min-height: 100px;
    max-height: 245px;
}



* html #contentabovebox {
    height: 80px;
    background:url(../images/banner_bg_top.png) 0px 0px repeat-x;
    max-height: 200px;
} 

#contentabovebox_inner h1 {
  color:white;
  line-height:18pt;
}

#contentabovebox_inner h2 {
  color:white;
}
#contentabovebox_inner {
  /* float:left; */
  margin:auto;
  /* width:1000px; */
  padding: 10px 0px 0px 0px;
  width: 90%;
}

* html #contentabovebox_inner {
  padding: 9px 0 0 0;
}

* html #contentabovebox_inner p {
    /* width: 570px; */
}
#contentabovebox_inner p {
  
  color:white;
  font-size:12pt;
  font-style: normal;
  font-weight:100;
  line-height: 1.4em;
  padding-right:50px;
  /* width:600px; */
  margin: auto;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0;
}

#contentabovebox_outer {
  float:left;
  background:url(../images/banner_bg_bottom.png) 0px -4px repeat-x;
  background-color: white;
  width: 100%;
  height: 17px;

}

#mainnav ul,
ul#mainnav {
	maring: 0;
	padding: 0;	
}

ul#mainnav li {
    list-style-type: none;
}

ul#mainnav ul li ul,
ul#mainnav ul li {
    list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0;
}

#mainbox {
    float:left;
    height:auto;
    /* height: 100%; */
    padding:15px 0 22px 0;
    width:100%;
    background-color: #ffffff;
}

#mainbox_inner {
    margin:auto;
    /* width:1000px; */
    width: 90%;
     min-height:500px;
    /* float:left; */
    padding-left: 0px;
    padding-right: 0px; 
}

#header {
    float: left;
    height: 150px;
    width: 100%;
    background-color: white;
    display:none;    
}

#mainbox_right,
#mainbox_left {
    float:left;
}

#mainbox_right {
    width: 70%;
}

#mainbox_left {
    width: 30%;

}


#mainbox_right_inner {
    min-height: 400px;
}

div.expAll {
    width: 200px !important;
}

* html #mainbox_inner {
  height: 400px;
}

/*
#contentleftbox {
    width:645px;
    
}

#contentleftbox_inner {
    border-right:1px solid #cf8c70;
    min-height:400px;
}

* html #contentleftbox_inner {
    height:400px;    
}

#search {

}
*/

#footerbox {
    float:left;
    width:100%;
    background-color:#CF8C70;
    border-top:1px solid #BF6640;
    height:auto;
    padding:0 0 10px 0;
    font-family:Trebuchet MS, Helvetica, sans-serif;
}

#footerbox_inner {
    margin:auto;
    width:90%;
}

#copyrightbox a,
#copyrightbox {
    font-size:10pt;
    color:#ffffff;
    text-align:center;
    margin:15px 0 15px 0;
}

#copyrightbox a {
    margin-left: 10px;
    text-decoration: underline;
}

#copyrightbox a:hover {
  text-decoration: none;
}

#bottommenubox table {
    width:100%;
}

#bottommenubox td {
    vertical-align:top;
    text-align:left;
    color:#ffffff;
}

#bottommenubox td.level1 {
    font-weight:bold;
    font-size:10pt;
}

#bottommenubox td.level1 a{
    margin:0 0 5px 0;
}

#bottommenubox td.level2 {}

#bottommenubox td.level2 a{
    margin:0 0 0px 0;
    font-weight:bold;
    font-size:8pt;    
}

#bottommenubox td a {
    display:block;
    color:#ffffff;
    text-decoration:none;
}

#bottommenubox td a:hover {
    text-decoration:underline;
}

#bottommenubox td a.level3 {
    font-size:7pt;
    margin:0 0 0 0;
    padding:2px 0 2px 0;
    line-height:10pt;
}

#fce_google_content {
  background-color: #cf8c70;
  border: 1px solid #bf6640;
  width: 95%;
  padding: 15px 0px 15px 15px;
}

#fce_google_input {
  width: 60%;
}

#fce_google_button {
  width: 30%;
}

li.lang {
	list-style-type: none !important;	
}

li.lang a {
	display: none;	
}

li.normal a {
	display: inline;
}	