/*         CSS FOR MACKIN CONSULTANCY    */
/*         Written by AIS MEDIA INC     */
/*_____________________________________*/
/*______________________________________Globals*/
body{background:url("../images/bg.jpg");
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

	}

div{}

p{}

a{ color:#91B76F;}
a img{border:0;}	
/*_____________________________________________________Nav*/
#nav{
	background:#70665a; 
	padding-bottom:2px;
	height:24px;
	overflow:hidden;
	}
	#navindicator{
		height:5px;
		margin-bottom:1px;
	}
		#pghome{margin-left:20px;}
		#pgconsultants{margin-left:150px;}
		#pgtraining{margin-left:370px;}
		#pgaboutus{margin-left:500px;}
		#pgcontactus{margin-left:585px;}
		#pgcourses{margin-left:700px;}
	

	.navimg{
		margin:3px 7px 0px 7px;			
	}
	

/*_______________________________________________PAGE*/
#page{
	width:784px; 
	margin:0px auto 0px auto; 
	padding:5px; 
	background:#ffffff;
	}
	#banner{
		background:url("../images/banner.jpg"); 
		width:784px; 
		height:156px;
		}
		#logo{
			width:120px; 
			padding:20px;
			}
	#leftside{
		float:left;
		}
	#tophome{
		width:610px; /*Change this when inserting copy*/
		background:#e9e5e3;
		padding:5px;
		margin-top:10px;
		
		float:left;
	}	
		#tophome p{
		
		}
	#topleft{
		width:250px; /*Change this when inserting copy*/
		height:100px; /*Change this when inserting copy*/
		background:#deecbe;
		padding:5px;
		margin-top:10px;
		color:#507f2c;
		}
		.title{
			font-size:15px;
			font-family:"Georgia", Times New Roman, Times, serif;
			font-weight:bold;
		}
		.title2{
			font-size:20px;
			font-family:"Georgia", Times New Roman, Times, serif;
			font-weight:bold;
			color:#65a729;
		}
	#bottomleft{
		width:250px;
		background:#574d46;
		padding:5px;
		margin-top:5px;
		color:#ffffff;
		}
	.lower1{
		width:292px;
		height:252px;
		background:#574d46;
		padding:5px;
		margin-top:5px;
		margin-right:15px;
		color:#ffffff;
		float:right;
		}
			.lowerlink{
			color:#fef1c2;
			font-weight:bold;
			text-align:right;
			
			}
		
	#middle{
		width:300px;
/*		height:365px;
*/		background:#eeeedd;
		padding:30px;
		margin:10px 5px auto 5px;
		float:left;
		color:#322b26;
		}
	#right{
		width:150px;
		height:380px;
		background:#abacac;
		float:right;
		margin-top:5px;
		
		
	}
		.rightlabel{
			font-family:Trajan pro;
			background:#bee49c;
			color:#ffffff;
			padding:5px;
			font-size:14px;
			text-align:center;
			margin-top:60px;
		}
		.rightlabel1{
			font-family:Trajan pro;
			background:#bee49c;
			color:#ffffff;
			padding:0px;
			font-size:14px;
			text-align:center;
			margin-bottom:50px;
		}
		#right a{
			color:#ffffff;
			text-decoration:underline;
		}
.bodyimage{
	padding:10px;
}
.panelimg{
	margin-top:5px;
	text-align:center;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:10px;
}
/*______________________________________FOOTER*/
#footer{ 
	background:#a6d17f; 
	margin-top:5px; 
	color:#ffffff; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:center; 
	padding-bottom:2px;
	}
	
	#footer a{
		color:#ffffff; 
		text-decoration:none;
		}

#bottomlinks{
	text-align:center; 
	font-weight:bold; 
	font-size:11px; 
	padding:10px;
	}
	#bottomlinks a{
		color:#ffffff; 
		text-decoration:none; 
		margin-left:10px;
		margin-right:10px; 
		}
/*_______________________________________________CREDITS*/
#credits{
	background:#eeeedd; 
	padding-bottom:1px; 
	border:1px solid #ffffff;
	margin:0px; 
	border-bottom:0;
	}
	#credits p{
		text-align:center;
		}
	#credits a{
	color:#574d46;
	}
	#closecredit{
		background:#a6d17f; 
		border-top:1px solid #ffffff;
		text-align:center;
		font-size:12px;
		}
/*_______________________________________________MISC*/
.clear{clear:both;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.space10{height:10px;}
