/* common */
body {
	margin: 0px;
	background: url(../../images/page_bg.jpg) top right no-repeat;
	background-color: #ffffff;
	padding-top: 150px;
}
a#logo {
	display: block;
	position: absolute;
	width: 600px;
	padding-top: 80px;
	top: 10px;
	left: 20px;
	background: url(../../images/logo.jpg) top left no-repeat;
	height: 1px;
}



/* navigation */
div#navigation {
	position: absolute;
	top: 100px;
	left: -8px;
}
div#navigation a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
/*
div#navigation a:hover {
	background: #f4faee;
}
*/
div#navigation a#active {
	font-weight: bold;
}
div#text_area img {
	padding: 5px;
	border: 3px solid #cccccc;
	max-width: 300px;
}
div#text_area img.plain {
	border: none;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
}
div.clear {
	clear: both;
}



/* text area */
div#text_area {
	padding-right: 300px;
	background: url(../../images/text_bg.jpg) bottom right no-repeat;
	margin-right: 20px;
	padding-bottom: 50px;
	padding-left: 15px;
}
div.colour {
	background: #f4faee;
	padding: 10px;
	clear: left;
	margin-left: -15px;
	margin-bottom: 10px;
}

/* message area */
div#message {
	background: url(../../images/signature.jpg) bottom right no-repeat;
	padding-bottom: 70px;
	margin-top: 10px;
}
div#message p {
	clear: none;
	overflow: auto;
}
div#message img {
	overflow: auto;
}
p img {
	margin-top: 0px;
	padding-left: 15px;
	vertical-align: bottom;
}



div#map {
	border: 3px solid #cccccc;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
div#map span {
	display: none;
}
div#testimonial {
	position: absolute;
	top: 430px;
	right: 0px;
	width: 280px;
	font-size: 14px;
	margin-left: 0px;
}
div#testimonial p {
	padding-right: 10px;
}


/* accordion */
div#list {
	clear: left;
}
div#list a {
	display: block;
	padding-left: 10px;
	line-height: 30px;
	vertical-align: middle;
}
div#list a:hover {
	background: #ffffff;
}
div#list a.selected {
	font-weight: bold;
	background: #ffffff;
	text-decoration: none;
}
div#list a.selected:hover {
	color: #4d4d4d;
}
div#list div {
	padding-left: 10px;
	background: #ffffff;
	margin-bottom: 3px;
}
div#list em {
	font-style: italic;
	color: #666666;
	padding: 10px;
	font-size: 14px;
	display: block;
}




/* text */
.text {
	font-family: Century Gothic, Tahoma, Verdana;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 28px;
}
.text a {
	color: #4d4d4d;
	text-decoration: underline;
	cursor: pointer;
}
.text a:hover {
	color: #9ecf64;
	cursor: pointer;
	text-decoration: none;
}
h1, h4 {
	font-size: 24px;
	margin-top: 20px;
}
h1.line {
	margin-top: 30px;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}
h4 {
	margin-left: 10px;
}
h3 {
	font-weight: bold;
	padding-left: 40px;
	margin-bottom: 10px;
	clear: left;
}
p {
	clear: left;
	position: relative;
	margin-bottom: 10px;
}
ul {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.left li {
	float: left;
	width: 50%;
}
li {
	list-style-image: url(../../images/bullet.jpg);
	font-weight: bold;
}
ul#clear li {
	font-weight: normal;
	font-style: italic;
}
.rh {
	text-align: right;
}
span.testimonial {
	display: block;
	font-style: italic;
	font-size: 20px;
	color: #999999;
}