@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color:#808285;
	background-image: url(../images/poly-bg.jpg);
}
a, a:link, a:visited, a:active, a:hover {
	color: #808285;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFFFFF;
}

#header {
	margin: 0;
	padding: 30px 40px 10px 40px;
}
#header #seach {
	float: right;
	clear:both;
	padding-top:30px;
}
#seach  input[type=text] {
	float: left;
	padding:3px;
	border:#929292 solid 1px;
	width: 190px;
}
#seach input[type=submit] {
	background-color:#929292;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	border:none;
	padding:3px;
	color:#FFFFFF;
	cursor:auto;
}

#header .logos {
	float: right;
	margin-top:15px;
}
#nav {
	padding:0 40px 20px 40px ;
}
#right {
	float: right;
	width: 220px;
	margin-right: 20px;
	border-left: 1px solid #E0E0E0;
	padding: 0 20px 0 20px;
}
#content {
	float: left;
	width: 600px;
	margin-left:40px;
}
h2 {
	font-size:32px;
	font-weight:normal;
}

#footer {
	clear: both;
	padding: 20px 40px 20px 40px ;
	font-size:12px;
}
#footer a:link {
	float:right;
	font-weight:bold;
	margin-left:20px;
}

#footer hr {
	border: 0;
    border-bottom: 1px solid #E0E0E0;
	margin-bottom:20px;
}
.story {
	float: left;
	width: 150px;
	text-align: center;
	padding: 25px;
}
.story img {
	margin-bottom:15px;
}
.clear {
	clear:both;
}
 sup {
	 font-size:50%
}

.searchBox input[type=submit] {
	background-color:#929292;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	border:none;
	padding:3px;
	color:#FFFFFF;
}

#content .searchBox {
	margin:20px 0;
}
#right a:link, #right a:visited  {
	color: #29C2EC;
}
#right h3 {
	color: #29C2EC;
	font-size: 20px;
	margin-bottom:5px;
}
#right hr {
	margin: 25px 0 20px 0;
	border:none;
	border-top:1px #E0E0E0 solid;
}
#right p {
	margin:5px 0;
}
h4 {
	font-size:24px;
	line-height: 12px;
	font-weight:normal;
	margin: 25px 0 0 0;
	color: #29c2ec;
}
p.submenu {
	margin: 15px 0 5px 0;
	font-weight: bold;
}
.left {
	width: 48%;
	float: left;
}
.right {
	width: 48%;
	float: right;
}

.app {background-image: url(../images/fit-better-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 290px;
min-height: 50px;}
