* {
    margin: 0; padding: 0;
}


/* Layout */
html {
    background: #eee url(../img/bg.png) center repeat-y;
    color: #464646;
    font-family: "Gill Sans MT","Gill Sans",Arial,Verdana,sans-serif;
    font-size: 14pt;
}

#container {
    margin: auto;
    width: 900px;
}

#header {
    background: #2c2c2b url(../img/head-bg.png) top left repeat-x;
    height: 65px;
    margin-left: 1px;
    margin-right: -1px
}

#header h1 {
    float: left;
    font-size: 50px;
    font-weight: normal;
    margin-left: 5px;
}

#main, #footer {
    margin: 0 5px;
}

#main-banner {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

#main-left {
    float: left;
    text-align: center;
    width: 437px;
}
#main-right {
    float: right;
    width: 437px;
}

#smallprint {
	text-align: left;
	width: 437px;
	margin-left: 50px;
    font-size: 8pt;
}

#footer {
    clear: both;
    font-size: 8pt;
    text-align: right;
}
/* End layout */


/* Typography */
p {
    margin-bottom: 1.5ex;
}

#main-right strong {
    color: #000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-bottom: 0.25ex;
}

#header h1 {
    color: #d2d2d2;
    font-family: Trebuchet, "Gill Sans MT","Gill Sans",Arial,Verdana,sans-serif;
}

img {
    border: none;
}
/* End typography */


/* Front page styles */
.fpicon {
    float: left;
}

#main-left ul, #main-right ul {
    list-style-type: none;
}
#main-right li {
    clear: both;
}
#main-right li span {
    float: right;
    margin-bottom: 15px;
    width: 370px;
}

.tagline {
    font-size: 20pt;
}
/* End front page style */


/* Links */
a{
    color: #464646;
}

a:visited {
    color: #606060;
}
a:hover {
    color: #000;
}

.morelink {
    clear: both;
    text-align: center;
}

p.tagline{
    margin-top: 40px;
}

/* End links */


/* Login form */
.login {
    float: right;
    padding: 6px;
    text-align: right;
    width: 200px;
    z-index: 1000;
}

#loginform {
    background: #b7b7b7 url(../img/login-bg.png) top left repeat-x;
    color: #000;
    padding: 12px;
    width: 200px;

    z-index: 1000;
    position: fixed;
    top: 22px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 2px 3px 2px #666;
    -webkit-box-shadow: 2px 3px 2px #666;
    box-shadow: 2px 3px 2px #666;

    display: none;
}

.open {
    background-color: #d4d4d4;
    
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.login label {
    font-size: 10pt;
    float: left;
}


.login input {
    margin: 0; padding: 0;
    font-size: 14pt;
    width: 100%;
}

.login a {
    color: #d2d2d2;
    font-size: 13px;
    padding: 4px;
    text-decoration: none;
}

#loginform a {
    color: #000;
    float: left;
}

a.open {
    color: #000 !important;
}

/* End login form */

