@charset "utf-8";
/* CSS Document */

/* BODY SETTINGS */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
HTML, BODY	{
	height: 100%;
}
BODY {
	font: 11px Arial, Helvetica, sans-serif;
	background: #E6E6E6 url('/images/bg.gif') repeat-x scroll top;
}
a, a:visited {
	color: #004a86;
}
a:hover{
	color: #1682b4;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
h4 {font-size:11px;}

h1.pageTitle {
	margin: 20px 5px 25px 5px;
	color: #489629;
}
h2.pageTitle {
	padding: 20px 5px 25px 5px;
	color: #489629;
}
h1.spageTitle {
	margin: 10px 5px 10px 5px;
	color: #489629;
}
h3.pageTitle {
	margin: 5px 5px 15px 5px;
	color: #489629;
}
h2{
	font-size: 18px;
}
.public ul{
	list-style:none;
	font-size: 14px;
	margin: 10px;
	display: inline;
}
.public ul li{
	margin: 0px 10px 5px 10px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dashed #ccc;
}
p {
	font-size: 14px;
	line-height: 18px;
}
/* MAIN CONTENT CONTAINER SETTINGS */
#containerwrapper, #headerwrapper	{
	width: 822px;
	margin: 0 auto;
}
.signup_wizard #headerwrapper{
	width: 740px;
}
.signup_wizard #headerwrapper #menu{
	width: 450px;
}
#container{
	width: 100%;
	background: #f7f7f7;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 149px; 
}
/* MENU SETTINGS */
#menu {
	width: 550px; 
	position: relative; 
	margin: 8px 0px 0px 0px; 
	font: 14px Arial, Helvetica, sans-serif;
	position: relative; 
	float: left;
}
#menu div {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	background: none;
	line-height: normal;
	padding: 0;
	margin: 0px 0px 0px 10px;
	float: left; 
	text-align: center;
	display: inline; 
	height: 27px; 
	background-color: #489629;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#menu div A, #menu div A:visited {			/* TOP LEVEL LINKS */
	text-decoration: none; 
	padding: 0px 10px 0px 10px; 
	line-height: 27px; 
	font-weight: bold;
	color: #fff; 
}

#menu div:HOVER A, #menu div A:HOVER {		/* TOP LEVEL LINKS HOVER */
	color: #ffff8a; 
} 

.blank_menu {
	height: 35px;	
	float:left;
	width:500px;
}



/* LOGIN SETTINGS */
#login {
	width: 260px;
	height: 85px;
	float: right; 
	margin: 8px 5px 0px 0px; 
	background-color: #f7f7f7;
	color: #777; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#login div.type {
	padding: 0px; 
	list-style-type: none;
	background: none;
	line-height: normal;
	margin: 4px 0px 0px 8px;
	float: left; 
	text-align: center;
	height: 20px; 
	background-color: #ebebeb;
	display: inline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#login div.type  A, #login div.type  A:visited {			/* TOP LEVEL LINKS */
	text-decoration: none; 
	padding: 0px 5px 0px 5px; 
	line-height: 20px; 
	font-size: 12px;
	color: #777; 
}
#login div.selected, #login div.selected a, #login div.selected a:visited {
	color:#FFF; 
	background-color: #aaa;
}
#login div.type:HOVER {		/* TOP LEVEL LINKS HOVER */
	color:#FFF; 
	background-color: #aaa;
} 
#login #simple_captcha {
	margin: 0px;
}
#simple_captcha  div.simple_captcha_label{
	margin: 0px;
}
#login div.social, #login div.options {
	margin: 0px;
	float: left; 
}
#login div.social {
	width: 80px;
	float: left;
}
#login div.options div{
	margin: 0px; 
	position: relative;
	top: 3px;
	width: 120px;
}

#login p {
	font-size: 12px;
	line-height: 16px;
	margin: 4px 0px 0px 0px; 
}
#login span {
	font-size: 12px;
	color: #666; 	
}
#login .login_fields label {
	width: 60px; 
	display: block;
	line-height: 20px; 
	float: left;
	text-align: right;
}
#login  A, #login  A:visited {
	color: #777; 
}
#login  A.forgot{
	color: #489629; 
	margin: 0px 0px 0px 0px;
}
#login  A:hover {
	color: #333; 
}
#login  input.login { 
	float: right;
	padding: 0px 5px 0px 5px; 
	margin: 0px 10px 0px 0px; 
	height: 40px; 
	line-height: 10px; 
	border: none;
	color: #fff; 
	background-color: #489629 ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	display:inline;
	zoom: 1;
}
#login .logon_contents {
	margin: 7px 0px 0px 0px;
	padding:0 0 0 10px;
	background-color: #F7F7F7;	
	z-index:6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	position:relative;
	overflow:hidden;
	height:75px;
	border:solid 1px #F7F7F7
}
#login .login_pop {
	margin-top:4px;
	margin-right:5px;
	float:left;
}
#content #login .logon_contents {height:auto;}
#content #login .login_fields label {width:100px; margin-right:10px;}

.log_embed{
	width: 150px;
	margin: 0 auto;
}
.log_embed #login{
	margin: 40px 0px 0px 0px;
}
.log_embed #login .logon_contents{
	margin: 0px;
	height:120px;
}
.log_embed #login img{
	margin: 4px 0px 0px 4px;
}
.log_embed #login div.options div{
	margin: 0px; 
	position: relative;
	top: 3px;
	width: 150px;
}
.log_embed #login input.login {
	height:22px;
}
.log_embed #login div.options {
	padding:10px;
	width:220px
}


/* LOGO SETTINGS */
#logo {
	width: 500px;
	height: 103px;
	float: left;
	margin: 9px 0px 0px 0px;
	background: url('/images/logo.gif') no-repeat;
}
.signup_wizard #logo{
	width: 450px;
}
#logo a img {
	height:100px;
	width:300px;
}
#logo h1{
	color: #ccc;
	position: relative;
	left: 85px;
	top: -35px;
	font-size: 18px;
	margin:0px;
}
.signup_wizard #logo h1{
	font-size: 16px;
}
#logo a.country_switch {
	position: relative;
	left: -25px;
	top: -38px;
	color: #fff;
	text-decoration: none;
}
#logo a.country_switch span{
	position: relative;
	left: 5px;
	top: -5px;
}
#logo a.country_switch:hover span{
	color: #999;
	text-decoration: underline;
}
#logo a.country_switch img {
	height:18px;
	width:18px;
}

/* CONTENT SETTINGS */
#content {
	width: 822px;
	background-color: #fff;
}
#top_curve{
	width: 822px;
	height: 17px;
	background: url('/images/page_borders.gif') no-repeat 0px -71px;
}
#bot_curve{
	width: 822px;
	height: 18px;
	background: url('/images/page_borders.gif') no-repeat 0px -84px;
}
#content #slide{
	width: 810px;
	height: 190px;
	margin: 0px 0px 10px 6px;
	overflow: hidden;
	position:relative;
	background-color: #ffffc5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#buttons{
	position: absolute;
	margin: 0px;
	z-index: 6;
}
#buttons ul{
	margin: 0px;
	line-height:0px;
	margin:0px;
	padding:0px 0 0 0;
	list-style:none;
	list-style-type:none;
	float:left;	
}
#buttons ul li{
	line-height:0px;
	margin:0px;
	padding:0px 0 0 0;
	list-style:none;
	list-style-type:none;
	float:left;
	clear:both;
	width: 30px;
	height: 28px;
	margin: 2px 3px 1px 7px;
	padding: 0px;
	text-align: center;
	background: transparent url('/images/blue_but.gif') no-repeat;
	border: none;
}
#buttons ul li a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	text-decoration: none;
}
#buttons ul li:HOVER a, #buttons ul li a:HOVER, #buttons ul li a.sel{
	text-decoration: none;
	color: #31ff15;
}
div.slider{
	position: relative;
	z-index: 5;
}
div.slider h2{
	padding: 5px 0px 0px 0px;
	color: #2769A7;
	font-size: 22px;
}
ul.aSlide {
	margin: 0px;
	position:absolute;
}
ul.aSlide li {
	border: none;
	width: 810px;
	height: 190px;
	padding: 0px 10px 0px 60px;
	margin: 0px;
}
ul.aSlide li p{
	width: 400px;
	padding: 0px 0px 2px 0px;
}





div.third{
	width: 262px;
	margin: 0px 6px 0px 6px;
	float: left;
	display: inline;
}
div.twothirds{
	width: 536px;
	margin: 0px 6px 0px 6px;
	float: left;
	display: inline;
}

div.third div.item{
	margin: 0px 6px 0px 6px;
	border-bottom: 1px dashed #999;
}
div.third div.item span.item{
	float: left;
	width: 80px;
	height: 80px;
	background: url('/images/set/home_guys.jpg') no-repeat;
}
div.third div.item  p {
	float: left;
	font-weight: bold;
	color: #999;
	padding: 5px 0px 0px 5px;
	width: 165px;
}
div.grey p {
	padding: 5px 0px 10px 5px;
	font-weight: bold;
	color: #999;
}
div.grey{
	background-color: #ebebeb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.yell{
	background-color: #ffffc5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.divide{
	width: 260px;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	margin: 0px;
	padding: 0px 6px 0px 6px;
}
/* HOMEPAGE PAGE SETTINGS */

#homepage h2{
	padding: 10px 5px 5px 10px;
	color:#666;
}
#homepage p.news{
	padding: 5px 5px 15px 5px;
	color:#666;
	font-size:15px;
	line-height:19px;
	
}
#homepage .news_graphic {
	float:right;
	width:100px;
	
}
/* PRICE PAGE SETTINGS */

#price{
	width: 810px;
	margin: 0px 0px 10px 6px;
	background-color: #ebebeb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#price table{
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
}
#price table tr{
	height: 35px;
}
#price table tr.on{
	background-color: #fffe6;
}
#price table tr.on td.sel{
	background-color: #ffd8af;
}
#price table tr.off{
	background-color: #f7f7f7;
}
#price table tr.off td.sel{
	background-color: #feb971;
}
#price table tr.cost{
	background-color: #4be90d;
}
#price table td{
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #FFF;
	width: 110px;
	font-weight: normal;
}
#price table td.select{
	background-color: #ffffc5;
	background: url(/images/public/price_sel.jpg) no-repeat;
}
#price table td.not_select{
    background: url(/images/public/price_reg.jpg) no-repeat;
}
#price table td img{
  float:none;
}
#price table td.select h3{
	color: #FFF;
}
#price table td.title{
	text-align: right;
	padding-right: 10px;
	border: none;
	width: 230px;
	font-weight: bold;
	color: #2769a7;
}

#price h3{
	font-size: 16px;
	margin: 10px 0px 15px 0px;
	color: #2769a7;
}
#price h4{
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-family: times;
	margin: 30px 7px 7px 7px;
}
.ed #price td  {
	width:80px;
}
.ed #price  {
	width:670px;
}
.ed #price td a {
	cursor:pointer;
}
.ed #price td a.sel {
	color: #F00;
}
b.price{
	font-size: 18px;
}
span.old{
	text-decoration: line-through;
	color: #999;
}
/* ABOUT PAGE */
#contact div.third{
	text-align: center;
}
#contact div.third img{
	margin: 22px 0px 0px 0px;
}
/* NEWS PAGE */

#news div.story{
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #a4fe7C;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 670px;
}
#news div.story p{
	margin: 0px 0px 10px 0px;
}
#news h2 {
	color: #2769A7;
}
div.date{
	float: left;
	background-color: #489629;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	margin: 10px 0px 0px 20px;
	width: 60px;
	padding: 5px;
	text-align: center;
}
span.month{
	color: #FFF;
	font: bold 30px arial,san-serif;
	display: block;
}
span.day{
	color: #666;
	font: bold 20px arial,san-serif;
	background-color: #FFF;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	display: block;
	
}
/* WALKTHROUGH PAGE SETTINGS */
#walkthrough{
	width: 810px;
	margin: 0px 0px 10px 6px;
}

#walk{
	position:relative;
}

#walkthrough #menu {
	width: 810px; 
	position: relative; 
	margin: 8px 0px 0px 0px; 
	font: 12px Arial, Helvetica, sans-serif;
	position: relative; 
	float: left;
}
#walkthrough #menu div {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	background: none;
	line-height: normal;
	padding: 0;
	margin: 0px 0px 0px 10px;
	float: left; 
	text-align: center;
	display: inline; 
	height: 18px; 
	background-color: #489629;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#walkthrough #menu div A, #walkthrough #menu div A:visited {			/* TOP LEVEL LINKS */
	text-decoration: none; 
	padding: 0px 10px 0px 10px; 
	line-height: 18px; 
	font-weight: bold;
	color: #fff; 
}

#walkthrough #menu div:HOVER A, #walkthrough #menu div A:HOVER, #walkthrough #menu div a.selected, #walkthrough #menu div a.selected:visited  {		/* TOP LEVEL LINKS HOVER */
	color: #ffff8a; 
} 

.walkthrough{
	
}

.walkthrough a{
	display:block;
	float:left;
	margin: 150px 5px 0px 5px;
}
.walkthrough div{
	width:750px;
	overflow:hidden;
	float:left;	
	position:relative;
}
#features .walkthrough p {
	border:none;
}
#features .walkthrough img {
	margin:0px;
}

/* NUTSHELL PAGE SETTINGS */
#nutshell p{
	color: #666;
	float: left;
	font-weight: normal;
	line-height: 20px;
	display: inline;
}
#nutshell p.highlight{
	font-size: 12px;
	color: #666;
	margin: 5px 20px 0px 40px;
	padding: 8px;
	float: left;
	line-height: 20px;
	background-color: #fffff0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 185px;
}
#nutshell div.grey {
	background-image: url('/images/public/nutshell.jpg');
	background-repeat: no-repeat;
}
#nutshell div.yell {
	background-image: url('/images/public/nutshell_high.jpg');
	background-repeat: no-repeat;
}

#nutshell div.item{
	margin: 0px 6px 0px 6px;
	border-bottom: none;
}
#nutshell div.item p{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 15px 0px 0px 5px;
	width: 200px;
}
#nutshell img{
	margin: 10px 20px 10px 40px;
}
span.step{
	float: left;
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

/* FAQS PAGE SETTINGS */
#faqs p{
	border: 1px solid #a4fe7C;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#faqs h2{
	color: #2769A7;
}
#faqs h3{
	color: #489629;
}
#faqs #nav img{
	margin: 10px 0px 0px 10px;
	float: left;
	position:relative;
}
#faqs h1{
	margin: 40px 0px 0px 0px;
	float: left;
	position:relative;	
	color:#489629;
}
span.clear{
	width:100%;
	height:8px;
	display:block;
}
ul.nav li{
	padding: 0px;
}
ul.nav li a, ul.nav li a:visited{
	color: #666;
	text-align: right;
	text-decoration: none;
	display: block;
	background: transparent url(/images/public/arrow.gif) no-repeat scroll right 6px;
	padding: 3px 20px 3px 0px;
	line-height: 20px;
	font-size: 12px;
}
ul.nav li:HOVER a, ul.nav li a:HOVER{
	text-decoration: none;
	background-color: #f9f9f9;
}

ul.nav li.selected{
	background-color: #e0e0e0;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
/* FEATURES PAGE SETTINGS */
#features p{
	border: 1px solid #a4fe7C;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#features img{
	margin: 10px 0px 0px 10px;
	float: left;
	position:relative;
	}
#features h2{
	color: #2769A7;
}
#features b{
	color: #489629;
}
/* examples page settings */
#examples .left {
	width:10%;
	float:left;
}
#examples .right {
	width:89%;
	float:right;	
}
#examples p{
	border: 1px solid #a4fe7C;
	padding: 5px;
	margin: 0px 20px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#examples .left img{
	margin: 25px 0px 0px 10px;
	float: left;
	position:relative;
	}
#examples h2{
	color: #2769A7;
}
#examples b{
	color: #489629;
}
#examples .more {
	float:right;
	text-decoration:none;
	font-weight:bold;
	
}
#examples .example {
	background:url('/images/templates.gif') no-repeat;
	width:80px;
	height:100px;
	display:block;
}
/* TESTIMONIALS PAGE SETTINGS */
#testimonials p{
	border: 1px solid #a4fe7C;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#testimonials h2{
	color: #2769A7;
}
#testimonials b{
	color: #489629;
}
/* CONTACT PAGE SETTINGS */
#contact p{
	border: 1px solid #a4fe7C;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: left;
}
#contact h2{
	color:#489629;
}

/* DEVELOPERS PAGE SETTINGS */
#developers p{
	border: none;
	color: #333;
}
#developers p.highlight{
	font-size: 12px;
	color: #666;
	margin: 5px 20px 0px 40px;
	padding: 8px;
	float: left;
	line-height: 20px;
	background-color: #fffff0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#developers h2{
	color:#489629;
}
#developers div.twothirds p{
	margin: 8px;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}
#developers div.dev_left{
	float: left;
	width: 70px;
}
#developers div.dev_right{
	float: left;
	width: 170px;
}
/*custome landing pages*/
#slide #landing {
	margin: 0px 0px 0px 5px;
	width: 650px;
}
#slide div h2 {
	color:#2769A7;
	font-size:22px;
	padding:5px 0 0;
}
#slide div a.sign {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/sign_up.gif) no-repeat scroll 0 0;
	display:block;
	height:46px;
	width:113px;
}
/* FOOTER SETTINGS */
#footer{
	background-color: #e6e6e6;
	min-height: 100px;
	min-width: 822px;
	width: 100%;
	border-top: 1px solid #dedede;
}
#footerwrapper{
	margin: 0px auto 20px auto;
	padding-top: 20px;
	width: 822px;
}
#footerwrapper img {
	margin-top: 20px;
}
#footerwrapper p {
	margin-top: 10px;
	text-align: center;
}
#footerwrapper h2 {
	color: #64c93c;
}
#footerwrapper div.third  img {
	margin-top: 5px;
}
#footerwrapper div.third  p {
	font-size: 14px;
	color: #333;
	text-align: left;
}
#footerwrapper p.copyright {
	font-size: 11px;
}
#footerwrapper div.third  ul {
	list-style:square inside;
	font-size: 14px;
	color: #333;
	margin: 0px;
}
#footerwrapper div.third  ul  li{
	list-style:square inside;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	margin: 0px;
}
#footerwrapper div.third  ul  li a{
	text-decoration: none;
	color: #333;
}
#footerwrapper div.third  ul  li:hover a{
	color: #666;
	background-color: #efefef;
}

.homepage_feature {
	height:310px;
}
/*  new signup page *************************/
.nsignup{
}
.nsignup ul{
	margin: 0px 0px 0px 10px;
	list-style-type:none;
}
.nsignup li{
	margin: 5px 0px 5px 10px;
}
.nsignup .l{
	width:120px;
	float:left;
	margin:6px 0px 2px 20px;
	font-size:12px;
}
.nsignup .r{
	width:390px;
	padding:3px;	
	float:left;
}
.nsignup .r input {
	color:#000000;
	font-size:16px;
	font-weight:bold;

}
.nsignup .pick_plan_left {
	margin:5px 20px 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	background:#489629 none repeat scroll 0 ;
	padding:5px;
	font-size:15px;
	color:#FFF;	
	font-weight:bold;
	cursor:pointer;
	height:20px;
}
.nsignup .pick_plan_left span {
	display:inline-block;
	margin-right:5px;
	font-size:16px;

}
.nsignup .sel_plan {
	color:#FFFF8A;
}

.nsignup .pick_plan_right {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #A4FE7C;
	margin:0 0 10px;
	padding:5px;	
	font-size:14px;
	line-height:18px;
}
.nsignup h1.pageTitle {
	background: url('/images/sign_up_head_bg.gif') no-repeat;
	padding: 0px 0px 0px 7px;
}
.nsignup h2 {
	color:#489629;
}
.nsignup h3 {
	color:#489629;
	padding:0px 0px 10px 20px;
}
.nsignup .pick_plan_right div {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	background-color:#EEE;
	border:solid 1px #DDD;
	width:180px;
	margin:4px;
	padding:0 0 0 3px;
	float:left;
}
.nsignup .pick_plan_right a {
	float:right;
}

.nsignup .alert {
	padding:5px;
	background-color:#FFFF8A;
	border:solid 2px #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	font-size:13px;
	font-weight:bold;
	width:98%;
	height:auto;
}

.nsignup #concierge_help {
	font-size:14px;
	padding-top:5px;
}	
.nsignup .crossed {
	color:#C00;
	text-decoration:line-through;;
	font-weight:normal;
	font-size:16px;
}	
	
/**************************/

 /*** Flash Notices and Errors ***/
div.flash_note {
background-color:#ddffd1;
border:2px solid #32b704;
color:#185702;
padding:5px 20px 5px;
margin-bottom: 15px ;
}

div.flash_error, div.errorExplanation {
	background: #ffddd1 url('../images/error.gif') no-repeat top left;
	border:2px solid #b73204;
	color:#571802;
	padding: 3px 20px 3px 50px;
	margin: 10px ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
}

#errorExplanation {
    background: #fcc;
}

/********************************************/

.dynamic_help {
	position:absolute;
	height:0px;
	top:0px;
}
.dynamic_spacer {
	width:1200px;
	height:40px;
	background-color:#F00;
	margin: 0 auto;	
	text-align:left;
	padding:100px;
}

.dynamic_help_item {
	width:120px;
	background-color: #489629;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	top:40px;
	left:-136px;
	position:absolute;	
	padding:5px;
	color: #fff;
}
.dynamic_help_price{	
	position:absolute;	
}
.dynamic_help_price .desc{
	width:350px;
	background-color: #F7F7F7;
	border: 2px solid #2769A7;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:15px;
	display:block;
	font-size:1.3em;
	line-height: 23px;
}
.dynamic_left_help_arrow {
	position:absolute;
	left:130px;
	top:4px;	
	width:13px;
	height:13px;
	display:block;
}
.dynamic_help_price_arrow {
	position: relative;
	left:40px;
	top:-2px;	
	width:16px;
	height:16px;
	display:block;
}
.arrow_l {
	background: transparent url('/images/help_left_arrow.gif') no-repeat;
}
.arrow_r {
	background: transparent url('/images/help_right_arrow.gif') no-repeat;
}
.arrow_p {
	background: transparent url('/images/help_price_arrow.gif') no-repeat;
}
#helpwrapper{
	width: 950px;
	margin: 0 auto;
}
.dynamic_right_help_arrow {
	position:absolute;
	left:-12px;
	top:4px;
	width:13px;
	height:13px;
	display:block;		
}
.dynamic_help h4, .dynamic_help h3{
	margin: 1px 0px 3px 0px;
	font-size: 12px;
	color: #ffff8a;
}

.dynamic_help_price h4{
	color: #2769A7;
}
.dynamic_help a {
	color:#ffff8a;
	font-weight:bold;
	text-decoration:none;
}
.dynamic_help a:hover {
	color:#333;
}
#forgot form{
	font-size: 12px;
}
#forgot div.button{
	margin: 5px 0px 0px 40px;
}
#forgot h2{
	color: #2769A7;
}

#h2.welcome{
	color: #2769A7;
	padding: 5px;
	border: 1px solid #A4FE7C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.welcome_box{
	margin: 0px 10px 0px 20px;
	padding: 5px;
	border: 6px solid #F2F2F2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size:1em;
}
div.welcome_box div.right{
	float: right;
	text-align: left;
	width: 540px;
}
div.welcome_box div.right p{
	margin-left:0px;
	margin-bottom:20px;
}
/**** css images */

.sl1 {background: transparent url('/images/slides/slide6.jpg') no-repeat;}
.sl a.sign {background: transparent url('/images/sign_up.gif') no-repeat; width:113px; height:46px;display:block}


/************* press release ********/

.release {
	padding:20px;

}
.release h1 {
	text-align:center;
	margin:15px;
}
.release h2 {
	text-align:center;
	margin:15px;	
}
.release h3 {
	margin:15px 0px 5px 0px;
	font-size:1.27em;
}
.release p {
	padding:5px 0px 5px 5px;
	line-height:140%;	
}
.release span {
	text-align:center;	
	display:block;
}
.release a.pdf {
	font-size:larger;
}

/************* SOCIAL CONNECT ********/
#social {
	
}
#social div.social{
	margin: 0px 0px 0px 10px;
	float: left;
}
div.signup {
	width:400px;
	background-color:#F2F2F2;
    margin-left:20px;
	padding: 10px 20px 10px 20px;
    float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.signup div.l{
	float: left;
	text-align: right;
	width: 120px;
	padding: 0px 10px 0px 0px;
}
div.login_signin {
	width: 280px;
    background-color:#F2F2F2;
    margin-left:20px;
	padding: 10px 20px 10px 20px;
    float:left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
  div.dashboard_tab_selected{
        display:inline;
        background-color:#F2F2F2;
        height:35px;        
        border-right: solid 1px #C5DBF7;
        border-top: solid 1px #C5DBF7;
         font-family: Verdana, sans-serif;
        font-size: 13px;
        padding:2px 4px 4px 4px;
   }
   div.dashboard_tab_unselected{
        display:inline;
        height:35px;        
        border-right: solid 1px #C5DBF7;
        border-top: solid 1px #C5DBF7;
         font-family: Verdana, sans-serif;
        font-size: 13px;
        padding:2px 4px 4px 4px;
   }
/**************      LOGIN MULTIPLE        *************/
.login_multiple{
	float: left;
	width: 30.5%;
	height:195px;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border:2px solid #AAAACC !important;
	font-weight:normal;
	color:#000;
}
.login_multiple_link {
	text-decoration: none;
}
.login_multiple_link:hover div{
	background-color: #ebebeb;
	text-decoration: none;
}
.login_multiple .icon{
	width: 65px;
	height: 65px;
	background: transparent url('/images/set2/full_set.gif') no-repeat;
	float: left;
	margin: 0px 3px 0px 0px;
}
.login_multiple h3 {
	float: left;
	display: inline;
	font-size: 36px;
	color: #489629;
}

