/* main body */
.mainbody {
	padding:0 0 0 20px;
	margin:0;
	font: 80%/134% Arial,Helvetica,Verdana,sans-serif;
}

/* horizontal line (IE) */

html hr.hline {
_display: block;
_margin: -7px 5px;
}

/* link standard look */

a:link { color:#CC0E1B; text-decoration:none}
a:visited { color:#CC0E1B; text-decoration:none}
a:active { color:#CC0E1B; text-decoration:none}
a:hover { color:#CC0E1B; text-decoration:underline }


/* image border */

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
  border:1px solid #B2B2B2;
  padding:1px;
}

/* container box */

#parentbox {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 926px;
  background-image:url(images/bg.gif);
  background-position:0px 100px;
}

/* searchbox */

#searchbox {
  float:left;
  width:220px;
  height:99px;
  _height:100px;
  margin:0;
  border-top:1px solid #E0DFE5;
  background-color: #FFFFFF;
}

#searchbox_inner {
  padding-top:45px;
}

#searchbox .search_input {
  width:125px;
  height:18px;
  border-top:1px solid #57585A;
  border-left:1px solid #57585A;
  border-bottom:1px solid #919296;
  border-right:1px solid #B4B5B7;
  
}

#searchbox .search_submit {
  background: transparent url(images/icon_go.gif) right 50% no-repeat;
  border: 0;
  font-weight: normal;
  cursor: pointer;
  padding: 0 1.1em 1px 1px;
  text-align:right;		
  overflow:visible;
  width:auto;
}

/* menu for home,contact,sitemap config */

#menutrailer {
  width:245px;
  float:left;
  height:100px;
  padding-left:5px;
}

#menutrailer ul {
  margin:48px 0 0 5px;
  padding:0;
}

#menutrailer ul li {
  padding:0 7px 0 0;
  margin:0;
  display:inline;
  list-style-type:none;
}

#menutrailer .iconhome {
  background: url(images/icon_home.gif) 10px 0px no-repeat;
}

#menutrailer .contact {
  background: url(images/icon_contact.gif) 10px 0px no-repeat;
}

#menutrailer .sitemap {
  background: url(images/icon_sitemap.gif) 10px 0px no-repeat;
}

#menutrailer .iconclose {
  background: url(images/icon_close.gif) 10px 0px no-repeat;
}

#menutrailer a {
  padding-left:30px;
  margin-top:40px;
  color:#424242;
}

#menutrailer a:hover {
  color:#CC0E1B;
  text-decoration:none;
}


/* text enlarge box */

#textchange {
  width:227px;
  _width:229px;
  float:left;
  height:100px;
}

#textchange img {
  border:none;
}

#textchange_inner {
  text-align:right;
  margin-top:48px;
  margin-right:25px;
}

#textchange_inner a img {
  visibility:hidden;
  border:0; 
  margin:0;
  padding:0;
}

#textchange_inner a {
  display: block;
  float: right;
}

#textchange_inner a#switch-basic{background:url(../images/icon_sml_act.gif) 0px 0px no-repeat;}
#textchange_inner a:hover#switch-basic {background:url(../images/icon_sml_act.gif) 0px 0px no-repeat;}

#textchange_inner a#switch-medium {background:url(../images/icon_med_pas.gif) 0px 0px no-repeat;}
#textchange_inner a:hover#switch-medium {background:url(../images/icon_med_act.gif) 0px 0px no-repeat;}

#textchange_inner a#switch-large {background:url(../images/icon_lar_pas.gif) 0px 0px no-repeat;}
#textchange_inner a:hover#switch-large {background:url(../images/icon_lar_act.gif) 0px 0px no-repeat;}

#textchange_inner a#switch-medium 
{
    background-color: transparent;
    background-image: url(../images/icon_med_pas.gif);
    background-repeat: no-repeat;
}

#textchange_inner a#switch-medium:hover 
{
    background-color: transparent;
    background-image: url(../images/icon_med_act.gif);
    background-repeat: no-repeat;
}


#textchange_inner a#switch-large
{
    background-color: transparent;
    background-image: url(../images/icon_lar_pas.gif);
    background-repeat: no-repeat;
}

#textchange_inner a#switch-large:hover 
{
    background-color: transparent;
    background-image: url(../images/icon_lar_act.gif);
    background-repeat: no-repeat;
}

/* logo box */
#logobox {
  float:left;
  width:228px;
  _width:228px;
  height:100px;
  background-color: #FFFFFF;
}

#logobox_inner {
  padding-left: 24px;
}

/* footer menu */

#footermenubox {
  float:left;
  width:600px;
  height:15px;
  background-color: #FFFFFF;
}

#footermenubox a {
  color:#424242;
}

#footermenubox a:hover {
  color:CC0E1B;
  text-decoration:none;
}

/* copyright */

#copyrightbox {
  float:left;
  width:325px;
  height:15px;
  text-align:right;
  color:#424242;
  background-color: #FFFFFF;
}

/* main content configuration */

#contentbox {
  float:left;
  width:520px;
}

#content {
  color:#424242; 
}

#content h1 {
  color:#CC0E1B;
  font-size: 1.3em;
  margin: 0 0 20px 0;
}

#content p.greybackground {
  width:100%;
  background-color:#F2F3F5;
  padding:18px;
}

#content td.imagecell {
  padding:1px;
}

#content td.headerimagecell {
  font:10pt Arial;
  color:626363;
  background-color:#DDDEE0;
  text-align:left;
  vertical-align:middle;
  padding:6px;
  padding-left:15px;
}

#content table {
  border:1px solid #B2B2B2;
  border-collapse: collapse;
}

#content th {
  font:bold 10pt Arial;
  color:#777471;
  border:1px solid #B2B2B2;
  background-color:#F2F3F5;
  text-align:left;
  vertical-align:middle;
  padding:6px;
}

#content td {
  font:10pt Arial;
  color:#424242;
  border:1px solid #B2B2B2;
  padding:6px;
  text-align:left;
  vertical-align:top;
}

#content td ul {
  margin:3px 0 0 25px;
  padding:0;
}

#content td ul li {
  margin:0;
  padding:0 0 2px 0;
}

#content ul {
  margin:0 0 0 10px;
  padding:0 0 0 10px;
}

#content ul li {
  padding:0;
  margin:0 0 10px 0;
  list-style-image:url(images/bullet_red.gif)
}

/* dummy box for content area (workaround for IE)*/

#dummybox {
  width:926px;
  margin: 0px;
  padding: 0px;
}

#box_private {
  float:left;
  width:215px;
  _width:217px;
  height:260px;
  _height:276px;
  background-color:#F2F3F5;
  border-bottom:10px solid #FF1122;
  border-left:1px solid #DDDEE0;
  border-top:1px solid #DDDEE0;
  border-right:1px solid #DDDEE0;
  margin-right:15px;
  margin-bottom:16px;
}
.area hr {
  height:1px;
  border:none;
  background-color:#DDDEE0;
  margin:1px 8px 0px 5px;
  padding:0;
}

.area ul {
  margin:5px 0 6px 8px;
  padding:0;
  list-style-type:none;
}

.area ul a {
  color:#424242;
}

.area ul a:visited {
  color:#424242;
}

.area ul a:hover {
  color:#CC0E1B;
  text-decoration:none;
}
.area ul li {
  margin:0;
  padding:0;
}

#box_business {
  float:left;
  width:215px;
  height:260px;
  _height:276px;
  background-color:#F2F3F5;
  border-bottom:10px solid #FF1122;
  border-top:1px solid #DDDEE0;
  border-left:1px solid #DDDEE0;
  border-right:1px solid #DDDEE0;
  margin-right:15px;
  margin-bottom:16px;
}


#box_about {
  float:left;
  width:215px;
  _width:217px;
  height:260px;
  _height:276px;
  background-color:#F2F3F5;
  border-bottom:10px solid #FF1122;
  border-top:1px solid #DDDEE0;
  border-left:1px solid #DDDEE0;
  border-right:1px solid #DDDEE0;
  margin-right:15px;
  _margin-right:17px;
  margin-bottom:16px;
}

/* service box (right side) config */

#box_service {
  float:left;
  width:211px;
  _width:217px;
  height:265px;
  _height:272px;
  border:1px solid #DDDEE0;
  padding:1px;
}

#box_service_inner {
  background-color:#E9E9EA;
  height:265px;
  _height:272px;
}

#box_service_inner a {
  color:#424242;
}

#box_service_inner a:hover {
  color:#CC0E1B;
  text-decoration:none;
}

#box_service_inner p {
  margin:6px 0 6px 0;
  padding:0;
}

#box_service_inner h3 {
  font-size:1em;
  color:#FFFFFF;
  background-color:#B4B5B7;
  padding:4px 0 4px 12px;
  border:1px solid white;
  border-bottom:2px solid white;
  margin:0 0 8px 0;
}

#box_service_inner hr {
  height:1px;
  line-height:1px;
  border:none;
  background-color:#FFFFFF;
  color:#FFFFFF;
  padding:0;
  _display: block;
  _margin: -7px 5px;
}

#box_service_inner ul {
  margin:0;
  padding:0 0 0 1em;
  list-style: none;
}

#box_service_inner ul li {
  margin:0;
  padding:0;
}

#box_news {
  clear:left;
  float:left;
  width:448px;
  height:153px;
  _height:153px;
  border-top:1px solid #DDDEE0;
  border-right:1px solid #DDDEE0;
  border-bottom:1px solid #DDDEE0;
  margin: 0px 15px 0px 0px;
}

#box_news .teaserbox h4 {
  color:#626363;
}

#box_news .teaserbox a, #box_news .teaserbox a:visited {
  color:#626363;
}


#box_news .teaserbox a:hover{
  color:#CC0E1B;
}

#box_news .teaserbox .bodytext {
  padding-left:10px;
  margin:10px 0 0 0;
  color:#2C2C2D;
}


#box_teaser1 {
  float:left;
  width:215px;
  height:153px;
  margin-right:14px;
  _margin-right:16px;
  border:1px solid #DDDEE0;
}

#box_teaser1_inner {
  background-color:#F2F3F5;
  width:214px;
  _width:215px;
  height:151px;
}

#box_teaser2 {
  float:left;
  width:215px;
  height:153px;
  border:1px solid #DDDEE0;
}

#box_teaser2_inner {
  background-color:#F2F3F5;
  width:214px;
  _width:216px;
  height:151px;
}


.teaserbox .csc-textpic, .teaserbox .csc-textpic-imagewrap, .teaserbox .csc-textpic-image { 
  margin-bottom: 0px; 
}

.teaserbox h4 {
  color:#FFFFFF;
  font-size:1em;
  background-color:#DDDEE0;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:12px;
  border:1px solid #F2F3F5;
  margin:0px;
}

.teaserbox h2 {
  color:#FFFFFF;
  font-size:1em;
  background-color:#B4B5B7;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:12px;
  border:1px solid #F2F3F5;
  margin:0px;
}

.teaserbox a {
  color:#626363;
}

.teaserbox a:visited {
  color:#626363;
}

.teaserbox a:hover {
  color:#CC0E1B;
  text-decoration:none;
}

.teaserbox ul {
  margin:0;
  padding:0 0 0 2.2em;
  list-style-image:url(images/bullet_red.gif)
}

.teaserbox #css_filelinks {
  font-size:9pt;
  margin:2px 0 0 8px;
}

.teaserbox #css_filelinks img {
  margin-right:5px;
}

.teaserbox DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { 
 margin-bottom: 0px; 
}



