@charset "utf-8";
/* CSS for Kira's Oasis */
/* Site wide CSS */

html {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background: url(../images/bg-papyrus.jpg) 0 0 repeat;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	margin:	0px 20px 20px 125px;
	background: #fff url(../images/site/content_bkgd.gif) top left repeat-x;
	height: 100%;
	min-width: 700px;
}

h1 {
	color: #013401;
	font-size: 25px;
}

h2 {
	color: #432406;
	font-size: 18px;
	margin-left: 15px;
	text-decoration: none;
	clear:both;
	padding-top:10px;
}

h2:hover {
	color: #432406;
	font-size: 18px;
	margin-left: 15px;
	text-decoration: none;
	clear:both;
	padding-top:10px;}

h3 {
	color: #f60;
	font-size: 14px;
	margin-left: 100px;
	text-decoration: none;
	clear:both;
	padding-top:10px;
}

a {
	color:;
	text-decoration: underline;
}

a:hover {
	color:;
	text-decoration: underline;
}

p {
	margin-left: 15px;
	margin-right: 15px;
}

table td {
	margin-left: 15px;
	margin-right: 15px;
}


form {
	margin-left: 15px;
	margin-right: 15px;
}

.mail {
	margin-left: 150px;
	border: none;
}	

/* Header */

#header {
	background: #432406;
	border:1px solid #000;
	margin:	20px 20px 0px;
	height: 223px;
	min-width:700px;
}

.headerimage {
	float: left;
}

#header p {
	color: #fff;
	margin-left: 380px;
	font-size: 14px;
	font-style: italic;
}

.searchbox {
color:#FFFFFF;
float:right;
position:relative;
right:30px;
top:30px;
}

/* Layouts */

#2colLayout {
	background: #fff;
		height: 100%;
}

#leftCol {
	float: left;
	width: 72%;
	background: #fff url(../images/site/content_bkgd.gif) top left repeat-x;
	min-height:500px;
}

#leftCol form {
	margin-left: 100px;
}

#leftCol table tr td {
	margin-left: 100px;
}

#leftCol h1 {
	margin-left: 100px;
}

#leftCol h2 {
	margin-left: 100px;
}

#leftCol p {
	margin-left: 100px;
}

#leftCol ul li {
	margin-left: 110px;
}

#rightCol {
	float: right;
	width: 28%;
	background: #fff url(../images/site/content_bkgd.gif) top left repeat-x;
	text-align: center;

}

#rightCol a {
color: #013401;
font-size: 100%;
text-decoration: none;
font-weight:normal;
}

#rightCol a:hover {
color: #013401;
font-size: 100%;
text-decoration: underline;
}

.cleargreen {
	clear: both;
	background: #acd4a5;
}	

.clear {
	clear: both;
}

/* Side Nav */

#nav {
	position: absolute;
	width: 180px;
	top:245px;
	left:28px;
	background: #cdebc9 url(../images/site/nav_bkgd.gif) top left repeat-x;
}

*html #nav {
	position: absolute;
	width: 180px;
	top:245px;
	left:28px;
	background: #cdebc9 url(../images/site/nav_bkgd.gif) top left repeat-x;
}

#menu{

z-index:2;
margin: 10px 0 0 0px;

}

#menu a, #menu h2{
font:bold 12px/16px arial,helvetica,sans-serif;
display:block;

white-space:nowrap;
margin:0;
padding:1px 3px;
}


#menu a{
color:#013401;
padding: 5px;
text-decoration:none;
}

#menu a:hover{
color:#fb5912;

}

#menu a:active{
color:#060;

}

.menuimg {
	background: url(../images/site/green_arrow2.gif) right center no-repeat;
}	

.menuimg:hover {
	background: url(../images/site/green_arrow2.gif) right center no-repeat;
	color:#fb5912;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
background:#cdebc9 /*url(../images/site/navlink_bkgd.gif) bottom left repeat-x*/;
border-bottom: 1px solid #9ad5a5;
	border-left: 1px solid #013401;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{

}

#menu a.x:hover{

}

#menu a.x:active{
color:#060;

}


.tree {
	position: absolute;
	top: 830px;
	left: 134px;

}

/* Footer */

#footer {
	padding: 1px 15px 1px 15px;
	background: #cdebc9 url(../images/site/nav_bkgd.gif) top left repeat-x;
}

#footer p {
	text-align: right;
}		

/* links */

.greenbox {
	margin: 15px 15px 0px 150px;
	padding: 10px;
	border: 1px solid #cdebc9;
}	

table {
	margin: 15px 15px 0px 100px;
	padding: 10px;
}	

.linkinfo {
	margin: 0px;
}

.left {
	float: left;
	margin: 5px 15px 5px 5px;
	border: 0px;
	text-decoration: none;
}	

.inline {
	display: inline;
	border: none;
	text-decoration: none;
}	

.inline a{
	text-decoration: none;
}	


/* Subnav */

#subnav ul {
	list-style:none;
	margin:15px;
	padding:5px;
	width:100%;
}

#subnav li a {
	color: #013401;
	padding: 5px 0px 5px 0px;
}

/* photo galleries */

#photos {
	margin: 15px 15px 0px 150px;
}

#photos img {
	border: 1px solid #666;
	text-decoration: none;
}

.gallery {
	margin: 15px 15px 0px 0px;
	padding: 10px;
	border: 1px solid #cdebc9;
	width: 160px;
	height: 280px;
	text-align: center;
	float: left;
}

#kira_classes {
	background: #cdebc9;
	border: 1px solid #013401;
	width: 200px;
	position: relative;
	left: -40px;
	top: 0px;
	padding:10px;
	margin-bottom: 20px;
}

#kira_classes a {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

#kira_classes a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}


#laylia_classes {
	background: url(../images/site/laylia_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}


#laylia_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#laylia_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#jiffy_classes {
	background: url(../images/site/jiffy_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}

#jiffy_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#jiffy_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#bronwen_classes {
	background: url(../images/site/bronwen_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}

#bronwen_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

#bronwen_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

#tribal_classes {
	background: url(../images/site/tribal_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}


#tribal_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

#tribal_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

#latin_classes {
	background: url(../images/site/latin_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}


#latin_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

#latin_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 11px;
}

#zumba_classes {
	background: url(../images/site/zumba_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}


#zumba_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#zumba_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#pole_classes {
	background: url(../images/site/pole_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}


#pole_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;

}

#pole_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;

}

#yoga_classes {
	background: url(../images/site/yoga_dances.jpg) top left no-repeat;
	width: 150px;
	height: 168px;
}


#yoga_classes a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

#yoga_classes a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

.link_ground {
	padding: 5px;
	background: #fff;
	color: #000;
	width: 140px;
}

.link {

	left:-40px;
padding:10px;
position:relative;
top:10px;
width:180px;
}

.greenlink {
 color: #013401;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.announcement {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#rtnav {
	text-align: left;
	top: 250px;
	right: 43px;
	height: auto;
	margin-bottom: 3em;
}

.hp_teachers {
	width:152px;
	text-align:center;
	height:175px;
	float:left;
	margin: 0px 10px 10px 0px;
	border: 1px solid green;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.greenlink2 {
 color: #013401;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.greenlink2:hover {
 color: #013401;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}