/* Franchise subnav css for Assisting in Business :: from Clarihon */

#subnav p {
 margin: 0 !important; 
 font-size: 20px;
 color: #0c83a6;
 font-weight: bold;
 line-height: 30px;
}
#subnav {
 position: absolute;
 top: 90px;
 left: 600px; 
}
#subnav a {
 color: #0c83a6;
 text-decoration: none;
}
#subnav a:hover {
 color: #0c83a6;
 text-decoration: underline;
}
