/* General Style */
body{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url() repeat top left;
	font-size: 15px;
	color: #393b40;
	overflow-y: scroll;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
/* Header Style */
	
.content {
	width: 95%;
	margin: 50px auto;
	padding: 10px;
}
.content h1 {
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
}
.content h2 {
		font-weight: 600;
		font-size: 16px;
		text-transform: uppercase;
		color: #333;
		margin: 0 0 20px;
}
.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		margin: 0 0 20px;
}
.content p:last-child {
		margin: 0;
}
.content.title {
	position: relative;
	background: none;
}
div.clear {
    clear:both;
}

.content.white {
		background: #fff;
		box-shadow: 0 0 10px #999;
}
.content.white h2 {
		font-weight: 16px;
		text-transform: uppercase;
		color: #333;
		margin: 0px 0px 20px;
}
	
.accordion-container {
	width: 100%;
	margin: 0 0 1px;
	clear: both;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding: 10px;
	font-size: 18px;
	font-weight: 300;
	background:#ccc;
	color: #fff;
	text-decoration: none;
}
.accordion-toggle.open {
	background:#e6a623;
	color: #fff;
}
.accordion-toggle:hover {
	background:#666;
}
.accordion-toggle span.toggle-icon {
		position: absolute;
		top: 9px;
		right: 20px;
		font-size: 1.5em;
}
.accordion-content {
		display: none;
		padding: 40px;
		overflow: auto;
}
.two-column-left{ float: left; width: 490px; }

.two-column-center{ display: inline-block; width: 50%;}


.three-column-left{ float: left; width: 500px; }

.three-column-right{ float: right; width: 25%; }

.three-column-center{ display: inline-block; width: 25%; }

ol {
     line-height: 1.5em;
     height: auto;
}

.accordion-content img {
	display: block;
	border: 1px solid #ccc;
	float: left;
	height: auto;
}
	
.ac-container label:hover{
	background: #fff;
}

.icon-plus-circle:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('../images/help/help_sprite.png');
  background-position:0 0;
  position: relative;
  top: -1px;
}

.icon-minus-circle {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url('../images/help/help_sprite.png');
  background-position:0 -15px;
  position: relative;
  top: -1px;
}