@charset "UTF-8";
/* CSS Document */
#community{ }
#community h1{ font-family:Verdana, Geneva, sans-serif; font-size:18px; color:#002b69; margin:0; }
#community h3{ font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#002b69; font-weight:bold; margin-bottom:0;}
#community p{ font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333333;margin-bottom:0; }
#community a {font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333333; text-decoration:underline; }
#community a:hover {text-decoration:none; }
#community img{ border:none;}

.feature-row{
	width:600px;
	margin:auto;
	padding:10px 10px 20px 10px;
	border-bottom:1px solid #e5e5e5;
}
.feature-row .left-col{
	float:left;
	width:430px;
}
.feature-row .right-col{
	float:right;
}
.copyright-and-nav{
	width:778px;
	margin-top:20px;
	font-size:12px;
	color:#707070;
	font-family:Arial, Helvetica, sans-serif;
}
.copyright{float:left;}
.bottom-nav {float:right;padding-top:12px;}
	.bottom-nav a{
		font-size:12px;
		color:#707070;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	.bottom-nav a:hover{
		text-decoration:underline
	}
.screengrab{
	float:right;
}
.screengrab-with-margin{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
#feature-box{
	margin-top:20px;
}
#feature-box .box{ font-size:9px; font-family:Verdana, Geneva, sans-serif; color:#a6a6a6; padding:0px 10px 0 10px; border-left:2px solid #b3c3e5; border-right:2px solid #b3c3e5;}
#feature-box .box p{line-height:14px;}
#feature-box .header .stroked-box{
	border-top:2px solid #b3c3e5;
	height:14px;
	overflow:hidden;
	}
#feature-box .footer .stroked-box{
	border-bottom:2px solid #b3c3e5;
	height:14px;
	overflow:hidden;
	}