html, body { 
	height : 100%;
}

html {
	font-size: small;
} 

body { 
	margin : 30px 0 0 0;
	padding : 0;
	font-family:  /*"CG Omega",*/ verdana, optima, sans-serif;
	color: #000;
	background-color: #4c4c4c;
} 

#wrap {
	margin : 0 auto;
	padding : 0;
	width: 900px;
}

#contact	{
	padding : 0 0 0 130px;
}

h1 { 
	padding : 18px 0 0 0;
	font-size : 18px;
	color : #000;
} 

p	{
	font-size: 12px;
	color:	#000;
}

/*  Default colour for links that are not individually styled */
a:link {
	color: #000;  /* black */
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #000;
	}
a:active {
	color: #000;
	}


.list1 ul	{
	margin-left: 0px;
	padding-left: 0px;
	
	}

.list1 li	{
	font-size: 12px;
	color:	#000;
	padding: 0 0 10px 0;
}

.operate p	{
	font-size: 10px;
	
}

.operate ul	{
	margin: 0;
	padding: 0;
}

.operate li	{
	font-size: 10px;
	padding: 0 0 10px 20px;
	list-style-type: none;
	text-align: left;
	margin: 0;
	background: transparent url(../images/list-off.gif) left center no-repeat
		
}

.operate1 p	{
	padding: 35px 0 0 0;
	font-size: 12px;
	color: #fff;
}

.operate1	{
	background-image: url(../images/shakinghands1.jpg);
	height: 335px;
	}


.footer { 
	float : left;
	width : 100%;
	padding : 35px 0 0 0;
	text-align : center;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	
} 

.menu	{
	padding: 12px 0 0 0;  /*This should control the vertical position of the menu */
	
}

.menu a	{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #777;
	text-decoration: none;	
}

.menu a:hover	{
	color: black;
}

.menu a.current	{
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.copyright	{
	padding: 0 0 3px 0;
}

.copyright p	{
	font-size:9px;
	
}

/* Styling for sidebar menus */
.leftmenu	{
	margin: 30px 0px 0px 30px;
	padding: 0;
	}

.leftmenu ul	{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
.leftmenu ul li a	{
	background: transparent url(../images/list-off.gif) left center no-repeat;
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-align: left;
	text-decoration: none;
	color: #777;
	}
	
.leftmenu ul li a:hover	{
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: black;
	}
	
.leftmenu ul li a.current	{
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #666;
	font-weight: bold;
	}

/* End of styling for sidebar menus */

/* Styling for sidebar menus */
.leftmenu1	{
	margin: 30px 0px 0px 0px;
	padding: 0;
	}

.leftmenu1 ul	{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
.leftmenu1 ul li a	{
	background: transparent url(../images/list-off.gif) left center no-repeat;
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-align: left;
	text-decoration: none;
	color: #777;
	}
	
.leftmenu1 ul li a:hover	{
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: black;
	}
	
.leftmenu1 ul li a.current	{
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #666;
	font-weight: bold;
	}

.leftmenu1 p	{
	padding: 0 20px 0 0;
}
/* End of styling for sidebar menus */

