body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 0px;
	background-image: url(../img/gplaypattern.jpg);
	background-repeat: repeat;
}

.masthead {
	max-width:1140px;
	margin: 0 auto;
	height:auto;
	padding: 20px 8px 10px 8px;
}

.masthead-content {
	
}
.logo {
	width:201px;
	height:146px;
	float:left;

}
.logo img {
	/*border: 1px solid #CCC;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);*/
	padding:5px;
}
.container1 {
	max-width: 1140px;
	margin: 0 auto;
	height:95px;

}
.top-navigation {

	margin:0px 0 0 220px;
	z-index: 999999;
	/*border: 1px solid #CCC;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	background-color:#FFF;*/
}

/*.top-navigation {
	z-index: 9;
	max-width: 1080px;
	margin: 0 auto 15px auto;
	padding:0 30px;
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	background-color:#FFF;
}*/
.flexsliderInner img {
	width: 1140px;
	display: block;
	margin:auto;
	-moz-box-shadow: 0 0 6px #444;
	-webkit-box-shadow: 0 0 6px #444;
	box-shadow: 0 0 6px #444;
}


/*.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.menu-top-wrapper {
	max-width: 1140px;
	margin: auto;
}*/
.content-wrapper {
	/*	margin: 0em 1.25em 0em 1.25em;*/
	overflow: hidden;
	padding:0;
	
}
.columns-wrapper {
	overflow: hidden;
	position: relative;
	margin-top: 0;
	max-width: 1140px;
	margin: auto;
	padding:20px 0;
}
.main-content-home {
	float: left;
	width: 100%;
	font-size: 0.9em;
	
}
.main-content-home .content{
	padding: 20px 30px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid;
	border-color: #ccc;
	margin:6px;
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
}

.main-content {
	float: left;
	width: 73.8%;
	margin-right: 2%;
	font-size: 0.9em;
	margin-left:6px;
	margin-top:1em;
}

.main-content .content{
	padding: 20px 30px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid;
	border-color: #ccc;
	
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
}
.sidebar {
	width: 23%;
	float: left;
	font-size: 0.9em;
	margin-top:1em;
}
.sidebar .content {
	padding: 10px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	border: 1px solid;
	border-color: #ccc;
background-color: #eeeeee;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
}

h1 {
	font-size: 2em;
	margin: 10px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#0B8677;
	line-height: normal;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#0B8677;
	line-height: normal;
}
h3 {
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#0B8677;
	line-height: normal;
	text-transform: uppercase;
}
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a:link {
	color: #000;
	text-decoration:none;
}
.content a:visited {
	color: #000;
	text-decoration:none;
}
.content a:hover {
	color: #999;
	text-decoration:none;
}
.contact a:link {
	color: #000;
	text-decoration:none;
}
.contact a:visited {
	color: #000;
	text-decoration:none;
}
.contact a:hover {
	color: #999;
	text-decoration:none;
}
.footer a:link {
	color: #FFF;
	text-decoration:none;
}
.footer a:visited {
	color: #FFF;
	text-decoration:none;
}
.footer a:hover {
	color: #23B294;
	text-decoration:none;
}

/*The Footer*/
.footer {
	background-color: #2E343A;
	height:95px;
}
.footer .content {
	padding: 15px 30px 0 30px;
	max-width: 1140px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #FFF;
	clear: both;
	bottom: 0px;
	height:95px;
}
	
.footer-logo {
	height: 71px;
	width: 100px;
	float: right;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	float: left;
	width:700px;
}

#twoCol {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
	margin-bottom:20px;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.quote {
	padding: 6px;
	border: 1px solid #F24D2C;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
}
.main-content img {
	/*-moz-border-radius: 6px;
border-radius: 6px;*/
}
.sidebar img {
	/*-moz-border-radius: 6px;
	border-radius: 6px;*/
}

table, th, td
{
-moz-border-radius: 10px;
border-radius: 10px;
}

.imgBorder {
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	padding: 9px;
	margin: 0 15px;
}

blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	width:25%;
	border: 1px solid #F45020;
	background-color: #eeeeee;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
	 }

.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}

/*Default Row Structures*/
.header-row {
	padding: 6px;
	line-height:1.2em;
	text-align:center;
}

/*Column Content*/
.column-content {
	margin:6px;
	padding:4px 4px 0 4px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	background-color:#fff;
	text-align: center;
}


.contact {
	width:260px;
		float:right;
		line-height:1.8em;
		margin-top:3em;
		
}
/*.flexslider {
	height: 428px;
	
}*/
/*Default Row Structures*/
.affinity-row {
	padding: 0px;
	margin-bottom: 5px;
	overflow: hidden;
	color:#2A3168;
}
.affinity-row li {
	list-style-type: square;
	list-style-position: outside;
}
/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 49.5%;
	float: left;
	margin-right: 1%;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 24.25%;
	float: left;
	margin-right: 1%;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 19%;
	float: left;
	margin-right: 1.25%;
}
.affinity-row .no-margin {
	margin-right: 0px !important;
}
hr { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
margin: 1.2em 0px;
}
#divLink {
	cursor:pointer;
}










	
/*####################################################################*/

/*                         Media Queries

/*####################################################################*/

@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {
	margin: 0px; 
	border: none;
}
.sidebar, .main-content, .content-wrapper-home {
	width: auto;
	float: none;
	position: static;
}
.main-content .content, .sidebar .content {
	padding: 20px 10px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid;
	border-color: #89AEC9;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none;
}
#twoCol {
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;
	-moz-column-gap:0px; /* Firefox */
	-webkit-column-gap:0px; /* Safari and Chrome */
	column-gap:0px;
	margin-bottom:20px;
}
.column-third, .column-content-mid {
	float: none !important;
	width: auto !important;
}
.column-content, .column-content-mid {
	height: auto !important;
	max-height: 888678px;
	padding:6px !important;
	margin:6px !important;
	line-height: 1.35;
	border: 1px solid;
	border-color: #ccc;
}

.imgBorder {
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	padding: 5px;
}
.contact {
	display:none;
}
.logo img {
	float:none;
}
.logo {
	width:191px;
	height:136;
}
.affinity-row {
	margin-bottom: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth, .one {
	float: left !important;
	width: 49.5% !important;
	margin-right: 0px !important;
	margin-bottom:10px;
	
}
}

@media only screen and (min-width: 700px) and (max-width: 980px) {
/*.main-content .content, .sidebar .content,  {padding: 20px 15px;}
.top-navigation {padding: 0;}
.content-wrapper, .content-wrapper-home {margin-left: 10px; margin-right: 10px;}*/
.flexslider {
	height: auto;
}
}


/*################   Medium queries end  ##############*/
