/*================================================== TYPOGRAPHY STYLES */
/*
    CSS Document for AMPL Global Homepage
   
*/

body
{
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    line-height: 0.94em; /* 15px */
}

/*--------------------------------------------------=> MASTER LAYOUT */
a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}
/*--------------------------------------------------=> NAVIGATION */
/* Support navigation */
#utility_nav a
{
    font-size: 0.69em; /* 11px */    
}

/* Main navigation */
#global_nav a
{
    font-size: 10px; 
	float:left;
	text-align:left;       
}

#global_nav a.main_item
{    
    font-weight:bold;
    text-decoration:none; 
	float:left;
}

#global_nav .subnav_container a.subnav_image_link:hover span
{
    text-decoration:none; 
	float:left;
}

.subnav_top, .subnav_bottom
{
    font-size:0;
}

.subnav_content .header
{
    font-size: 10px; /* 11px */
    font-weight:bold;    
}

/* Support navigation */
#footer_nav li
{
    font-size: 10px; /* 11px */    
}



/*--------------------------------------------------=> UTILITY CLASSES */
.uppercase
{
    text-transform: uppercase;
}

.halfwidth_right
{
    text-align: right;
}

.clearer, .spacer
{
    line-height: 0;
    font-size: 0;
}
