/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:19px;
}
#bg-top {
	width: 100%;
	background-image: url(../images/bg-top.png);
	background-repeat: repeat-x;
	background-position: top;
}

#bg-footer {
	width: 100%;
	height: 125px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #686868;
}
#header {
	width: 989px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
}

#header-float {
	width: 265px;
	margin-top: 8px;
	text-align: right;
	float: right;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header-float2 {
	width: 234px;
	margin-top: 0px;
	text-align: center;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	float: right;
	height: 50px;
}
#nav {
	width: 979px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

#nav_content {
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

#content {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 45px;
}

#footer {
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 31px;
	padding-left: 20px;
}

.cta-gray {
	background-color: #686868;
	width: 160px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.cta-gray p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.cta-white {
	padding-left: 20px;
	background-color: #ffffff;
	width: 156px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #686868;
	border-left-color: #686868;
}

.cta-white-app {
	padding-left: 10px;
	background-color: #ffffff;
	width: 176px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #686868;
	border-left-color: #686868;
}

.cta-white p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.cta-footers {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.table-pricing {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: "Century Gothic";
	width: 100%;
	border-width: 2px;
	border-color: #686868;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.table-border {
	border-color: #686868;
	border-top: 2px;
	border-right: 2px;
	border-left: 2px;
}

/* ------------------ Text Classes ----------------------*/
h1 {
	font-weight: bold;
	font-size: 18px;
	color:#000000;
	line-height:26px;
	margin-top: 7px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background-image: url(../images/icon-headlines.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 38px;
}

h2 { 
	font-weight: bold;
	font-size: 16px;
	color:#ec4399;
	line-height:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3 { 
	font-weight: bold;
	font-size: 13px;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
p {
	margin-top: 0px;
	margin-bottom:5px;
}

a:link, a:visited {
	color:#ec4399;
}

a:hover, a:active {
	color:#ec4399;
	text-decoration: underline;
}

ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
}

li {
	margin:0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#footer p {
	color:#ffffff;
	font-size: 10px;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}

.poweredby {
	color:#ffffff;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
}

.highlight {
	color:#ec4399;
	font-weight: bold;
}
.logo {
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 0px;
}

.border-img {
	border: 1px solid #000000;
	padding: 2px;
}

.formheader {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
}

.login {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
}
.tagline {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.moxie {
	background-color: #686868;
	width: 350px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.social {
	background-color: #686868;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
	color: #FFF;
	border: #000;
	text-align: center;
	float: right;
}

.float {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.float-left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}


/* ------------------ Individual Vertical Dividers ----------------------*/	
.dividery {
	border-left-width:1px;
	height:15px;
	margin:4px 10px 0px 10px;
	border-color:#686868;
}

/* ------------------ Special Function Classes ----------------------*/

.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

a.rollover img, a.rollover:visited img  { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}

a.rollover:hover img, a.rollover:active img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}

a.rolloveron img { 
 filter: alpha(opacity=00);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=00);
 -moz-opacity: 0.00; opacity:0.0;
}


a.blog:link, a.blog:visited {
	color:#000000;
	text-decoration:none;
}

a.blog:hover, a.blog:active {
	color:#000000;
	text-decoration:underline;
}

