body {
	margin:0;
	padding:0;
	background:url(/foundit/images/background.gif) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#495f6d;
	font-size:13px;
	text-align:center;
	position:relative;
	height:100%;
}

h1,h2,h3,h4 {
	font-family:"Times New Roman", Times, serif;
}

form {
	margin:0;
	padding:0;
}

#footer {
	background:#FFFFFF url(/foundit/images/bottom.gif) repeat-x;
	bottom:0;
	color:#231F20;
	height:80px;
	left:0;
	overflow:auto;
	position:absolute;
	width:100%;
	text-align:right;
	z-index:100;
	font-size:16px;
	border-bottom:2px solid #AAAAAA;
}

.admin {
	text-align:left;
}
.spacer {
	display:block;
}

body > div#footer {
	position:fixed;
}

#footer img {
	margin-bottom:2px;
}

#footer .content {
	padding:5px 5px 0 5px;
}

#footer a {
	color:#231F20;
}

#footer .phone {
	background-image:url(/foundit/images/phone.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:11px;
}

.margins {
	width:1005px;
	margin:80px auto 0 auto;
	position:relative;
}

.domino {
	background:url(/foundit/images/domino.png) no-repeat 0 0;
}

.wrap {
	z-index:2;
	width:311px;
	text-align:left;
	margin-left:690px;
}

.wrap-overlay {
	margin-left:0;
	position:absolute;
	left:690px;
}

.content {
	z-index:2;
}

.main {
	padding:1em 26px;
	background-image:url(/foundit/images/form.png);
	background-repeat:no-repeat;
	background-position:0 bottom;
}

#headline {
	background:url(/foundit/images/form-top.png) no-repeat 0 0;
	height:48px;
	overflow:hidden;
	padding:10px;
	font-weight:bold;
	font-size:1.3em;
}

#headline table, #headline tr, #headline td  {
	border:none;
	padding:0;
	width:100%;
	height:55px;
	line-height:16px;
}


.footer {
	padding:0 11px;
}

table, tr, td, th {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-width:1px;
	border-color:#333333;
}

table {
	border-style:solid;
}

tr.odd {
	background-color:#EEEEEE;
}

table tr {
	border-top-style:solid;
}

th, td {
	padding:.5em 1em;
}

#register_form {
	margin-top:2em;
}

#register_form .html_submit {
	display:none;
}

#submit_button {
	cursor:pointer;
	padding-top:20px;
}

label {
	display:block;
	font-size:.8em;
	color:#333333;
}

span.checkbox {
	display:block;
	margin-top:5px;
}

input.checkbox, label.checkbox {
	display:inline;
}

form .directions {
	font-size:.6em;
	margin:0;
	padding:0;
	color:#666666;
}

.form_error, label .required {
	font-size:.75em;
	color:red;
}

.form_error {
	padding:0;
	margin:0 0 1em 0;
}

.spacer { /* spacer w/ fixed height; give space to the content and fixed bar */
	height:90px;
}

#footer { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:absolute;
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}	

body > div#footer {
position:fixed;
}
