﻿/*Landing Page*/

.lblfacTitle
{
	line-height: 43px; 
	font-family: roboto; 
	font-size: 44px; 
	font-weight: bold;
	padding-bottom: 27px;
	}


.deptTitle
{

	font-family: roboto; 
	font-size: 14px; 
	text-transform:uppercase;
	margin-left: -5px; /*same as the padding in  FASArrowEffectLinks*/
	
	}
	
.deptSep
{

	height: 4px;
	}
	
	
	
	.FASArrowEffectLinks, .FASArrowEffectLinks:visited, .FASArrowEffectLinks:link, .FASArrowEffectLinks:focus {
            font-family: 'roboto', arial, sans-serif;
            font-size: 14px;
            text-decoration: none;
            color: #000000;
           padding: 5px;
            


        }

            .FASArrowEffectLinks:hover {
                color: #000000;
                margin-left: 25px;
            }

            .FASArrowEffectLinks img {
                display: none;
                position: absolute;
                left: -10px;
                padding-top: 3px;
            }

            .FASArrowEffectLinks:hover img {
                display: block;
                margin-top: 7px; /*hlaf the font size of dept title*/
                margin-left: 25px;
            }



/*Landing Page*/