body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.dropMenu {
	width:129px;
	position:absolute;
	z-index:5;
	visibility: hidden;
}
.menuBut {
	padding:1px 0px 1px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
}
#headline {
	padding-bottom: 18px;
	font-size: 20px;
	font-weight: bold;
}
#bodyText {
	height:280px;
	font-size:12px;
	overflow:hidden;
}
#botNavBox {
	float: right;
	width: 305px;
	padding: 7px 0px 7px 0px;
	font-size: 11px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}
#botNavBox a {
	color: #000000;
	text-decoration: none;
}
#botNavBox a:hover {
	color: #002B7C;
	text-decoration: underline;
}
.botNavLeft {
	width: 95px;
	font-size: 11px;
	text-align: center;
}
.botNavLeft a {
	color: #000000;
	text-decoration: none;
}
.botNavLeft a:hover {
	color: #002B7C;
	text-decoration: underline;
}
#secCon {
	width:305px;
	height:110px;
	overflow:hidden;
	cursor: pointer;
	cursor: hand;
}
#casesTopNav {
	padding-top:50px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color: #999999;
}
#casesTopNav a {
	color: #999999;
	text-decoration: none;
}
#casesTopNav a#selected {
	color: #002B7C;
}
.horScroll {
	font-size:12px;
	width:215px;
	overflow:hidden;
	text-align:center;
	color: #999999;
	font-weight: bold;
}
.horScroll a {
	color: #999999;
	text-decoration: none;
}
.horScroll a#selected {
	color: #002B7C;
}
.horScroll a:hover {
	text-decoration: none;
}
#casesView {
	padding:7px 0px 7px 0px;
	font-size:11px;
	color:#FFFFFF;
}
#casesView a {
	color:#FFFFFF;
	text-decoration: none;
}
#casesView a#selected {
	color:#CCAA44;
}

#creativeImg {
	width:255px;
	height:155px;
	background-color:#FFFFFF;
}
.caseClientButs {
	color: #ffffff;
	width:120px;
}
.caseClientButs a {
	color: #ffffff;
	text-decoration: none;
}
.caseClientButs a:hover {
	text-decoration: none;
}
#con2Copy {
	color:#FFFFFF;
	padding-top:11px;
	font-size:11px;
	width:185px;
	overflow:hidden;
}
.hiddenDivs {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	overflow: hidden;
	width: 100px;
	height: 100px;
}