body
{
  font-family: arial, verdana, sans-serif;
  font-size:12px;
  color: #515151;
  background-color: #cacaca;
  padding:0;
  margin: 0 auto;
}



#wrapper
{
  margin: auto;
  width: 940px;
  background-color: #fff; 
  border: 1px black solid; 
  padding-left: 20px;
  padding-right: 20px;
}



    a
    {
      color: #515151;
      font-weight: normal;
      text-decoration: none;
      font-style: normal; 
    }

    a:hover
    {
      text-decoration: underline;
    }

  #flashArea
  {

  width: 942px;
  height: 475px;
  }

  #logoArea
  {
    float: left;
    width: 415px;
    height: 48px;
    margin: 15px 0 0 0;
  } 
  
    #logo_boxed
  {
    float: left;
    width: 465px;
    height: 394px;
    margin-left: 2px;
  } 
  
  
              html>body #logo_boxed{margin-left: 2px;} 
  
  
    #mainImage
  {
    float: left;
    width: 470px;
    height: 394px;
    margin: 0 0 0 2px;
  } 
  
#contactDetails
  {
    font-size: 14px;
    float: right;
    text-align: right;
    margin: 15px 0 0 0;
  }

#contactDetails b
  {
    color: orange;
  }  

#contactDetails_internalpg
  {
    background-image: url(/images/email_internalbg.jpg);
    width: 465px;
    height: 49px;
    float:left;
    margin-top: -3px;
    text-align: center;
    color: white;
  }
  
*:lang(en) #contactDetails_internalpg{
    background-image: url(/images/email_internalbg.jpg);
    width: 465px;
    height: 49px;
    float:left;
    margin: auto;
    text-align: center;
}  

#contactDetails_internalpg b
  {
    color: orange;
  }  
  
#contactDetails_internalpg a
  {
    color: white;
  } 

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

#content_internal
{
  float: left;
  width: 938px;
  height:280px;
  margin: 15px 0 0 3px;
}


          html>body #content_internal{height: auto !important; min-height:280px;}
          



#content_internal_Smaller
{
  float: left;
  width: 790px;
  height:280px;
  margin: 10px 0 0 3px;
}


          html>body #content_internal_Smaller{height: auto !important; min-height:280px;}


#content_home
{
  float: left;
  width: 790px;
  height:155px;
  margin: 5px 0 0 3px;
}


          html>body #content_home{height: auto !important; min-height:155px;}


#content_home h1, #content_internal h1, #content_internal_Smaller h1
{
  color: orange;
  font-size: 16px;
}

  #content_home a, #content_internal a, #content_internal_Smaller a
  {
    color: orange;
    font-weight: bold;
  }
  
  #content_home a:hover, #content_internal a:hover, #content_internal_Smaller a:hover
  {
    text-decoration: underline;
  }
  
#footer
{
  clear:both;
  margin: 10px 0 10px 0;
  padding-top: 3px;  
  width: 942px;
  height: 22px;
  background-color: #515151;
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#footer a
{
  color: #fff;
}

.clearFix
{
  clear: both;
  width: 800px;
}

img
{
border: none;
}


/*contactForm*/

#contactform
{
border: 0;
text-align: left;
}

#contactform th
{
padding: 0 0 0 7px;
background-color: #f6f6f6;
border: 0;
width: 150px;
}

#contactform td
{
border: 0;
}


#contactform input
{
width: 200px;
margin: 0 0 0 20px;
}


#contactform input
{
  border:1px solid #fe8e39;
}

#contactform textarea
{
  border:1px solid #fe8e39;
  width:200px;
  margin: 0 0 0 20px;
}

#contactsubmit
{
  border: 1px solid #fe8e39;
  background-color: #fe8e39;
  margin-top:5px;
  margin-left:182px;
  margin-bottom: 7px;
  color:white;
  font-size: 12px;
  padding: 0 0 2px 0;
  width: 70px;
}

.cBox
{
  margin-bottom:15px;
  padding:5px;
}

.captcha
{
  border:1px solid #fe8e39;
  top:4px;
}


#thanks h1
{
float: left;
margin: 20px 0 0 10px;
}

