* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
	color: #745a4d;
	text-align: center;
	width: 100%;
	background: #6d6c6c url(../images/bg.jpg) repeat-x left top;
}

* html body {
	/*
	font-size: x-small; for IE5/Win 
	f\ont-size: small; for other IE versions 
	*/
	font-size: medium;
}

#wrap {
	margin: 0px auto;
	width: 904px;
	margin-top: 20px;
	padding-bottom: 20px;
} 

#message {
	background-color: #ffcccc;
	border: #e89d9d solid 1px;
	padding: 5px 10px 5px 10px;;
	color: #cf3e54;
	}
	
#left_column {
	width: 200px;
	text-align: left;
	float: left;
}

#right_column {
	float: left;
	width: 576px;
	text-align: left;
	padding-left: 40px;
}

a {
	color: #000000;
}

a:hover {
	color: #D25F0E;
}
	
/* header styles */

#header {
	background: url(../images/header_bg.jpg) no-repeat left top;
	height: 162px;
	padding: 22px 22px 68px 22px;
}

#header h1 {
	text-indent: -5000px;
	position: absolute;
}

#header_img {
	background: #ff0000 url(../images/header_img.jpg) no-repeat left top;
	height: 117px;
	text-align: left;
	padding: 45px 0px 0px 37px;
}

/* content styles */

#content {
	background: url(../images/content_bg.gif) repeat left top;
	padding: 0px 24px 0px 24px;
}

h1, h2 {
	text-transform: uppercase;
}

h1, h2, h3 {
	font-weight: normal;
}

h4, h5, h6 {
	font-weight: bold;
}

h3, h4, h5, h6 {
	margin-top: 15px;
}

h1 {
	font-size: 250%;
}

h2 {
	border-bottom: 2px solid #efc9a3;
	font-size: 200%;
	padding-bottom: 10px;
}

/* needed by the CMS */
h3 {
	font-size: 130%;
	width: 100%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 75%;
}

h6 {
	font-size: 50%;
}

#training, #event_cover {
	width: 259px;
	height: 37px;
	float: left;
	font-size: 150%;
	text-align: right;
	padding-top: 171px;
	padding-right: 20px;
	font-weight: bold;
	margin-top: 15px;
}

#training {
	background: url(../images/home_training.jpg) no-repeat left bottom;
	margin-right: 18px;
}

#event_cover {
	background: url(../images/home_event_cover.jpg) no-repeat left ;
}

.link a {
	background: url(../images/menu_right_arrow.gif) no-repeat left center;
	padding-left: 10px;
	color: #745a4d;
	text-decoration: none;
}

.link a:hover {
	background: url(../images/menu_right_arrow_orange.gif) no-repeat left center;
	color: #D25F0E;
}

#right_column p {
	margin-top: 15px;
}

#right_column ul {
	margin: 10px 0px 10px 30px;
}

#right_column img {
	border: 1px solid #dccfa2;
	padding: 5px;
	background: #ffffff;
	margin: 5px;
}

/* included article pages */

/* needed by the CMS */
#right_column .pages {
	font-size: 75%;
	text-align: center;
}

/* needed by the CMS */
#right_column .pages a {
	color: #D25F0E;
}

/* needed by the CMS */
#right_column .pages a:hover {
	color: #000000;
}

/* needed by the CMS */
#right_column .date {
	color: #D25F0E;
	font-size: 75%;
	width: 100%;
	display: block;
	font-style: italic;
	font-weight: bold;
}

/* needed by the CMS */
#right_column .more a {
	text-decoration: none;
	background: url(../images/menu_right_arrow.gif) no-repeat left center;
	padding-left: 10px;
	color: #745a4d;
	font-weight: bold;
}

/* needed by the CMS */
#right_column .back a {
	text-decoration: none;
	background: url(../images/menu_left_arrow.gif) no-repeat left center;
	padding-left: 10px;
	color: #745a4d;
	font-weight: bold;
}

/* menu styles */

#menu {
	background: url(../images/menu_bg.gif) no-repeat left bottom;
	padding: 0px 20px 30px 10px;
}

/* needed by the CMS */
#menu .menu_title {
	color: #D95B11;
	font-weight: bold;
	border-bottom: 1px solid #efe7d0;	
	width: 100%;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 85%;
	/*background: url(../images/menu_down_arrow.gif) no-repeat right center;*/
}

/* needed by the CMS */
#menu .main_menu_title {
	font-weight: bold;
	width: 100%;
	display: block;
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	padding-left: 10px;
}

#menu ul li {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #efe7d0;
	line-height:1em;
}

#menu .parent ul li {
	border-bottom: none;
}

#menu ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #745a4d;
	background: url(../images/menu_right_arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	font-size: 85%;
	display:block;
}

#menu ul li a:hover {
	color: #D25F0E;
	background: url(../images/menu_right_arrow_orange.gif) no-repeat left 3px;
}

#submenu {
	background: #efdfc5 url(../images/submenu_bot.gif) no-repeat left bottom;
	text-align: center;
	padding-bottom: 10px;
}

#submenu #testimonials {
	text-align: left;	
	padding: 0px 20px 0px 20px;
}

#submenu #testimonials .testimonials_title {
	font-weight: bold;
	border-bottom: 1px solid #745a4d;
	width: 100%;
	display: block;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#submenu #testimonials p {
	font-size: 75%;
	margin-top: 10px;
	
}

#submenu #testimonials .person {
	font-size: 85%;
	font-weight: bold;
	color: #D25F0E;
}

#submenu #testimonials a {
	text-decoration: none;
	font-weight: bold;
	color: #745a4d;
	background: url(../images/menu_right_arrow.gif) no-repeat left center;
	padding-left: 10px;
}

#submenu #testimonials a:hover {
	color: #000000;
	background: url(../images/menu_right_arrow_black.gif) no-repeat left center;
}

.submenu_divider {
	background: url(../images/submenu_mid.gif) no-repeat left bottom;
	height: 40px;
}

/* footer styles */

#footer {
	background: url(../images/footer_bg.jpg) no-repeat left top;
	height: 38px;
	clear: both;
	padding-top: 75px;
	color: #EFE7D0;
	font-size: 75%;
}

#footer a {
	color: #EFE7D0;
}

#footer a:hover {
	color: #000000;
}

/* form styles */

input, textarea, select {
	font-family: arial, sans-serif;
}

.full_width {
	width: 99%; /* ie6 doesn't like width 100%  */
	margin-bottom: 10px;
}
	
textarea {
	width: 100%;
	height: 200px;
}

form p {
	clear: both;
	margin: 0px;
}

.submit {	
	padding: 2px;
	float: right;
	margin-top: 5px;
	} 
	
.required, .required_text  {
	color: #ff0000;
	font-size: 85%;
	}
	
.required {
	margin-left: 5px;
	}
	
.required_text {
	margin-top: 5px;
	float: left;
	}
	
#enquiry_form {
	width: 75%;
	padding-left: 75px;
}