@charset "utf-8";
/* CSS Document */

.sidebar1 {
	float: left;
	width: 20%;
	background: #FFF;
	padding: 20px 0 10px 0;
}
/* ~~ The side navigation list styles ~~ */
ul.nav {
	list-style: none; 
	border-top: 5px;
	margin-bottom: 15px; 
}

ul.nav a, ul.nav a:visited { 
	/*padding: 5px 5px 5px 5px;*/
	display: block; 
	text-decoration: none;
	background: #FFF;
	color: #000;
	font-size:9px;
	
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #CC3333;
	color:#FFF ;
	font-weight:bolder;
}



#mphoto
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	border-style: outset;
	border-color: #EEE;
	border-width: 5px 5px 10px 5px;	
	}
#hdrimg
{
	width: 24%;
	height: 245px;
	float: right;
	padding: .5%;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	text-align:center;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.txtcentre
{
	text-align:center
	}

/* ~~ miscellaneous link id's ~~ */
#follow {
	/*background-color: #EEE;*/
/*	border-style: outset;
	border-color: #EEE;
	border-width: 5px;
	margin-left: 5px;*/
	/*border-right-style: groove;
	border-right-color:  #EEE;
	border-right-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #EEE;
	border-bottom-width: 10px;*/
}
#member {
	/*background-color:#EEE;*/
	/*border-style: outset;
	border-color: #EEE;
	border-width: 5px;*/
	margin-left: 5px;
}

#facebook {
		width:32px;
	 	height:32px;
		border:0px; 
	}
	
#twitter {
		width:32px;
	 	height:32px;
		border:0px; 
	}	

#linkedIn {
		width:32px;
	 	height:32px;
		border:0px; 
	}	  
	  
#hrpao {
	width:69px;
	height:64px;
	border:0px;
	text-align: center;
		}	
#we {
	 	width:75px;
	 	height:64px;
		border:0px; 
		}	
.clrbck
{
	 background:#FFF;
	}
	
	
	
#navlist { list-style-image: url(./check.png); }



 

