/* CSS for Aqua-Tots Redesign Fall 2008 */
/* standard colors: orange = #FF8B23, blue = #212C59, green/yellow = #D3E255 */

* {
border:0;
margin:0;
padding:0;
}

body {
	background-color: #FFFFFF; /* was #042567;*/
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
}
#page {
	width:960px; /*was 760*/
	height:auto;
	background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	}
a {
	color:#FF8B23;
	outline:0;
}
a:hover {
	color:#212C59;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#212C59;
	line-height:24px;
}
p {
	padding:0 10px 10px 20px;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

.smalltext {
	font-size:11px; line-height:12px;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

/*
Rockstar 0.91
Table design by Jens Wedin, www.jedisthlm.com
*/

table {
	font: 88%;
	border-collapse: separate; 
	border-spacing: 0; 
	margin: 0 0 1em 0; 
}

/*a 					{color: #09f; text-decoration: none; border-bottom: 1px solid;}
a:visited 			{color: #c3c; font-weight: normal;}
a:hover 			{border-bottom-style: dotted;}*/

thead th,
thead td {
	font-weight: bold; 
	line-height:normal; 
	text-align: left;
	border-bottom: 0.4em solid #FF8B23;
}

tfoot th,
tfoot td {
	text-align: left; 
	border-top: 0.4em solid #FF8B23; 
	font-weight: bold
}

th,
td 	{
	padding: 0.25em;
}

tbody th,
td	{
	text-align: left; 
	vertical-align: top;
}
tbody th {
	font-weight: normal; 
	white-space: nowrap;
}

tbody th a:link,
tbody th a:visited 	{
	font-weight: bold;
}

tbody th + td	{
	white-space: nowrap;
}

tbody td,
tbody th {
	border: 1px solid #fff; 
	border-width: 1px 0;
}

tbody tr.odd th,
tbody tr.odd td {
	border-color: #deded8; 
	background-color: #EFEFEF;
}

tbody tr:hover td,
tbody tr:hover th 	{
	background-color: #AAAAAA;
}
caption {
	font-weight: bold; 
	font-size: 1.7em; 
	text-align: left; 
	margin: 0; 
	padding: 0.5em 0.25em;
}

td + td + td + td {
	white-space: nowrap;
}

/****************** header *********************************/
#header {
	width:960px; /*was 760*/
	background:transparent url(images/franchiseinfo.jpg) top right no-repeat;
}
#tomainsite {
	position:absolute;
	top:10px;
	left:720px;
	width:286px;
	height:30px;
	background:transparent url(images/find.jpg) top right no-repeat;
}
#tomainsite a {
	display:block;
	width:286px;
	height:30px;
	text-decoration:none;
	color:#FF8B23;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
}
#tomainsite a:hover {
	color:#212C59;
}	
	
/****************** navigation *********************/
#navigation {
	height:40px;
	width:960px;
	background-color:#212C59; /*gymboree is #FF8111, branding is E7C138*/
}
ul#navbar {
	list-style:none;
}
#navbar li {
    list-style:none;
    display:inline;
}
a i {
	display:none;
}
#navbar a {
    background:url("images/navigationfran.jpg") no-repeat;
    float:left;
	height:40px;
}
li#home a {
	width:100px;
	background-position:0 0;
}
li#franchise a {
	width:120px;
	background-position:-100px 0;
}
li#history a {
	width:95px;
	background-position:-220px 0;
}
li#facts a {
	width:85px;
	background-position:-315px 0;
}
li#qualifications a {
	width:150px;
	background-position:-400px 0;
}
li#costs a {
	width:90px;
	background-position:-550px 0;
}
li#application a {
	width:140px;
	background-position:-640px 0;
}
li#contact a {
	width:120px;
	background-position:-780px 0;
}
li#home a:hover, li#home a:active, li#home.current a, li#home.current a:visited { 
    background-position:0 -40px;
}
li#franchise a:hover, li#franchise a:active, li#franchise.current a, li#franchise.current a:visited { 
    background-position:-100px -40px;
}
li#history a:hover, li#history a:active, li#history.current a, li#history.current a:visited { 
    background-position:-220px -40px;
}
li#facts a:hover, li#facts a:active, li#facts.current a, li#facts.current a:visited { 
    background-position:-315px -40px;
}
li#qualifications a:hover, li#qualifications a:active, li#qualifications.current a, li#qualifications.current a:visited { 
    background-position:-400px -40px;
}
li#costs a:hover, li#costs a:active, li#costs.current a, li#costs.current a:visited { 
    background-position:-550px -40px;
}
li#application a:hover, li#application a:active, li#application.current a, li#application.current a:visited { 
    background-position:-640px -40px;
}
li#contact a:hover, li#contact a:active, li#contact.current a, li#contact.current a:visited { 
    background-position:-780px -40px;
}
/******************** splash area **********************/
#splash {
	width:960px;
	height:400px;
	position:relative;
}
/******************* slideshow styles *******************/
.showpics { height: 400px; width: 960px; padding:0; margin:0; z-index:1; }
.showpics img { height: 400px; width: 960px; padding: 0; background-color: #eee; top:0; left:0 }

/****************** home banner ad section ***************/
#banners {
	width:960px;
	height:100px;
}
/*#banners img {
	float:left;
	margin:0;
	padding:0;
}*/
a#banner1 {
	display:block;
	height:100px;
	width:320px;
    background:url("images/banners1.jpg") no-repeat;
	background-position:0 0;
}
a#banner1:hover {
	background-position: 0 -100px;
}
a#banner2 {
	display:block;
	height:100px;
	width:320px;
    background:url("images/banners2.jpg") no-repeat;
	background-position:0 0;
}
a#banner2:hover {
	background-position: 0 -100px;
}
a#banner3 {
	display:block;
	height:100px;
	width:320px;
    background:url("images/banners3.jpg") no-repeat;
	background-position:0 0;
}
a#banner3:hover {
	background-position: 0 -100px;
}

/******************* content, maincontent, sidebar areas ******/

#content {
	width:960px; /*was 760*/
	height:auto;
	background-color:#FFFFFF;
	padding:10px 0;
	min-height:400px;
	text-align:left;
	overflow:hidden;
}	
/*#homebody p{
	width:700px;
	margin-left:30px;
	margin-right:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	line-height:24px;
	text-align:justify;
}*/
#maincontent {
	width:669px; /*was 550*/
	float:right;
	font-size:14px;
	line-height:20px;
	padding:0 0 0 10px;
}
#maincontent h1 {
	font-size:28px;
	padding:20px 0 20px 0px;
}
#maincontent ul {
	margin-left:20px;
	list-style:none;
}
#maincontent ul li{
	padding:0 0 4px 20px;
	background:transparent url(images/bubble.jpg) top left no-repeat;
}
#maincontent ol {
 	margin:10px 20px;
	list-style-position:inside;
}
#maincontent ol li{
	padding:0 0 4px 20px;
}
#sidebar {
	float:left;  /*was right*/
	width:280px; /*was 140*/
}
#sidebar p {
	font-size:12px;
}
#sidebar img {
	padding-bottom:10px;
}
.sidetesti {
	width:280px;
	background:transparent url(images/quotes.jpg) top left no-repeat;
	padding:30px 0;
}
.sigoutdent {
	margin-left:-18px;
}
/****************** footer ***************/
#footer {
	width:960px; /*was 760*/
	/*background-image:url(images/footerbg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	height:auto;
	background-color:#212C59; /*was #FF8B23 (orange) #042567 */
	font-size:12px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#D3E255;
}
#footer p {
	text-align:center;
}
/****************** item lists ***************/
.itemleftimg {
	padding:10px 0; 
	overflow:hidden;
}
.itemleftimg img {
	float:left;
	padding:0 10px 10px 0;
}
.itemleftimgtxt {
	margin-left:210px;
}
.itemleftimgtxt2 {
	margin-left:100px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p {
	font-size:13px;
	line-height:16px; 
	padding-left:0;
}
.itemleftimgtxt ul, .itemleftimgtxt2 ul {
	padding-left:30px;
}
.morebutton {
	background-color:#FF8B23; 
	width:80px; 
	text-align:center; 
	font-weight:bold;
	font-size:10px; 
	padding:2px;
	margin:4px;
	display:block;
}
.morebutton a {
	color:#FFFFFF;
}
.schedbutton {
	background-color:#FF8B23; 
	width:160px; 
	text-align:center; 
	font-weight:bold;
	font-size:10px; 
	padding:2px;
	margin:4px;
	display:block;
}
.schedbutton a {
	color:#FFFFFF;
}

/***************** pop-up content ****************/
.swimleveldetail {
	padding:10px;
	width:700px;
	display:none;
	text-align:left;
}
.swimleveldetail img {
	padding:0 10px 10px 0;
}
.swimleveldetail h3 {
	margin-top:10px;
}
.swimleveldetail p {
	font-size:11px;
	padding:6px 0;
}
.swimleveldetail ol, .swimleveldetail ul {
	margin-left:40px;
	font-size:11px;
	padding:6px 0;
}
/***************** registration form ********************/
#registerform {
	margin:0;
	padding:0 20px 0 40px;
	font-size:10px;
}
.formlabel {
	font-size:11px;
	padding:2px;
	height:40px;
}
.formlabeltext {
	font-size:11px;
	padding:2px;
	height:100px;
}
input, textarea, select {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	padding:2px;
	margin:0 5px 0 0;
	line-height:12px;
}
.controlset label, 
.controlset input { 
	font-size:11px;
	display: inline; 
	float: none; 
}
.controlset { 
	margin-left: 40px; 
}
input#email_button {
	background-color:#D3E255;
	color:#212C59;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	border:0px;
	padding:4px;	
}
input#email_button:hover {
	background-color:#FF8B23;
}
.reqd {
	color:#CC0000;
}
div.errors {
	width:500px;
	border:3px solid #FF0000;
	padding:5px 20px;
	color:#FF0000;
	font-size:14px;
	text-align:center;
}
div.messages {
	width:500px;
	border:3px solid #339933;
	padding:5px 20px;
	color:#339933;
	font-size:14px;
	text-align:center;
}
