@charset "utf-8";
/* CSS Document */

.column {
	width:295px;
	float:left;
	margin-right:7px;
	position:relative;
}
.column ul {
	width:260px;
	height:220px;
	padding:10px 10px 10px 25px;
	margin:0;
	margin-top:7px;
	background:#f3eef2;
	list-style-image:url(../../images/main/bullet.gif);
	line-height:1.4em;
	color:#A8A76F;
}
.column ul li {
	color:#80A9B1;
}
#left {
	float:left;
	width:550px;
	margin-right:20px;
}
#right {
	float:right;
	width:300px;
	background:#f0f0f0;
}
#right ul, .twoCol #left ul {
	width:260px;
	padding:10px 10px 10px 25px;
	margin:0;
	margin-top:7px;
	background:#f3eef2;
	list-style-image:url(../../images/main/bullet.gif);
	line-height:1.4em;
	color:#80A9B1;
}
#left h3 {
	font-size:20px;
	color:#A8A76F;
	margin:.5em 0;
}
#right h3 {
	font-size:15px;
	color:#80A9B1;
	margin:.5em 0;
}
hr {
	background:#fff;
	color:#fff;
	border:none;
	height:2px;
}

/****** SERVICES PAGE STYLING ******/
.twoCol #left {
	float:left;
	width:440px;
	margin-right:20px;
	background:#f0f0f0;
}
.twoCol #right {
	float:right;
	width:440px;
	background:#f0f0f0;
}
.twoCol #right h3, .twoCol #left h3 {
	font-size:15px;
	color:#80A9B1;
	margin:.5em 0;
	text-align:center;
}
#mainContent a {
	color:#80A9B1;
}
#mainContent a:hover {
	color:#A8A76F;
}