html, body {
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #d6d6d6;
    line-height: 20px;
    background-color: #010101;
    background-image: url('/images/bg_tile.jpg');
	height: 100%;
}

.green {
    color: #8ed140;
    padding: 0;
}
.yellow {
    color: #c8d140;
    padding: 0;
}
.callout {
    background-image: url('/images/callout_tile.jpg');
    opacity: .55;
    filter: alpha(opacity = 55); /* Used for IE */
    color: #465523;
    line-height: 110px;
    font-family:  "colaborate-1", "colaborate-2", arial, sans-serif;
    font-weight: 700;
    height: 110px;
}
.container {
    width: 950px;
    margin: auto;
}
.error_message {
    color: #d46a6a;
    padding: 5px;
    margin: 0 0 10px 0;
    border: solid 1px #9a3c3c;
    background-color: rgba(209, 64, 64, .5);
    width: 390px;
}
.success_message {
    color: #a3cf70;
    padding: 5px;
    margin: 0 0 10px 0;
    border: solid 1px #a3cf70;
    background-color: rgba(142, 209, 64, .5) !important;
    width: 390px;
}
img {
    border: none;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    top: -65px;
    margin: 0 auto -51px;
}
.push {
    height: 51px;
}
/* links */
a {
    text-decoration: none;
    color: #8ed140;
;
}
a:hover {
   border-bottom: dashed 1px;
}

/* button */

.button {
    color: #d6d6d6;
    background: transparent;
    border: none;
    border-bottom: solid 1px #8ed140;
    padding: 0;
    margin: 0;
    cursor: hand;
    cursor: pointer;
    font-size: 14px;
    height: 23px;
    width: auto;
}
.button:hover {
    color: #8ed140;
    border-bottom: solid 1px #d6d6d6;
}

/* Header */

#header {
    margin-top: 0px;
    padding-top: 0px;
    height: 165px;
    clear: both;
    border-top: 4px solid #8ed140;
    background-image: url('/images/highlight.png');
    background-position: center;
    background-repeat: no-repeat;
}
#header a:hover {
    border-bottom: dashed 1px #d6d6d6;
}
#header, #footer {
    width: 100%;
    clear: both;
}
#imperez_logo {
    display: block;
    width: 216px;
    height: 48px;
    float: left;
    margin-top: 12px;
}
#tag {
    display: block;
    font-family: times new roman, serif;
    font-style: italic;
    color: #6d6d6d;
    margin-left: 13px;
    letter-spacing: 1px;
    width: 300px;
    float: left;
    margin-top: 32px;
}
#navigation {
    float: right;
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}
#navigation li {
    display: inline;
    float: left;
    margin: 0 0 0 30px;
}
#navigation li a {
    font-family: "colaborate-1", "colaborate-2", arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #d6d6d6;
}

/* footer */

#footer {
    height: 43px;
    background-color: #8ed140;
    border-top: 7px solid #465523;
}
#footer, #footer a, #footer a:visited, #footer a:hover {
    color: #161616;
}
#footer span {
    font-size: 10px;
    margin-top: 2px;
}
#disclaimer {
    float: left;
}
#copyright {
    float: right;
}
#social_menu {
    list-style-type: none;
    padding: 0;
    margin: 18px 0;
}
#social_menu li {
    display: inline;
    float: left;
    margin-right: 9px;
}
