﻿h1
{
	font-size: x-large;
}

#footerTitleLnk, #footerContactUsTitleLnk
{
	margin-top: -10px;
	font-size: x-large;
}

#footerPanel
{
	font-size: small;
	background: url(../images/footer-bg.png) repeat-x;
	width: 100%;
}

#footer
{	
	font-family: arial,helvetica,clean,sans-serif;
	font-size: small;
	color: White;
	/*position: relative;*/
	width: 1000px;
	margin: 0 auto;
	height: 219px;
}

#footerLeft
{
	position: relative;
	width: 710px;
	float: left;
	height: 219px;
}

#footerRight
{
	position: relative;
	width: 290px;
	float: right;
	height: 219px;
}

#contactTitle
{
	position: absolute;
	font-weight: bold;
	left: 20px;
	top: 65px;
}

#telImage
{
	position: absolute;
	left: 20px;
	top: 90px;
}

#telLabel
{
	position: absolute;
	font-weight: bold;
	left: 50px;
	top: 94px;
}

#emailImage
{
	position: absolute;
	left: 20px;
	top: 120px;
}

#emailLink
{
	position: absolute;
	left: 50px;
	font-weight: bold;
	top: 124px;
}

#footerTitle, #footerContactUsTitle
{
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	margin-left: 10px;
}

#footerLinks
{
	position: absolute;
	top: 60px;
	left: 10px;
	width: 700px;
	height: 130px;
	line-height: 2em;
	font-weight: bold;
}

#footerLinks a:hover, #emailLink:hover
{
	text-decoration: underline;
}

#footerLinksCol1, #footerLinksCol2, #footerLinksCol3
{
	padding: 0 10px;
	width: 210px;
	height: 130px;
	float: left;
}

.borderLeft
{
	border-left: dotted 1px #ccc;
}

.borderRight
{
	border-right: dotted 1px #ccc;
}

#footerLiveChat
{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 250px;
	margin-left: 20px;
}

#footerCountryFlag
{
	position: absolute;
	top: 195px;
	left: 20px;
	height: 24px;
	width: 24px;
}

#footerIPAddress
{
	position: absolute;
	top: 200px;
	left: 50px;
}
