@charset "UTF-8";
/* CSS Document */



/* ----------	SHARED / COPY	---------- */

body {
	background:#666;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	margin:0px;
}

a {
	color: #669933;
	text-decoration:none;
}

a:hover,over {
	text-decoration:underline;
}

h4 {
	font-size:14pt;
	margin:20px 0px 5px 0px;
	color:#555;
}

h5 {
	font-size:11pt;
	margin:0px 0px 8px 0px;
	color:#555;
}

ol {
	margin-top:5px;
}

li {
	margin-top:10px;
}

em {
	font-size:12pt;
	font-weight:bold;
}

.imglink {
	border:0;
}




/* ----------	STRUCTURE		---------- */

#maincontainer {
	width:100%;
	position:relative;
}

#mainpage {
	width:980px;
	margin:0px auto;
}

#topblurb {
	background:#FFF;
	background-image:url(img/smallbanner.jpg);
	background-repeat:no-repeat;
	padding-left:60px;
	height:60px;
}

#topbox {
	background:#666;
	width:980px;
	vertical-align:middle;
}

#logobox {
	margin:0px 0px 5px 0px;
}

#mainboxhead {
	background:#FFF;
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;	
}

#subboxhead {
	background:#FFF;
	background-image:url(img/banner2.jpg);
	background-repeat:no-repeat;
}

#topcap {
	background:#FFF;
	background-image:url(img/topcap.png);
	background-repeat:no-repeat;
	height:24px;
}

#mainbox {
	float:left;
	background:#FFF;
	padding:10px 0px 10px 50px;
}

#bottombox {
	padding-top:5px;
	background:#666;
}

#bottomcap {
	clear:both;
	background-image:url(img/bottomcap.png);
	background-repeat:no-repeat;
	height:24px;
}

.headmenu {
	padding-left:10px;
}

#headlinecontainer {
	width: 920px;
	height: 50px;
	margin: 20px 0px 0px 0px;
	float: left;
	padding:20px 0px 0px 60px;
}

#thumbcontainer {
	width: 920px;
	height: 48px;
	margin: 90px 0px 50px 0px;
	text-align: center;
	float: right;
	padding-right:10px;
}


#anchorcontainer {
	width: 920px;
	height: 18px;
	margin: 50px 0px 15px 0px;
	text-align: center;
	float: right;
	padding-right:10px;
}

.maincol {
	margin:0px 0px 30px 40px;
	padding:0px 10px 10px 20px;
	width:560px;
	text-align:left;
	float:left;
	border-left:1px solid #669933;
	border-right:1px solid #E6E6E6;

}

.col {
	margin:15px 20px 10px 0px;
	width:250px;
	text-align:left;
	float:right;
	padding-left:40px;
	padding-right:10px;
}





/* ----------	HEADER / FOOTER		---------- */

#logo {
	float:left;
	margin-left:5px;
}

.tagline {
	color:#999;
	vertical-align:bottom;
	font-style:italic;
	font-size:12pt;
}

#loginbox {
	float:right; 
	width:300px;
	margin-top:10px;
	margin-right:5px;
	text-align:right;
}

#login {
	float:right;
}

.headerfooter {
	color:#FFF;
}

.headerfooter a {
	color:#FFF;
}

#footmenu {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	font-size:9pt;
}

#copy {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	font-size:9pt;
}

.here {
	text-decoration:underline;
}




/* ----------	MAINCOL CONTENT		---------- */

.thumb {
	width:100px;
	height:48px;
	text-align:center;
	float:right;
}

.anchor {
	height:18px;
	margin:0px 5px 0px 5px;
	text-align:center;
	float:left;
	color:#669933;
	font-size:9pt;
}

.headline {
	font-size: 24pt;
	font-weight: bold;
}

.button {
	padding:0px 0px 5px 0px;
}

.signupbutton {
	margin:15px 0px 15px 50px;
	width:205px;
}

.littlebutton {
	padding-right:15px;
}

.video {
	text-align:center;
	margin:10px 0px 40px;
}

.calc {
	text-align:left;
	padding:10px;
	border-top:1px solid #CCC;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #CCC;
	margin:10px 0px 20px 0px;

}

.address {
	margin-left:30px;
}




/* ----------	COL (SIDEBAR) CONTENT		---------- */

.freebies {
	line-height:1;
	vertical-align:middle;
	margin-left:10px;
}

.freebies td {
	padding-bottom:10px;
}

.features {
	line-height:1;
	vertical-align:middle;
	margin-left:10px;
}


.features td {
	padding:10px 0px 10px 0px;
	font-size:9pt;
}

.tableimg {
	text-align:center;
	margin-right:10px;
	font-size:8pt;
}

.note {
	font-size:9pt;
	color:#555;
	font-style:italic;
}

.littlenote {
	font-size:7pt; 
	color:#AAA; 
	font-weight:normal;
	line-height:12pt;
}




/* ----------	SUBWIN (CALCULATOR) POPUP		---------- */

#subwin {
	background: white none repeat scroll 0 0;
	border:3px solid #669933;
	display:none;
	left:10%;
	opacity:0;
	padding:10px 5px 10px 20px;
	position:absolute;
	text-align:left;
	top:10%;
	width:85%;
	z-index:2;
}

#subwin table {
	border:1px solid #CCC;
	float:left;
	margin:10px 10px 10px;
}

#subwin thead td {
	padding:5px 0;
	background:#DDD;
}

#subwindata td {
	padding-left:5px;
}

/* ----------	Landing Page Unique Classes		---------- */

#landingpage {
	width:980px;
	margin:10px auto;
	text-align:center;	
	background:#666 url(img/divider.png) repeat-y;
	z-index:auto;
}

.landingblock {
	float:left;
	width:400px;
	margin:5px 45px 5px 45px;
}

#leftimg {
	background:url(img/mykamunesplash.jpg);
	background-repeat:no-repeat;
	height:215px;
}

#rightimg {
	background:url(img/kamunesplash.jpg);
	background-repeat:no-repeat;
	height:215px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.splashblock {
	width:370px;
	text-align:left;
	color:#FFF;
	margin:10px 45px 30px 45px;
	padding:10px 15px;
	font-size:small;
}

#splashcopy {
	float:right;
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
	font-size:x-small;
	padding-right:45px;
	width:600px;;
}

#centerbox {
	clear:both;
	color:#FFF;
/*	color:#000;
		background:#FFF url(img/headbar.jpg) repeat-x;
*/
	font-weight:bold;
	text-align:center;
	font-size:large;
	margin:0px auto 10px auto;
	padding:4px 0px;
	height:2px;
	width:100%;
}

#fblogin {
	float: left;
	margin-left:45px;
}

#kalogin {
	float:right;
	margin-right:45px;
}

.quot {
	margin-left:15px;
	font-style:italic;
}

.quot span {
	font-size:x-small;
}
