﻿
div.row
{
    width: 400px;
    padding: 5px;
    
}

div#passwordbox
{
    margin: 30px 0 70px 0;
}

div.row input, textarea
{
    border: 1px solid #ccc;
    width: 200px;
    padding: 3px;
}

div.row textarea
{
    height: 120px;
}

div.row span.label
{
    float: left;
    text-align: right;
    margin-top: 3px;
    display: block;
    width: 120px;
}

div.row span.entry
{   
    margin-left: 10px;
}
 
#carl
{
    float: left;
}

*
{
    margin: 0; padding: 0;
    font-family: Arial, Verdana;
    
}

p
{
    padding-bottom: 20px;
}

a
{
    cursor: pointer;
    color: #484848;
    text-decoration: none;
}

h2
{
    padding-bottom: 10px;
}

#smallLogo
{
    position: absolute;
    top: 27px;
    left: 0;
}

#smallLogo a
{
    cursor: pointer;
}

a:hover
{
    color: brown;
}

ul
{
    margin-bottom: 12px;
}

li
{
    list-style-type: disc;
    margin-left: 20px;
}

#menu
{
    float: left;
    color: #484848;
    font-size: large;
    line-height: 30px;
    text-align: right;
    
}

#menu li
{
    list-style: none;
}

div#wrapper
{
    
    position: relative;
    min-height: 100%;
    width: 100%;
}

div#main
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    
}

div#content
{
    
    font-size: small;
    line-height: 20px;
    text-align: left;
    width: 470px;
    float: right;
    
    color: #484848; 
    
}

#header
{
    height: 18px;
    margin-bottom:40px;
    background-color: #484848;
    clear: both;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    min-width: 1024px;
    color: White;
    font-size: small;
    font-family:Verdana;
    padding: 5px 0px 4px 0px;
    text-align: right;
}

img
{
    border: 0;
}

#header span
{
    padding-right: 10px;
    
}

#header a
{
    color: White;
}

#header a:hover
{
    color:White;
}

#logoTitle
{

}

#logo
{
    margin-left: 20px;
    width: 100px;
    padding: 120px 120px 40px 120px;
    background: #fff url('Images/logo.gif') no-repeat;
}

div.complete
{
    clear: both;
}

#footer 
{
    clear: both;
    width: 100%;
    min-width: 1024px;
}

#footer #bar
{
    height: 177px;
    background: #fff url('Images/bar.gif') repeat-x;
}

#footer #footer_content
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#footer #bar #quote
{
    color:White;
    position: absolute;
    text-align: center;
    bottom: 205px;
    font-family: Arial;
    font-size: 0.9em;
    line-height: 24px;
    width: 290px;
    float: left;
    
}

#footer #bar #caption
{
    position: absolute;
    font-size: 1.8em;
    letter-spacing: 3px;
    color: White;
    bottom: 225px;
    width: 300px;
    padding-left: 340px;
}


#footer #cloud
{
    height: 120px;
    background: #d0e6b3 url('Images/clouds.gif') no-repeat;
}

#footer #bar #tagline
{
    position: relative;
    color: #444;
    bottom: -160px;
    padding-left: 340px;
    font-size: 12px; 
    font-style: italic;

}

#footer #bottom_menu
{
    padding: 6px 0 8px 0;
    height: 100%;
    background: #def4c2;
    color: #484848;
    font-size: small;
    font-family: Arial;
    text-align: center;
}
