/*Top Nav Starts Here*/
#top_nav ul{
	margin left: 0px;
	padding-left: 0px;
	margin-left: 15px;
}
#top_nav ul a{
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-transform: capitalize;
}
.top_nav_on{
	text-decoration: none;
	color: #F99924;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-transform: capitalize;
}

#top_nav ul a:hover{
	color: #F99924;
}

#top_nav ul li{
	display: inline;
}
/*Top Nav Ends Here*/

/*Side Nav Starts Here*/

#ourservices_nav ul{
	list-style-type: none;
}

#ourservices_nav a{
	text-decoration: none;
	color: #999999;
	font-size: 12px;	
}
#ourservices_nav a:hover{
	color: #F99924;
	}
	
.ourservices_nav_on{
	color: #F99924;
	font-size: 12px;	
}

/*Side Nav Ends Here*/

#why_us ul{
	list-style-type: none;
	padding: 5px;
}
#why_us li{
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
#why_us li a{
	text-decoration: none;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
#why_us li a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #F99924;
	line-height: 20px;
}
#master_content ul{
	list-style-type: none;
	}

#master_content ul a{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	}

#master_content ul a:hover{
	color: #F99924;
}
#text_holder ul a{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	font-size: 15px;
	line-height: 40px;
	}

#text_holder ul a:hover{
		color: #F99924
		}
#text_holder ul{
	margin-left: 25px;
	list-style-type: circle;
	list-style-position: inside;
}
#resource_content ul{
	list-style-position: inside;
	list-style-type: circle;
	}

#resource_content ul a{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	line-height: 16px;
	font-size: 12px;
	}

#resource_content ul a:hover{
	color: #F99924;
}
