* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 100%;
    font-family: Verdana, Lucida, Arial, sans-serif;
}

body {
    font-size: 0.70em;
    color: #111111;
}

/*
    Main content
*/

h1,
h2,
h3,
h4 {
    font-weight: bold;
    margin: 10px 0px 15px 0px;
    line-height: 135%;
}

h1 {
    font-size: 170%;
    font-weight: normal;
}

h2 {
    font-weight: normal;
    font-size: 130%;
}

h3 {
    font-weight: normal;
    font-size: 130%;
}

h4 {
    font-weight: normal;    
    font-size: 110%;    
}

h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
}

a {
    color: #600854;
    outline: none;
}

a:hover {
    text-decoration: none;
}

p,
address,
pre,
ul,
ol {
    line-height: 135%;
    margin: 0px 0px 20px 0px;
    color: #404040;
}

address, blockquote {
    font-style: italic;
    margin-left: 20px;
}

pre {
    font-family: monospace;
    font-size: 130%;
}

li {
    margin: 0px 0px 10px 40px;
}

td,
th {
    vertical-align: top;
    text-align: left;
    padding: 3px 5px 3px 5px;
}

/*
    Forms
*/

table.form td {
    white-space: nowrap;    
}

label {
    font-weight: normal;
}

.required label {
    font-weight: bold;
}

span.required {
    vertical-align: top;
}

input,
select,
textarea {
    border: 1px #808080 solid;
    padding: 1px 2px 1px 2px;
}

input,
select {
    width: 200px;
}

input.submit {
    width: auto;
    border: 1px black solid;
    background: #600854;
    color: white;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

input.submit:hover {
    background: #802874;
}

textarea {
    width: 250px;
}

.error input,
.error textarea {
    background: #FFb0b0;
}

ul.errorlist {
    color: #800000;
    margin: 5px 0px 5px 0px;
    list-style: none;
}

ul.errorlist li {
    margin: 0px 0px 0px 0px;    
}

a img {
    border: none;    
}

/* 
    Homepage 
*/

p#homepage-background {
    position: relative;
    background: transparent url("../img/homepage.jpg") top left no-repeat; 
    width: 621px; 
    height: 345px;
}

a#small-business-link,
a#partners-link {
    padding: 10px 10px 10px 10px; 
    text-decoration: none;
    color: white;
    display: block;
    width: 125px;
    height: 78px;
    position: absolute;
    top: 175px;
}

a#small-business-link {
    left: 279px;
    background: transparent url("../img/small-business.png");
}

a#small-business-link:hover {
    background-position: bottom left;
}

a#partners-link {
    left: 454px;
    background: transparent url("../img/partners.png");
}

a#partners-link:hover {
    background-position: bottom left;
}

p#homepage-animation {
    left: 279px; 
    top: 18px; 
    width: 100px; 
    height: 100px; 
    position: absolute;
}
