﻿html, body 
{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:.9em;
    background-image:url("../images/LG_HeaderGraphic.gif");
    background-repeat:repeat-x;
}

h1 { font-size:16pt; font-weight:bold; color:Navy;  }
h2 { font-size:14pt; color:Navy;  }
h3 { font-size:10pt; color:Navy;  }

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }

.topMargin { margin-top:12px;}
.bottomMargin { margin-bottom:12px;}
.topLeft { margin-left:12px;}
.topRight { margin-right:12px;}

.font_14 { font-size:14pt }
.font_10 { font-size:10pt }

.lightGray { background-color:#eeeeee; }
.hidden { visibility:hidden; }

/*  LAYOUT  ============================================================================  */

#LG_Container
{
    width:950px;
    margin:0px auto;    
}

#LG_Header
{
    height:64px;
}

#LG_Header h1 { color:#facd00; font-weight:lighter; }

#LG_Body
{
    background-color:White;
    padding-bottom:24px;
}
#LG_Footer
{
    text-align:center;
    height:64px;
}

.FeaturesBenefits
{
    float:left;
    margin:12px 0;
    margin-left:12px;
    width:400px;    
}

.VideoSignup
{
    float:right;
    margin:12px 0;
    width:500px;
    
}

.clearDiv
{
    clear:both;
}

.leadCapture
{
    margin-top:12px;
}



/*  LEAD CAPTURE BOX  ============================================================================  */
#LeadCaptureControl { width:310px; }

#LeadCaptureBox
{    
    border:solid 1px Black;
    background-color:#eeeeee;
}
#LeadCaptureContent
{
    margin:12px;
}
#LeadCaptureContent p.lbl 
{ 
    margin:2px 0px;
    display:block;
    width:90px;
    float:left; 
}
#LeadCaptureContent p.input
{ 
    margin:2px 0px;
    display:block;
    float:left; 
}
#LeadCaptureContent p.ButtonRight 
{ 
    margin:0px;
    text-align:right; 
    padding-right:24px;
}
.PrivacyPolicy
{
    margin-top:4px;
    text-align:center;
}
