.inline {
	display: inline;
}

* {
	margin: 0;
}
html {
	height: 100%;
}
body {
    margin: 0;
	height: 100%;
	background: #eeeeee;
	text-rendering: optimizeLegibility;
}

.wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: -4em;
	width: 1120px;
}

.footer, .push {
	height: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.footer_nav {
    padding-top: 5px;
    float: right;
    font-size: 0.85em;
}

.copyright {
    padding-top: 5px;
    margin-left: 32px;
    float: right;
    font-size: 0.85em;
    font-weight: bold;
}

.content {
    padding-top: 64px;
}

#title_div {
    border: 0 #333333 solid;
    border-bottom-width: 5px;
    margin-bottom: 60px;
}

#title_div h1 {
    margin-bottom: 0 !important;
    float: left;
}

#nav {
    padding-top: 40px;
    float: right;
}

#header_div {
    border: 0 #333333 dashed;
    border-bottom-width: 5px;
    margin-bottom: 50px;
}

#header_div h2 {
    margin-bottom: 0 !important;
}

.icon {
    float: left;
    margin: -13px auto auto -80px;
}

.text_icon_left {
    float: left;
    margin: -13px auto auto -80px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: center;
    text-align: center;
    font-weight: bold;
    background: url('/images/icons/empty.png') no-repeat;
}

.text_icon {
    float: left;
    margin: -13px auto auto 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: center;
    text-align: center;
    font-weight: bold;
    background: url('/images/icons/empty.png') no-repeat;
}

.text_icon_title_left {
    padding-top: 6px !important;
}

.text_icon_title {
    padding-top: 6px !important;
    padding-left: 80px !important;
}

.text_icon_header {
    padding-left: 80px !important;
}