@charset "UTF-8";
/* CSS Document */

/* ---------------------- Site styles setup ------------*/
a {
	color:#f8f295;
	text-decoration:none;
}
a:hover {
	color:#575757;
}
a:active {
	color:#575757;
}
body {
	background-color:#00a4bd;
	margin:0;
	font-family:Myriad Pro, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
	padding:30px;
}
img {
	border:none;
}
h1 {
	font-size:20px;
	color:#f8f295;
}
h2 {
	font-size:18px;
	color:#fff;
}
ul {
	list-style: url(/images/bullet.png);	
}
ul li {
	margin:5px 0 5px 0;
}
.smalltext {
	font-size:10px;
}
textarea {
	overflow:auto;
}

/*---------------------- Page elements --------------*/

#wrapper {
	width:890px;
	margin:0px auto;
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
	height:600px;
}
#header {
	width:100%;

}
#header img {
	margin:0 30px 30px 30px;
}
#header #kidlogo {
	float:right;
	position:relative;
	right:75px;
}

#left {
	float:left;
	margin:0 15px 0 0;
	width:155px;
	padding:30px 0 0 0;
}
#left img {
	margin:4px 0 4px 0;
}

#center {
	float:left;
	margin:0 30px 50px 30px;
	width:325px;
	text-align:center;
}

#right {
	float:left;
	margin:0 15px 0 15px;
	width:290px;
}
#bottom {
	float:none;
	clear:both;
	width:700px;
	margin:0px auto
}
#footer {
	float:none;
	clear:both;
	width:890px;
	padding:30px 0 30px 0;
	text-align:center;
	font-size: 10px;
	color: #7eccd8;
}
#footer a {
	color:#7eccd8;
}
#footer a:hover {
	color:#FFF;
}
#footer a:active {
	color:#FFF;
}
.inset {
	float:right;
	margin:5px 0 5px 25px;
	text-align:center;
	width:150px;
	font-size: 10px;
}


/*-------------------------- popups --------------*/

#popupheader {
	position:relative;
	top:-10px;
}
#popup {
	display:none;
	position:absolute;
	z-index:999;
	background-color:#1b1b1b;
	width:400px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#popupcontent {
	font-size:12px;
	color:#CCC;
	padding-right:20px;
	padding-bottom:25px;
	padding-left:20px;

}
#popupcontent h1 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.requiredfields {
	position:relative;
	top:3px;
}
#privacyicon {
	position:absolute;
	margin-left:15px;
}
#privacy {
	width:350px;
	height:21px;
	margin:4px;
}

/* REMOVE THIS STYLE ONCE PUBLISHED */
.pat {
	font-weight:bold; color:#F00;
}

