﻿/* CSS Document */

/* BEGIN TOP MASTHEAD CSS */

#outer_wrapper_x 
{
    height: 125px;
    margin-bottom: -10px;
}
#wrapper_x 
{
    background-image: url(../images/bg_masthead_fl.png);
	background-repeat: no-repeat;
	background-position: right -35px;	
	height: 200px;
}
#left_wrapper_x 
{
    float: left;
	margin-left: -250px;
	width: 100%;
	height: 125px;
}
#left_x 
{
    float: left;
	width: 300px;
	margin-left: 250px;
	height: 125px;
	background-image:url('../images/bg_masthead_logo.jpg');
	background-repeat: no-repeat;
	background-position: 0px top;
}
#center_x 
{
    margin-left: 550px;
	text-align:center;
}
#centerone_x 
{
    height: 29px;
	padding-top: 5px;
}
#right_x 
{
    float: left;
	width: 250px;
	height: 125px;
}
#left_x .content 
{
    padding: 24px 20px;
	font-size: .75em;
	line-height: 1.35em;
}
#center_x .content 
{
    padding: 24px;
	font-size: .85em;
	line-height: 1.7em;
}
#right_x .content 
{
    padding: 24px 20px;
	font-size: .7em;
	line-height: 1.35em;
}
.clearfloat_x 
{
    clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* END TOP MASTHEAD CSS */