@charset "utf-8";

/* --------------------------------- */
/*   Contact page CSS file           */
/*   Prepared: July 2009             */
/* --------------------------------- */


/* ---------------------
     Two-column layout
   --------------------- */

	#leftcolumn {
		position: relative;
		float: left;
		width: 465px;
		margin-left: 30px;
		}
	#rightcolumn {
		position: relative;
		float: left;
		width: 465px;
		margin-left: 30px;
		}


/* -----------------
     Column sytles
   ----------------- */

	#leftcolumn, #rightcolumn {
		height: 450px;
		background-color: #d4eaec;
/*		background-color: #def; */
		}
	#titleblock {
		height: 110px;
		width: 110px;
		margin: 20px 0 0 20px;
		background-color: #c30009;
		}
		#titleblock h1 {
			padding: 45px 0 0 8px;
			}


/* ------------------
     Office section
   ------------------ */

	#office1 {
		margin: -28px 0 0 180px;
		}
	#office2 {
		margin: 0px 0 0 180px;
		}
		#office1 p, #office2 p {
			margin: 0;
			}
	#email {
		margin: 56px 0 0 180px;
		}


/* ------------------------
     Contact form section
   ------------------------ */

	#enquirynote {
		margin: -24px 0 0 180px;
		}
		#enquirynote p {
			padding-right: 8px;
			}
	table#enquiry {
		width: 270px;
		margin: 8px 0 0 180px;
		}
		table#enquiry td {
			padding: 3px 0;
			}
		table#enquiry td.label {
			width: 80px;
			}
		table#enquiry td.button {
			text-align: right;
			}
		#txtName, #txtEmail, #txtSubject {
			width: 160px;
			}
		#txtMessage {
			height: 120px;
			width: 240px;
			}
		#btnSubmit {
			width: 70px;
			}


/* End of file */
