@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

*{
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
}
*{
	font-family:Arial, Helvetica, sans-serif;	
}
body{
background-color:darkgray;	
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	
	margin: auto;
	background-color:lightgray;
	
}

.hero{
	width:100%;
	height: 674px;
	background-image: url(../_images/rtreviewbanner.png);
	background-size:cover;
	background-repeat: no-repeat;
	border-top: 8px solid #903;
	
	
		
}

.leftherotext{
	width:50%;
	height:100%;
	
	display: inline-block;
	float:left;
	font-size:40px;
	color:white;
	text-shadow: gray;
	padding: 40px;
	
	
		
}
.rightherobox{
	width: 50%;
	height:100%;
	
	display:inline-block;
	float:right;
	
	padding-top: 20%;
	padding-bottom: 3%;
	
	
	
		
}

.righttextbox{
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0.7);
	
	float: right;
	border-top: 10px #6A80C3 solid;
	margin-top: -50px;
}

.articletext{
	width:100%;
	height:100%;
	
	color:darkblue;
	font-size:22px;
	padding:20px;
	line-height:18px;
		
}

.bodytext{
	font-size:15px;
	color:#333;
		
}
.featuretext{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;	
	color:black;
}
.moretext{
	color:darkblue;
	font-size:12px;	
}
		

}


.subtext{
	font-size:40px;
	color:white;
	font-style: bold;
	margin-left: 200px;
	
}

.bodyCNT{
	width:100%;
	height:auto;
	background:color: white;
	color:#333;
	
}

.leftbody{
	width:25%;

	height: 100%;
	background-color:whitesmoke;
	display: inline-block;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	
		
}

.rightbody{
	width: 75%;
	height:100%;
	background-color:white;
	display:inline-block;
	float:right;
	margin-top:-50px;
	
		
}

.titleCNT{
	width:100%;
	height:auto;
	padding: 30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

.titletext{
	Color: black;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
		
}

.textbody{
	width:100%;
	height:auto;
	padding:30px;
	padding-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.statsbox{
	width: 100%;
	height:100px;
	
	
	
	border-top: 2px solid darkgray;
	border-bottom: 1px solid gray;
	
}

.item{
	width:40%;
	height: 100%;
	color: navy;
	display: inline-block;
	float: left;
	font-size:30px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:30px;
	background: -webkit-linear-gradient(#EAEAEA, #F5F5F5); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#EAEAEA, #F5F5F5); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#EAEAEA, #F5F5F5); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#EAEAEA, #F5F5F5); /* Standard syntax */
}


.itemcompare{
	width:25%;
	height: 100%;
	color: navy;
	display: inline-block;
	float: left;
	font-size:18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	padding:15px;
	
	
}

.itemcompare1{
	width:25%;
	height: 100%;
	color: navy;
	display: inline-block;
	float: left;
	font-size:18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	padding:15px;
	
	
}
.awardbox{
	width:10%;
	height:100%;
	display:inline-block;
	float: left;
	text-align: left;	
	margin-left: -50px;
}

.ketlj{
	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.reference{
	width:100%;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:white;
	background-color:lightgray;
	padding:30px;
		
}

.sidearticleCNT{
	width: 100%;
	height: auto;
	background-color:white;
	border-right: 1px solid lightgray;
	padding: 15px;
	
		
}
.sidearticletitle{
	font-size:14px;
	font-style:bold;
	color:darkblue;	
}

.sidearticleCNT:hover{
	background-color: whitesmoke;	
}

.floatbox{
	width:250px;
	height:50px;
	color:white;
	float: right;
	text-align: right;
	padding: 15px;
	padding-right: 30px;
	font-size:12px;	
}

.footbox{
	width:100%;
	height:30px;
	background-color:#191919;
	font-size:10px;
	color:lightgray;
	padding-left:15px;
	text-align: center;
	padding-top:5px;	
}


}