#menucalc, #labelcalc {
	width:250px;
	float:left;
	text-align:center;
}


#plans {
	margin-left:40px;
	margin-right:40px;
	float:left;
	display:inline;
}

#plans_info {
	margin-top:20px;
	float:left;	
	width:350px;
}

#plans_info ul li{
	margin-bottom:5px;
}

#plan_signup_yourself, #plan_signup_expert, #plan_signup_consult {
	margin-left:200px;
	width:400px;
	float:left;
}

.plan_cost {
	margin-left:40px;
}

.selectedplan {
	width:400px;	
	float:left;
	margin-bottom:20px;
}

.selectedplan ul, .unselectedplan ul {
	width:300px;
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.selectedplan ul li {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 810px; /*width of featured content slider*/
/*height: 500px;*/

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 800px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-top:20px;
}

.pagination{
	display:none;
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*
    text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	*/
}
/*
.pagination a{
	text-decoration: none;
	font-weight:bold;
	color: #666666;
	margin-left:10px;
	
	height: 40px;
	width:150px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/tab-unselected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
 	background-image: url(../images/tab-selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
}

*/
