/* = Base Links/Anchor
----------------------------------------------------------------------------------------------------*/

a, a:link {
	outline:none;
	color: #fada8c;
	text-decoration: none;
}

a:visited {
	outline:none;
	color: #ffce55;
}

a:hover {
	outline:none;
	color: #ffce55;
}

a:active {
	outline:none;
	color: #ffce55;
}

a:focus {
	outline:none;
	color: #fff;
}

:focus {
	-moz-outline-style:none;
	text-decoration: none;
}

#head {
	background: url(/img/bkg_hp_bar.png) 0 0 repeat-x;
}

#head h1 {
	padding: 25px 0 28px 0;
}

#statement {
	width: 480px;
	height: 77px;
	margin: 45px auto 70px auto;
}

#col1 {
	width: 249px;
	float: left;
	padding-left: 35px;
}

#col1 p {
	margin-bottom: 10px;
}

.case_study { 
	margin: 10px 0 20px -35px; 
	padding-left: 35px;
}

.case_study h3 {
	font-weight: bold;
	font-size: 1.1em;
}

.communications { background: url(/img/ico_communications.gif) 0 0 no-repeat;}
.editorial_development { background: url(/img/ico_editorial.gif) 0 0 no-repeat;}
.knowledge_management { background: url(/img/ico_km.gif) 0 0 no-repeat;}
.pr_and_marketing { background: url(/img/ico_pr.gif) 0 0 no-repeat;}


#col2 {
	width: 299px;
	margin-left: 330px;
}

#col2 ul {
	margin-top: 10px;
}

#col2 li {
	background: url(/img/dots.gif) left bottom repeat-x;
	padding: 0 0 8px 0; 
	margin-bottom: 8px;
	line-height: 1;
}
/*
#col2 li a {
	background: url(/img/arrow.gif) right center no-repeat;
	padding-right: 10px;
}

#col2 li a:hover {
	background: url(/img/arrow_hover.gif) right center no-repeat;
}
*/
