@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #800000;
	background-color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h3 {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.CellBorder {
	border: 3px double #800000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../Images/HeaderWorkshopsSalsa.jpg);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../Images/Vector-Smart-Object.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: left;
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent a:link {
	color: #C02859;
}

.oneColFixCtrHdr #footer {
	background-color: #800000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 780px;
	clear: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

legend { color: #369; }

.textblue { color: #369; }

form {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1em;
}
fieldset {
	margin-top: 1em;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	clear: left;
	width: 97%;
	padding-left: 0px;
}

legend {
	margin-left: 1em;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

label {
	float: left;
	width: 14.4em;
	margin-right: 1em;
	padding-top: 4px;
	padding-left: 1.5em;
}
.formCapitalize {
	font-size: 110%;
	color: #069;
	text-transform: capitalize;
}

.formCapitalizeDropDown
{
	font-size: 110%;
	color: #069;
	text-transform: capitalize;
	width: 154pt;
}


.formPostcode
{
	font-size: 110%;
	color: #069;
	text-transform: uppercase;
}

.formEmail
{
	font-size: 110%;
	color: #069;
	text-transform: lowercase;
}



fieldset ul{
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li{
	padding-bottom: 0.2em;
	float: left;
	width: 90%;
	clear: left;
	padding-right: 10em;
}

#jQueryUICalendar1 {
	font-size: 110%;
	color: #369;
	width: 199px;
}
