/* TEMPLATE */

.clearfix:after 
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form
{
  padding: 0px;
  margin: 0px;
}

img
{
  border: none;
  padding: none;
  margin: none;
}


a:link 
{
  color: #999;
  text-decoration: none;
}    

a:visited 
{
  color: #999;
  text-decoration: none;
} 

a:hover 
{
  color: white;
  text-decoration: none;
}   

a:active 
{
  color: white;
  text-decoration: none;
}

body
{
  
  margin: 0px;  
  background-image:url('../images/bg.gif');
  /*background-color: #001018;*/
  background-position: top center;
  /*background-repeat: no-repeat;*/
  font-family: Verdana;
  color: white; 
  font-size: 10pt;
  margin-top: 30px;
}

#main
{
  /*border: thin solid red;*/
  width: 963px;
  margin: auto;
}

#topSection
{
  border-bottom: 1px solid #999999;
  height: 85px;
  margin-right: 13px;
  margin-left: 10px;
}

  #logoHolder
  {
    float: left;
    
  }
  
  #nav
  {
    float: right;
    margin-top: 40px;
    /*border: thin solid red;*/
  }
  
    #nav div
    {
      
      text-align: center;
      float: left;
      margin-right: 10px;
      margin-left: 10px;
      font-weight: bold;
      height: 45px;
      min-width: 73px;
      font-size: 10pt;
      /*border: thin solid red;*/
    }
  
    .activeBtn
    {
      background-image:url('../images/btn-tab.png');
      background-repeat: no-repeat;
      background-position: bottom;   
      /*background-color: green;*/
    } 
    .activeBtn a
    {
      color: white;
    } 

#sidebar
{
  float: left;
  width: 295px;
  margin-top: 10px;
}

  .boxtop
  {
    /*margin-bottom: -3px;*/
    background-image:url('../images/sidebar-top.png');
    background-repeat: no-repeat;
    height: 13px; 
  }
  
  #sidebar h1
  {
    font-size: 12pt;
    color: #999;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid #999;
  }
  
  
  .inactiveGallery
  {
    background-image: url('../images/bullet.png');
    background-repeat: no-repeat;
    
    background-position: 3% 50%;
    list-style-type: none;
    padding-left:30px;
    padding-top:5px;
    padding-bottom: 7px;
    margin-left: -20px;
    margin-right: 20px;
    border-bottom: thin solid #999;
    
    /*border: thin solid #999;*/
  }
  
  .activeGallery
  {
    color: white;
    background-image: url('../images/active_bullet.gif');
    background-repeat: no-repeat;
    background-position: 3% 50%;
    list-style-type: none;
    padding-left:30px;
    padding-top:5px;
    padding-bottom: 7px;
    margin-left: -20px;
    margin-right: 20px;
    border-bottom: thin solid #999;
  }
  .activeGallery a
  {
    color: white;
    /*font-weight: bold;*/
  }
  
  
  .sidebar_content
  {
    width: 300px;
    min-height: 410px;
    background-image:url('../images/sidebar-bg.png');    
  }
  
  
  .sidebar_content img
  {
    margin-left: 20px;
    margin-top: 100px;    
  }
  
  .boxbot
  {
    background-image:url('../images/sidebar-bot.png');
    background-repeat: no-repeat;
    height: 11px; 
    /*margin-top: -4px;*/
  }

.contentArea
{
  float:left;
  width: 661px;
  /*border: thin solid red;*/
  margin-top: 10px;
  font-size: 10pt;
  color: black;
  
}

  .contentArea a
  {
    text-decoration: underline;
    font-weight: bold;
    color: #1C444C ;
  }

  .boxtop_content
  {
    background-image:url('../images/content-top.png');
    background-repeat: no-repeat;
    height: 13px; 
  }
  
  .content
  {
    background-image:url('../images/content-bg.png');
    background-repeat: repeat-y;
    color: black;
    padding: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    min-height: 390px;
  }
  
  .content h1
  {
    font-size: 13pt;
    color: #999;
    margin-top: 0px;
  }  
  
  .boxbot_content
  {
    background-image:url('../images/content-bot.png');
    background-repeat: no-repeat;
    height: 11px;   
  }


#footer
{
  text-align: right;
  clear: both;
  margin: auto;
  margin-right: 20px;
}
  #copyright
  {
    font-size: 9pt;
    margin-top: 10px;
    
  }
  
  #copyright a
  {
    text-decoration: underline;
  }
/* END OF TEMPLATE 
font-family: Verdana;
  font-size: 10pt;
*/

/*PAGE SPECIFIC CSS*/

#contactus_banner
{
  margin-top: 10px;
}

.send_button
{
  /*border: thin solid red;*/
  margin-right: 50px;
}

.send_button input
{
  float: right;
  /*border: thin solid red;*/
}

.contact_msg
{
  float: left;
  
  width: 350px;
}

.contact_info
{ 
  width: 230px;
  float:right;
  
}

.bold
{
  font-weight: bold;
}

.contact_form
{
  clear: both;
  overflow: hidden;
  
}

.contact_form_left_div
{
  float: left;
  /*border: thin solid black;*/
}

.contact_form_right_div
{
  float: left;
  width: 420px;
  padding-left: 20px;
}

.msg
{
  float: left;
  color: red;
  font-weight: normal;
}

.default_msg
{
  float: left;
  color: #1C444C ;
  font-weight: normal;
}

/* GALLERY */

.contentArea_gallery
{
  float:left;
  width: 941px;
  /*border: thin solid red;*/
  margin-top: 10px;
  font-size: 10pt;
  color: black;
}

.content_gallery
{
  background-image:url('../images/content-bg-gallery.png');
  background-repeat: repeat-y;
  padding-top: 4px;
  min-height: 350px;
  padding-left: 14px;
  padding-bottom: 5px;
  width: 941px;
}

#contentSectionAdmin
{
  margin: 10px;
  min-height: 350px;
  /*border: thin solid white;*/
}
#contentSectionAdmin a
{
  text-decoration: underline;
}

.testimonial
{
  font-size: 10pt;
  margin-bottom: 20px;
}

.testimonial span
{
  color: #FF4902 ;
  
}

.testimonial span a
{
  color: #FF4902 ;
  font-weight: normal;
  text-decoration: none;
}

.underlined
{
  text-decoration: underline;
}

#sidebar2
{
  border-bottom: 1px solid #999999;
  width: 942px;
  margin: 0 auto;
  padding: 5px 0; 
}

#sidebar2 table
{
  width: 100%;
}

#sidebar2 table td
{
  
}

#sidebar2 ul
{
  margin: 0px; padding: 0px;
  /*bordeR: thin solid #FFFFFF;*/
}

#sidebar2 ul li
{
  font-size: 10pt; 
  font-weight: bold;
  display: inline; 
  min-width: 400px; 
  /*border: thin solid red;*/
  padding: 5px 0; 
  padding-left: 25px;
  background: url('../images/bullet.png') no-repeat 4px 6px;
  margin-left: 20px;  
}
 
#sidebar2 ul li.active 
{
  background: url('../images/active_bullet.gif') no-repeat 4px 6px;
}

.gallery
{
  margin-left: 10px; 
}

.fb {
	margin-left: 34px;
	margin-top: 20px;
}

.fb * {
vertical-align: middle;
}