@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html, body, #form1 {
    height: 100%;
    width: 100%;
}

body {
    background: #fff;
    color: #333;
    font-family: Verdana, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto -50px; /* negative bottom value must match #footer_wrap height */
	text-align: left;
}

#wrapper-bar {
    position: relative;
    height: 4px;
}

#pushbar {
    clear: both;
    height: 66px; /* height must match #footer_wrap height + margin-bottom */
}

#footer-wrap {
	position: relative;
	bottom: 0px;
	height: 50px;
	background-color: #FD9417;
}

#content-block {
    position: relative;
    height: 100%;
    margin: 0 auto;
    width: 966px;
}

#cb-pagecontainer {
	position: relative;
	height: 100%;
	min-height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clearfix {
    clear: both;
    float: none;
    font-size: 0px;
    height: 0px;
}
