﻿html, body {
	height: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    min-width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color:#545454;
    background-color:#eaeaea;
    background-image:url('images/backGrad.gif');
    background-repeat:repeat-x;
}
#container 
{
    position:relative;
    top:0;
    margin:0 auto;
    padding:0;
    width:960px;
    background-color:Red;
    height:auto;
    min-height:100%;
    background-color:#cbd7da;
    background-image:url('images/bottomBubble.gif');
    background-repeat:no-repeat;
    background-position:191px bottom;
    border-right: solid 1px #c2c2c2;
    border-left: solid 1px #454545;
    
}
#header 
{
    height:138px;
    width:100%;
    background-color:#547587;
    background-image:url('images/topBarBubbles.gif');
    background-position:240px 0px;
}
#headerNav 
{
    height:48px;
    width:100%;
    background-color:#cbd7da;
    background-image:url('images/topBarBack.gif');
}
#headerNav img
{
    float:left;
}
#headerNav p 
{
    padding:0;
    margin:0;
    height:20px;
    position:relative;
    top:8px;
    font-family:"Arial";
    font-size:14px;
    font-weight:bold;
    text-indent:0;
    
}
#headerNav a
{
    margin-right:30px;
    color:#2b4e5f;
}
#navLeft 
{
    position:absolute;
    top:186px;
    width:191px;
    background-image:url('images/navBack.gif');
    bottom:30px;
    padding-bottom:35px;
}
#content 
{
    margin-left:206px;
    margin-right:190px;
    padding-bottom:35px;
}
#footer
{
    border-right: solid 1px #686868;
    bottom:0;
    height:30px;
    position:absolute;
    background-color:#415664;
    width:100%;
    color:#e5ebec;
}
#footer a
{
    color:#e5ebec;
}
#footer p
{
    font-size:11px;
    margin:5px auto;
    text-align:center;
}
#footer span
{
    margin-left:20px;
    margin-right:20px;
}
p 
{
    margin: 3px 3px 6px 3px;
}
img 
{
    border:none 0px black;
    border-collapse:collapse;
}
a 
{
    color:#2b4e5f;
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}
.glassBox 
{
    background-color:#eef2f3;
    border:solid 1px #afb9bc;
    padding:5px;
    margin-bottom:10px;
    color:#545454;
}
.glassIconBox 
{
    padding:0;
    float:left;
    margin-right:10px;
    background-color:#eef2f3;
    border:solid 1px #afb9bc;
    margin-bottom:10px;
    color:#545454; 
}
#rightBar 
{
    float:right;
    width:170px;
    margin-right:10px;
    padding-bottom:35px;
}

#rightBar h1
{
    text-align:center;
    text-indent:0px;
}
h1 
{
    font-size:16px;
    margin-top:0;
    margin-bottom:8px;
}
h2
{
    font-size:14px;
    margin-top:3px;
    margin-bottom:3px;
}
h3
{
    font-size:13px;
    margin-top:3px;
    margin-bottom:3px;
}
#navLeft 
{
    font-family:"Arial";
    font-size:14px;
    font-weight:bold;
}

#navLeft a 
{
    color:#2b4e5f;
}
#navLeft ul 
{
       list-style-type:none;
    margin: 5px;
    padding:0;
    text-indent:0;
}
#navLeft li 
{
    left:0;
    margin-bottom:5px;
    margin-left:0px;
    padding:0;
}
#navLeft li ul
{
    margin-top:5px;
    margin-bottom:10px;
    margin-left:15px;
    font-size:12px;
    display:none;
}
#navLeft div
{
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
.invGlassBox 
{
    background-color:#415664;
    border:solid 1px #686868;
    color:#E5EBEC;
    padding:5px;
    margin-bottom:10px;
    font-weight:bold;
}

.invGlassBox a
{
    color:White;
}
#onlineDemo
{
    background-image:url("images/onlineDemoBackground.gif");    
}
#onlineDemo a
{
    text-align:center;
    text-indent:0;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}
#news h3
{
    font-size:12px;
}
#news p 
{
    font-size:11px;
}
.clear
{
    clear:both;
}
.clearl
{
    clear:left;
}
.clearr
{
    clear:right;
}

#modalBackground 
{
    background-color:#000000;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    z-index:1;
    display:none;
       
}
.modalBox 
{
    
    position:absolute;
    top:0;
    min-width:100px;
    min-height:100px;
    background-color:#eef2f3;
    border:solid 1px #303030;
    z-index:10;
    display:none;
    padding:20px;
    max-height:85%;
     overflow:auto;
}
div.formbox h1, div.formbox h2, div.formbox h3 
{
    clear:left;
    padding-top:5px;
    padding-bottom:5px;
}
div.formbox input[type=text], div.formbox input[type=password]{
    border:1px solid #999999;
    font: 11px "Arial";
    width:180px;
    color:#343434;
    
}
div.formbox textarea {
    border:1px solid #999999;
    font: 11px "Arial";
    width:180px;
    color:#343434;
    
}
div.formbox input[type=submit],div.formbox input[type=button]
{
    font: 11px "Arial";
    font-weight:bold;
    padding:3px;
    border:1px solid #999999;
    background-color:#a0a0a0;
    color:White;
}
div.formbox input[type=submit]:hover,div.formbox input[type=button]:hover
{
    border:1px solid #000000;
    color:White;
    background-color:#343434;
}
div.formbox select
{
    font: 11px "Arial";
    border:1px solid #999999;
    background-color:White;
    color:#343434;
    min-width:180px;
}
div.formbox select option
{
    padding:1px;
    color:#343434;
}
div.formbox label {
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    clear:left;
}
div.formbox .literal {
    padding-top:2px;
}

div.formbox label span em
{
    font-style:italic;
    font-size:11px;
}
div.formbox label span{
    display:block;
    float:left;
    padding-right:6px;
    padding-top:2px;
    width:170px;
    text-align:right;
    font-weight:bold;
    margin-bottom:10px;
}
div.formbox .spacer {
    margin-bottom:10px;
    padding-bottom:5px;
    margin-left:176px;
    clear:left;

}
div.formbox .errorspacer {
    margin-bottom:10px;
    margin-left:176px;
    font-weight:bold;
    color:Black;
}
#partnersTable 
{
}
.col2A div, .col2B div
{
    margin:10px 5px 10px 5px;
    padding:5px;
    background-color:White;
    border:solid 1px #E0E0E0;
}
.col2A 
{
    width:50%;
    float:left;
    margin:0;
    padding:0;
}
.col2B
{
    float:right;
    width:50%;
    margin:0;
    padding:0;
}
.closeModal 
{
}
.caseStudyLogo 
{
    text-align: center;
}
.leftImage 
{
    float:left;
    padding-right:10px;
    padding-bottom:10px;
    margin:1px;
    max-height:300px;
    max-width:50%;
}
.rightImage 
{
    float:right;
    padding-left:10px;
    padding-bottom:10px;
    margin:1px;
    max-height:300px;
    max-width:50%;
}
.quote
{
    margin:5px;
    padding:10px;
    font-style:italic;
}
.rightLink 
{
    padding:3px;
    text-align:center;
     font-weight:bold;
}
.tableImage
{
    margin:0px 0px 0px 0px 0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-top:0px;
    height:100px;
    width:100px;
}
    
.whyLoisPopup 
{
    display:none;
    position:absolute;
    margin-top:-150px;
    margin-left:-20px;
    width:180px;
    background-color:White;
    border:1px solid #AFB9BC;
    padding:8px;
    
}