body {
	background: #eee;
	font-family: "Arial", sans;
	font-size: 11pt;
	color: #222;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	text-align: center;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

h1 {
	display: none; /* Only used for accessibility */
	height: 0px;
}

h2 {
	color: #333;
	font-weight: normal;
	font-size: 1.4rem;
}

h3 {
	color: #333;
	font-weight: normal;
	font-size: 1.2rem;
}

a {
	text-decoration: none;
}


hr {
	border: none;
	padding: 0px;
	margin: 0px;
}

#main a {
	color: #0096bb;
	border-bottom: 1px dotted #0096bb;
}
#main p {
	margin-block-start: 1em;
    margin-block-end: 1em;
}

p.leader {
	color: #333;
	color: #0096bb; 
	font-size: 120%;
	clear: both;
}

#container {
	position: relative;
	width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: -1px;
	bottom: 0;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	background: white;
	text-align: left;
}

img.inline {
	border: none;
	padding: 0px;
	margin: 0px;
}

.eye-candy {
	border: none;
	max-width: 500px;	
	padding: 10px;
	margin: -10px;
	padding-top: 10px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.border {
	border: 1px solid #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#banner {
	background: white url('/res/images/gradient.png') repeat-x;
	padding: 10px;
}

#logo {
	margin: 10px;
}

#nav {
	position: relative;
	background: white url('/res/images/tab-gradient.png') repeat-x;
	height: 70px;
	padding: 0px;
}

#subnav {
	position: relative;
	right: 0px;
	margin-left: auto;
	height: 20px;
	margin-bottom: 10px;
	z-index: 10;
	width: 0px;
	width: auto;
}

#nav ul {
	position: absolute;
	right:0px;
	bottom: 0px;
	height: 44px;
	left: 10px;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#subnav ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	right: 0px;
	margin-left: auto;
}

#nav ul li, #subnav ul li {
	display: inline;
}


#nav a {
	float: left;
	width: 100px;
	height: 40px;
	color: black;
	padding-top: 5px;
	text-align: center;
	border: none;
	text-transform: lowercase;
}

#subnav a {
	text-align: left;
	width: auto;
	margin-right: 20px;
	color: black;
	border: none;
	text-transform: lowercase;
}

#nav a.selected {
	color: black;
	background: url('/res/images/tab.png');
}

#subnav a.selected {
	color: #0096bb;
}

#subnav a:hover {
	color: #0096bb;
}

#nav a:hover {
	color: white;
}

#nav a.selected:hover {
	color: black;
}

#banner-links {
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 80%;
	color: #333;
}

#banner-links a {
	color: #333;
}

#main {
	position: relative;
	padding: 20px;
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: 60px;
	min-height: 450px;
	top: 10px;
}

#footer {
	position: absolute;
	bottom: -1px;
	background: url('/res/images/gradient-bottom.png');
	height: 16px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-bottom: 20px;
	padding-top: 24px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	color: #333;
	font-size: 8pt;
	line-height: 120%;
}
#footer a {
	color: #333;
	text-decoration: underline;
}

/* TODO switch to Bootstrap */
table.columns {
	width: 100%;
	margin-top:-5px;
	margin-left:-10px;
	margin-right: -10px;
}
table.columns td {
	vertical-align: top;
	width: 50%;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

h2:first-child, p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}


div.right {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 10px;
	bottom: 0px;
}


#force-scroll {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

img.mugshot {
	float: right;
	border: none;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	width: 150px;
}

.img-small {
	border: none;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	width: 150px;
}

img {
	margin-bottom:10px;
}

#main ul {
	list-style: square;
	list-style-image: url(/res/images/bullet.png);
	color:  #444;
	padding: 0px;
	margin: 0px;
	margin-left: 2em;
}

#main ul.bullets {
	margin-left: 1em;
}

#main ul li p {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

div.pull, div.casestudy {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: -10px;
	padding-top: 5px;
	margin-top: -5px;
}

div.splash {
	clear: both;
	margin: -20px;
	margin-top: 0px;
	margin-bottom: 20px;
	background: white url('/res/images/banner/night-city.png');
	background-size: cover;
	padding: 20px;
	padding-top: 120px;
	text-align: center;
	height: 240px;
}

.label {
	color: #0096bb;
}

h2.news {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

li b {
	color: #0096bb;
}

p.subhead {
	color: #333;
}

/**/
.Collapsible { 
	position: relative; 
	overflow: hidden;
}

.Collapsible span.expander { 
	position: absolute; 
	right: 5px; 
	bottom: 5px;
	width: 13px;
	height: 13px;
	background: url(/res/images/icons/expand_icon.png) left top no-repeat;
	cursor:pointer;
}

.Collapsible span.expander.expanded { 
	background-position: right top;
}

.Collapsible span.border {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	background: url(/res/images/collapsible_fade_bg.png) left top repeat-x;
	border:none;
	-webkit-border-radius: 0;
	border-radius: 0;	
}

.text-muted {
	color: grey;
	font-size: 12px;
}

.ww-btn {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ww-pink-btn {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color: black !important;
	background-color: #e14184;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	border-bottom: none !important;
	border-radius: .25rem;
}

.ww-pink-btn:hover {
	color: black !important;
	background-color: #a32c5e;
}

.code {
	font-family: 'Source Code Pro', monospace;
}

hr {
	border: 1px solid #d2d2d2;
}

.dashed {
	border: 1px dashed #d2d2d282;
}