/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: 'Gill Sans', 'Gill Sans MT', Helvetica, sans-serif;*/
	font-size: 12px;
	color: #000000;
	line-height: 16px;
/*	background-color: #CC9966;  */
	padding: 0px;
	margin: 0px;
	border: none;
}

div {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	text-align: right;
	color: #FFFFFF; /*white*/
	font-weight: bold;
	margin: 0px;
	padding: 12px 20px 0px 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;  /*red*/
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
p {
	/*text-align: justify;*/
	text-align: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
.bold {
	font-weight: bold;
}
.caption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #CC9966; /*tan*/
}

.big {
	font-size: 14px;
	color: #000000;  /*black*/
}
.title {
	font-size: 14px;
	color: #000000;  /*black*/
	font-weight: bold;
}
.it {
	font-style: italic;
}
.centred {
	text-align: center;
}
.note {
	color: #FF0000; /* red*/
	font-style: italic;	
}
.goldhead {
	color: #FF9900;  /* gold*/
	font-size: 150%;
	font-weight: bold;
}
.tan {
	color: #CC9966;
	font-weight: normal;
}
.tanhead {
	color: #CC9966;
	font-size: 14px;
	font-weight: bold;
}
.grey {
	color: #666666;
	font-size: 80%;
	font-weight: normal;
}
.white {
	color: #FFFFFF;
	font-size: 110%;
}
.red {
	color: #FF0000; 
	font-size: 14px;
/*	font-weight: bold;  */
}
.blue {
	color: #0000CC;
	font-size: 14px;
	font-weight: bold;
}
.green {
	color: #009900;
	font-size: 14px;
	font-weight: bold;
}
.gold {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
}
.pink {
	color: #FF00FF;
	font-size: 14px;
	font-weight: bold;
}
.compact {
	font-size: 100%;
	color: #000000;  /*black*/
}
.indent {
	text-indent: 100px;
}


address {
	padding-left: 10px;
}
ul.redpoints{
	padding-top: 5px;
	color: #FF0000;
	list-style-type: square;
}
.redpoints li{
	padding: 0 0 5px 0;
}
ul.goldpoints{
	padding-top: 5px;
	color: #FF9900;
	list-style-type: square;
}
.goldpoints li{
	padding: 0 0 5px 0;
}
a:link {
	color: #996633; /*tan*/
	padding: 0px 3px 3px 3px;
}
a:visited {
	color: #996633;  /*tan*/
	padding: 0px 3px 3px 3px;
}
a:hover {
	color: #FFFFFF; /*white*/ 
	background: #FF0000;  /*red*/
	padding: 0px 3px 3px 3px;
}
a:active {
	color: #669900; /*green*/
	text-decoration: none;
}


div.content {
	position: absolute;
	background-color: #FFFFFF;
	top:10px;
	left:10px;
	width: 800px;
	height: 94%;
	border-bottom: 15px white solid;
/*	border: thick red dashed;*/
}
div.content img{
	border: none;
}


/* top of page styles*/

div.logo {
	background-color: #FFFFFF;
/*	top:10px;*/
/*	left:50px;*/
	width:780px;
	height:170px;
	padding: 10px;
/*	border: thin blue solid;*/
}
div.logo img {
	float: right;
}
div.title {
	position:absolute;
	background-color: #FF0000;
	top:40px;
	left:0px;
	width:598px;
	height:40px;
}
div.info {
	position:absolute;
	top:82px;
	left:157px;
	height:100px;
	width: 440px;
	padding: 0px 0 0 0;
	margin: 0;
	}
div.info p{	
	text-align: justify;
	padding: 20px 5px 0 5px;
}

/*end of top of page styles*/



/* styles for lower page */

div.text {
	padding: 10px 10px 10px 160px;
	width: 630px;
/* 	border: thin green solid;*/
}
div.text img{
	float: left;
	padding-right: 30px;
	border: none;
}
div.textflow {
	padding: 0px 10px 10px 160px;
	width: 630px;
}

div.centred {
	padding: 10px 10px 10px 120px;
	/*border: thin red dotted;*/
}

div.text_1 {
	width: 630px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
div.text_1 img {
	float: left;
	padding: 10px 30px 10px 10px;
}

div.text_2 {
	width: 630px;
	min-height: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div.text_2 img {
	float: right;
	padding: 20px 10px 0px 20px;
}

div.text_3 {
	width: 520px;
	padding: 10px 0px 0px 0px;
	border: thin black dashed;
}

div.adobe {
	height: 35px;
	margin: 50px 0 30px 70px;
	padding: 0 0 0 0;
}
div#adobe_1 {
	position: absolute;
	left: 70px;
	margin: 0px 0px 0px 0px;
}
div#adobe_1 a:hover {
	background: #FFFFFF;
}

div#adobe_2 {
	font-size: 80%;
	position: relative;
/*	width: 400px;  */
	margin: 0px 0px 0px 120px;
	padding: 8px 0px 0px 0px;
}


div.textframe {
	position:relative;
	width: 630px;
	height: 170px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
/*	border: thin blue dashed;*/
}
div.textframe_1 {
	position:relative;
	width: 585px;
	height: 340px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	/*	border: thin red dashed;*/
}
div.textframe_centre {
	position: relative;
	width: 595px;
	height: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}
div.textframe_img {
	width: 545px;
	height: 170px;
	margin: 0px 0px 0px 50px;
}

div.text_r1 {
	position: absolute;
	width: 330px;
	top: 0px;
	right: 0px;
	margin: 40px 0px 5px 0px;
}
div.text_r2 {
	position: absolute;
	width: 330px;
	top: 0px;
	right: 0px;
	margin: 20px 0px 0px 0px;
}

div.text_l1 {
	width: 370px;
	top: 0px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
div.text_l2 {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 345px;
	margin: 0px 0px 0px 0px;
/*	border: thin blue solid;*/
}
div.text_l3 {
	width: 320px;
	top: 0px;
	padding: 40px 0px 0px 0px;
}


div.pic_left {
	width: 100px;
	margin: 0px 0px 0px 0px;
	min-height: 160px;
}
div.pic_left img {
	padding: 10px 0px 10px 0px;
}

div.pic_right img{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 0px;
	top: 0px;
}

div.pic_right2 {
	position: absolute;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;	
	right: 0px;
	top: 0px;
}

#page {
	height: 200px;
	padding: 25px 0 0 15px;
}
#green {
	background: #00CC00;
	font-size: 120%;
}

#design {
	width: 560px;
	height: 40px;
	margin: 16px 10px 5px 10px;
	padding: 5px 5px 2px 220px;
	background-color: #CC9966;
}
#design p{
	color: #FFFFFF;
	text-align: left;
}
#design a{
	color: #FFFFFF; /*white*/
	padding: 0 0 0 0;
}
#design a:hover{
	color: #CC0000;  /*dark red */
	background: #CC9966;
	padding: 5px;
}

#design img{
	float: left;
	padding: 2px 20px 0 0;
}
#link img{
	padding: 0 10px 0 0;
	margin: 0;
}


div.centrelink {
	position: relative;
	font-variant: small-caps;
	text-align: center;
}

div#bits {
	padding:  10px;
	margin: 10px;
}
div#bits a {
	font-size: 130%;
	color: #FFFFFF;
	padding: 10px;
	background-color:#0033CC;  /*dark blue */
	text-decoration: none;
}
div#bits a:hover {
	color: #0033CC;  /*dark blue */
	background-color:#99CCFF; /*light blue */

}

ul#pagenav li{
	display: inline;
	background-color: #FFFFFF;
	margin-left: 150px;
}

li#pagenav_1 {	
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
li#pagenav_2 {
	margin-left: 25%;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}


div.footer {
	text-align: center;
	padding: 10px 100px 0px 100px;
	/*border: thin red dotted;*/
}
div.footer a:hover{
	color: #FF0000;  /*red*/
	background: #FFFFFF; /*white*/
}

/*end of styles for lower page*/



/*nav and table styles*/

#nav {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 145px;
	margin: 0;
	padding: 10px 0px 0px 10px;
}
#nav a{
	text-decoration: none;
}

#nav ul{
	list-style-type: none;
	background-color: #FFFFFF;
	padding: 10px 0 0 10px;
	margin: 0;
}
#nav li{
	padding: 0 0 15px 0;
	font-variant: small-caps;
	color: #FF0000;
}

table {
	background-color: #FFFFFF;
	color: #FF0000;
	height: 400px;
	width: 100%;
	padding: 0px 0px 0px 10px;
	font-weight: normal;	
}
.table2 {
	background-color: #FFFFFF;
	color:#000000;
	width: 96%;
	font-weight: normal;
	margin: 10px;
	border-collapse: collapse;
	border: thin red solid;
}
.table2 td{
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	border: thin red solid;
}
.table2 th{
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	border: thin red solid;	
	width: 100px;
}
.table2 td img{
	margin-left: 10px;
	border: thin red groove;
}
.table2 th img{
	margin: 5px 0px 5px 0px;
/*	border: thin red groove;  */
}
.table3 {
	background-color: #FFFFFF;
	color:#000000;
	width: 65%;
	height: 100%;
	padding: 5px;
	margin: 15px;
	border-collapse: collapse;
}
.table3 th{
	text-align: left;
/*	color:#FF0000; */
}




/*end of nav and table styles*/




div.box{
	background-color: #CC9966;  /* light tan*/
	padding: 10px;
	border: medium red solid;
}
div.box p{
	font-size: 130%;
	color: #FFFFFF;
	text-align:center;
}
div.box h1{
	font-size: 200%;
	color: red;
	text-align: center;
}


div.picframe_top {	
 	position: relative;
	width: 650px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	/*border: thick solid green;*/
}
div.picframe_top  a:hover {
	background: #FFFFFF;
}

div.picframe_top h2 {
	font-family: 'Gill Sans', 'Gill Sans MT', Helvetica, sans-serif;
	text-align: center;
	color: #CC9966;
	padding: 0px 0px 2px 0px;
}




#caption h2 {
	font-family: 'Gill Sans', 'Gill Sans MT', Helvetica, sans-serif;
	text-align: center;
	color: #CC9966;
	padding: 0px 0px 2px 0px;
}



div.pic_a {
	width: 200px;
	margin: 0px 0px 0px 0px;
	height: 300px;
}
div.pic_b {
	position: absolute;
	width: 200px;
	margin: 0px 10px 0px 0px;
	top: 0;
	right: 220px;
}
div.pic_c {
	position: absolute;
	margin: 0px 0px 0px 0px;
	top: 0;
	width: 177px;
	right: 30px;
}
div.picframe {	
 	position: relative;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*border: thin solid blue;*/
}
div.picframe h2 {
	font-family: 'Gill Sans', 'Gill Sans MT', Helvetica, sans-serif;
	text-align: center;
	color: #CC9966;
	padding: 0px 0px 2px 0px;
}
div.picframe  a:hover {
	background: #FFFFFF;
	color: #669900; /*green*/
}

div.pic1 {
	width: 230px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	height: 180px;
	
}
div.pic2 {
	position: absolute;
	width: 230px;
	margin: 0px 10px 0px 16px;
	padding: 0px;
	left: 270px;
	top: 0px;
}

div.pic3 {
	position: absolute;
	width: 230px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	left: 540px;
	top: 0px;
}




/*page identities*/

body#shows #page{
	height:  230px;
}

body#errorpage div.content {
	height: 500px;
}

body#kidspage div.textframe_centre {
	height: 138px;
	border: thick dotted #FF9900;
}

body#adultspage div.text_l1  {
	width: 280px;
	margin: 10px 0 40px 0;
	padding: 0px 30px 0px 30px;
}
body#adultspage div.text_2 img {
	padding: 10px 0px 0px 10px;
}


body#linkspage div.text {
	height: 100px;
}
body#linkspage div.footer {
	padding: 0px;
}
body#windsorpage div.textflow{
	width: 780px;
	padding: 10px;
}
body#windsorpage div.textflow img{
	margin: 5px 5px 5px 40px;
	border: #CC9966;
}   
body#windsorpage div.info{
	left: 30px;
	width: 570px;
} 

body#littlebitspage div.text_r2 {
	width:	280px;
}
body#littlebitspage	div.text {
	font-size: 14px;
	color: #CC9966;
	font-weight: bold;
}
body#littlebitspage div.picframe {
	width: 750px;
	padding-left: 50px;
}
body#hatspage div.text {
	padding-top: 40px;
}
body#hatspage div.text img {
	padding-top: 10px;
}


body#lez div.info {
	height: 80px;
	padding-top: 35px;
}
body#lez div.text_r1 {
	width:	500px;
}
body#lez div.pic1 {
	width: 186px;
	height: 151px;
	margin-left: 100px;
}

body#newspage  ul#pagenav{
	margin: 0 0 90px 140px;
}

body#newspage div.info  p{
	margin-top: 40px;
	font-size: 150%;
	font-weight: normal;
}


body#facilpage div.text_l1 {
	width: 200px;
	height: 160px;
	padding-top: 70px;
	margin: 0;

}
body#facilpage div.text_r1 {
	margin: 50px 30px 0 0;
}
body#facilpage div.text_r2 {
	margin: 20px 30px 0 0;
}

body#facilpage div#page {
	height: 230px;
}