﻿body 
{
	background: #CDCDCD;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}
	
p
{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 2;
}

.FAQ h2
{
	padding-left:40px;
	font-size: 16px;
	
}

.address
{
	padding-left: 50px;
	line-height: 1.3;
}

img 
{
	border: 0px;
}

a
{
	color: #888F97;
}

a:hover
{
	background: #F5F2D3;
	color: #888F97;
}

a.nohover:hover 
{
	background: none;
	border: none;
}

.header
{
	background-image: url("/images/logo_back4.png");
	height: 171px;
	width:100%;
}

.logoContainer
{
	max-width: 800px;
	margin: auto;
	background: #fff;
	height: 187px;
	
}

.logo
{
	margin: auto;
	max-width: 800px;
	height: 96px;
	background: #fff;
	background-image: url("/images/logo4.png");
	cursor: pointer;
}


.buttons
{
	margin: auto;
	max-width: 800px;
	height: 78px;
	background: #C0D7F2;
	background-image: url("/images/buttons_background3.png");
}

.button
{
	width: 200px;
	height: 70px;
	cursor: pointer;
	float: left;
}

.button img
{
	padding-top: 15px;
	padding-left: 5px;
}

.button .title
{
	padding-top: 15px;
	padding-left: 60px;
	color: #7B8B9C;
	font-size: 16px;
	font-weight: bold;
}

.button .details
{
	padding-top: 3px;
	padding-left: 60px;
	color: #7B8B9C;
	font-size: 12px;
}

.content
{
	text-align: left;
	margin: auto;
	max-width: 1200px;
	background: #FFFFFF;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.contentContainer
{
	padding: 5px 5px 5px 5px;
}

.heading
{
	padding-top: 5px;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.libraryheading
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #082642;
	text-align: center;
	font-weight: bold;
}

.unSelected
{
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	text-align: center;
	background-color: #ffffff;
	padding: 4px;
	vertical-align: middle;
}

.searchFooter
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #082642;
}

.SeeAlso
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #082642;
	font-weight: bold;
}

.left
{
	float:left;
	max-width: 490px;
	margin-right: 10px;
}

.right
{
	max-width: 290px;
	float: left;
}

.screenshots
{
	margin: auto;
	width: 100%;
	text-align:center;
}

.screenshot
{
	text-align:center;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.testimonials
{
	max-width: 800px;
	margin: auto;
}

.upgrade-message
{
	max-width: 800px;
	margin: auto;
	text-align: center;
	background: #F5F2D3;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.upgrade-message h3
{
	margin-top: 0;
	color: #333;
}

.upgrade-message p
{
	margin-bottom: 0;
}

.testimonial
{
	float: left;
	max-width: 360px;
	padding-left: 15px;
	padding-right: 10px;
}

.testimonial .quote
{
	font-style: italic;
	line-height: 2;
	height: 100px;
}

.testimonial .author
{
	padding-top: 10px;
	text-align: right;
	padding-bottom: 15px;
}

.footer
{
	text-align: center;
	width: 100%;
	font-size: 11px;
	color: #666;
	line-height: 2;
	background: #CDCDCD;
}

.libraryfooter
{
	text-align: center;
	width: 100%;
	font-size: 11px;
	color: #666;
	line-height: 2;
	background: #FFFFFF;	
}

.bullet
{
	line-height: 1.7;
	padding-left:10px;
	padding-bottom: 5px;
	width: 100%;
}

.bulletText
{
	float: left;
	max-width: 390px;
}

.bullet h3
{
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

.bullet .bulletIcon
{
	float: left;
	height: 60px;
	padding-top: 30px;
	padding-right: 10px;
	width: 35px;
}

.bullet .bulletArrow
{
	float: left;
	height: 60px;
	width: 50px;
	padding-left: 5px;
	padding-top: 30px;
}

.formLabel
{
	clear: both;
	float: left;
	width: 200px;
	padding: 5px 5px 5px 5px;
}

.formValue
{
	float: left;
	padding: 5px 5px 5px 5px;
}

.formFullWidth
{
	clear: both;
	padding: 5px 5px 5px 5px;
	text-align:left;
}

.centeredForm
{
	margin: auto;
	padding-left: 10px;
}

.centered
{
	padding-top: 10px;
	text-align: center;
	width: 100%;
	margin: auto;
}

.error
{
	text-align:center;
	color: #f00;
}

.message
{
	text-align:center;
	color: #00f;
}

.hidden 
{ 
	display:none; 
}

.FAQ li
{
	text-align: left;
	list-style: none;
	line-height: 2;
}

.FAQ p
{
	padding-left: 15px;
	line-height: 1.5;
}

.LibraryColumn
{
	width: 33%;
	float: left;
}

.LibraryColumn ul
{
	padding-left: 15px;
	padding-top: 0px;
}

.LibraryColumn li
{
	text-align: left;
	list-style: none;
	line-height: 2;
}

.step
{
	margin: auto;
	text-align: center;
}

#stepContainer
{
	float: left;
	margin: auto;
	height: 400px;
	width: 450px;
	overflow: hidden;
}

#shifter
{
	position: relative; 
	margin: 0; 
	width: 1800px; 
	height: 400px;
}

.pane
{
	position: relative; 
	margin: 0; 
	width: 440px; 
	height: 400px; 
	float: left; 
}

.stepHeading
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	text-align: center;
	width: 100%;
}

.stepHeadingHidden
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	text-align: center;
	width: 100%;
	display: none;
}

.stepNumber
{
	padding-top: 100px;
	float: left;
}

.arrowLeft
{
	width: 150px;
	float: left;	
	padding-right: 10px;
	cursor: pointer;
}

.arrowRight
{
	width: 150px;
	float: left;
	padding-left: 10px;
	cursor: pointer;
}

.promoWarningTxt
{
	text-align: center;
	font-style: italic;
	font-weight: bold;
	width: 100%;
}
