﻿@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:221px;
	background: rgb(246,246,246); /* Old browsers */
	background: url(../images/end-user.png) no-repeat center bottom,  -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* FF3.6+ */
	background: 
 url(../images/end-user.png) no-repeat center bottom,  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(226, 226, 226, 1))); /* Chrome,Safari4+ */
	background: 
 url(../images/end-user.png) no-repeat center bottom,  -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: 
 url(../images/end-user.png) no-repeat center bottom,  -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* Opera 11.10+ */
	background: 
 url(../images/end-user.png) no-repeat center bottom,  -ms-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* IE10+ */
	background: 
 url(../images/end-user.png) no-repeat center bottom,  linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2e2e2', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 #c0c0c0;
	-webkit-box-shadow: 0 1px 0 #c0c0c0;
	-moz-box-shadow: 0 1px 0 #c0c0c0;
	-o-box-shadow: 0 1px 0 #c0c0c0;
	-ms-box-shadow: 0 1px 0 #c0c0c0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:221px;
	background: rgb(246,246,246); /* Old browsers */
	background: url(../images/privacy.png) no-repeat center bottom,  -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* FF3.6+ */
	background: 
 url(../images/privacy.png) no-repeat center bottom,  -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(226, 226, 226, 1))); /* Chrome,Safari4+ */
	background: 
 url(../images/privacy.png) no-repeat center bottom,  -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: 
 url(../images/privacy.png) no-repeat center bottom,  -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* Opera 11.10+ */
	background: 
 url(../images/privacy.png) no-repeat center bottom,  -ms-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* IE10+ */
	background: 
 url(../images/privacy.png) no-repeat center bottom,  linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(226, 226, 226, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e2e2e2', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0 #c0c0c0;
	-webkit-box-shadow: 0 1px 0 #c0c0c0;
	-moz-box-shadow: 0 1px 0 #c0c0c0;
	-o-box-shadow: 0 1px 0 #c0c0c0;
	-ms-box-shadow: 0 1px 0 #c0c0c0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
}
}

/* 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;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 48.9795%;
	display: block;
}
}