@charset "UTF-8";



/*******************************************************************************

 PAGE LAYOUT INFORMATION: describes box model, positioning, size, sections 
 
 *******************************************************************************/
/* The logo bar for placing the COmpany logo menu bar with a white background */
#logobar
{
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	height: 85px;
	text-align: left;
}

#logosection
{
	float:left;
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align:: left;
	vertical-align:top;
}

#supportsection
{
	float:right;
	width: 400px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align:: left;
	vertical-align:bottom;
}

#searchsection
{
	float: right;
	width: 500px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 80px;
}

#blank-row
{
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	height: 10px;
}

/* The horizontal bar for placing the Horizontal menu bar and its background */
#navbar
{
	background-image:url(../images/navbar.jpg);
	PADDING: 0;
	width: 980px;
	HEIGHT: 28PX;
	MARGIN: 0 auto;
	background-color:#106BC7;
}


#container
{
	width: 980px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}


#contact
{
	width: 620px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}




/* Color of sections on pages */
#contentArea
{ 
	width: 980px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	float:left;
}

#informationArea
{ 
	background: #ffffff;
	margin: 4px 4px 4px 4px;
	float:left;
}

#pc-service
{
	width: 630px;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	position: relative;
}

#column-1 
{
	float: left;
	width: 485px;
	background-image: url(images/column-1.jpg);
}

#column-2 
{ 
	float: right;
	width: 485px;
	background-image: url(images/column-2.jpg);
}

#mid-column
{ 
	width: 640px;
}


#lowernavbar 
{
	width: 980px; 
	background: #99CCFF;
	margin: 0 auto; 
	text-align: left;
	height: 28px;
}

#footerbar 
{
	width: 980px; 
	font-weight: bold;
	font-size: 14px;
	margin: 0 auto; 
	color: #FFFFFF;
	height: 28px;
}

.style1 {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {font-weight: bold}
.style5 {font-size: 12px}

