/************************************************************/
/* masthead.css - Save On Faxes, 2007                      */
/***********************************************************/


/***********************************************/
/* LAYOUT DIV - MAIN                                */
/***********************************************/

#masthead{
	padding: 0px;
	width: 960px;
	height: 145px;
	background-color: #FFFFFF;
}


/***********************************************/
/* MASTHEAD -- nested Divs            			   */
/***********************************************/

#banner {
	height: 97px;
	background-image: url(images/bckgrnd-masthead.jpg);
}


#logo {
	height: 59px;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 22px;
	float: left;
	vertical-align: middle;
}

#tagline {
	width: 268px;
	padding-top: 69px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	height: 13px;
}

#globalNav{
	color: #cccccc;
	padding-right: 0px;
	padding-left: 0px;
	height: 48px;
	margin: 0px;
	text-align: right;
	background-image: url(images/nav-bckgrnd.jpg);	
}


#navcontainer
{
	font-size: 12px;
	width: 100%;
	letter-spacing: 1px;
	height: 23px;
	line-height: 14px;
	padding-top: 5px;
	text-align: center;
}

#navlist
{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

#navlist ul
{    list-style-type: none;
	text-align: center;
}

#navlist li
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #55ab54;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.9em;
	display: inline;
	text-align: center;
}

#navlist li.firstitem {
border-left-width: 0px;
}
