/* ELAWTRAINING */
/* Written by Realising Designs www.realisingdesigns.com */
/* Copyright elawtraining */
/* CSS Document */

.clr {
	clear: both;
}

body {
	background-color: #F7FAF5;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%; 
	color: #444;
}

h1 {
	height: 100px;
	background-image: url(../images/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
h1 span { display: none; }
h2 {
	font-size: 15px;
	color: #4E8127;
}
h3 {
	font-size: 13px;
	color: #4E8127;
	margin-top: 20px;
}
h4 {
	font-size: 12px;
	color: #444;
}
p {
	color: #444;
	text-align: justify;
	font-size: 11px;
}
/* Avoid effecting menu li - glitch IE */
#container li {
	color: #666;
	font-size: 11px;
	list-style-position: outside;
	list-style-image: url(../images/bullet_arrow.gif);
}
#container ul.feedback li {
	list-style-image: url(../images/bullet_quote.gif);
}
ul.feedback li span {
	color: #444;
	font-style: italic;
	border-bottom: 1px dotted #CCC;
	padding: 1px 0;
}

a:link, a:visited {
	color: #7AAD50;
	font-weight: bold;
}
a:hover, a:active {
	color: #309CF0;
}
p.pagetop {
	margin: 10px 0 10px 0;
	padding-right: 15px;
	text-align: right;
	font-size: 9px;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#container {
	margin: 0 auto;
	width: 710px;
	padding: 55px 25px 1px 25px;
	background-image: url(../images/con_bgr.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#col1 {
	width: 205px;
	padding: 12px 0 1px 10px;
	margin: 0;
	float: left;
}
#col2 {
	padding: 0 15px;
	margin: 0 0 0 215px;	
}

#contents_block .section {
	margin: 0 7px;
	padding: 10px;
	background-color: #EEE;
}

#footer {
	padding-top: 30px;
	background-image: url(../images/base.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p { text-align: center; }


/* Three columns INDEX ONLY */

#col_block {
	background-image: url(../images/con_block_bgr.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 710px;
}
#col_block  p {
	color: #555;
}
#col_block li {
	list-style-image: url(../images/bullet_arrow_gr.gif);
}
#col_block_ft {
	background-image: url(../images/con_block_ft.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
}

.col {
	width: 216px;
	float: left;
	padding: 0 10px 0 10px;
	display: block;
}
.col_end {
	padding-right: 0px;
}
.col h3 {
	padding: 0;
	margin: 0;
	background-color: #7AAD50; 
	display: block;
}
.col h3 a, .col h3 a:link, .col h3 a:visited {
	color: #FAFAFA;
	background-color: #7AAD50;
	display: block;
	padding: 155px 10px 5px 10px;
	width: 196px;
	margin: 0;
	height: 70px;	
	background-repeat: no-repeat;
	border-bottom: 2px solid #AAA;
	line-height: 150%;
}
.col h3 a:hover {
	color: #FFF;
	background-color: #309CF0;
}
.col p {
	padding: 0px 15px;
}
#tutoring {
	background-image: url(../images/training2.jpg);
}
#consultancy {
	background-image: url(../images/consultancy3.jpg);
}
#publication {
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Absolutely positioned items */
#contact_me {
	position: absolute;
	left: 50%;
	margin-left: -355px;
	top: 45px;
}

#logo_btn {
	position: absolute;
	left: 50%;
	margin-left: 67px;
	top: 16px;
	width: 292px;
	height: 80px;
	display: block;
}
#logo_btn span { display: none; }