html{
overflow-y:scroll;
}
body{
	background-color:#4D4D4D;
	color:white;
}
label{
	font-family:"Myriad Pro", Tahoma, Arial, sans-serif;
	margin:4px 16px;
	font-size:16px;
	padding:5px;
}
.error{
	border-color:red;
	background-color:pink;
}
.panel textarea{
	height:160px;
}
.container{
	text-align:center;
	padding:32px 0px;
}
.header{
	padding-bottom:16px;
}
#contactInfo{
	text-align:left;
}
#contactInfo h1, #contactInfo h2, #contactInfo h3{
	text-align:center;
}
#contactInfo label{
	display:block;
	text-align:right;
	float:left;
}
div.left{
	width:50%;
	float:left;
	clear:left;
}
div.right{
	width:50%;
	float:left;
	clear:right;
}
div.left label{
	width: 125px;
}
div.right label{
	width: 70px;
}
#contactInfo input{
	clear:right;
	width:250px;
}
#contactInfo .webPresence{
	clear:both;
}
#contactInfo .webPresence label{
	width: 125px;
}
.tips{
	text-align:center;
}
.tips p{
	color:#555;
	font-size:24px;
	font-style:italic;
	width:250px;
	margin: 48px auto 0px;
}
p.social{
	position:relative;
}
p.social.button{
	width:48px;
	height:48px;
	float:left;
	text-indent:-9000px;
}
p.social.button a:link, p.social.button a:visited{
	height:48px;
	left:0;
	position:absolute;
	top:0;
	width:48px;
}
#slider {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	margin:0 auto 32px auto;
	position:relative;
	width:940px;
}
.scroll {
	-moz-box-shadow: 0px 10px 24px #888;
	-webkit-box-shadow: 0px 10px 24px #888;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	background:#FFFFFF repeat-x scroll left bottom;
	clear:left;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	width:940px;
}
.scrollContainer div.panel {
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	color:#222;
	padding:20px 20px 0px;
	width:900px;
	background:white url(images/container.jpg) no-repeat 0px 0px;
}
.buttons{
	clear:both;
	float:left;
	height:50px;
	width:100%;
	margin:16px 0px 0px;
	position:relative;
}
.scrollButtons {
	display:block;
	height:50px;
	overflow:hidden;
	position:absolute;
	text-indent:-9000px;
	width:100px;
	bottom:0px;
}
.scrollButtons a{
	position:absolute;
	width:100px;
	height:50px;
	display:block;
}
.scrollButtons.right{
	background:transparent url(images/scrollButtons.png) no-repeat -100px 0px;
	right:80px;
}
.scrollButtons.right:hover{
	background:transparent url(images/scrollButtons.png) no-repeat -100px -50px;
}
.scrollButtons.left{
	background:transparent url(images/scrollButtons.png) no-repeat 0px 0px;
	left:80px;
}
.scrollButtons.left:hover{
	background:transparent url(images/scrollButtons.png) no-repeat 0px -50px;
}
ul.navigation {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 10px;
}
ul.navigation li {
	display:inline;			
}
ul.navigation a {
	color:#fff;
	padding:10px;
	text-decoration:none;
	background:transparent url(images/circle.png) no-repeat scroll 0px 0px;
}
ul.navigation a:hover {
	color:#FFFF00;
	background:transparent url(images/circle.png) no-repeat scroll 0px -36px;
}
ul.navigation a.selected {
	color: #FFFF00;
	background:transparent url(images/circle.png) no-repeat scroll 0px -72px;
}
ul.navigation a:focus {
	outline-style:none;
	outline-width:medium;
}

span.num{
	font-size:18px;
	padding:0 11px 0 3px;
	position:relative;
	top:2px;
	color:#9E005D;
}
a.selected span.num{
	color:#006837;
}
#logoURLwrapper{
display:none;
}
#done input{
	margin:64px;
}