﻿/*
		CWCContactUs.css
		
		Contains the styles specific to the Contact Us Page of the CWC Web site
*/

/*

	Default Body Styles
	
*/
.contactContentAreaStyle {
	text-align: left;
	width: 800px;
	overflow: auto;
}
.contactContentColumn1
{
	text-align: center;
	width: 320px;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.contactContentColumn1 a
{
    text-align: center;
    color: #bd1d39;
    font-weight: bold;
}
.contactContentColumn1 a:hover
{
    text-align: center;
    color: #60C659;
}
.contactContentColumn2 {
	width: 450px;
	margin-left: 330px;
	text-align: center;
	padding-top: 20px;
	padding-left: 13px;
	border-left-style: solid;
	border-left-width: 1px;
}
.contactMapBorder {
	border-width: 1px;
	border-style: solid;
	width: 400px;
	height: 325px;
	margin-right: auto;
	margin-left: auto;
}
.contactContentColumn1Text
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: "book Antiqua";
    font-size: 12pt;
    font-weight: bold;
}
