/* THE ICE CREAM UNION			*/
/* 								*/
/* 2009 INTERSTATE ASSOCIATES	*/
/* 								*/
/* LAYOUT */
body {
	background-color: #5b3b35;
}
body,td,th, a, div,#natoora span {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #94c8d6;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	width: 952px;
	position:relative;
}
#leftcolumn {
	float: left;
	width: 230px;
	position:relative;
}
#rightcolumn {
	float: right;
	width: 593px;
}
#wrapper #credit {
}
/* FORM */
#signup, #rightcolumn, #twitter, #form, #confirmation {
	border-top: 5px solid #94c8d6;
	padding-top: 14px;
}
#signup {
	height:161px;
}
a, a:active, a:visited {text-decoration:none;}

a#start {
	display: block;
	padding-top: 67px;
	background: url(../images/ui-sprite.gif) no-repeat -81px 0;
	color:#fff;
	text-decoration:none;
}
#natoora a, a#start, .tweet a, #credit a:hover, #contactcol a:hover {
	color:#fff;
	text-decoration:none;
	}
#form, #confirmation {
	background-color: #5B3B35;
	position: absolute;
	height: 100px;
	width:230px;
}
#confirmation {z-index:10;}
#confirmationdiv {background: url(../images/ui-sprite.gif) no-repeat -551px 0px;
	height:100px;
}
#form input {
	background-color: #94c8d6;
	border: none;
	color:#fff;
	font-size: 16px;
	padding:5px;
	width:220px;
	margin:0px;
}
#signbtn {
	height: 20px;
	width: 131px;
	display: block;
	background: url(../images/ui-sprite.gif) no-repeat -781px 0px;
	float:left;
}
#reset {
	height: 20px;
	width: 21px;
	display: block;
	background: url(../images/ui-sprite.gif) no-repeat -927px 0px;
	float:right;
}
a#signbtn:hover {
	background-position: -781px -29px;
}
a#reset:hover {
	background-position: -927px -29px;
}
#error{margin-top:5px;
	color:#fff
}
#natoora {
	padding-top: 40px;
	background-image: url(../images/ui-sprite.gif);
	background-repeat: no-repeat;
	background-position: 152px 32px;
}
a#start:hover {
	background-position: -318px 0;
}
/* TWITTER */
#twitter #followus {
	display: block;
	background: url(../images/ui-sprite.gif) no-repeat -957px 0;
	height:47px;
}
/* CONTACT */
#container{position: absolute;
	top: 417px;}
#contact {
	width:230px;
	padding-top:10px;
}
#signui, #contact {border-top: 1px solid #94c8d6;
	margin-top:13px;
}
#signui {padding-top:6px;}
#contactcol{float:left;font-size: 11px;line-height:12px;}
#credit {padding: 13px 0;margin:0px;clear:both;width:100%;}
#credit a, #contactcol a {font-size: 11px;line-height:12px;}
#confirmation {cursor:pointer;}
