/*Global*/
html
{
    height: 100%;
}

body {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg.gif);
	min-height: 100% !important;
	height: 100%;
}

#container-form {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg.gif);
	height: 1300px;
}

#header {
	padding: 0 12px;
	min-height: 65px !important;
	height: 65px;
}

#logo {
	float: left;	
}

#top-nav {
	float: right;	
}

#main-content {
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#form-content {
	background-color: #cbc8b0;
	padding-bottom: 30px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	padding: 0 9px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	margin: 20px 0px 0px 20px;
	width: 500px;
}

#form-footer {
	padding: 0 9px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	margin: 20px 0 30px 20px;
	width: 900px;
}

#form-error {
	padding: 0px 0px 30px 30px;
	background-color: #cbc8b0;
}


.form-field {
	font-size: 12px;
	color: #333333;
}

.form-disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	background-color: #cbc8b0;
}

.admin {
	font-size: 11px;
	color: #000000;
}

#disclaimer-home-1 {
	font-size: 1.0em;
	color: #666666;
	margin-bottom: 10px;
}

#disclaimer-home-2 {
	font-family: Verdana;
	font-size: 1.0em;
	color: #333333;
}

#flash-content {
	min-height: 368px !important;
	height: 368px;
	background: url(../images/noFlash.jpg) no-repeat; 	
}
