@charset "utf-8";

/* --------------------------------- */
/*   Workshops page CSS file         */
/*   Prepared: July 2009             */
/* --------------------------------- */


/* -----------------------
     Three-column layout
   ----------------------- */

	#column3-1 {
		position: relative;
		float: left;
		width: 224px;
		padding-left: 20px;
		}
	#column3-2 {
		position: relative;
		float: left;
		width: 504px;
		margin-left: 28px;
		}
	#column3-3 {
		position: relative;
		float: left;
		width: 224px;
		}


/* --------------------
     Sponsors section
   -------------------- */

#sponsors {
	padding: .6em 0 2em 0;
	border-bottom: 2px solid #5c5c5c;
	}


/* -------------------------
     Scoping study section
   ------------------------- */

#scopingstudy {
	margin-top: 298px;
	padding-bottom: 1em;
	background-color: #ececec;
	}
	#scopingstudy p {
		padding: 0 .5em;
		}
	#scopingstudy ul {
		padding: 0 .4em;
		}


/* -----------------------------
     Programme details section
   ----------------------------- */

#programme {
	padding-right: 20px;
	}
	#programme h2.black {
		margin-top: 1em;
		}


/* -------------------
     Workshop events 
   ------------------- */

	.event {
		padding-bottom: .6em;
		border-bottom: 1px dotted #5c5c5c;
		}
	.event p {
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 1.2em;
		}

/* ------------------
     Notice section
   ------------------ */

#notice {
	height: 20px;
	padding: .2em 0 1em;
	}


/* ------------------------
     Enquiry form section
   ------------------------ */

#enquiryheader {
	background-color: #753628;
	padding: .1em 1em .4em;
	}
#enquiryform {
	background-color: #f6da89;
	padding: .2em 1em 1em;
	}
	table#enquiry {
		width: 100%;
		border-top: 1px dotted #464646;
		padding-top: 8px;
		}
		table#enquiry td {
			padding: 3px 0;
			}
		table#enquiry td.label {
			width: 80px;
			}
		table#enquiry td.button {
			text-align: right;
			}
		#txtName, #txtEmail {
			width: 110px;
			}
		#ddlWorkshops {
			width: 114px;
			}
		#txtMessage {
			height: 160px;
			width: 190px;
			}
		#btnSubmit {
			width: 70px;
			}


/* End of file */
