/* _________ Stylesheet for Silva 1.1 frontend _______________ */
/* _________ Silva users can insert their own frontend styles _________ */
/* _________ Styles modified here will affect the Silva preview  ______ */
/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
** ** 
** 
** 
** 
*/

body {
	margin: 0px;
	padding: 0px;
	background: #9933FF url(http://www.circusminimus.com/images/main_bg.gif) repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}
a:link, a:visited {
	color: #9933FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
#hp-splash {
	margin: 20px auto 0;
}
#hpnav-secondary {
	text-align: center;
	margin: 0;
	padding: 0;
}
#hpnav-secondary ul.one, #hpnav-secondary ul.two {
	list-style-type: none;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	margin: 0 auto;
}
#hpnav-secondary ul.one {
	width: 560px;
	_width: 590px;
}
#hpnav-secondary ul.two {
	width: 570px;
	_width: 610px;
}
#hpnav-secondary li {
	margin: 0 18px;
	float: left;
	padding: 10px 0;
	white-space: nowrap;
	/* background: url(http://www.circusminimus.com/images/bullet_star.gif) top center no-repeat; */
}
#hpnav-secondary a {
	color: #FFCC00;
	text-decoration: none;
}
#hpnav-secondary a:link, #nav-secondary a:visited {
	color: #FFCC00;
}
#hpnav-secondary a:hover {
	color: #FFFF99;
}
#container {
	width: 820px;
	_width: 100%;
}
#col-nav {
	float: left;
	padding: 0;
	margin: 20px 10px 0;
	width: 160px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
}
html>body #col-nav {
	width: 180px; 
	/* ie5win fudge ends */
}
#col-content {
	float: left;
	padding: 0;
	margin: 50px 50px 0;
	width: 395px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 495px;
}
html>body #col-content {
	width: 495px; 
	/* ie5win fudge ends */
}
#sitelogo-container {
	margin: 0 0 20px;
	width: 162px;
}
#sitelogo {
	margin: 0px;
	padding: 0px;
}
#sitelogo a {
	background: url(http://www.circusminimus.com/images/cm_logo_sml.gif) top left no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	height: 115px;
	width: 162px;
}
#sitelogo a span {
	display: none;
}
#nav-primary {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#circuskidscreate a {
	background: url(http://www.circusminimus.com/images/nav_circuskids.gif) top left no-repeat;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	text-decoration: none;
	height: 41px;
	width: 145px;
}
#circuskidscreate a span {
	display: none;
}
#ckcworld a {
	background: url(http://www.circusminimus.com/images/nav_ckcworld.gif) top left no-repeat;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	text-decoration: none;
	height: 50px;
	width: 150px;
}
#ckcworld a span {
	display: none;
}
#onemancircus a {
	background: url(http://www.circusminimus.com/images/nav_onemancircus.gif) top left no-repeat;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	text-decoration: none;
	height: 49px;
	width: 152px;
}
#onemancircus a span {
	display: none;
}
#afterschool a {
	background: url(http://www.circusminimus.com/images/nav_afterschool.gif) top left no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 50px;
	width: 150px;
}
#afterschool a span {
	display: none;
}
#circusyoga a {
	background: url(http://www.circusminimus.com/images/nav_circusyoga.gif) top left no-repeat;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	text-decoration: none;
	height: 50px;
	width: 150px;
}
#circusyoga a span {
	display: none;
}
#nav-secondary {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	color: #FFCC00;
}
#nav-secondary li {
	margin: 0 0 0 5px;
	display: block;
	padding: 10px 0 6px 14px;
	/* background: url(http://www.circusminimus.com/images/bullet_star.gif) no-repeat; */
}
#nav-secondary a {
	text-decoration: none;
}
#nav-secondary a:link, #nav-secondary a:visited {
	color: #FFCC00;
}
#nav-secondary a:hover {
	color: #FFFF99;
}

/* clearfix */
.clear  {
	clear: left;
}
#box-standard {
	width: 495px;
	background: white url(http://www.circusminimus.com/images/corners_bottom_standard.gif) no-repeat bottom left;
}
#box-standard h2 {
	margin: 0;
	padding: 20px 20px 0;
	background: white url(http://www.circusminimus.com/images/corners_top_standard.gif) no-repeat top left;
	font-weight: bold;
	font-size: 24px;
	color: #FF6600;
}
#box-standard div.content {
	margin: 0;
	padding: 20px;
}
#footer {
	font-size: 10px;
	margin: 40px 20px 0;
	color: white;
}


/* style overrides */
p, ul {
	margin-bottom: 16px;
}
ul {
	margin-left: 20px;
	margin-right: 20px;
}


	#contact-us label.top-label {
		display: block;
		margin-top: 10px;
	}

	#contact-us div.program-options {
		margin: 20px 0;
	}

	span.required {
		color: red;
	}


/* end cascade */