html {
    height: 100%;
}

body {
    margin: 0px auto;
    font-family: 'lucida grande', arial, tahoma, verdana, sans-serif;
    font-size: 12px;
    background-color: #4e74a1;
    text-align: left;
    padding-left: 5px;
    line-height: 1.4em;
	padding-bottom: 30px;
}

body #wrapper {
    margin: 0px auto; 
    text-align: left; 
    width: 1000px;
}

.main {
}

h1, h2, h3, h4, h5 {
    margin: 0px;
}

img {
    outline: 0;
    border: 0px;
}

a {
    color: #294b73;
}

a, a:visited {
    color: #3D5A7F;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.clickable {
    cursor: pointer;
}

#header {
    padding: 10px 0px 0px 0px;
    margin: 0px;
	height: 60px;
}

#header img.logo {
    display: inline;
    float: left;
    margin-bottom: 10px;
}

#header .info {
    color: #cedfee;
    vertical-align: center;
    margin-top: 30px;
    color: #cedfee;
}

#header .info a {
    display: inline;
    float: right;
    color: #cedfee;
    font-weight: bold;
    margin-left: 15px;
}

#header .info span {
    display: inline;
    float: right;
    color: #cedfee;
    margin-left: 10px;
    font-weight: none;
}

#header .info a:hover {
    color: #e7eff6;
}

#alpha-bar {
    height: 10px;
    background-color: #597eaa;
    margin: 0px;
}

#content {
    background-color: #ededed;
    float: left;
    min-height: 85%;
    position: relative;
    width: 1000px;
    padding: 0px;
    margin: 0px auto;
    clear: both;
    display: block;    
}

#content .wrapper {
    padding: 10px;
}

#content .message-info {
    background-color: #f5f495;
    border-top: 1px solid #c0c621;
    border-bottom: 1px solid #c0c621;
    padding: 10px;
    color: #242424;
    margin-bottom: 10px;
}

#content .message-error {
    background-color: #da8a74;
    border-top: 1px solid #bb5f46;
    border-bottom: 1px solid #bb5f46;
    padding: 10px;
    color: #242424;
    margin-bottom: 10px;
}


#content .message-error a, a:visited {
	color: #2D425D;
}

#content .learn-more {
    margin-bottom: -8px;
    margin-left: 10px;
}

img.icon {
    margin-right: 5px;
    vertical-align: top;
}

form {
    padding: 5px;
}

form input[type="text"], input[type="password"], textarea {
    border: 1px solid #a2bbce;
    padding: 5px 4px;
    display: block;
    margin-bottom: 10px;
    color: #5C5C5C;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

form input[type="text"]:hover, input[type="password"]:hover {
    border: 1px solid #4E74A1;
}

form textarea:hover {
    border: 1px solid #4E74A1;
}

form div.error {
    color: #b15a5a;
    font-weight: bold;
    margin-bottom: 5px;
}

form label {
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 3px;
}

form p {
    font-size: 11px;
    margin: 3px;
}

form .errorlist {
    list-style: none;
    padding: 0px;
}

form .errorlist li {
    padding-top: 10px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #954B37;
}

#feedback textarea {
    width: 500px;
    height: 150px;
}

ul li {
    margin-bottom: 5px;
}

#footer {
    padding: 10px;
	padding-left: 30px;
    background: #6185b0;
    clear: both;
    margin: 0px auto; 
}
.footer-column-1 {
    width: 80px;
    float: left;
}
.footer-column-2 {
    width: 200px;
    float: left;
	margin-left: 20px;
}
#footer h3 {
    font-weight: bold;
    line-height: 1em;
    color: white;
    font-size: 12px;
    line-height: 1.5em;
}
#footer p {
    color: #cedfee;
    font-weight: bold;
    line-height: 1em;
    margin-left: 20px;
    font-size: 12px;
	margin: 12px 0;
}
#footer h3 {
}
#footer a {
    color: #cedfee;
    font-weight: normal;
    margin-right: 25px;
}

.clear {
    clear: both;
}
