body {
	margin-top:			10px;
	margin-bottom:		10px;
}

#areaBoxes{
	margin-left:				10px;
	margin-right:				10px;
}

.areabox {
	width:				175px;
	height:				175px;
	float:				left;
	margin-left:		65px;
	margin-bottom:		65px;
	text-align:			center;
	color:				white;
	font-size:			1.2em;
	font-weight:		bold;
}

.areaboxFirstColumn {
	margin-left:		0px;
}

.areaboxLastRow {
	margin-bottom:		0px;
}

.bluebox {
	background-image:	url( '/images/blue-square.png');
	background-repeat:	no-repeat;
}

.greenbox {
	background-image:	url( '/images/green-square.png' );
	background-repeat:	no-repeat;
}

.box-title {
	padding-top:		65px;
}

#additionalDiv {
	padding-top:	65px;
	padding-bottom:	65px;
	float:			right;
	width:			100px;
	border-left:	#71bf4d 1px solid;
	padding-left:	15px;
	height:			270px;
	margin-top:		5px;
	margin-bottom:	5px;
	text-align:		center;
}

#companyInfoDiv {
	float:			left;
	width:			750px;
	margin-top:		30px;
	margin-left:	25px;
}

a.noHighlight:link, a.noHighlight:visited, a.noHighlight:hover {
	color: 			white;
}


a:link#betterpriceA, a:hover#betterpriceA, a:visited#betterpriceA {
    text-decoration: none;
    color: 	#00a1e0; /* blue */
}

a:link#cableA, a:hover#cableA, a:visited#cableA {
    text-decoration: none;
    color:	    #71bf4d; /* green */
}

a:link#businessA, a:hover#businessA, a:visited#businessA {
    text-decoration: none;
    color:	    #71bf4d; /* green */
}

a:hover#betterpriceA, a:hover#cableA, a:hover#businessA {
	font-style:				italic;
}

