/* _____________________________________________________________________
   
                          home.css ~ "ADAPTT 3.0"
     XGB Web and Software Design ~ www.xgbdesign.com ~ rev. 2017.03.20
   _____________________________________________________________________
*/

#content #rotation {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 1000px;
	height: 400px;
	z-index: 0;
}

#content img.home-header {
	position: absolute;
	left: 30px;  /* top defined for each header */
	width: 1000px;
	height: 80px;
}

#content iframe.home-video {
	position: absolute;  /* top and left defined for each video */
	width: 494px;
	height: 278px;
}

#content #features-640 {
	position: absolute;
	top: 1252px;
	left: 390px;
	width: 640px;  /* height specified locally */
}

#content #kc-350 {
	position: absolute;
	top: 1252px;
	left: 30px;
	width: 310px;  /* height specified locally */
	padding: 0 20px 0 20px;
	color: #856c80;
	background-color: #f5f6e5;
}

#content #kc-350 img {
	margin: 24px 0 0 16px;
}
	
#content #kc-350 p#kc {
	width: 310px;
	margin: 3px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #856c80;
	background-color: inherit;
}

#content #kc-350 p#kc span#count0, #content #kc-350 p#kc span#count1, 
#content #kc-350 p#kc span#count2, #content #kc-350 p#kc span#count3, 
#content #kc-350 p#kc span#count4, #content #kc-350 p#kc span#count5, 
#content #kc-350 p#kc span#count6, #content #kc-350 p#kc span#count7, 
#content #kc-350 p#kc span#count8, #content #kc-350 p#kc span#count9, 
#content #kc-350 p#kc span#count10, #content #kc-350 p#kc span#count11, 
#content #kc-350 p#kc span#count12, #content #kc-350 p#kc span#count13, 
#content #kc-350 p#kc span#count14, #content #kc-350 p#kc span#count15, 
#content #kc-350 p#kc span#count16, #content #kc-350 p#kc span#count17 { 
	display: inline; 
	font-size: 25px; 
	font-weight: bold; 
	line-height: 1.25em;
	color: #cf2024;
	background-color: inherit;
}

#content #kc-350 p#adv {
	font-size: 13px;
	font-weight: normal;
	color: #554754;
	background-color: inherit;
	line-height: 1.2em;
	text-align: justify;
	margin: 0 0 15px 0;
}

#content #kc-350 a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #3e8340;
	background-color: transparent;
	margin: 0 0 0 99px;
	border: 0;
}

#content #kc-350 a:hover {
	color: #d73f3f;
	background-color: transparent;
	text-decoration: underline;
}

#content #features-640 img {
	position: absolute;
	left: 0px;  /* top specified inline */
}

#content #features-640 a.literal {
	position: absolute;  /* top and left specified inline */
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #3e8340;
	background-color: transparent;
	margin: 0;
	border: 0;
}

#content #features-640 a.literal:hover {
	color: #d73f3f;
	background-color: transparent;
	text-decoration: underline;
}

/* Footer style ~ home page only: _____________________________________ */

#content #footer span {
	display: block;
	margin-top: 10px;
}






