﻿body
{
    margin:0px;
}

#allcontent
{
    width:100%;
    margin-left:  auto;
    margin-right: auto;
}

#contactUs tr
{
    height:48px;
    vertical-align:top;
}

#contactUs tr.contactusheader
{
    /*font-family: Georgia;
    font-size: 22.41pt;
    font-style: italic;*/
    font: italic 22px/16px Georgia;
    font-weight:bold;
    color:#034eaa;  
    height:35px;  
    
}

#contactUs tr.contactusbutton
{
    height:35px;  
}

.lbl
{
    /*font-family: Georgia;
    font-size: 12pt;
    font-style: italic;*/
    font: italic 11px Georgia;
    color:#434444;
}

.lblsuccess
{
    font: bold 14px Arial;
    color:#174ea7;
}

.lblfail
{
    font: bold 14px Arial;
    color:Red;
}

.btn
{
}

.txt
{
    margin-top:2px;
    border:solid 1px #d8d8b8;
    font: 12px Arial ;
    height:21px;
    /*width:172px;*/
}

.lblRequired
{
    color:#034eaa;
    font: 12px Arial;
}

.headerbanner
{    
    background-image:url(Images/headerTile.gif);
    background-repeat:repeat-x;  
    height:78px;  
    overflow:visible; 
    
}

.fixedDiv
{
    width:1000px;
    margin-left:  auto;
    margin-right: auto;      
}

.infomationbar ul
{
    /*width:1200px;*/
    list-style:none;
    margin:0px;
    padding:0px;
    /*display:inline;*/    
    height:132px;
    left:0px;
    top:0px;    
}

.infomationbar ul li
{
    float:left;    
}

.infobaredgeup
{
    background-repeat:repeat-x;
    height:12px;
}

.infobaredgedown
{
    background-repeat:repeat-x;
    height:4px;
}

/*#bottomPlane
{
    width:1200px;
    height:631px;
    background-color:Blue;
}

.leftside
{
    width:720px;
    background-color: #f8f8f3;  
}*/

.leftsideupper
{
    height: 230px; 
    width:560px; 
    background-color:Transparent;
    padding: 45px 40px 0px 30px;
    font-family: Arial;
    /*font-size: 18px/27px;
    font-style: italic;*/
    font: italic 18px/27px Georgia;
    color:#666666; 
    text-align:left; 
}


.presenter
{
    margin: 14px 0px 0px 0px;
    padding:0px;
}

.presenter div
{
    margin: 0px 0px 0px 0px;
    padding:0px;
}

.leftsidelower
{
    height:320px;
    width:560px;  
    background-color:#ffffff;
    padding: 35px 40px 0px 30px;
    /*font-family: Arial;
    font-size: 14px;
    font-style:normal;*/
    font: 14px/28px Arial;
    color:#333333;
    text-align:left;    
}

.leftsidelower div
{
    padding: 27px 0px 0px 0px;
}

/*.rightside
{
    width:470px;
    height:100%;    
    border-left:solid 1px #d8d8b8;
    border-right:solid 1px #d8d8b8;
}*/

.contactus
{
    height:532px;
    width:330px;
    background-color:#efefe3;
    padding: 36px 0px 0px 54px;
    border-left:solid 1px #d8d8b8;
}

#btnSubmit
{
    margin-top:6px;
}

.followbackstage
{
    height:62px;
    background-repeat:repeat-y;
    position:relative;
    border:none;
    
}

#twitterIcon
{
    position:absolute;
    left:155px;
    top:11.5px;
    border:0px;
}

#facebookIcon
{
    position:absolute;
    left:205px;
    top:11.5px;
    border:0px;
}

.footer
{
    background-repeat:repeat-x;
    height:179px;
    /*width:1200px;*/
    text-align:center;
}

#slideshow
{
    position: relative;
    height: 403px;
    width: 1080px;
    overflow:visible;
    /*background-image:url(Images/back_2.png);*/
   
    margin-left:  auto;
    margin-right: auto;
}

#slideshow img.banner
{
    border:0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8; 
    filter:alpha(opacity=0);
    opacity: 0.0;    
}

#slideshow img.active
{
    z-index: 10;            
    filter:alpha(opacity=100);
    opacity: 1.0;    
}

#slideshow img.last-active
{
    z-index: 9;
}

#slideshowrollover
{
    height: 403px;
    width: 1080px;
    overflow:hidden;
}

#slideshowrollover div
{
    font: 14px/26px Georgia;
    color:White;
}

#slideshowrollover > div
{
    z-index: -1; 
    position: absolute; 
    top:403px;
    left: 14px; 
    width:518px; /*580*/
    height: 255px;/*309px; */
    visibility:hidden; 
    padding:54px 26px 0px 36px;    
}

#slideshowrollover > div > div
{
    padding-top:20px;
}

#test
{ 
    background-color:Aqua;    
}

#slideshowrollover > div a
{
    position:absolute; 
    top:22px; 
    right:22px;
    width:58px;
    height:15px;
}

#slideshowrollover div img
{
    border:0px;
}

#slideshowrollover div.roll-over-active
{
    position: relative;
    z-index: 11;
    visibility:visible;
}

#textContents
{
    display:none;
}


