/* - - - - - - - - - - - - - - - - - - - - -

Title : Gervais Dance Studio
Author : ChromaCreatice, Inc.
URL : www.gervaisdancestudio.com
Last Updated: 08.17.06

- - - - - - - - - - - - - - - - - - - - - */


/* GENERAL TEXT STYLES =========================================== */
body {
	font: 11px "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #54035E;
	}
h1 {
	color: #54035E;
	font: bold 16px Lucida Grande, Arial, sans-serif; 
	letter-spacing: 1px; 
    }
h2 {
	color: #99B269;
	font: bold 12px "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
    }
p { 
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	color: #823D13;
	}
.charttitle {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #823D13;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #823D13;
	margin: 0px 0px 8px 0px;
	}


/* CONTAINERS =========================================== */

#container { 
	background: #FAF6CC center; 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: absolute; left: 50%;
	margin-left: -400px;
	}
#patternband {
	background: url(../images/header_patternband.gif) no-repeat bottom;
	margin:0;
	height: 29px;
	padding:0;
	}
#header {
	background: url(../images/header_background.gif) no-repeat bottom;
	margin:0;
	height: 101px;
	padding:0;
	}
#header h1 {
	height: 75px;
	margin:0;
	float: left;
	width: 280px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#footer {
	background: #99B269 center;
	width: 800px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAF6CC;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54035E;
	}
#contentwrapper {
	width: 800px;
	}
#content {
	width: 558px;
	padding-left: 30px;
	float: left;
	padding-top: 10px;
	}	
#sidebarwelcome {
	width: 212px;
	float: right;
	background-image: url(../images/sidebar_welcome.gif);
	background-repeat: no-repeat;
	background-position: top;
	}	
#sidebarclasses {
	width: 212px;
	float: right;
	background-image: url(../images/sidebar_classes.gif);
	background-repeat: no-repeat;
	background-position: top;
	}	
#sidebarbios {
	width: 212px;
	float: right;
	background-image: url(../images/sidebar_bios.gif);
	background-repeat: no-repeat;
	background-position: top;
	}	
	
/* NAVIGATION =========================================== */
#nav {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #99B269;
	margin: 0;
	float: right;
	margin: 0;
	position: absolute;
	top: 104px;
	left: 300px;
	text-transform: uppercase;
	width: 485px;
	text-align: right;
	}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#nav li {
	display:inline;
	}
#nav a {
	color: #707E51;
	text-decoration: none;
	}
#nav a:hover {
	color: #ffffff;
	}
	
/* TABLE STYLES =========================================== */
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #86492B;
	padding: 6px;
}
.tablecontent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #54035E;
	padding: 4px;
}
.tablecontent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #54035E;
	background-color: #EBE6BF;
	padding: 4px;
}
.tableday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777E51;
	background-color: #CBDE9D;
	padding: 4px;
}
.tablecell1 {
	padding: 6px;
}
.tablepad {
	padding: 10px;
}
	
/* LINK STYLES =========================================== */
a {
	color: #54035E;
	text-decoration: none;
}
a:link {
	color: #54035E;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #54035E;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #99B269;
	text-decoration: underline;
}
a:active {
	color: #54035E;
	text-decoration: none;
	font-style: italic;
}
	
/* IMAGE STYLES =========================================== */
.imagepadleft {
    padding-left: 20px;
	padding-bottom: 10px;
    }
.imagepadright {
    padding-right: 20px;
	padding-bottom: 10px;
    }
	
/* LIST STYLES =========================================== */
ul, li {margin-left: 0; padding-left: 0;}
#bullist1 ul {
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}
#bullist1 li {
  line-height: 18px;
  text-indent: 18px;
  padding-top: 0px;
  background-image: url(../images/bullet_diamond.gif) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  list-style: none;
  color: #7D2B8B;
}	

#bullist2 ul { margin: 0 0 0px 15px; color: #7D2B8B; }
#bullist2 ul li { margin: 9px 0 5px 0; list-style-image: url(../images/bullet_diamond.gif); }
#bullist2 ul ul { margin: 5px 0 5px 15px; }
#bullist2 ul ul li { margin: 4px 0px 0px 0px; list-style-image: url(../images/bullet_arrow.gif); }

#bullist3 ul { margin: 0 0 0px 15px; color: #7D2B8B; }
#bullist3 ul li { margin:15px 0px 5px 0px; list-style-image: url(../images/bullet_diamond_trans.gif); }
#bullist3 ul ul { margin:5px 0 5px 15px; }
#bullist3 ul ul li { list-style-image: url(../images/bullet_arrow.gif); }

#bullistfeatures ul { margin:0 0 0px 15px; color: #823D13; }
#bullistfeatures ul li { margin:0 0 5px 0; list-style-image: url(../images/bullet_square.gif); }
#bullistfeatures ul ul { margin:5px 0 5px 15px; }
#bullistfeatures ul ul li { list-style-image: url(../images/bullet_square.gif); }

	
/* TEXT STYLES =========================================== */
.alertnotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7D2B8B;
	background-color: #CBDE9D;
	padding: 8px;
}
.alertnotice h3 {
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #7D2B8B;
	}
.alertnotice p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7D2B8B;
	background-color: #CBDE9D;
	padding: 6px 6px 4px 4px;
	margin: 0px;
}
.alertnotice a {
	color: #65341B;
	text-decoration: none;
}
.alertnotice a:link {
	color: #65341B;
	text-decoration: none;
	font-style: italic;
}
.alertnotice a:visited {
	color: #65341B;
	text-decoration: none;
	font-style: italic;
}
.alertnotice a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.alertnotice a:active {
	color: #65341B;
	text-decoration: none;
	font-style: italic;
}

