/* Global styles */

* {
	margin: 0;
}
body {
    padding: 0;
    background: #e9e9e9 url(../images/background.gif) no-repeat center top;
    text-align: center;
    width: 100%;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 12px;
    color: #262626;
}
html, body {
	height: 100%;
}
a {
    color: #8e0100;
}
img {
    border: none;
    vertical-align: middle;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -163px; /* the bottom margin is the negative value of the footer's height */
}
.container, .contentBody {
	width: 973px;
	margin:0px auto;
	text-align:left;
}
.content {
    margin-left: 10px;
}
.push {
	height: 163px; /* .push must be the same height as #footer */
    margin-top: 158px;
}
.di {
    display: inline;
}
.rule {
    background: url(../images/rule.gif) repeat-x;
    height: 1px;
    margin-top: 9px;
}
.clear {
    clear: both;
}

/* Begin Header elements */
#header {
    height: 162px;
	text-align:left;
}
#headerleft {
    width: 170px;
    display: inline;
    float:left;
}
/* End Header elements */

/* Begin Footer elements */
#footer {
	height: 163px; /* .push must be the same height as #footer */
    background-color: #262626;
}
.footer0c {
    background-color: #0c0c0c;
    height: 7px;
}
.footerrule {
    background: url(../images/footer_rule.gif) repeat-x;
    height: 1px;
}
.footer26 {
    background-color: #262626;
    position: relative;
    height: 155px;
}
.footerva {
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    margin-left: 16px;
    display: inline;
}
.fi, #fiNav {
    display: inline;
}
.footerNav {
    display: inline;
    margin-right: 18px;
}
/* End Footer elements */

/* Begin LeftContent elements */
#leftContent {
    width: 150px;
    display: inline;
    margin-right: 38px;
    float: left;
}
#leftNav {
    margin-top: 16px;
    display: inline;
    background-color: #ffffff;
}
.leftNavMenu {
    width: 150px;
    height: 32px;
    text-align: right;
    background: #ffffff url(../images/rule.gif) repeat-x left top;
    margin-top: 13px;
}
.leftNavPadding {
    padding-top: 13px;
    padding-bottom: 12px;
}
.hidden {
    visibility: hidden;
}
#socialMedia {
    width: 127px;
    margin-top: 22px;
    margin-left: 22px;
}
#socialMediaIcons {
    margin-top: 11px;
    margin-left: 30px;
    background-color: #ffffff;
}
.socialMediaIcon {
    width: 19px;
    height: 19px;
    margin-left: 3px;
    display: inline;
}
#socialMediaJoin {
    width: 71px;
    height: 19px;
    margin-top: 13px;
    margin-left: 56px;
}

/* End LeftContent elements */


/* Center Content */
#centerContent {
    display: inline;
    float: left;
}
/* End Center Content elements */

/* Right Content */
#rightContent {
    display: inline;
    float: right;
}
/* End Right Content elements */