/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #81ABE8 url(../images/bg-sky-repeat.jpg) repeat-x top left;
	font-family:arial;
	color: #444;

}
#bg-main {
/* background: url(../images/main-bg-new.gif) no-repeat top left; */
width: 740px;
margin: 0 auto;
padding: /* 300px */ 30px 0px;
overflow: visible;
}
h1 {
background: url(../images/tatlogo.png) no-repeat top center;
width: 740px;
height: 50px;
text-indent: -8000px;
}
h2 {
	text-align: center;
	color: #DD5D4C;
    display: block;
    text-align: center;
    width: auto;
	margin: 10px;
	font-size: 1.8em;
}

h3 {
	color: green;
	text-align: center;
	font-weight: bold;
}


/* code to change color of actgive titles
------------------------------------------------ */
h3.title span {
	color:#DD5D4C;
	clear: both;
}
h3.title span:active {
	color: #DD5D4C;
}
h3.title span:hover {
color: green;
}
/*------------------------------------------------ */
h4 {
	color: green;
	padding-top: 30px;
	background: url(../images/feetandshadow.gif) no-repeat top left;
	height: 500px;
	width: 958px;
	margin: 0 0 0 -30px;
	margin-bottom: -100px;
	text-indent: 100px;
	clear: both;
	/* Changs temp */
	display: none;
	
}
p {
	padding: 10px 25px 10px 5px;
	font-size: 1.1em;
	font-family: Arial;
}
a:link, a:visited {
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #DD5D4C;
	text-decoration: none;
}
#accordion {
	/* background: url(../images/scroll-middle.gif) repeat-y top left; */
	margin-left: -30px;
	padding: 20px 80px;
	text-align:center;
	/* Changes temp */
	background-color: white;
	border: 2px solid #635194;
	clear: both;
}

/* style for the footer
-------------------------*/
#footer {
	text-align: center;
	padding-bottom: 20px;

}
#footer p {
	color: #454545;
	font-size: 0.9em;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #454545;
	border-bottom: 1px dotted #454545;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #787878;
	text-decoration:none;
}
#grass {
	float: left;
	clear: both;
	width: 100%;
	height: 390px;
	background: url(../images/grass.png) repeat bottom  left;
	z-index: -1;
	position: relative;
	top: -400px;
	margin-bottom: -430px;
	border-top: 2px solid green;
	border-bottom: 10px solid #666566;
	overflow: visible;
}

#cloud-major {
	height: 500px;
	float:left;
	z-index: -1;
	top: 0px;
	background-image: url(../images/cloud-major-NEW.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	width: 100%;
	margin: 0 auto;
}
#cloud-minor {
	width: 100%;
	height: 700px;
	float:left;
	position: fixed;
	z-index: -2;
	top: 150px;
	background-image: url(../images/cloud-whispy-right.png);
	background-repeat: repeat-x;
	background-position: left top;
}


/* The styles for the colourful navigation
----------------------------------------------*/

div#nav { min-height: 90px;  height: auto; height:auto !important  }
div#nav ul {
	width:730px;
	text-align:center;
	margin: 10px 0;
	position:relative;
	height: auto;
	float:left;
	font-weight: normal;
	margin-bottom: 20px}

div#nav ul li { display:inline; float:left; }

div#nav ul li a:link, div#nav ul li a:visited { display:block; padding: 9px; color: #fff; text-decoration: none;border: 1px solid #635194; } 
#bg-main div#nav ul li a:hover, div#nav ul li a#current{ background-color: #fff;}

div#nav ul li a.nav_home { background: url("../images/home_icon.png") no-repeat scroll center center transparent; height: 32px;left: 6px;  position: absolute; text-indent: -8000px; top: -62px; width: 38px; border: 1px solid transparent;}
div#nav ul li a.nav_about { background-color: #635194; padding: 16px 9px }
div#nav ul li a.nav_party {	background-color: #6BAE4D; margin-top: 8px;}
div#nav ul li a.nav_goody {	background-color: #DE6352; padding: 9px 13px}
div#nav ul li a.nav_christ { background-color: #0A81DA;margin-top: 8px;}
div#nav ul li a.nav_gallery { background-color: #DE6B8C;  padding: 16px 9px}
div#nav ul li a.nav_contact { background-color: #686AB7; margin-top: 8px;}

div#nav ul li a.nav_home:hover, div#nav ul li a#current.nav_home { background-image:url(../images/home_icon-hover.png); border: 1px solid #635194; }
div#nav ul li a.nav_about:hover, div#nav ul li a#current.nav_about { color: #635194;}
div#nav ul li a.nav_party:hover, div#nav ul li a#current.nav_party { color: #6BAE4D;}
div#nav ul li a.nav_goody:hover, div#nav ul li a#current.nav_goody { color: #DE6352;}
div#nav ul li a.nav_christ:hover, div#nav ul li a#current.nav_christ { color: #0A81DA;}
div#nav ul li a.nav_gallery:hover, div#nav ul li a#current.nav_gallery { color: #DE6B8C;} 
div#nav ul li a.nav_contact:hover, div#nav ul li a#current.nav_contact { color: #686AB7;}

#accordion div.image_holder { text-align: center}
#accordion div.image_holder img {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 7px #000000;
}

div.review { border-bottom: 2px solid pink; margin: 10px 0 20px; text-align:left}
div.last { margin-bottom: 0}

div.review  h6 { font-size: 1em; font-weight: bold;}

/* SLideshow style
---------------------------------*/

#slideshow img { display: none }
#slideshow img.first { display: block }


/* give slideshow some style */
#slideshow { margin: 20px auto; width:300px; height: 300px }

/* give each slide the same dimensions */
#slideshow div { width: 300px; height: 300px; overflow: hidden  }

/* make sure each slide image is centered */
#slideshow div img { margin: auto; display: block }

