html {
	height: 100%;
	width:100%;
	overflow: auto;
	overflow-x: hidden;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

body, #page {
	height: 100%;
	width:100%;
}

* {
	margin: 0px auto;
	padding: 0;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	background-color: #5d8489;
}

div#wrapper {
	text-align: center;
	/* height: 600px; */
}

#page {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	overflow:hidden;
}
/*
html>body #page {
	height: auto;
}
*/
div#header {
	background: #606060 url('/images/html/page_elements/bg_header.jpg') repeat-x;
	height: 111px;
	width: 100%;
}

div#logo {
	margin: 0 auto;
	background-image: url('/images/html/page_elements/logo.jpg');
	width: 268px;
	height: 108px;
}

div#footer {
	float: left;
	position: absolute;
	bottom: 0;
	background: url('/images/html/page_elements/bg_footer.png') repeat-x;
	width: 100%;
	/* height: 100px; */
	/* height: 67px; */
	text-align: center;
}

div#footer-wrapper {
	width: 973px;
	margin: auto;
	/* margin-top: 62px; */
}

div#content {
	/* width: 960px; */
	width: 100%;
	text-align: center;
}

div#block-holder {
	width: 972px;
	height: 217px;
	margin: auto;
	margin-top:8%;
	text-align: center;
}

div#block-links {
	width: 972px;
	height: 450px;
	margin: auto;
	margin-top: 8%;
	text-align: center;
}

div#payoff {
	/*background: url('/images/html/page_elements/payoff_2011.png') repeat-x;*/
	/*
	width: 691px;
	height: 82px;
	margin: auto;
	margin-top: 20px;
	*/
	margin:0 auto;
	color: #FFFFFF;
    font-family: 'AnnifontItalic';
    font-size: 11pt;
    margin-top: 40px;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
}

#logos {
	display:block;
	margin-bottom:100px;
	padding-top:25px;
	width:216px;
	margin:0 auto;
	position:relative;
}

#logos ul {
	list-style-type:none;
	background:none;
}

#logos ul li {
	padding:0 4px 0 4px;
	display:inline;
}

#logos ul li a,
#logos ul li img {
	text-decoration:none;
	border:none;
}

/*
html { height: 100%; }
body { height: 100%; }
div#page { height: 100%; }
div#wrapper { height: 100%; }
div#content { height: 100%; }
*/

.block-content {
	display: block;
	width: 100%;
	height: 410px;
}

.page-content-class {
	display: block;
	width: 100%;
	height: 440px;
}

.details-content {
	display: block;
	width: 100%;
	height: 541px;
}

.downloadlink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-style: bold;
	text-decoration: none;
	color: #fff;
}

.links {
	height: 450px;
}

:focus {
	outline:none;
}

.form-submit {
	color: #FFFFFF;
	text-shadow: 0 0 2px #333333;
	background: none repeat scroll 0 0 #A5A5A5;
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 3px 12px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.form-submit:hover {
	background-color:#7f7f7f;
}

textarea {
	resize:none;
}

#content.home {
	height:446px;
}

