.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.left {
	float: left;
} 

.right{
	float: right;
}

.center	{	
	margin: 0px auto;
}

.hidden{
	display: none;
}

.active{
	 font-weight: bold;
}

.inactive{
	 font-weight: normal;
}
body {
font-family: 'helvetica neue',arial,sans-serif;
	text-rendering: optimizeLegibility; 
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-ms-font-feature-settings: "kern";
	font-feature-settings: "kern";
	
	background-color: white;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url('body-bg.gif');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}

.logo{
	width: 900px;
	
}



 .linkbox{
	
	width: 900px;
	padding: 0px;
	list-style: none;
	font-size: 1.0em;
	display: block;
	font-size: 1.0em;

	
}

.linkbox ul {
	padding: 0px;
}

.linkbox ul li {
	list-style-type: none;
	float: right;
}

.linkbox a{
	display: block;
	background-color: white;
	padding: 5px;
	margin-bottom: 5px;
	text-decoration: none;	
	font-size: 0.8em;
	
}

.nav{
	width: 900px;
	box-shadow: 0 8px 6px -6px black;
}

.nav ul {
	background-color: white;
	text-align: center;
	padding: 0;
	margin: 0;
	
}
.nav li {
	list-style: none;
	font-size: 1.0em;
	padding: 5px 45px;
	display: inline-block;
	font-size: 1.4em;
 }

 
 .nopadding{
	padding: 0px;
 }
 
 .nav li img{
	display: inline-block;
	padding: 0px;
 }
 
 .navapps{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 15px;
	box-shadow: 0 8px 6px -6px black;
 }
 
 .navapps ul {
	background-color: white;
	text-align: center;
	padding: 0;
	margin: 0;
}

.navapps li {
	list-style: none;
	font-size: 1.0em;
	padding: 15px 30px;
	display: inline-block;
 }
 
 .navapps li img{
	display: inline-block;
	padding: 0px;
 }
 
 .content{
	width: 900px;
	text-align: center;
	margin-top: 10px;
	 
}
 
 .content_left{ 
	width: 900px;	
	
 }
 
 .content_right{
	width: 290px;
	margin-left: 20px;
}
 
 .content_article{
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 0 8px 6px -6px black;
		
 }
 
 .content_left_article{
	min-height: 150px;
	padding: 15px 25px 15px 25px;
 }
 
 .content_right_article{
	min-height: 50px;
	padding: 5px 15px 5px 15px;
	 box-shadow: 0 8px 6px -6px black;
	background-color: white;
 }
 
 .content_right_article p{	
	padding: 5px;
	border-bottom: 1px solid #ADADAD;
	border-top: 1px solid #ADADAD;	
 } 
 
 .content_right_article a{
	padding-bottom: 10px;
	display: block;
	min-height: 50px;
 }
 
 .full{
	text-align: left;
	padding-left: 25px;
	padding-right: 25px; 
 }
 
 .fullapp{
	display: inline;
	width: 31%;	
	margin-left: 1%;
	margin-right: 1%;		
	float: left;
}

.fullapp_border{
	border-bottom: 1px dotted black;
}
.app_image {

}
.android_banner {
  margin-bottom: 10px;
  margin-top: 10px;
     height: 40px;
}
.ios_banner {
  margin: 10px;   height: 40px;
}

.separator{
	border-bottom: 1px solid black;
}

/* team */
.dev{
	float: left;
	
}

.member{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* footer */
.footer_out{	
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer_in{

	
	
	
}

/* unvisited link */
a:link {
    color: black;
	background-color: white;
}

/* visited link */
a:visited {
    color: black;
	background-color: white;
}

/* mouse over link */
a:hover {
    color: black;
	background-color: white;
}

/* selected link */
a:active {
    color: black;
	background-color: white;
} 

p{
	text-align: left;
}