* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  text-align: center;
}

body{
  background-color: #fff;
  font-family: verdana, arial, sans-serif;
  font-size: 0.95em;  
  color:#000;
}

img {
  border:none;
}

p {margin:0 0 20px 0;}

.clear{
  clear:both;
}

.containerTop{ 
  width:1024px;
  margin: 0px auto 0px auto;
  height:170px;
}

.containerNav{ 
  width:1024px;
  margin: 0px auto 0px auto;
  height:44px; 
}

.containerMain{
  width:1024px;
  margin: 0px auto 0px auto;
  background-image: url('../../assets/images/bg_img_main.jpg');
  background-repeat:repeat-y; 
  min-height:600px;
}

.containerContent{
  width:800px;
  padding:20px 0 0 0;
  /*    background: rgba(255, 255, 255,0.5);*/
  /*  background-image: url('../../assets/images/bg_strip.png');
    background-repeat:repeat-x;*/

  /*opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
    filter: alpha(opacity = 70);*/
  background-color: #fff;
  margin: 0px auto 0px auto;
  min-height:520px;
  text-align:left;
}

.containerContentLeft{
  width:350px;
  float:left;
  text-align: left;
  padding:40px 0 0 53px;
  
}

.containerContentRight{
  width:350px;
  float:left;
  text-align: left;
  margin:40px 0 0 0;  
}

.imageProps{    
  max-width:600px; width:auto !important; width:600px;
  /*    includes IE6 hack max-width*/
}

.rowProps{
  padding-bottom: 10px;
  cursor: pointer;
}

.displayNone{
  display: none;
}

.displayBlock{
  display: block;
}

.bot_round{
  color:#fff;
  background-image: url('../../assets/images/main_content_bot_round.png');
  background-repeat: no-repeat;
  height:28px;
  text-align: center;
  padding-top:3px;
}

a.footerLink{
  color:#fff;
  text-decoration: none;
  font-size: 0.8em;  
}
a.footerLink:hover{  
  text-decoration: underline;
}

a.selected{
  color:#fd6735;
}

a {
  color:#000;
text-decoration: none;
}

a:hover{

text-decoration: underline;
}

.orange{
  color:#fd6735;
}

.fsize17{
  font-size:1.2em;
}

.fsize14{
  font-size:14px;
}

.bold{
  font-weight:bold;
}

.italic{
  font-style:italic
}

ul{
  margin: 0 0 20px 20px;
}

