.contactBox
{
	width: 500px;
	margin: 30px 0;
	padding: 10px;
	background-color: white;
	border: 1px solid #B0BFD1;
}
.banner
{
	width: 1005px;
	height: 200px;
	border-bottom: 1px solid rgb(176, 191, 209);
	background-image: url(../images/contactBanner.jpg);
}
.banner H2
{
	font-family: "Trebuchet MS";
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	text-indent: -9999px;
}
.contactColumn
{
	width: 600px;
	float: left;
	margin: 0 10px 0 20px;
}
.contactBox H1
{
	margin-right: 60px;
}
H1
{
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	padding: 8px 15px;
	background: #E6E6E6 url(../images/bar-grad.gif) repeat-y right;
}
.contactBox LI
{
	font-family: Georgia;
	margin: 2px 0px;
	font-size: 14px;
}
.contactBox A
{
	text-decoration: none;
	background: #EBEBEB none repeat scroll 0 0;
	color: #667691;
	padding: 0 4px;
}
.contactBox A:hover
{
	background-color: rgb(200, 200, 200);
	color: black;
}
.contactBox UL
{
	margin: 0 0 0 20px;
}
.contactBox P
{
	margin-top: 20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #553;
}
.mail
{
	background-position: 98% 6%;
	background-repeat: no-repeat;
	background-image: url(../images/letter.png);
}
.email
{
	background-position: 98% 6%;
	background-repeat: no-repeat;
	background-image: url(../images/keyboard.png);
}
.phone
{
	background-image: url(../images/cellphone.png);
	background-position: 98% 10%;
	background-repeat: no-repeat;
}
.ie6 .links
{
	width: 180px;
	/*[empty]height:;*/
	float: left;
	margin: 30px 0 20px 60px;
	border: 1px solid #DDD;
	border-bottom: 3px solid gray;
	background-color: white;
	padding: 10px;
}
.links
{
	width: 180px;
	float: left;
	margin: 30px 0 20px 130px;
	border: 1px solid #B0BFD1;
	background-color: white;
	padding: 10px 10px 5px;
}
.links H1
{
	text-align: center;
	background: #E6E6E6 none;
}
.links P
{
	font-family: Georgia;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0;
}
.links A
{
	text-decoration: none;
	background: #EBEBEB none repeat scroll 0 0;
	color: #667691;
	padding: 0 4px;
}
.links A:hover
{
	background-color: rgb(200, 200, 200);
	color: black;
}
