

html, body {
	height: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #0f0f0f;
}

body, a {
	color: #e5e5e5;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a {
	text-decoration: none;
}

a:hover, #header ul li a:hover {
	color: #e5e5e5;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

#container, #header, #content, #footer {
	position: relative;
}

#header a.floatLeft, #footer a.floatLeft {
	margin-left: 30px;
}
#header ul, #footer #socialize {
	margin-right: 30px;
}



#container {
	width: 100%;   
	text-align: left;
	font-size: 1.2em;
	z-index: 9999;
	background: url(../images/site_background.png) repeat-x 0 top;
}


#container {
	min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #container {
    height: auto;
}


#content {
	width: 860px;
	margin: 2% auto 0 auto;
	z-index: 9999;
}

#content a:hover {
	text-decoration: underline;
}

#content div.pageContent {
	position: relative;
}

#content div.pageContent img.logotype {
	margin-bottom: 1em;
}

#content div.pageContent h3 {
	margin-bottom: 1em;
	font-size: 2.4em;
	font-weight: bold;
}

#content div.pageContent p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.2em;	
	text-align: left;
}

#content div.pageContent i {
	margin:2em 0;
	display: block;
}

#content div.pageContent div.margin_1 {
	width: 500px;
	position: absolute;
	right: 0;
	top: 4em;
}

#content div.pageContent div.margin_1 img.spacing {
	margin-bottom:2em;
}

#content div.pageContent div.margin_1 img.spacing_top {
	margin-top:3em;
}

#header {
	display: block;
	height: 70px;
	line-height: 77px;
}

#header a.floatLeft {
	margin-top: 17px;
}

#header ul {
	float: right;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #585858;
	padding-bottom: 5px;
	margin-left: 1em;
	letter-spacing: 1px;
}

#header ul li.current_page_item a {
	color: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}



#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 99;
}

#footer div {
	float: right;
}

#footer #socialize {
	position: relative;
	margin-right: 20px;
}

#footer #socialize ul li {
	float: right;
	margin-left: -15px;
}
#footer #socialize ul li a {
	display: block;
	width: 40px;
	height: 40px;
}
#footer #socialize ul li a#menu_item_1,
#footer #socialize ul li a#menu_item_2 {
	background: url(../images/socialize_icons.png) no-repeat scroll;
}

#footer #socialize ul li a#menu_item_1 {
	background-position: -35px -32px;
}
#footer #socialize ul li a#menu_item_2 {
	background-position: 5px -32px;
}
#footer #socialize ul li a#menu_item_1:hover {
	background-position: -35px 4px;
}
#footer #socialize ul li a#menu_item_2:hover {
	background-position: 5px 4px;
}