/* CSS Document */

* {padding: 0; margin: 0;}

body {
	font: 12px/1.5em "Trebuchet MS", Arial, Helvetica, Verdana, san-serif;
	color: #333;
	text-align: center;
	background: url(../images/bg.gif);
}

#container {
	width: 70.83em;
	text-align: left;
	margin: 0 auto;
	font-size: 1em;
	position: relative;
	background: #FFF;
} 

#header {
	width: 100%;
	height: 407px;
	background: url(../images/header-banner.jpg) center bottom no-repeat;
}

#main_menu {
	position: absolute;
	top: 178px;
	left: 0;
	width: 100%;
	background: #aacd18 url(../images/menu-bg.gif) bottom left repeat-x;
}

#main_menu ul {
	height: 27px;
	padding: 0 1.7em;
	text-align: center;
}

#main_menu li {
	display: inline;
	list-style: none;
	padding: 0 8px;
}

#main_menu a {
	color: #262e04;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
	line-height: 27px;
	font-size: 13px;
}

#container > #main_menu a {padding: 4px 7px 5px 7px;}

#main_menu a:hover {
	background: #374823 url(../images/menu_hover.gif) center bottom no-repeat;
	color: #FFFFFF;
}

#content {
	padding: 2.3em 2em;
}

#main_content {
	width: 47%;
	float: left;
	margin-bottom: 2.3em;
}

#side_content {
	width: 47%;
	float: right;

}

	#main_content img, #side_content img {
		border-bottom: 7px solid #884abc;
	}

#footer {
	clear: both;
	padding: 0.4em 2em;
	background: #333;
	color: #FFF;
	font-size: 10px;
	margin-top: 2em;
}

#footer span {color: #999;}

#footer span a {
	color: #999;
	text-decoration: none;
}

#footer span a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {line-height: normal;}

h1 {
	background: url(../images/logo.gif) no-repeat;
	background-position: top center;
	height: 164px;
	width: 100%;
	text-indent: -9999px;
	text-align: center;
}

h1.home {
	height: 164px;
	margin-left: 20px;
	background-position: top left;
	width: 830px;
}

h1 a {
	display: block;
	height: 164px;
	width: 349px;
}

h2 {
	color: #0093f1;
	font-size: 2em; 
}

h2.oneColumn {padding-bottom: 1em;}

h3 {
	color: #884abc;
	font-size: 1.3em;
	padding: 0.6em 0 0.5em 0;
}

h3.bold {
	font-size: 1.4em;
}

h4 {
	color: #f69921;
	font-size: 1.1em;
	padding: 0.8em 0 0.2em 0;
}

ol {list-style: none;}
li li {padding-left: 0px; list-style: none;}


.imgleft {float: left; margin: 1.4em 1em 0.7em 0;}
.imgGallery {margin-bottom: 12px;}

p {padding-bottom: 1em;}
p.first {padding-top: 1em;}
p.signed {font-weight: bold; font-size: 14px; color: #062e65;}

/*blockquote {padding-left: 15px; border-left: 5px solid #d0d9e7;}*/

.accredited {
	background: url(../images/green_anouncement.jpg) no-repeat;
	width: 328px;
	height: 151px;
	color: #FFF;
	padding: 20px;
}

.accredited h4 {padding-bottom: 1em; color: #FFF;}
/*
.member {
	background: url(../images/member_cqld.gif);
	height: 128px;
	width: 128px;
	position: absolute;
	right: 4em;
	top: 2em;
}
*/

.home_member {
	background: url(../images/member_home.jpg);
	height:176px;
	width: 396px;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonial {
	background: #e5ebf4;
	padding: 1em;
	color: #000;
	margin-bottom: 20px;
}

.leftColumn_top {padding-top: 3.3em;}

form {clear: both;}
.required {color: #CC0000;}

fieldset {
	background: #e5ecc6;
	border: none;
	padding: 1em;
	margin-bottom: 15px;
}

label {width: 10em; float: left; margin: 0.2em; clear: left;}
label.block {padding: 0.5em 0; float: none; width: 30em; display: block;}
input, select, textarea {width: 16em; margin: 0.2em;}
input.submit, input.reset {width: 10em; margin-bottom: 30px;}
input.postcode, input.state {width: 5em;}
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
