﻿/*================================================== GLOBAL STYLES */
body 
{
    text-align: center;
    margin: 10px auto;
}

a img {border: none; }

/*================================================== MISC STYLES */

#divContainer
{
    width: 1000px; 
    position: relative; 
    height: 640px; 
    margin: 0px auto;
}

#divTopGrad
{
    position: absolute;
    top: 100px;
    left: 220px;
    width: 780px;
    height: 10px;    
    background: #009933 url(../images/topgrad1.png) repeat-y; /*Green*/
}

#divBottomLeftCorner
{
    position: absolute;
    top: 595px;
    left: 0px;
    width: 220px;
    height: 25px;    
    background-color: #395dbb; /*Dark blue*/  
}

#divBottomGrad
{
    position: absolute;
    top: 595px;
    left: 220px;
    width: 1000px;
    height: 25px;    
    background: url(../images/topgrad1.png) repeat-y;    
}

#divBottomRightCorner
{
    position: absolute;
    top: 595px;
    left: 650px;
    width: 350px;
    height: 25px;    
    background-color: #009933;    /*Green*/
}

/*================================================== LOGO */

#divLogo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 75px;    
    text-align: left;
}

/*================================================== LOGIN */

#divLogin
{
    position: absolute;
    top: 0px;
    left: 280px;
    width: 370px;
    height: 75px;
    text-align: left;
}

/*================================================== TOP NAV */
#divTopNav
{
    position: absolute;
    top: 75px;
    left: 0px;
    width: 741px;
    height: 20px;
    text-align: left;
    margin-left: 15px;
    z-index: 10001px;    
}
#divTopNav a
{
    margin: 0px 45px 0px 0px;
}
/*
.TopNavMenu
{
    background-color: White;
    border: solid 1px #cccccc;    
    position: relative;
    font-family: Trebuchet MS;
    font-size: 8pt;
    text-align: left;
    padding: 10px 0px;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
}
.TopNavMenu a
{
    text-decoration: none;
    color: #666666;
    padding-left: 10px;
    padding-bottom: 3px;
    display: block;
}
.TopNavMenu a:hover
{
    background-color: #009933;
    color: White;
}
*/
.TopNavMenu
{
    background-color: white;    
    border: solid 1px #666666; 
 /*   border-top: dashed 1px #666666; */
    position: relative;
    font-family: Trebuchet MS;
    font-size: 8pt;
    text-align: left;
    padding: 10px 0px;
        
    /* WHITE MENU */
    background-color: white;    
    
    /* GREEN MENU   
    background-color: #009933;    
    */
    /* BLUE MENU  
    background-color: #6f90e8;    
    */

}
.TopNavMenu a
{
    text-decoration: none;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 2px;
    display: block;
    height: 14px;
    
    /* WHITE MENU */
    border: solid 2px white;
    color: #666666;
    
    /* GREEN MENU 
    border: solid 2px #009933;
    color: white;
    */
    /* BLUE MENU 
    border: solid 2px #6f90e8;
    color: white;
    */
}
.TopNavMenu a:hover
{
    color: White;      
    background-color: #009933;
    
    /* WHITE MENU 
    background-color: #666666;
    color: white;  
    border: inset 2px #666666;
    */
    /* GREEN MENU 
    background-color: #c1ff9e;
    color: #009933;  
    border: inset 2px #c1ff9e;
    */
    /* BLUE MENU 
    background-color: #395dbb;
    color: white;  
    border: inset 2px #395dbb;    
    */
}
/*================================================== CREATE ACCOUNT AREA */

#divStart
{
    position: absolute;
    top: 0px;
    left: 650px;
    width: 350px;
    height: 110px;   
    z-index: 10px;
}

#divPlaceOrder
{
    position: absolute;
    top: 0px;
    left: 650px;
    width: 350px;
    height: 110px; 
}

.CreateAccount
{       
    z-index: 10px;
    width: 162px; 
    height: 100%; 
    padding: 15px; 
    text-align: left;
    border: solid 1px #009933;
    background-color: #395dbb; /*Dark blue*/
/*    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;    */
}

.CreateAccountDropShadow
{
    width: 162px;
    height: 100%;
    padding: 15px;
    background-image: url(../images/create_account_dropshadow.png);
    background-repeat: no-repeat;
}

/*================================================== LEFT NAV */

#divLeftNav
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 190px;
    height: 495px;    
    background-color: #395dbb; /*Dark Blue*/
    padding: 0px 15px;
    text-align: left;
}

.LeftNavActive
{
    font-family: Georgia;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
    color: #c1ff9e; /*Light green*/
    text-decoration: none;
}

.LeftNavInactive
{
    font-family: Georgia;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    padding-bottom: 5px;
    color: #6f90e8;  /*Light blue*/
    text-decoration: none;      
}

.LeftNavHRule
{
    border: solid 1px #6f90e8;
    width: 100%;
    height: 0px;    
}

/*================================================== CONTENT AREA */

#divContentArea
{
    border-right: solid 1px #009933; /*Green*/
    position: absolute;
    top: 110px;
    left: 220px;
    width: 769px;
    height: 475px;
    text-align: left;
    padding: 5px;    
}

.ContentHeader
{
    font-family: Georgia;
    font-size: 3em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #999999;    /*Dark gray*/
}

.ContentSubHeader
{
    font-family: Trebuchet MS;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000; /*black*/
    font-weight: bold;
}

.Content
{
    font-family: Trebuchet MS;
    font-size: .8em;
    color: Black;
    padding-bottom: 10px;
    text-decoration: none;
}

/*================================================== BOTTOM NAV */

#divBottomNav
{
    position: absolute;
    top: 620px;
    left: 0px;
    width: 1000px;
    height: 20px;   
    font-family: Trebuchet MS;    
}
#divBottomNav a
{
    color: #666666; /*Dark Gray*/
    font-size: 8pt;
    text-decoration: none;    
    margin: 0px 5px;
}

/*================================================== MODAL */
.ModalBackground
{
    position: fixed;
    top: 0px;
    left: 0px;
    background: gray;
    filter: alpha(opacity=50);     
    -moz-opacity: .90;    
    opacity: 0.50; 
}    

.Modal
{
    background: white;
    padding: 10px;
    border: solid 1px #009933;   
    text-align: left; 
}

/*================================================== HOW IT WORKS SECTION */

.StepBox
{
    background-image: url(../images/step_box3.png);
    background-repeat: no-repeat;
    height: 175px;
    width: 165px;
    text-align: right;
    vertical-align: bottom;
    font-family: Trebuchet MS;
    font-size: .9em;
    color: white; /*Dark green*/
    padding: 3px 15px 3px 10px;    
}

.StepBoxHeader
{
    font-family: Times New Roman;
    font-size: 4em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    color: white; /*Dark green*/
    padding-left: 5px;
    padding-top: 5px;
}
 
 /*================================================== ADDRESS VALIDATOR */
 .OriginalAddress
 {
	padding-left: 20px;
	padding-right: 15px;	
 }
 
 .AddressSelection
 {
	padding-left: 5px;	
 }
 
 .AddressDifference
 {
	color: Red;
 }
    
/*================================================== STANDARD CONTROLS */

.Button1
{
    border: outset 1px #009933; 
    background-color: #009933; 
    height: 20px; 
    color: White; 
    font-family: Georgia; 
    font-weight: bold; 
    font-size: 8pt; 
    cursor: pointer;    
    padding-left: 3px;
    padding-right: 3px;
}

.Button2
{
    border: outset 1px #395dbb; 
    background-color: #395dbb; 
    height: 20px; 
    color: White; 
    font-family: Georgia; 
    font-weight: bold; 
    font-size: 8pt; 
    cursor: pointer;    
    padding-left: 3px;
    padding-right: 3px;
}

.Button3
{
    border: outset 1px red; 
    background-color: red; 
    height: 20px; 
    color: White; 
    font-family: Georgia; 
    font-weight: bold; 
    font-size: 8pt; 
    cursor: pointer;    
    padding-left: 3px;
    padding-right: 3px;
}

.Textbox1
{
    font-size: 8pt;
    font-family: Trebuchet MS;  
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px;
    height: 16px;
    padding: 1px 3px 1px 1px;   
    background-color: White;  
    background-repeat: no-repeat;
    background-position: left;     
}

.Watermark
{
    color: Gray;
}

.PasswordWatermark
{
    background-image: url(../images/password_mask.png);
    color: White;
    text-align: right;    
}

.ChoosePasswordWatermark
{
    background-image: url(../images/choose_password_mask.png);
    color: White;
    text-align: right;    
}

.ConfirmPasswordWatermark
{
    background-image: url(../images/confirm_password_mask.png);
    color: White;
    text-align: right;        
}

.Dropdown1
{
    font-size: 8pt;
    font-family: Trebuchet MS;   
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px;
    height: 20px;
    padding: 1px 3px 1px 1px;   
    background-color: White;  
    background-repeat: no-repeat;
    background-position: left;   
    margin: 1px;   
}

.Dropdown2
{
    font-size: 8pt;
    font-family: Trebuchet MS;   
    border-style: solid;
    border-color: #aaaaaa;
    border-width: 1px;
    height: 18px;
    padding: 0px;   
    background-color: White;  
    background-repeat: no-repeat;
    background-position: left;   
    margin: 1px;   
}
.Dropdown2 option
{
    color: Red;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    vertical-align: top;
    border-color: Green;    
}

/*================================================== OVERRIDE CLASSES */

.Error
{
    color: Red;
}

.HRule1
{
    
}

.HRule2
{
    height: 0px;
    border: dotted 2px black;
}

.Font1
{
    font-family: Georgia;
}

.Font2
{
    font-family: Trebuchet MS;
}

.Font3
{
    font-family: Times New Roman;
}

.Size1
{
    font-size: .7em;
}

.Size2
{
    font-size: .8em;
}

.Size3
{
    font-size: .9em;
}

.Size4
{
    font-size: 1em;
}

.Size5
{
    font-size: 1.2em;
}

.Size6
{
    font-size: 1.4em;
}

.Size7
{
    font-size: 1.6em;
}

.Size8
{
    font-size: 1.8em;
}

.Size9
{
    font-size: 2em;
}

.Size10
{
    font-size: 2.5em;
}

.Size11
{
    font-size: 3em;
}


.Color1
{
    color: #395dbb; /*Dark blue*/
}

.BackColor1
{
    background-color: #395dbb; /*dark blue*/
}

.Color2
{
    color: #6f90e8; /*Light blue*/
}

.BackColor2
{
    background-color: #6f90e8; /*Light blue*/
}

.Color3
{
    color: #009933; /*Green*/    
}

.BackColor3
{
    background-color: #009933; /*Green*/   
}

.Color4
{
    color: #c1ff9e; /*Light green */
}

.BackColor4
{
    background-color: #c1ff9e; /*Light green */
}

.Color5
{
    color: #666666; /*Dark gray*/
}

.BackColor5
{
    background-color: #666666; /*dark gray*/
}

.Color6
{
    color: #cccccc; /*Light gray*/
}

.BackColor6
{
    background-color: #cccccc; /*Light gray*/
}

.Color7
{
    color: #aaaaaa; /*Medium gray*/
}

.BackColor7
{
    background-color: #aaaaaa; /*Medium gray*/
}

.Color8
{
    color: Black;
}

.BackColor8
{
    background-color: Black; 
}

.Color9
{
    color: White;
}

.BackColor9
{
    background-color: White; 
}

.Color10
{
    color: Red;
}

.BackColor10
{
    background-color: red; 
}

.Color11
{
    color: #ff6600; /*Dark Orange*/
}

.BackColor11
{
    background-color: #ff6600; /*dark orange*/
}

.NoDecor
{
    text-decoration: none;
}

.NoWrap
{
    white-space: nowrap;
}

.Bold
{
    font-weight: bold;
}

.Italic
{
    font-style: italic;
}

.Underline
{
    text-decoration: underline;
}

.Pointer
{
    cursor: pointer;
}