/* CONTENT STYLES */

a {
	color: #2393c4;
	text-decoration: none;
}
a:hover {
	color: #690;
	text-decoration: underline;
}
.blue a {
	color: #0163a2;
}
.leftColumn {
	float: left;
	width: 256px;
	padding: 0 21px 0 0;
	margin: 17px 12px 0 0;
	border-right: 1px dotted #eeeee4;
}
.rightColumn {
	float: left;
	width: 298px;
	margin-top: 17px;
}
#typography h2.home {
	background: url(../images/title_bg.png) no-repeat left top;
	width: 239px;
	height: 25px;
	font: normal normal 14px Verdana, Geneva, sans-serif;
	color: #0163a2;
	padding: 11px 0 0 16px;
	margin: 0 0 13px 0;
}
#typography p.home {
	margin: 0 0 14px 18px;
	width: 224px;
}
#typography p {
	margin-left: 18px;
	width: 555px;
}
#typography ol.home {
	margin: 0 0 14px 35px;
	width: 207px;
}
#typography ul.home {
	margin: 10px 0 10px 35px;
}
#sitemap-list {
	margin-left: 35px;
}
#typography p.green, #typography .green {
	font-weight: bold;
	color: #669900;
	margin: 0 0 14px 18px;
	margin-bottom: 3px;
}
#typography .green {
	margin-left: 0;
}
#typography p.black {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 8px 0 3px 18px;
}

a.more {
	background: url(../images/more.png) no-repeat top;
	width: 78px;
	height: 19px;
	display: block;
	margin: 0 0 10px 18px;
}
a:hover.more {
	background: url(../images/more.png) no-repeat bottom;
}
a.more span {
	display: none;
}

a.visit {
	background: url(../images/visit.png) no-repeat top;
	width: 78px;
	height: 19px;
	display: block;
	margin: 0 0 10px 0;
}
a:hover.visit {
	background: url(../images/visit.png) no-repeat bottom;
}
a.visit span {
	display: none;
}

span.border {
	border-bottom: 1px dotted #c9c9c9;
	margin: 0 0 0 18px;
	height: 7px;
	width: 224px;
	display: block;
}
.homePortfolio {
	margin: 23px 0 0 18px;
	width: 244px;
	height: 188px;
	display: block;
	background: url(../images/portfolio.png) no-repeat left top;
	text-align: center;
	color: #fff;
	padding: 15px 0 0 0;
	line-height: 25px;
}
#typography {
	float: left;
	width: 588px;
	min-height: 510px;
	padding: 11px 0 13px 20px;
	margin-bottom: 20px;
	border-left: 1px solid #eeeee4;
}
#typography h2.large {
	background: url(../images/title_large_bg.png) no-repeat left top;
	width: 554px;
	height: 31px;
	font: normal normal 18px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #0163a2;
	padding: 5px 0 0 16px;
	margin: 0 0 5px 0;
}
#typography h2.small {
	background: url(../images/title_bg.png) no-repeat left top;
	width: 239px;
	height: 31px;
	font: normal normal 18px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #0163a2;
	padding: 5px 0 0 16px;
	margin: 0 0 13px 0;
}
#typography p.large {
	margin: 0 0 14px 18px;
	width: 530px;
}
#typography p.small {
	margin: 0 0 14px 18px;
	width: 224px;
}
#typography h3 {
	margin: 10px 0 9px 18px;
	font-size: 12px;
	font-weight: bold;
	width: 530px;
	display: inline-block;
}
.project {
	float: left;
	width: 570px;
	padding: 0 0 26px 0;
	border-bottom: 1px dotted #c9c9c9;
	margin: 0 0 23px 0;
}
.project.noborder {
	border: 0;
	margin: 0;
}
.project img {
	float: left;
	padding: 1px;
	margin: 0 16px 0 0;
}
#typography .project h3.projTitle {
	float: right;
	text-align: left;
	width: 317px;
	font: normal normal 13px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #669900;
	margin: 9px 0;
	padding: 0px;
}
#typography .project p {
	text-align: left;
	margin: 0;
	float: right;
	width: 317px;
}


#typography p.contactRequired {
	width: 270px;
	margin-left: 170px;
	margin-top: 40px;
	font-size: 10px;
}