/***************************************************************
**                                                            **
** Purpose: This file contains the definitions for all common **
**           header stylesheets in use throughout IT Works    **
**           Solutions' web pages.                            **
**                                                            **
**          Any stylesheets specific to particular web pages  **
**           within the site are located elsewhere.           **
**                                                            **
***************************************************************/




/**/	.header
	{
		position:			absolute;
		width: 				100%;
		height:				70px;
		top:				0px;
		left:				0px;
		color:				white;
		background-color:		#000088;
		border-bottom:			solid white 1px;
	}




/**/	.headerTopLine
	{
		vertical-align:			top;
	}




/**/	.headerTopLine a:hover
	{
		text-decoration:		none;
	}




/**/	.headerCompanyNameLink
	{
		font-size:			20pt;
		font-weight:			bold;
		font-family:			"times new roman", serif;
		padding-left:			10px;
	}




/**/	.headerBottomLine
	{
	}




/**/	.headerMotto
	{
		color:				#FAAA14;
		font-size:			14pt;
		font-weight:			bold;
		font-family:			cursive;
		padding-left:			100px;
		padding-right:			5px;
	}




/**/	.headerSupport
	{
		padding-right:			5px;
		text-align:			right;
	}




/**/	.headerSupportLink
	{
		font-size:			10pt;
		padding-left:			5px;
		padding-right:			5px;
	}




/**/	.headerSearchText
	{
		font-size:			10pt;
		font-family:			arial;
		background-color:		white;
		border:				inset 2px;
	}
