body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background: #2B2B2B url(../images/bg.jpg) repeat-x top;
}
img { border: 0px; }
.wrapper {
	position: relative;
	width: 878px;
	height: 100%;	
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

.topnav {
	width: 100%;
	height: 72px;
}
.topnav-links {
	float: right;
	
}
.clearBoth {
	clear:both;
}
.clearR {
	clear:right;
}
.clearL {
	clear:left;
}

.logo {
	position: relative;
	top: 10px; 
	float: left;
	left: 0px;
}


.top {
	position: relative;
	width: 100%;
	height: 479px;	
	/* background: url(../images/splash_bg.png) no-repeat center; */
}

.topsplash { 
	position: relative; 
	float: left; 
	width: 878px;
	height: 479px; 
	background: #000000;
}


.topsplash img { padding: 0px; border: 0px solid #fff; }


.maincontent {
	
}

.maincontent_sub {
	width: 940px;
	margin-left: -31px;
	background: url("../images/main_area_fill.png") repeat-y center;
}

.footer_fill {
	width: 940px;
	height: 35px;
	margin-left: -31px;
	background: url("../images/footer_fill.png") repeat-y center;
}

.footer {
	width: 100%;
	height: 95px;
}

.footer-logo { 
	float: right;
	bottom: 0px;
}

.features {
	display: block;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.features, .features a {
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	font-size: 18px;
}

.leftfeature { 
	position: relative;
	float: left;
	width: 350px;
}

.rightfeature {
	position: relative;
	float: right;
	width: 350px;
}

.featureHeader {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #222222;
}

.tile1 {
	float: left; 
	margin-right: 12px;
}

.tile2 {
	float: left; 
	margin-right: 11px;
}

.tile3 {
	float: left; 
}

#slidePager {
	position: relative;
	top: -465px;
	float: right;
	margin-right: 10px;
	z-index: 99999;
}

#slidePager a.activeSlide {
	background-position:-32px 0;
}

#slidePager a, #slidePager a:visited {
	background:url("../images/slide-pager.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:15px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-1234px;
	width:16px;
}


.contentarea {
	padding: 70px;
	padding-top: 30px;
	min-height:450px;
}
.leftTitle {
	position: relative; float: left; clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	width: 100%;
	text-align: left;

}
.rightTitle {
	position: relative; float: left; clear: both;
	width: 100%;
	text-align: left;
}


.normalRowStyle {
	padding: 5px;
	display: block;
	height: 100%;
	/*background: url(../images/alternate_field_bg.jpg) bottom repeat-x #BEE187;
	 background-color: #232323; */
	background-color: transparent;
}
.alternateRowStyle {
	padding: 5px;
	display: block;
	height: 100%;
	/* background: url(../images/field_bg.jpg) bottom repeat-x #76BF00; 
	border: solid 1px #76BF00;*/
}

.textBlock {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url("../images/txt.gif") repeat-x scroll 0 0 #FFF;
	border:1px solid #999999;
	padding:5px 2px;
}

.textBlock.blur {
	color: #999;
}



select.styled {
	/*width: 200px;*/
	height: 16px;
	/* margin-right: 20px; */
	cursor: pointer;
}
.cmf-skinned-select {
	float: left;
	padding: 7px;
	display: block;
	margin-right: 5px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../images/combobox_thumb.jpg') center right no-repeat;
}

.cmf-skinned-select:hover {
	background: url('../images/combobox_thumb_hover.jpg') center right no-repeat;
}

.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}


.dropDown {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	font-size: 18px;
	width: 90%;
}

.clear {
	display: inline-block;
	height: 10px;
	overflow:hidden;
}
.clearSmall { display: inline-block; height: 0px; overflow:hidden; clear: right; }

.errorText { color: #FF0000; }
.smallErrorText { font-size: 9px; font-weight: bold; color: #FF0000; }




.breadcrumb
{
    font: bold 14px Arial, Helvetica, sans-serif;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    height:30px;
    line-height:30px;
    color: #000000;
    border:solid 1px #cacaca;
    width: auto;
    /* overflow:hidden; */
    margin:0px;
    padding-left:10px;
}

.breadcrumb li
{
    list-style-type:none;
    float:left;
    padding-left:25px;
    padding-right:20px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.breadcrumb .active {
	color: #000000;
	font: bold 14px Arial, Helvetica, sans-serif !important;
	line-height:30px !important;
	background: Transparent url('../images/bullet_green.png') no-repeat 5px 8px;	
}

.breadcrumb .success {
	color:#9b9b9b;
	font-weight: normal;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:30px;
	background: Transparent url('../images/tick.png') no-repeat 5px 8px;
}

.breadcrumb .disabled {
	color:#9b9b9b;
	font-weight: normal;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:30px;
	background: Transparent url('../images/bullet_black.png') no-repeat 5px 8px;
}

h1 {
	color:#333333;
	text-decoration:none;
}

.planSmall {
	background-color: #EFEFEF;
	border:1px solid #999999;
	float:left;
	font-family:helvetica,arial,sans-serif;
	height: 320px; /*270px; */
	margin-top:22px;
	padding:10px 0;
	text-align:center;
	width: 250px; /*220px; */
}

.planSmall h1 {
	font-size: 29px;/*34px; */
	margin:0;
	padding:0;
}
.planSmall h2 {
	font-size:20px;
	font-weight:normal;
	margin:0 0 2px;
	padding:0;
}
.planSmall h3 {
	border-bottom:1px solid #CCCCCC;
	color:#73A1C7;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px;
	padding:0 0 7px;
	text-transform:uppercase;
}

.planLarge {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	background-color:#FFFFFF;
	border:3px solid #239F00;
	float:left;
	font-family:helvetica,arial,sans-serif;
	height: 355px; /*310px; */
	padding:8px 10px 10px;
	text-align:center;
	width:  250px; /*220px; */
}
.planLarge h1 {
	color:#000000;
	font-size:42px;
	line-height:1em;
	margin:0;
	padding:0;
	text-decoration:none;
}

.planLarge h1 strong {
	color: #64B500;
	font-weight: bolder;
	text-decoration:none;
}

.planLarge h2 {
	color:#000000;
	font-size:24px;
	font-weight:normal;
	margin:0 0 2px;
	padding:0;
}
.planLarge h3 {
	border-bottom:1px solid #CCCCCC;
	color:#478900;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0 0 4px;
	text-transform:uppercase;
}

.no-right {
	border-right:0 none;
}

.no-left {
	border-left:0 none;
} 

.featuresList {
	margin-top: 0;
	list-style:none outside none;
	margin:0 0 10px;
	padding:0;
}

.featuresList li {
	font-size:18px;
	line-height:1em;
	list-style:none outside none;
	margin-bottom: 2px;
	color:#3C3C3C;
	font-family:helvetica,arial,sans-serif;
}

.featuresList li strong {
	color: #64B500;
}


.thinLine {
	height: 6px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
}


.btn {
	display: inline-block;
	padding: 5px 10px;
	color: #777 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma, Arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
	position: relative;
	cursor: pointer;
	border:1px solid #ccc !important;
	background:#fff url("../images/btn-overlay.png") repeat-x !important;
}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	border:1px solid #329ECC !important;
	opacity:0.9;
	-khtml-opacity: .9;
	-moz-opacity: 0.9;
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.btn-green {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #749217 !important;
	background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
	-moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
	-webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
	box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
	border:1px solid #749217 !important;
}

.monthsLeft {
	float: left; 
	margin-right: 10px;
	padding-left: 10px;
}

.frame_box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	font-size:18px;
	line-height:1em;
	
	color:#3C3C3C;
	font-family:helvetica,arial,sans-serif;
	
	
	background:none repeat scroll 0 0 #F8F8F8;
	border:1px solid #E8E8E8;
	display:block;
	padding:10px 10px 10px 15px;
}

.information  {
	background-color:#D0E4F4;
	background-image:url("../admin/icons/big/information.png");
	background-position:15px center;
	background-repeat:no-repeat;
	border:2px solid #418ACC;
	color:#235685;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear:both;
	
	line-height: 18px;
	margin:8px 0;
	padding:20px 25px 20px 60px;	
}

.failure  {
	background-color: #FCCAC2;
	background-image:url("../admin/icons/big/exclamation.png");
	background-position:15px center;
	background-repeat:no-repeat;
	border: 2px solid #EB5339;
	color: #000000;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	clear:both;
	
	line-height: 18px;
	margin:8px 0;
	padding:20px 25px 20px 60px;	
}