/* Default CSS */

body {
	color: #4c4c4c;
	background-color: #00709A;
	margin: 0;
	padding: 0;
	font-family: "Arial Unicode MS", arial, helvetica, sans-serif;
	font-size: 62.5%;
}
p, td, li, ul, ol {
	font-size: 1em;
}
img {
	display: block;
	border: none;
}
.hide {
	display: none;
}
a:link, a:visited, a:active {
	background-color: #9EBB76;
	color: white;
	text-decoration: none;
}
a:hover {
	background-color: #9EBB76;
	color: white;
	text-decoration: none;
}
h2 {
	color: #9EBB76;
	font-size: 2.4em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0.3em 0 0.5em;
}
h3 {
	color: #DD630A;
	font-size: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0.5em 0 0.2em;
}
.spacer {
	clear: both;
}

/* site specific */

/* Centered */
#topbar, #banner, #main, #footer {
	width: 960px;
	margin: 0 auto;
}


#header {
	width: 100%;
	background: transparent url("../images/header_slice.png") repeat-x top left;
	height: 326px;
	margin-top: 16px;
}

#page {
	background-color: white;
}

img#logo {
	padding-top: 16px;
	background-color: white; /* needed for IE */
}
ul#navigation {
	text-align: left;
	float: right;
	list-style: none;
	margin-top: 80px;
}
ul#navigation li {
	display: inline;
	font-size: 1.6em;
	padding: 0 0.5em 7px;
}
ul#navigation li a:link, ul#navigation li a:visited, ul#navigation li a:active {
	color: #4c4c4c;
	background: none;
}
ul#navigation li a:hover {
	color: #4c4c4c;
	text-decoration: none;
	background: none;
}
ul#navigation li.current {
	background: url("../images/current.gif") no-repeat bottom center;
}
#banner {
	margin-top: 20px;
	color: white;
}
#h1 {
	padding-top: 68px;
}
#strategy {
	padding-top: 12px;
}
#accolades {
	float: right;
	width: 430px;
	height: 150px;
	font-family: Times, "Times New Roman", sans-serif;
	position: relative;
	margin-top: 20px;
}
#accolades #innerwrap {
	width: 406px;
	height: 150px;
	background: transparent url("../images/speachbubble.png") no-repeat top left;
	padding-left: 12px;
	padding-right: 12px;
}
#accolades h3 {
	color: white;
	font-variant: normal;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#accolades ul {
	list-style: none;
	padding: 0;
	margin: 0; /* IE uses margin */
	display: block;
	overflow: hidden;
	height: 88px;
}
#accolades li {
	height: 88px;
}
#accolades p.quote {
	font-size: 1.4em;	 
	margin-top: 0;
	margin-bottom: 0.4em;
}
p.client {
	font-size: 1.4em;	 
	text-align: right;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
p#readmore {
	position: absolute;
	top: 150px;
	left: 108px;
}

#main {
	position: relative;
	font-size: 1.1em;
}
.col1 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.col2 {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.col3 {
	float: right;
	width: 32%;
}

.col {
	width: 50%;
	margin: 0 auto;
	font-size: 1.3em;
}
.colA {
	float: left;
	width: 49%;
	font-size: 1.3em;
	margin-right: 2%;
}
.colB {
	float: right;
	width: 49%;
	font-size: 1.3em;
}
.col0 {
	float: right;
	font-size: 1.3em;
	width: 98%;
}
#main ul {
	padding-left: 0;
	list-style: none;
}
#main li {
	padding-left: 1.6em;
	background: url("../images/bullet.gif") no-repeat 0.2em 0.5em;
}

#footer {
	color: white;
	font-size: 1.3em;
	text-align: center;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	background: none;
	text-decoration: none;
	color: white;
}
#footer a:hover {
	text-decoration: underline;
	color: white;
}

body.accolades #main h3 {
	text-align: right;
	font-size: 1.2em;
}

#slider {
	width: 671px;
	margin: 0 auto;
	position: relative;
}
.scroll {
	height: 480px;
	width: 671px;
	overflow: auto;
	overflow-x: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	padding-bottom: 20px;
}
.scrollContainer div.panel {
	padding: 20px;
	padding-top: 0;
	height: 440px;
	width: 631px; /* change to 580px if not using JS to remove rh.scroll */
}
.scrollButtons {
	position: absolute;
	top: 240px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}
.tabs {
	margin-top: 30px;
	margin-left: 20px;
}
.tabs li {
	list-style: none;
	display: inline;
	background: none!important;
	padding-left: 0!important;
}
.tabs li a {
	padding: 0.25em 0.5em 0.25em 0.5em;
}
.tabs li a.selected {
	background-color: #DD630A!important;
}