@charset "utf-8";



body {
	background-color:#821E50;
	background-image:url(../images/star09XL_600x450.jpg);
	background-repeat:repeat;	
}


div#container {
	width:100%;
	margin:25px auto 25px auto;
}
div#headdiv {
	max-width:1000px;
	min-width:540px;
	display:block;
	float:none;
	margin: 0px auto;
	font-size:50px;
	text-align:center;
	font-weight:bold;
	color:#333;
	border-color:#333;
	font-family: 'Marcellus SC';
	
}


#contentdiv {
	clear:both;
	float:none;
	min-height:400px;
	width:auto;
	max-width:1200px;
	min-width:540px;
	padding:0px 10px 10px;
	text-align:left;
	border-width:5px;
	padding:30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


div#leftnav{
	float:none;
	/*min-height:800px;*/
	/*width:80px;*/
	max-width:1000px;
	width:1000px;
	/*margin-right:60px;*/
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}
ul.nav1{
	list-style-type:none;
	/*margin-left:-40px;*/
	overflow:auto;

}
ul.nav1 > li{
	margin-top:20px;
	margin-bottom:20px;
	overflow:visible;
	display: inline;
	list-style-type:none;
	float: left;
	width:auto;
	height:auto;

	margin-left:10px;
	margin-right:10px;
}

ul.nav1:not(.touch_device_click_to_open) > li:hover > a{
	/*color:#C2A629;*/
	color:#000;
	border-color:#C2A629;
background: rgb(227,215,193); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(227,215,193,1) 0%, rgba(209,188,153,1) 17%, rgba(191,162,113,1) 33%, rgba(202,128,0,1) 67%, rgba(160,101,0,1) 83%, rgba(118,75,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(227,215,193,1)), color-stop(17%,rgba(209,188,153,1)), color-stop(33%,rgba(191,162,113,1)), color-stop(67%,rgba(202,128,0,1)), color-stop(83%,rgba(160,101,0,1)), color-stop(100%,rgba(118,75,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(227,215,193,1) 0%,rgba(209,188,153,1) 17%,rgba(191,162,113,1) 33%,rgba(202,128,0,1) 67%,rgba(160,101,0,1) 83%,rgba(118,75,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(227,215,193,1) 0%,rgba(209,188,153,1) 17%,rgba(191,162,113,1) 33%,rgba(202,128,0,1) 67%,rgba(160,101,0,1) 83%,rgba(118,75,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(227,215,193,1) 0%,rgba(209,188,153,1) 17%,rgba(191,162,113,1) 33%,rgba(202,128,0,1) 67%,rgba(160,101,0,1) 83%,rgba(118,75,0,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(227,215,193,1) 0%,rgba(209,188,153,1) 17%,rgba(191,162,113,1) 33%,rgba(202,128,0,1) 67%,rgba(160,101,0,1) 83%,rgba(118,75,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d7c1', endColorstr='#764b00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/*.touch_device_click_to_open class added by dan-ivancic.js to change menu behavior for touch devices*/
 ul.nav1:not(.touch_device_click_to_open) li:hover ul.nav2 {
	visibility:visible;
	opacity:1;
}

ul.nav2 {
	display:block;
	visibility:hidden;
	list-style-type:none;
	overflow:visible;
	margin:0px;
	padding:10px 10px 10px 30px;
	opacity:0;
	list-style-type:none;
	/*overflow:auto;*/
	width:auto;
	position:absolute;
	/*border:solid yellow 2px;*/
	z-index:1000;
		
	transition: height 0.5s, visibility 0.5s, opacity 1s;
	-moz-transition:height 0.5s, visibility 0.5s, opacity 1s; /* Firefox 4 */
	-webkit-transition:height 0.5s, visibility 0.5s, opacity 1s; /* Safari and Chrome */
	-o-transition:height 0.5s, visibility 0.5s, opacity 1s; /* Opera */	


		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+27,000000+35&0.65+11,0+72 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 11%, rgba(0,0,0,0.48) 27%, rgba(0,0,0,0.39) 35%, rgba(0,0,0,0) 72%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(11%,rgba(0,0,0,0.65)), color-stop(27%,rgba(0,0,0,0.48)), color-stop(35%,rgba(0,0,0,0.39)), color-stop(72%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 11%,rgba(0,0,0,0.48) 27%,rgba(0,0,0,0.39) 35%,rgba(0,0,0,0) 72%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 11%,rgba(0,0,0,0.48) 27%,rgba(0,0,0,0.39) 35%,rgba(0,0,0,0) 72%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 11%,rgba(0,0,0,0.48) 27%,rgba(0,0,0,0.39) 35%,rgba(0,0,0,0) 72%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 11%,rgba(0,0,0,0.48) 27%,rgba(0,0,0,0.39) 35%,rgba(0,0,0,0) 72%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


ul.nav2 > li{
	/*margin-top:15px;*/
	overflow:visible;
	margin:22px 0px;
}


ul.nav2 > li:hover > a{
	/*color:#C2A629;*/
	color:#000;
	border-color:#C2A629;
	
	background: rgb(236,228,212); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(236,228,212,1) 0%, rgba(223,208,183,1) 17%, rgba(210,190,156,1) 33%, rgba(255,176,39,1) 67%, rgba(255,166,11,1) 83%, rgba(236,149,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(236,228,212,1)), color-stop(17%,rgba(223,208,183,1)), color-stop(33%,rgba(210,190,156,1)), color-stop(67%,rgba(255,176,39,1)), color-stop(83%,rgba(255,166,11,1)), color-stop(100%,rgba(236,149,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(236,228,212,1) 0%,rgba(223,208,183,1) 17%,rgba(210,190,156,1) 33%,rgba(255,176,39,1) 67%,rgba(255,166,11,1) 83%,rgba(236,149,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(236,228,212,1) 0%,rgba(223,208,183,1) 17%,rgba(210,190,156,1) 33%,rgba(255,176,39,1) 67%,rgba(255,166,11,1) 83%,rgba(236,149,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(236,228,212,1) 0%,rgba(223,208,183,1) 17%,rgba(210,190,156,1) 33%,rgba(255,176,39,1) 67%,rgba(255,166,11,1) 83%,rgba(236,149,0,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(236,228,212,1) 0%,rgba(223,208,183,1) 17%,rgba(210,190,156,1) 33%,rgba(255,176,39,1) 67%,rgba(255,166,11,1) 83%,rgba(236,149,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece4d4', endColorstr='#ec9500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


a.navlink:link,a.navlink:visited {
	color:#333;
	border-color:#333;
	text-decoration:none;
	text-align:center;
	padding: 4px 10px 4px 10px;
	font-weight:bold;
	font-family:'Marcellus SC';
	position:relative;
	z-index:2;
}
ul.nav1 li a{ font-size:22px; }

ul.nav2 li a{ 
	font-size:16px;
	border:2px solid;
	border-radius:25px;
	border-color:#333;
	background: rgb(212,236,227); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(212,236,227,1) 0%, rgba(183,223,207,1) 17%, rgba(156,210,188,1) 33%, rgba(39,255,169,1) 67%, rgba(11,255,157,1) 83%, rgba(0,236,142,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(212,236,227,1)), color-stop(17%,rgba(183,223,207,1)), color-stop(33%,rgba(156,210,188,1)), color-stop(67%,rgba(39,255,169,1)), color-stop(83%,rgba(11,255,157,1)), color-stop(100%,rgba(0,236,142,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ece3', endColorstr='#00ec8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.bubble {
	border:3px solid;
	border-radius:25px;
	border-color:#333;
}
.bubblegradient {
background: rgb(193,227,214); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(193,227,214,1) 0%, rgba(153,209,187,1) 17%, rgba(113,191,160,1) 33%, rgba(0,202,121,1) 67%, rgba(0,160,96,1) 83%, rgba(0,118,71,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(193,227,214,1)), color-stop(17%,rgba(153,209,187,1)), color-stop(33%,rgba(113,191,160,1)), color-stop(67%,rgba(0,202,121,1)), color-stop(83%,rgba(0,160,96,1)), color-stop(100%,rgba(0,118,71,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(193,227,214,1) 0%,rgba(153,209,187,1) 17%,rgba(113,191,160,1) 33%,rgba(0,202,121,1) 67%,rgba(0,160,96,1) 83%,rgba(0,118,71,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(193,227,214,1) 0%,rgba(153,209,187,1) 17%,rgba(113,191,160,1) 33%,rgba(0,202,121,1) 67%,rgba(0,160,96,1) 83%,rgba(0,118,71,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(193,227,214,1) 0%,rgba(153,209,187,1) 17%,rgba(113,191,160,1) 33%,rgba(0,202,121,1) 67%,rgba(0,160,96,1) 83%,rgba(0,118,71,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(193,227,214,1) 0%,rgba(153,209,187,1) 17%,rgba(113,191,160,1) 33%,rgba(0,202,121,1) 67%,rgba(0,160,96,1) 83%,rgba(0,118,71,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e3d6', endColorstr='#007647',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bubble2 {
	border:2px solid;
	border-radius:25px;
	border-color:#333;
}
.bubble2gradient {	
background: rgb(212,236,227); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(212,236,227,1) 0%, rgba(183,223,207,1) 17%, rgba(156,210,188,1) 33%, rgba(39,255,169,1) 67%, rgba(11,255,157,1) 83%, rgba(0,236,142,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(212,236,227,1)), color-stop(17%,rgba(183,223,207,1)), color-stop(33%,rgba(156,210,188,1)), color-stop(67%,rgba(39,255,169,1)), color-stop(83%,rgba(11,255,157,1)), color-stop(100%,rgba(0,236,142,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(212,236,227,1) 0%,rgba(183,223,207,1) 17%,rgba(156,210,188,1) 33%,rgba(39,255,169,1) 67%,rgba(11,255,157,1) 83%,rgba(0,236,142,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ece3', endColorstr='#00ec8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

	
