* {
	margin: 0;
	padding: 0;

}

body {
	background: #EEE;
	font-family: sans-serif, arial, times new roman;
	font-size: 24px;
}





a, a:visited {
	color: #247;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.norm-ul {
	margin-left: 30px;
}

.norm-ul li {
	margin-top: 8px;
}

.list-margin {
	margin-left: 40px;
}

.list-margin li {
	margin: 2px 0;
}

.wow {
	background: #F0F;
	font-family: sans-serif, arial, times new roman;
	border: 1px solid #BBB;
	border-radius: 8px;
	padding: 10px;
	color: #000;	
}



.sticky {
position: -webkit-sticky;
position: sticky;
top: 40px;
}


// class
.container {
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 8px;
	padding: 10px;
}
 
.container2 {
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 8px;
	padding: 10px;
}

.containerlarge {
	font-size: 120%;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 8px;
	padding: 10px;
}



.c-header-main {
	font-size: 130%;
	margin-bottom: 6px;
	text-align: center;
}

.c-header {
	border-bottom: 1px solid #DDD;
	font-size: 125%;
	margin: 10px 0 8px 0;
	padding-bottom: 4px;
}

.pad-div {
	height: 5px;
}

.border-img {
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 6px;
	padding: 4px;
        width: 100%;
        height: auto;
	/*width: 170px;*/  
        /*height: 110px;*/  
}

.calc-button {
	background: #EEE;
	border-radius: 4px;
	display: inline-block;
	font-family: courier new, courier, monospace;
	padding: 2px 4px;
}

.m-grad, .inline-button {
	background: #DDD;
	background: -webkit-linear-gradient( top, #FFF, #EEE 50%, #DDD 50%, #EEE );
	background: -webkit-gradient( linear, left top, left bottom, from( #FFF ), color-stop( 50%, #EEE ), color-stop( 50%, #DDD ), to( #EEE ) );
	background: -moz-linear-gradient( top, #FFF, #EEE 50%, #DDD 50%, #EEE );
	background: -o-linear-gradient( top, #FFF, #EEE 50%, #DDD 50%, #EEE );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd' );
}

.s-text {
	font-size: 90%;
}

.inline-button {
	border: 1px solid #BBB;
	border-radius: 6px;
	color: #555;
	font-size: 16px;
	display: inline-block;
	padding: 3px 6px;
}

.ui-textbox, .ui-select {
	border: 1px solid #BBB;
	border-radius: 6px;
	font-size: 16px;
	outline: 0;
	padding: 4px;
}

.ui-textbox:hover, .ui-textbox:focus {
	border: 1px solid #888;
}

.ui-textbox:focus {
	box-shadow: 0 0 10px #AAA;
}




ul.container-list {
	overflow: hidden;
}

ul.container-list li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

ul.container-list li a {
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 6px;
	color: #000;
	float: left;
	padding: 5px;
	width: 170px;
}

ul.container-list li a:hover {
	background: #DDD;
	background: -webkit-gradient( linear, left top, left bottom, from( #FFF ), to( #EEE ) );
	background: -webkit-linear-gradient( top, #FFF, #EEE );
	background: -moz-linear-gradient( top, #FFF,  #EEE );
	background: -o-linear-gradient( top, #FFF, #EEE );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee' );
	text-decoration: none;
}

.red-title {
	color: red;
	padding-bottom: 5px;
	text-align: center;
}

input.invalid {
	background: #FEE;
	border-color: #D88 !important;
}

#Noscript {
	background: #FEE;
	border-bottom: 1px solid #888;
	box-shadow: 0 0 15px #000;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

#Noscript a {
	text-decoration: underline;
}

#Header {
	height: 40px;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

#Header ul {
	float: right;
	list-style: none;
}

#Header ul li {
	position: relative;
	float: left;
}

#Header ul li a {
	border: 1px solid #BBB;
	border-left: 0;
	color: #444;
	display: block;
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	z-index: 11;
}

#Header a span.nav-logo {
	background: url( /img/nav_logo.png ) no-repeat 0 0; 
	display: block;
	height: 22px;
	margin-top: 9px;
	width: 22px;
}

#Header ul li a:hover, #Header ul li a.hov, #Header ul li a:active {
	background: -webkit-linear-gradient( top, #F5F5F5, #E6E6E6 50%, #D7D7D7 50%, #E6E6E6 );
	background: -webkit-gradient( linear, left top, left bottom, from( #F5F5F5 ), color-stop( 50%, #E6E6E6 ), color-stop( 50%, #D7D7D7 ), to( #E6E6E6 ) );
	background: -moz-linear-gradient( top, #F5F5F5, #E6E6E6 50%, #D7D7D7 50%, #E6E6E6 );
	background: -o-linear-gradient( top, #F5F5F5, #E6E6E6 50%, #D7D7D7 50%, #E6E6E6 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d7d7d7' );
	color: #000;
}

#Header ul li a.sel {
	color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d7d7d7' );
	box-shadow: inset 0 0 10px #CCC;
}

#Header ul li a:active {
	box-shadow: inset 0 0 8px #999;
}

#Header ul li a.f {
	border-left: 1px solid #CCC;
	border-radius: 8px 0 0 8px;
}

#Header ul li a.l {
	border-radius: 0 8px 8px 0;
}

#Header ul li ul {
	background: #FFF;
	background: rgba( 255, 255, 255, .95 );
	border: 1px solid #BBB;
	border-bottom: 0;
	box-shadow: 0 0 15px #888;
	display: none;
	float: none;
	left: -1px;
	min-width: 100%;
	position: absolute;
	top: 41px;
	z-index: 10;
}

#Header ul li ul.lmarg {
	left: 5px;
}

#Header ul li ul.rmarg {
	left: auto;
	right: 5px;
}

#Header ul li ul li {
	float: none;
	display: block;
}

#Header ul li ul li a {
	border: 0;
	border-bottom: 1px solid #BBB;
	color: #000;
	float: none;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	white-space: nowrap;
}

#Header ul li ul li a:hover {
	background-color: #EEE;
}

#Logo {
	border-collapse: collapse;
	float: left;
	font-family: courier new, courier, monospace, arial;
	font-size: 28px;
}

#Logo td.l, #Logo td.r {
	border: 1px solid #000;
	width: 10px;
}

#Logo td.l {
	border-right: 0;
}

#Logo td.r {
	border-left: 0;
}

#Logo td.m {
	color: #666;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}

#Logo:hover td.l, #Logo:hover td.r {
	border-color: #F00;
}

#Logo:hover td.m {
	color: #000;
}

#Content {
	margin: 20px auto;
	width: 960px;
}

#HalfContent {
	margin: 20px auto;
	width: 480px;
}


#HalfContent2 {
	margin: 20px auto;
	width: 480px;
	height: 10000px;
}

#LeftHalf {
	float: left;
	margin: 20px auto;
	width: 280px;
}


#LeftSidebar {
	float: left;
	width: 170px;
}

#RightSidebar {
	float: right;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	width: 268px;
}

#RightSidebar .slide {
	margin: 20px 0 5px 0;
	text-align: center;
}

#RightSidebar  img {
	border: 1px solid #444;
	border-radius: 6px;
	padding: 2px;
}

#RightSidebar .slide.f {
	margin-top: 0;
}


/*id */

#left-sticky-ad-desktop {display: block; float: left; position: -webkit-sticky; position: sticky;  top: 1px;  font-size: 14px;	margin-bottom: 10px;	text-align: center;	width: 200px;}
#right-sticky-ad-desktop {display: block; float: right; position: -webkit-sticky; position: sticky;  top: 1px;  font-size: 14px;	margin-bottom: 10px;	text-align: center;	width: 200px;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {
#left-sticky-ad-desktop {display: none; }
#right-sticky-ad-desktop {display: none; }
#content-mobile {display: none;}
}


#Testimonials {
	font-size: 12px;
}

#Testimonials .testimonial {
	color: #444;
	font-size: 11px;
	margin-bottom: 10px;
}

#CenterContent {
	margin: 0 288px 0 190px;
}

#CalcDisp {
	border-collapse: collapse;
	width: 100%;
}

#CalcDisp td {
	text-align: center;
	padding-bottom: 5px;
	width: 25%;
}


#CalcDisp td div img {
	height: 130px;
	margin-top: 5px;
}

#ProgramList table {
	width: 100%;
}


