/* CSS Document */

body {
	background-image: url(images/tanbg_tile.gif);
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f1d495;
}

/*---------CONTAINERS-----------*/
#surround1 {
	width:80%;
	min-width: 936px;
	_width:936px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/topleftbg.gif);
	background-repeat: repeat-y;
}
#surround2 {
	background-image: url(images/toprightbg.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
}
#surround3 {
	background-image: url(images/dancers2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*---------SECONDARY CONTAINERS-----------*/
#leftcont {
	width: 61px;
	height: 195px;
	float: left;
	background-image: url(images/topleftpattern.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#rightcont {
	width: 125px;
	height: 195px;
	float: right;
	background-image: url(images/toprightpattern.gif);
	background-repeat: no-repeat;
}
#container1 {
	background-image: url(images/redbg_tile.gif);
	margin-right: 125px;
	margin-left: 61px;
	background-color: #851215;
}
#container2 {
	background-image: url(images/mainright.gif);
	background-repeat: repeat-y;
	background-position: right;	
}
#container3 {
	background-image: url(images/dancers.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*---------HEADER BAR-----------*/
#header {
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	height: 127px;
}
#headerl {
	width: 215px;
	float: left;
	background-image: url(images/accordion.gif);
	background-repeat: no-repeat;
	height: 127px;
}
#headerr {
	width: 46px;
	float: right;
	background-image: url(images/headerright.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 127px;
}
#nztango {
	margin-right: 46px;
	margin-left: 215px;
	background-image: url(images/nz_tango_festival.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 127px;
}
#nztango h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}

/*---------TOP OF MAIN SECTION-----------*/
#top {
	height: 60px;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}
#topl {
	width: 37px;
	float: left;
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#topcentre {
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 37px;
	background-image: url(images/topcentre.gif);
	background-position: center;
	height: 60px;
}
#topr {
	width: 15px;
	float: right;
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 60px;
}

/*---------NAV SECTION-----------*/
#nav {
	width: 150px;
	font-weight: bold;
	float: left;
	margin-top: -30px;
	position: static;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	height: 43px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 12px;
}
#nav a:link, #nav a:visited {
	color: #e3cea4;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #000000;
}
.button1 {
	background-image: url(images/button1.gif);
	background-repeat: no-repeat;
}
.button2 {
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
}
.button3 {
	background-image: url(images/button3.gif);
	background-repeat: no-repeat;
}
.button4 {
	background-image: url(images/button4.gif);
	background-repeat: no-repeat;
}

/*---------MAIN SECTION-----------*/
#main1 {
	background-image: url(images/mainleft.gif);
	background-repeat: repeat-y;
}

/*---------MAIN TEXT SECTION-----------*/
#text {
	margin-left: 170px;
	margin-right: 40px;
}
#text h2 {
	margin: 0px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #DDBC31;
}
#text h3 {
	color: #DD9226;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#text h4 {
	color: #DDBC31;
	font-size: 15px;
	margin: 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#text h5 {
	color: #D9A21A;
	font-size: 13px;
	margin: 7px 20px 0px 0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000000;
	padding-top: 5px;
}
#text p {
	margin: 0px 30px 0px 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #f1d495;
	line-height: 17px;
}
#text ul {
	list-style-image: url(images/bullet.gif);
	margin-top: 2px;
	margin-bottom: 0px;
	list-style-position: outside;
}
#text li {
	color: #f1d495;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 30px;
}
#text a:link, #text a:visited {
	color: #DDBC31;
	text-decoration: none;
	font-weight:bold;
}
#text a:hover, #text a:active {
	color: #DD9226;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DD9226;
}
#teacher {
	clear: right;
}
#sponsors a:hover, #submit a:active{
	border-bottom-style: none;
}
#sponsors img {
	background-image: url(images/blackbg_tile.gif);
	margin: 10px;
	padding: 10px;
	border: 1px solid #C59F3B;
}

/*---------FOOTER SECTION-----------*/
#footer {
	background-image: url(images/footerbg.gif);
	height: 51px;
	background-repeat: repeat-x;
	clear: both;
}
#footerl {
	width: 260px;
	float: left;
	background-image: url(images/footerleft.gif);
	background-repeat: no-repeat;
	height: 51px;
}
#footerr {
	width: 84px;
	float: right;
	background-image: url(images/footerright.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 51px;
}
#footercentre {
	background-image: url(images/footercentre.gif);
	background-repeat: no-repeat;
	height: 51px;
	background-position: center;
}

/*---------CLASS STYLES-----------*/
.rightpic {
	float: right;
	border: 1px solid #000000;
	margin-left: 6px;
	margin-bottom: 6px;
}
.smallprint {
	font-size: 10px;
	color: #C39F3B;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #c39f38;
}
.smaller {
	font-size: 12px;
	line-height: 15px;
}
.required {
	color: #851215;
}
.leftpic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}

/*---------TABLES LAYOUT-----------*/
#forms table, #workshops table {
	color: #0F262E;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
	background-image: url(images/tanbg_tile.gif);
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
	width: 90%;
}
#forms th, #doublecol th, #workshops th {
	color: #F1D495;
	background-color: #021317;
	font-size: 14px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #851215;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-image: url(images/blackbg_tile.gif);
}
#forms td, #workshops td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
#forms p, #doublecol p {
	color: #0F262D;
}
#forms h4, #doublecol h4 {
	color: #851215;
	margin: 0px;
}
#forms h5 {
	color: #851215;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
}
#forms img {
	vertical-align: middle;
}
#forms input.submit {
	height: 30px;
	width: 70px;
}
#workshops h4 {
	color: #851215;
	font-size: 13px;
}
#workshops td {
	font-size: 11px;
}
#forms h6, #doublecol h6 {
	color: #f1d495;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
#forms a:link, #forms a:visited, #doublecol a:link, #doublecol a:visited, #workshops a:link, #workshops a:visited {
	line-height:18px;
	color:#851215;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #851215;
}
#workshops a:link, #workshops a:visited {
	line-height:14px;
}
#forms a:hover, #forms a:active, #doublecol a:hover, #doublecol a:active, #workshops a:hover, #workshops a:active {
	color:#0F262E;
	border-bottom-color: #0F262E;
}
#doublecol table table {
	color: #0F262E;
	margin:2px;
	background-image: url(images/tanbg_tile.gif);
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}
#doublecol table table td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.rightcol {
	font-weight: bold;
	text-align: right;
}
#subs table {
	color: #0F262E;
	margin-top: 10px;
	background-image: url(images/tanbg_tile.gif);
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
}
#subs th {
	color: #F1D495;
	background-color: #021317;
	font-size: 13px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #851215;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(images/blackbg_tile.gif);
}
#subs td {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	font-size: 11px;
}
#subs p {
	color: #0F262D;
}
#subs input {
	background-color: #f1d495;
	border: 1px solid #000000;
	font-size: 10px;
	height: 14px;
}
#subs select {
	background-color: #f1d495;
	border: 1px solid #000000;
	font-size: 10px;
	height: 14px;
}


/*---------FORM CONTENT-----------*/
input {
	background-color: #f1d495;
	border: 1px solid #000000;
	font-size: 12px;
	height: 18px;
}
select {
	background-color: #f1d495;
	border: 1px solid #000000;
	font-size: 12px;
	height: 18px;
}
#submit a:hover, #submit a:active {
	border-bottom-style: none;
	padding-bottom: 1px;
}
#submit input {
	border-style:none;
	height: 32px;
}

/*---------PHOTO PAGE CONTENT-----------*/
#photos table{
	text-align:center;
}
#photos img{
	border: 1px solid #C59F3B;
	margin:5px;
}
#photos a:hover, #photos a:active{
	border-bottom-style: none;
}
