@import url('secondary-pages.css');

html,body { padding: 0 0 20px 0; margin: 0; }

body
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	background: #7d7d7d url(images/body-bg.jpg) top repeat-x;
}

a
{
	color: #89d33d;
	text-decoration: none;
}


td {text-align:left; padding:3px;}
::selection 
{
	background: #5ca90d /* Safari */
	color: #fff;
}
::-moz-selection 
{
	background: #5ca90d; /* Firefox */
	color: #fff;
}

.green
{
	color: #5ca90d;
	font-weight: bold;
}

#container, #header-content-container
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 178px;
	width: 100%;
	background: #292a28;
}

#header-gradient
{
	width: 100%;
	height: 178px;
	margin-left: auto;
	margin-right: auto;
	background: #292a28 url(images/header-bg.jpg) top right no-repeat;
}

#top-nav-container
{
	float: left;
	width: 955px;
	height: 55px;
}

#top-nav
{
	float: right;
	width: 700px;
	height: 55px;
	background: url(images/top-nav-bg.png) top repeat-x;
}

#top-nav-left-curve
{
	float: right;
	width: 55px;
}

#top-nav-right-curve
{
	float: right;
	width: 18px;
}

#top-nav-links
{
	float: left;
	width: 400px;
	height: 55px;
}

#top-nav-links ul
{
	margin: 0;
	padding: 0;
}

#top-nav-links li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-nav-links li:first-child
{
	margin-left: -10px;
}

#top-nav-links li a
{
	display: block;
	float: left;
	padding: 13px 14px;
	color: #c3cabd;
	text-decoration: none;
	text-align: center;
}

#top-nav-links li.top-nav-divider
{
	float: left;
	display: block;
	width: 1px;
}

#welcome-login
{
	float: right;
	margin-right: 20px;
	font-size: 13px;
	overflow: hidden;
}

#welcome-login ul
{
	margin: 0;
	padding: 0;
}

#welcome-login li
{
	list-style: none;
	margin: 0;
	padding: 15px 8px;
	display: block;
	float: left;
}

#logo
{
	float: left;
	width: 167px;
	height: 64px;
}

#dashboard
{
	float: right;
	height: 24px;
	margin-top: -8px;
	margin-right: 37px;
}


#header-links
{
	display: inline;
	float: left;
	width: 780px;
	margin-top: 24px;
	margin-left: -28px;
	height: 12px;
}

#header-links-left
{
	display: inline;
	float: left;
}

#header-links-right
{
	display: inline;
	float: right;
}

/*==========Nav==========*/

#main-nav-container
{
	float: left;
	width: 955px;
	height: 59px;
	overflow: hidden;
}

#main-nav
{
	float: left;
	width: 955px;
	height: 45px;
	margin-top: 14px;
	background: url(images/nav-bg2.png);
}

#nav-left
{
	float: left;
	clear: left;
	margin-top: 14px;
	width: 5px;
	height: 45px;
	background: url(images/nav-left.png) no-repeat;
}

#nav-right
{
	float: right;
	margin-top: 14px;
	width: 5px;
	height: 45px;
	background: url(images/nav-right.png) no-repeat;
}

#main-nav ul
{
	margin: 4px 0 0 0;
	padding: 0;
}

#main-nav li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/nav/nav-divider.jpg) top right no-repeat;
	height: 41px;
	overflow: hidden;
}

#main-nav li.prev
{
	background: none;
}

#main-nav li.last
{
	background: none;
}

#main-nav li a
{
	float: left;
	display: block;
	margin: 0;
	padding: 12px 16px 13px 16px;
	color: #c3cabc;
}

#nav li.SelectedTab:first-child
{
	height: 41px;
	background: transparent url(images/nav/selected-left.jpg) no-repeat;
}

#nav li.SelectedTab
{
	height: 41px;
	background: transparent url(images/nav/selected-left-secondary.png) top left no-repeat;
}

#nav li.SelectedTab a
{
	color: #1a1919;
	height: 41px;
	background: transparent url(images/nav/selected-right.jpg) top right no-repeat;
}



/*=========Search=========*/

#search
{
	float: right;
	margin-left: 40px;
	margin-top: 8px;
	height: 23px;
	width: 215px;
	padding: 0;
}

#search form
{
	margin: 0;
	padding: 0;
}

#search input
{
	display: inline;
	float: left;
	margin: 0;
	background: #525351;
	border-top: 1px solid #5e5f5d;
	border-left: 1px solid #5e5f5d;
	border-bottom: 1px solid #5e5f5d;
	border-right: none;
	color: #fff;
	padding: 3px 0 2px 4px;
	width: 125px;

}

.submit-btn
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 39px;
	height: 23px;
	border: 0;
}

/*==========Body=========*/

#main-body-container
{
	float: left;
	width: 955px;
	background: #fff;
	padding-top: 8px;
}

#flash-container
{
	margin-left: 8px;
}

#description-banner
{
	float: left;
	width: 939px;
	height: 260px;
	background: url(images/flash-tmp.jpg) no-repeat;
}

#desc-banner-button
{
	display: inline;
	float: right;
	margin-right: 30px;
	margin-top: 200px;
}

#main-body-container-content
{
	display: inline;
	float: left;
	padding-left: 16px;
	line-height: 18px;
	margin-left: 8px;
	background: url(images/features-left-bdr.jpg) top left no-repeat;
}

.intro
{
	float: left;
	padding-top: 24px;
	width: 648px;
	min-height: 400px;
	background: url(images/intro-bg.jpg) top right no-repeat;
}

.intro-txt
{
	float: left;
	width: 648px;
	padding-right: 10px;
}

.get-started
{
	float: right;
	width: 230px;
	text-align: center;
}

/*===Features===*/

#feature-nav
{
	display: inline;
	float: left;
	width: 939px;
	height: 55px;
	margin-left: 8px;
	background: url(images/feature-nav-bg.jpg) repeat-x;

}

.features1
{
	float: left;
	width: 299px;
	height: 55px;
	background: url(images/nav/features-for-org.jpg) no-repeat;
}

.features2
{
	float: left;
	width: 273px;
	height: 55px;
	background: url(images/nav/features-for-apps.jpg) no-repeat;
}

#feature-nav .features1.selected, #feature-nav .features2.selected
{
	background-position: 0 -55px;
}

.feature-container
{
	float: left;
	clear: left;
	margin-top: 24px;
	width: 650px;
}

.feature
{
	float: left;
	width: 203px;
	border-right: 1px solid #83cd38;
	padding: 0;
	margin: 0;
}

.feature-bg
{
	float: left;
	background: url(images/feature-bg.jpg) top right no-repeat;
}

.feature.secondary
{
	padding-left: 18px;
}

.feature.tertiary
{
	padding-left: 18px;
	border-right: none;
}

.feature h3
{
 	font-size: 14px;
	color: #58a61c;
	font-weight: bold;
	padding: 24px 0 0 0;
	margin: 0;
}

#features-right-bdr-right
{
	display: inline;
	float: left;
	background: url(images/features-right-bdr-right.jpg) top right no-repeat;
	width: 275px;
}

#features-right-container
{
	float: left;
	border-left: 1px solid #eee;
	margin: 24px 0 0 0;
}

.features-right-head
{
	float: left;
	border-bottom: 1px solid #e4e4d9;
	width: 273px;
	overflow: hidden;
}

.features-right-head-secondary
{
	float: left;
	border-top: 1px solid #e4e4d9;
	border-bottom: 1px solid #e4e4d9;
	padding-top: 15px;
	width: 273px;
	overflow: hidden;
}

#features-right-container h3
{
	float: left;
	font-size: 15px;
	color: #5ca90d;
	font-weight: bold;
	margin: 0;
	padding: 0 0 18px 9px;
}

.arrow
{
	float: left;
	padding-left: 9px;
}

#features-right-container ul
{
	display: inline;
	float: left;
	margin: 0 0 20px 30px;
	padding: 0;
	width: 193px;
}

#features-right-container li
{
	list-style: none;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #a6a6a6;
}

#features-right-container li a
{
	color: #474747;
}

#features1, #features2
{
	float: left;
	width: 648px;
}

#space
{
	clear: both;
	float: left;
	width: 939px;
	height: 10px;
}


/*========Footer========*/

#footer
{
	float: left;
	height: 59px;
	background: url(images/footer-bg.jpg) repeat-x;
	width: 939px;
	color: #fff;
}

#footer-nav
{
	float: left;
	margin-top: 22px;
	padding-left: 14px;
}

#footer-left
{
	float: left;
	width: 8px;
}

#footer-right
{
	float: right;
	width: 8px;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	float: left;
	display: block;
	padding: 0 6px;
	margin: 0;
}

#footer li a
{
	color: #fff;
}

#questions
{
	float: left;
	margin-top: 22px;
	margin-left: 80px;
}


/*===========Secondary=============*/

#secondary-body
{
	float: left;
	margin: 30px 0 30px 15px;
	width: 652px;
	color: #5e5d5d;
	line-height: 18px;
}

#secondary-body a
{
	font-weight: bold;
	color: #5eab0f;
}

#secondary-body h3, #secondary-full h3
{
	font-size: 14px;
	font-weight: bold;
	color: #000;	
}

#secondary-right-column
{
	float: left;
	width: 192px;
	margin: 60px 0 0 62px;
	color: #5e5d5d;
}

#secondary-right-column h3
{
	margin: 0;
	padding: 0;
	color: #000;
}

h3.social-media-header {}
a.faq-link  {color:#7d7d7d; font-size:16px;}




