/* kindle */

@media handheld, only screen and (max-width: 780px) {

.headerlogo {
		
	width: 28%;	
}


 .headerinfo {
	margin-top: 3%;
	text-align: right;
	width: 72%;
}

.navbar {
	margin-top: 6%;
	text-align: right;
	width: 71%;
}


.green {
	background-image: url(../images/greenbackground2.png);
	background-repeat: repeat-x;
	margin-top: -8.5%;	
	width: 100%;
	text-align: center; 
}

.green2 {
	background-image: url(../images/greenbackground2.png);
}


.slideshow {
	padding-top: 10.5%;
	padding-left: 3%;
	padding-right: 3%;
}


.maincontent {
	margin-top: 1%;
	width: 94%;
	overflow: hidden;
	margin-left: 3%;
	margin-right: 3%;
}


.maincontent2 {
	margin-top: 1%;
	width: 94%;
	overflow: hidden;  
	margin-left: 3%;
	margin-right: 3%;
}

.leftbox2 { 
	width: 29%;
	background-color: #DE7B29;
	border: thick solid #FFF;
	padding: .7%;
	margin-bottom: 3.5%;
	margin-right: 2.5%;
	
}



table, td, th
{
	width:100%;
	padding:1%;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	vertical-align:bottom;
	line-height: 150%;
}

.twelve {
	font-size: 15px;
}.

.description {
	font-style: italic;
	font-size: 2px;
	line-height: 150%;
}

.noticeright {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	width: 27%;
	margin-bottom: 3%;
	padding-right: 5%;
	padding-left: 5%;
}

.noticeleft {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	width: 58%;
	margin-bottom: 3%;
}

.noticeleftbottom {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	width: 26%;
	padding-left: 27%;
	padding-right: 3%;
	margin-bottom: 13%;
	margin-top: 3%;
}

.footer {
	background-image: url(../images/footerbackground2.png);
	background-repeat: repeat-x;
	margin-top: -11%;
	width: 100%;
}

.footerinfo {
	width: 22%;
	margin-right: 19%;
	margin-top: -17%;
}

.ctgraphics {
	width: 6%;
	margin-right: 3%;
	margin-top: -6.5%;
}

.googlemap {
	width: 100%;
	display:none;
}

.googlemapkindle {
	width: 100%;
	display:table;
	
}

.bottombox {
	width: 93%;
	background-color: #DE7B29;
	border: thick solid #FFF;
	padding: 3%;
	margin-bottom: 3%;
}

.textleft {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
}


}