h1.main
{
	font-size: 40pt;
	font-weight:bold;
	float:inherit;
	vertical-align:middle;
}

h2
{
	text-decoration: underline;
	font-size:18px;
	padding-bottom: 10px;
}

.logo
{
	border: 2px solid #000;
	height: 80px;
}

.image_pad
{
	padding-bottom:5px;
}


.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #D7CFAA; 
		
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
	padding: 10px;	
	text-decoration:none;
	color: #333;
}

.nav a:hover{
	text-decoration:underline;
}

body
{
	line-height: 1;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.header_box {
	text-align: justify;
	background: #D7CFAA; 
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	margin-bottom: 3px;
	margin-top: 10px;
}

.client_box li{
	padding-bottom: 0.75em;
}

.client_box_top{
	position: relative;
	padding-top:10px;
	padding-bottom:5px;
	/*padding-left:20px;*/
	padding-right:18px;
    border: 1px solid black;
	margin-bottom: 8px;
	height: 236px;

}

.client_box_lower{
	position: relative;
	padding-bottom:5px;
	/*padding-left:20px;*/
	padding-right:18px;
    border: 1px solid black;
	margin-bottom: 10px;
	height: 220px;

}

.client_box_top li{
	padding-bottom: 0.75em;
}

.client_box_lower li{
	padding-bottom: 0.75em;
}

.box {
	position: relative;
	padding-top:10px;
	padding-bottom:5px;
	/*padding-left:20px;*/
	padding-right:24px;
    border: 1px solid black;
	margin-bottom: 10px;
	/*margin-left:14px;
	margin-right:14px;*/

}

.box p
{
	padding-left:24px;
} 

.box li{
	padding-bottom: 0.75em;
}
 
/*.headerlist ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	list-style-type:none;
}

.headerlist li {
	display:inline;
 	float:left;
}

.headerlist a{
	float:left;
	display:block;
	background: #A2A06F; 
	text-decoration:none;
	font-size: 10px;
	color: #000;
	display:block;
 	width:60px;
}

.headerlist a:hover{
	background: #A2A06F; 
	color:#FFF;
}

.headerlist a:active{
	background: #A2A06F; 
	color:#FFF;
	text-decoration:bold;
}*/

 /* The paragraph tag contains the side borders mark-up */

#centre {
	width: 800px;
	margin:0 auto 10px;
	overflow:hidden;
}

#container {
    display: table;
    width:100%;
    height:100%;
    }

  #row  {
    display: table-row;
    }

 #centre {
    display: table-cell;
	width: 800px;
    }
	
#left
{
    display: table-cell;
	background-image: url(../images/background-left.png);
	background-repeat:repeat-y;
	background-position:right; 
	background-color: rgb(243,242,244);
}
	
#right
{
    display: table-cell;
	background-image: url(../images/background-right.png);
	background-repeat:repeat-y;
	background-position:left; 
	background-color: rgb(243,242,244);
}
/*
header {
		border-bottom:1px #A2A06F solid;
		overflow:hidden;
		/*box-shadow: 0px 1px 4px #000000;
}

header nav {
		background: #A2A06F; 
		overflow:hidden;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
}

#centre h1{
}

#centre nav li{
	padding-left: 20px;
	padding-right: 20px;
	background: #A2A06F;
	text-decoration:none;
}*/

.training_it {
	float:left;
	padding: 24px;
}

p.opening_para
{
	font-size:15px;
}


p
{
	text-align: justify;
	line-height: 130%;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.list-nav
{
	padding:0;
	list-style:none;
	width:800px;
}

ul.list-nav li
{
	display:inline;
}

footer
{
	font-size: 10px;
}

ul.list-nav li a
{
	text-decoration: none;
	width: 100px;
	background:#485e49;
	color:#eee;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	border:1;	
}

ul.list-nav li a:hover
{
	background: #a2b3a1;
	colour: #000;
	text-decoration:underline;
}

ul.copyright li
{
	colour: #000;
	text-decoration:none;
	list-style:none;
	text-align:right;
}

.copyright a
{
	text-decoration: none;
	color:#444;
}

.copyright a:hover 
{
	text-decoration: underline;
}


.contactform
{
	display: block;
	width: 340px;
	background: #fff;
	border: 1px solid color: #D7CFAA;
	font: 1em Verdana, sans-serif;
	overflow: auto;
}

textarea{
	height:150px;
}

p.padleft {
	padding-left:20px;
}

blockquote {
	margin: 15px;
}
div.thankyou
{
	height:300px;
}
