﻿body
{
	font-family: Arial;
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}
.title
{
	font-family: Arial, Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
p.intro
{
	color: #635D3A;
	font-size: 16px;
	font-style: italic;
}
#top-menu
{
	height: 35px;
	background-color: #dad8cb;
	clear: both;
}
#top-menu img
{
	border: 0px;
	margin: 3px;
}
#top-menu ul
{
	float: left;
	height: 35px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#top-menu ul li, #top-menu ul li a
{
	float: left;
	color: #0033FF;
	font-size: 14px;
	font-weight:bold;
	line-height: 35px;
	text-decoration: underline;
	margin-right:10px;
	font-family:verdana;
}
#top-menu ul li a:hover
{
	color: #4a6c85;
}
.join-right
{
	margin-top: 4px;
	float: right;
}
.join-button
{
	background-image: url(../images/join-button.jpg);
	width: 147px;
	height: 28px;
	border: 0px;
	cursor: pointer;
}
#main-content
{
	width: 850px;
	display: table;
	margin: 0 auto;
}
#main-content h3
{
	border-bottom: 1px solid #DCDACE;
	margin: 33px 0 7px;
	padding-bottom: 4px;
}
p
{
	color: #000000;
	font-family: Tahoma,sans-serif;
	margin: 0;
	padding: 0;
}
/*quote*/
blockquote 
{
  margin: 0px;
}
.quote_left, .quote_right 
{
  width: 585px;
  clear: both;
  overflow: hidden;
  margin: 18px 0 4px 0;
  font-size:12px;
}
.quote_left, .quote_right 
{
  margin-bottom: 15px;
}
.quote_left img
{
	float: left;
}
.quote_right img
{
	float: right;
}
.quote_left blockquote, .quote_right blockquote
{
	width: 482px;
	position: relative;
}
.quote_left blockquote
{
	float: right;
}
.quote_left blockquote .arrow, .quote_right blockquote .arrow
{
	position: absolute;
	display: inline;
	height: 30px;
	width: 25px;
}
.quote_left .arrow
{
	background: transparent url(../images/bubble_left.gif) 0 6px no-repeat;
	left: 0px;
}
.quote_right .arrow
{
	background: transparent url(../images/bubble_right.gif) right 6px no-repeat;
	right: 0px;
}
blockquote p
{
	background: #e5f6fd;
	border: 1px solid #83d8f7;
	padding: 12px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#case_study blockquote p
{
	font-size: 16px;
}
.quote_left blockquote p
{
	margin-left: 21px;
}
.quote_right blockquote p
{
	margin-right: 21px;
}
.quote_left em
{
	display: block;
	margin-left: 32px;
	float: left;
}
.quote_right em
{
	display: block;
	margin-right: 32px;
	text-align: right;
	float: right;
}
blockquote a
{
	font-weight: bold;
}

