

/* positioning, margins, padding */


* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
fieldset {
	margin-bottom: 16px;
}
label {
	float: left;
	width: 20%;
}
dt,
h2,
h3,
h4,
table,
p {
	margin-bottom: 16px;
}
#col12 ul,
#col1 ul,
#col2 ul,
#col3 ul,
#col123 ul {
	list-style-image: url("../_img/bullet.gif");
	list-style-type: circle;
	margin-bottom: 12px;
	padding-left: 16px;
}
#col12 ol,
#col1 ol,
#col2 ol,
#col3 ol,
#col123 ol {
	padding-left: 2em;
}

.clear {
	clear: both;
	height: 16px;
}
.clearleft {
	clear: left;
	height: 16px;
}
.last {
	margin: 0;
}
.nosize {
	height: 0 !important;
}
.rfigure {
	float: right;
	margin-bottom: 16px;
	margin-left: 16px;
}
div.required,
div.optional,
.tr {
	margin-bottom: 8px;
}
.tr input,
.tr textarea {
	width: 75%;
}

#body {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 780px;
}
* html #body {
	height: 100%;
}
#bodyinner {
	margin: 16px 26px;
}
/* hide from ie-mac \*/
#bodyinner {
	margin: 0 10px;
	padding: 16px 16px 60px 16px;
}
/* end hide */
#head {
	height: 79px;
	overflow: hidden;
}
#head h1 {
	display: inline;
}
#head a {
	background: url("/_img/logo.gif") top left no-repeat;
	float: left;
	height: 0px !important;
	height: /**/:79px; /* for ie5/win */
	overflow: hidden;
	padding-top: 79px;
	width: 151px;
}
#menu {
	height: 26px;
	list-style: none;
	margin: 0 -16px;
	overflow: hidden;
	width: 760px;
}
#menu li {
	display: inline;
	list-style: none;
}
#menu a {
	height: 0px !important;
	height: /**/:17px; /* for ie5/win */
	float: left;
	overflow: hidden;
	padding-top: 17px;
}
#menu a:hover {
	background-position: 0 -17px;
}
#menu a:active,
#menu a.selected {
	background-position: 0 -34px;
}
#thome a {
	background: url("/_img/menu/home.gif") top left no-repeat;
	margin-left: 16px;
	width: 50px;
}
#tadvice a {
	background: url("/_img/menu/advice.gif") top left no-repeat;
	width: 126px;
}
#tservices a {
	background: url("/_img/menu/services.gif") top left no-repeat;
	width: 115px;
}
#tindividual a {
	background: url("/_img/menu/individual.gif") top left no-repeat;
	width: 116px;
}
#tworkshops a {
	background: url("/_img/menu/workshops.gif") top left no-repeat;
	width: 75px;
}
#tnews a {
	background: url("/_img/menu/news.gif") top left no-repeat;
	width: 111px;
}
#tcontact a {
	background: url("/_img/menu/contact.gif") top left no-repeat;
	width: 75px;
}

#col123 {
	float: left;
	width: 728px;
}
#col12 {
	float: left;
	margin-bottom: -16px;
	width: 480px;
}
#col12inner {
	margin-bottom: 32px;
}
#col1 {
	float: left;
	width: 232px;
}
#col1inner {
	margin: 16px 0 32px;
}
#col2 {
	margin: 0 248px;
}
#col2inner {
	margin: 16px 0 32px;
}
#col3 {
	float: right;
	margin-bottom: 32px;
	width: 232px;
}
#col3inner {
	margin: 16px;
}

#foot {
	height: 60px;
	margin: -60px auto 0;
	position: relative;
	width: 780px;
}
#footinner {
	margin: 16px 26px 0;
}
/* hide from ie-mac \*/
#footinner {
	margin: 0 26px;
	padding: 16px 0;
}
/* end hide */
table.data {
	width: 100%;
}
table.data th, table.data td {
	padding: 3px;
}


/* colours, backgrounds, borders */


body {
	background-color: #ccc;
	color: #111;
}
a {
	color: #a00;
	text-decoration: none;
}
h1, h2, h3. h4, h5 {
	color: #000;
}
a:hover {
	/*border-bottom: dotted 1px #a00;*/
	color: #800;
	text-decoration: underline;
}
a img,
fieldset {
	border: 0;
}
.required {
	color: #c00;
}
#body {
	background: #fff url("../_img/body-bg.gif");
}
#menu {
	background: #b00 url("../_img/menu-bg.gif");
}
#menu a {
	color: #fff;
}
#col3 {
	background-color: #ddd;
}
#foot {
	background: #ccc url("../_img/foot-bg.gif") top center no-repeat;
}
table.data {
	/*border-collapse: collapse;*/
	border: solid #ccc 1px;
}


/* fonts */


body {
	text-align: center;
}
p, li, td, th, h2, h3, h4, h5, dt, dd {
	text-align: left;
}
body, a, p, li, td {
	/*font: normal 12px Georgia, "Times New Roman", Times, serif;*/
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
}
th {
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;
}
a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	/*font: bold 18px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;*/
}
dt,
h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	/*font: bold 14px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;*/
}
h4 {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	/*font: bold 13px "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Arial, sans-serif;*/
}
#foot {
	font-size: 11px;
}
