@charset "UTF-8";

/*==================================================
				General elements
====================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	line-height: 135%;
}

p {
	line-height: 130%;
	font-size: 11px;
	color: #464646;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: justify;
}
img {
	border:0px;

}
a, a:hover, a:visited, a:active {
	color: #919191;
	text-decoration: none;
}
p a    {
	color: #FF9933;
	text-decoration: none;
}
small a {
    color: #919191;
	text-decoration: none;
}
h2 {
	margin:0px;
	padding-top:3px;
	color:#6B6B6B;
	line-height: 150%;
	
}

.heading, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
}

h3 {
	margin:0px;
	padding-bottom:10px;
	color:#6B6B6B;
	font-weight: bold;
	font-size: 11px;	
}
h5 {
	margin:0px;
	padding-bottom:5px;
	color:#FF9933;
	font-weight: bold;
	font-size: 12px;
	line-height: 165%;
}

h4 {
	margin:0px;
	padding-bottom:10px;
	color:#6B6B6B;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
}
h6 {
	font-size: 9px;
}

td {
	vertical-align: top;
}
.services_items ul, .links_items ul {
	color: #464646;
	list-style-position: inside;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

/*------- Links page only --------*/
.links_items{
	width: 100%;
	border-top: 5px solid #CCC3B1;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 0px;}
.links_items a{
	color:#000000;}
	
.links_items a:hover {
	color:#CCCCCC;
}
/*==================================================
			Positioning elements
====================================================*/
/*container to wrap everything up*/
.container {
	width: 690px;
	padding: 30px;
	margin: 30px auto;
	border: 1px solid #DFDFDF;
}

/*------ orange border on every page --------*/
.border_padding {
	padding: 11px 0px 4px 0px;
}

/*-------- time and date on header --------*/
.date{
	font-size: 11px;
	color: #9A8C80;
	text-align: right;
	vertical-align: bottom;
	height: 60px;
}

/*------  navigation menu ----------*/
.menu{
	color: #FF9933;
	font-size: 11px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	min-height: 220px;
	width: 160px;
}

/*link style of the navigation menu*/
.menu a {
	color: #919191;
	text-decoration: none;
}
.menu a:hover {
	color: #FF9933;
	text-decoration: none;
}
.menu /*list style of the navigation menu*/
 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 8px 0px;
	margin: 0;
}

/*------- ACCA logo on every page --------*/
.acca_logo {
	padding-top: 30px;
}

/*------- copyright footer on every page----------*/
.footer {
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	color: #9A8C80;
	line-height: 16px;
}

/*------ Orange page title on every page ------*/
.heading {
	color: #FF9933;
	line-height: 30px;
}
.people/*--------- 4-col on Services and People page -------------*/
 {
	width: 115px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	color: #6B6B6B;
}

/*------- Our serices page only for the paragaph linked to the title -----------*/
.services_items{
	width: 100%;
	border-top: 5px solid #CCC3B1;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 0px;}
	
/*------- People page only for 4 images--------*/
.people_image{
	margin-bottom: 10px;
}

/*------- Contact us page only --------*/
/*map*/
.map {
	width: 290px;
	float:left;
}
/*contact details*/
.contact_details {
	width:196px;
	float:left;
}
