	/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, images, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
	border-top:#dad3c6 solid 23px; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
/* ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
/* ::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
/* a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized images:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 images { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: Michael Robbins
 */

h1 {
	color: #CA6235;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 1.1; }
	
h4 {
	color:#e8be68;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px; }	
	
p {
	margin:15px 0; }	
	
header {
	position:relative;
	z-index:150; }	

#container {
	width:1037px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646463; }

#logo {
	float: left;
    left: 34px;
    position: relative;
    top: -8px;
	width:177px; }
	
#like {
	left: -2px;
    position: relative;
    top: 14px;
    width: 120px; }	

#navigation {
	left: 29px;
    position: relative;
    top: -23px;
    width: 620px;
	display:inline;
	float:left; }

#nav {
	width:675px;
	height:79px; }
	
#social {
	display: inline;
    float: right;
    left: -77px;
    position: relative;
    top: 5px; }	

#home {
	background-image:url(images/edgar.jpg);
	background-position: 449px 54px;
    background-repeat: no-repeat;
    min-height: 735px; }
	
#page {
     }	
	
#main {
	float: left;
    margin: 0px 0 90px 65px;
    width: 500px;
	height:100% }	
	
#main-edgar {
	float: left;
    margin: 9px 0 18px 65px;
    width: 635px; }		
	
#main-team {
	float: left;
    margin: 0px 0 90px 65px;
    width: 365px; }		
	
#main-home {
	float: left;
    margin: 9px 0 10px 65px;
    width: 400px; }		

#network {
	color: #C5D8D8;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
    margin: 20px 0 0 119px;
	width:382px; }
	
#network #icons {
	border:solid #e9eaea 1px; 
	background-color: #f2f8f8;
	height: 100px;
    width: 382px;
	margin:10px 0; }
	
#network #icons ul {
	list-style:none;
	margin: 6px 0 0 6px;
	height: 133px;
	overflow:hidden; }	
	
#network #icons .r1 { 
	padding: 4px 0 0;
	display:inline; }	
	
#network #icons .r2 { 
	padding: 0 4px 0; }		
	
.r1 img {
	border:solid #e9eaea 1px; }		
	
#network .seefull {
	float: right;
    position: relative;
    right: -1px;
    top: -10px; }

#footer-home {
	margin-top: 0px; }

footer {
	background-image:url(images/footerback.gif);
	background-color:#e0c07c;
	background-repeat:repeat-x;
	width:100%;
	margin-top: 0px;
	clear:both; }
	
#who {
	float: right;
    position: relative;
    right: 55px;
    top: -17px; }	
	
#footer {
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
    clear: both;
    height: 417px;
    margin: 0 auto -74px;
    position: relative;
    top: -74px;
    width: 1037px; }	
	
#footer #twitter {
	color: #646463;
    float: left;
    font-size: 10px;
    left: 213px;
    position: relative;
    top: 31px;
    width: 163px; }
	
#footer #twitter .twtr-doc {
	color: #646463;
    font-size: 10px; }
	
#footer #twitter .name {
	color:#cf7751;
	font-weight:bold;
	font-size:14px;
	margin: 15px 0 3px 9px; }	
	
#footer #links {
	color: #846b36;
    float: left;
    font-size: 10px;
    left: 293px;
    line-height: 2;
    position: relative;
    top: 65px;
    width: 245px }	
	
#footer #links a {
	color:#846b36; }
	
#footer #links a:hover {
	color:#5d4c27; }			

#footer #links ul {
	list-style:none; }
	
#footer #links .left {
	float:left; }
	
#footer #links .right {
	float: right;
    margin-right: 45px; }		
	
#footer #links .copyright {
	float:left;
	margin: 17px 0 0 20px; }	

#footer #address {
	color:#676561;
	font-size:12px;
	float: left;
    left: 353px;
    line-height: 1.4;
    position: relative;
    top: 65px;
    width: 124px }
	
#footer #address .social {
	margin-top:10px;
	text-align:center; }	
	
.twtr-hd {
	display:none; }
	
.twtr-ft {
	display:none; }	

.nav{
	font: bold 13px Arial;
	width: 680px; 
	overflow: hidden; }

.nav ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 510px;
	background: url(images/navback.png) center center repeat-x;
	height:79px; }

.nav ul li{
	display: inline; }

.nav .signup {
	background-image:url(images/navsignup.png);
	background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 79px;
    width: 117px; }
	
.nav .signup:hover {
	background-image:url(images/navsignup1.png);
	background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 79px;
    width: 117px; }	
	
.nav .signup a {
	color: #DCEFBB;
    float: left;
    padding: 24px 17px;
    text-decoration: none; }	
	
.nav .navhome {
	background-image:url(images/nav-home.png);
	background-repeat:no-repeat;
	width:49px;
	height:79px;
	display:inline;
	float:right;
	left: -16px;
	position:relative; }
	
.nav .navhome:hover {
	background-image:url(images/nav-home1.png);
	background-repeat:no-repeat;
	width:49px;
	height:79px;
	display:inline;
	float:right; }
	
.nav .navhome-current {
	background-image:url(images/nav-home2.png);
	background-repeat:no-repeat;
	width:49px;
	height:79px;
	display:inline;
	float:right;
	left: -16px;
	position:relative; }		
	
.nav .navhome a {
    float: left;
    padding: 24px 9px; }
	
.nav .navhome-current a {
    float: left;
    padding: 24px 9px; }		

.nav ul li a{
	float: left;
	color: #d4c9b9;
	padding: 24px 17px;
	text-decoration: none;
	border-right: 1px solid #4b443d; }

.nav ul li a:hover{
	color: white !important;
	height:19px;
	background: url(images/navback1.png) repeat-x; }
	
.nav ul .current a{
	height:19px;
	background: url(images/navback2.png) repeat-x; }	
	
.h1div {
	float: right;
    left: -18px;
    margin-bottom: -40px;
    position: relative;
    top: -36px; }	
	
#middle {
	float: right;
    position: relative;
    right: 1px;
    top: 8px;
    width: 90px; }
	
#middle h1 {
	color:#8b8d8c;
	font-size:20px;
	margin-bottom: 38px; }
	
#middle .text .title {
	color:#db653f;
	font-size:15px; }
	
#middle .text {
	color:#a6a8a7;
	font-size:11px;
	margin-bottom:22px; }
	
#middle .text .phone {
	color:#79a8c2;
	font-size:15px;
	margin:0;
	font-weight:bold;
	font-style:normal; }
	
#middle .text .subtitle {
	font-size:13px; }	
	
#middle .text a {
	color:#db653f;	}			

#news {
	background-image:url(images/rightside.jpg);
	background-repeat: repeat-y;
    float: right;
    height: 100%;
    position: relative;
    right: -27px;
    top: -79px;
    width: 208px;
    z-index: 100; }
	
#right-team {
	float: right;
	width:332px;
	min-height:700px; }

	
#right-team .rightb {
	position:absolute;
	bottom:0;
	margin-bottom: -10px; }	
	
#right-team .rightsignup {
	float:right;
	margin: -56px -27px 10px 0; }
	
#right-team1 {
	float: right;
	width:332px;
	min-height:500px; }

	
#right-team1 .rightb {
	position:absolute;
	bottom:0;
	margin-bottom: -10px; }	
	
#right-team1 .rightsignup {
	float:right;
	margin: -56px -27px 10px 0; }	

#right {
	float: right;
	margin-right: 80px;
	width:208px;
	min-height:655px; }

	
#right .rightb {
	position:absolute;
	bottom:0;
	margin-bottom: -10px; }	
	
#right .rightsignup {
	float:right;
	margin: -56px -27px 10px 0; }
	
#right .grab {
	background-image:url(images/grab.gif);
	background-repeat:no-repeat;
	width:205px;
	height:117px;
	float:right;
	margin: 8px -25px 10px 0; }	
	
#right .grab .text {
	color:#d0642f;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	margin:12px; }	
	
#right .grab .icons {
	text-align:center; }
	
#right .grab .icons a {
	margin:10px; }	
	
#right #news h2 {
	color:#cf7751;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-style:italic;
	font-weight:normal;
	margin: 70px 10px 0 15px; }	
	
#right #news .text h3 {
	color:#4b4f06;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px; }	
	
#right #news .text {
	color:#646463;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 15px 15px 10px;
	border-bottom:#e3e3e3 solid 1px;
	padding-bottom:22px; }	
	
#right #news .textd {
	height: 50px;
    overflow: hidden; }	
	
#right #news .textd p {
	margin:0; }	
	
#right #news .text .learn a {
	color:#cf7751;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	text-align:right;
	float:right;
	margin: 4px 0 10px; }		
	
.form .input1 {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	background-color: #F6F7F7;
    border: 2px solid #EEEDED;
	width:290px;
	height:147px;
	margin: 10px 0 0 9px;
	padding-left: 10px;
	padding-top:10px; }
	
.form .input2 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	background-color: #F6F7F7;
    border: 2px solid #EEEDED;
    margin: 10px 0 0 9px;
    padding: 15px 0 15px 10px;
    width: 290px; }	
	
#commentform input {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	background-color: #F6F7F7;
    border: 2px solid #EEEDED;
    margin: 10px 0 0 9px;
    padding: 15px 0 15px 10px;
    width: 290px; }	
	
#commentform #comment {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	background-color: #F6F7F7;
    border: 2px solid #EEEDED;
	width:290px;
	height:147px;
	margin: 10px 0 0 9px;
	padding-left: 10px;
	padding-top:10px; }		
	
#commentform #submit {
	background:url(images/send.jpg) no-repeat;
    cursor:pointer;
    width: 135px;
    height: 64px;
    border: none;
	margin: 6px 135px 10px 0;
	text-indent:-9999px;
	float:right; }
	
#commentform #submit:hover {
    background:url(images/send1.jpg) no-repeat;
    cursor:pointer;
    width: 135px;
    height: 64px;
    border: none;
	margin: 6px 135px 10px 0;
	text-indent:-9999px;
	float:right; }		
	
.form .input3 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	background-color: #F6F7F7;
    border: 2px solid #EEEDED;
    margin: 10px 0 0 9px;
    padding: 15px 0 15px 10px;
    width: 350px; }			
	
.form td {
	vertical-align:middle; }		
	
.form {
	color:#bfc1c0;
	font-size: 18px;
	margin-top:38px; }	
	
#commentform	{
	color:#bfc1c0;
	font-size: 14px; }
	
.form .label {
	text-align:right;
	padding: 0; }	
	
.form .submit {
    background:url(images/send.jpg) no-repeat;
    cursor:pointer;
    width: 135px;
    height: 64px;
    border: none;
	margin: 6px 0px 10px 0;
	float:right; }
	
.form .submit:hover {
    background:url(images/send1.jpg) no-repeat;
    cursor:pointer;
    width: 135px;
    height: 64px;
    border: none;
	margin: 6px 0px 10px 0;
	float:right; }	
	
.form .submit1 {
    background:url(images/signupfree.gif) no-repeat;
    cursor:pointer;
    width: 191px;
    height: 63px;
    border: none;
	margin: 6px 0px 10px 0;
	float:right; }
	
.form .submit1:hover {
    background:url(images/signupfree1.gif) no-repeat;
    cursor:pointer;
    width: 191px;
    height: 63px;
    border: none;
	margin: 6px 0px 10px 0;
	float:right; }	
	
.form2 {
	color:#bfc1c0;
	font-size: 18px; }	
	
.form2 .label {
	text-align:right;
	padding: 20px 0 0; }	
	
.form2 .submit {
    background:url(images/send.jpg) no-repeat;
    cursor:pointer;
    width: 135px;
    height: 64px;
    border: none;
	margin: 6px 0px 10px 0;
	float:right; }
	
.form2 .submit:hover {
    background:url(images/send1.jpg) no-repeat;
    cursor:pointer;
    width: 135px;
    height: 64px;
    border: none;
	margin: 6px 0px 10px 0;
	float:right; }	
	
.form2 .input {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	background-color: #F6F7F7;
    border: 2px solid #EEEDED;
    margin: 10px 0 0 9px;
    padding: 15px 0 15px 10px;
    width: 344px; }	
	
.phone {
	color:#bfc1c0;
	font-size: 18px;
	font-style:italic;
	margin-top:15px; }
	
.phone span {
	color:#84a4b9;
	font-style:normal; }
	
#merchants {
	margin-top:30px; }		
			
#merchants td {
	height: 85px;
    width: 125px;
	padding: 0 20px;
	vertical-align:middle;
	text-align:center; }			
		
#merchants .rb {
	border-right:#e3e5e4 solid 1px; }
	
#merchants .lb {
	border-left:#e3e5e4 solid 1px; }		
	
.getsq a {
	color: #729551;
    font-size: 16px;
    font-style: italic;
    position: relative;
    text-align: right;
    top: -21px; }	
	
.quest1 {
	margin:20px 0 0; }	
	
.quest1 h1 {
	color:#82ab4d;
	font-size:16px;
	font-style:normal; }
	
.quest2 {
	margin:20px 0 0; }	
	
.quest2 h1 {
	color:#2c92ab;
	font-size:16px;
	font-style:normal; }
	
.quest3 {
	margin:20px 0 0; }	
	
.quest3 h1 {
	color:#db3600;
	font-size:16px;
	font-style:normal; }
	
.question h3 {
	font-size:14px;
	font-weight:bold;
	cursor:pointer; }
	
.question .switchgroup {
	color:#82826d;
	background-color:#f6f6f3;
	font-size:12px;
	line-height: 1.4;
    padding: 12px;
	margin: 5px 0 10px; }	
	
.question {
	margin:3px 0; }					

.bluetitle {
	color:#3e94aa;
	font-size:26px;
	font-weight:bold; }
	
.redtitle {
	color:#ca6235;
	font-size:26px;
	font-weight:bold; }	
	
.tealtitle {
	color:#3e94aa;
	font-size:16px;
	font-weight:bold;
	text-align:center; }		
	
.simpletable td {
	padding:10px;
	vertical-align:middle; }
	
.simpletable2 {
	width:515px; }	
	
.simpletable2 td {
	padding:6px;
	width:33%; }
	
.simpletable2 .top {
	text-align:center;
	vertical-align:middle; }
	
.simpletable2 .bottom {
	text-align:left;
	vertical-align:top; }	
	
.simpletable2 ul {
	margin-left:15px; }		
	
#buzz h3 {
	border-bottom: 1px solid #E3E3E3;
    color: #D6A743;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
    padding: 8px 0; }	
	
#buzz .date {
	font-size:12px; }
	
#buzz .date a {
	color:#d6a743; }	
	
#buzz .buzzdiv {
	margin: 30px 0 20px; }
	
#buzz .share {
	float: right;
    margin-right: 11px;}		
	
#buzz .buzz_content { }
	
#buzz .buzz_content img {
	border:#edefee solid 1px;
	padding:10px; }		
	
.latestbuzz {
	width:205px;
	float:right;
	margin: 8px -25px 10px 0; }	
	
.rightdiv {
	width:205px;
	float:right;
	margin: 8px -25px 10px 0; }		
	
.latestbuzz .title {
	color:#cf7751;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; }			

.latestbuzz .recent li {
	color:#d6a743;
	font-size:12px;
	border-bottom:#dadadb solid 1px;
	padding:10px 0;
	list-style:none;
	margin-left:-28px; }
	
.latestbuzz .recent a {
	color:#d6a743;
	text-decoration:none; }	
	
.latestbuzz .recent a:hover {
	color:#cf7751;
	text-decoration:none; }
	
.latestbuzz .archives li {
	color:#d6a743;
	font-size:12px;
	padding:5px 0;
	list-style:none;
	margin-left:-15px; }
	
.latestbuzz .archives a {
	color:#d6a743;
	text-decoration:none; }	
	
.latestbuzz .archives a:hover {
	color:#cf7751;
	text-decoration:none; }		
	
.at300bs {
	background-image:url(images/emailicon.gif);
	background-position: 0 50%;
    height: 20px;
    margin-right: 12px;
    width: 52px; }
	
.team {
	margin-left:-40px; }		

.team li {
	display: inline-table;
    list-style: none outside none;
    padding: 0 23px;
	text-align:center;
	vertical-align:top;
	margin-bottom:20px; }
	
.team li .name {
	color:#e0c07c;
	font-size:14px;
	font-weight:bold;
	width:115px; }
	
.team li .name a {
	color:#e0c07c;
	text-decoration:none; }	
	
.team li .name a:hover {
	color:#e0c07c;
	text-decoration:underline; }			
	
.team li .name-title {
	color:#757574;
	font-size:12px;
	width:115px;}	
	
.subname {
	color:#ca6235;
	font-weight:bold;
	font-size:24px; }
	
.profilepic {
	margin: 18px 0 0 0; }	
	
.connectwith {
	margin: 0 0 0 16px; }
	
.facts {
	text-align:right;
	margin: 12px 85px 0 0; }	
	
.factsl {
	text-align:left;
	padding-left: 15px;
	margin: 12px 0 0 0; }		
	
.factq {
	color:#c9c7c7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	border-bottom: 1px solid #E9E9E9; }
	
.facta {
	color:#d6a743;
	font-size:14px;
	padding-top: 5px;
	margin-bottom:15px; }
	
.facts span {
	padding-right: 15px; }
	
.factsl span { }			
	
.whoedgar {
	margin-left: -164px; }	
	
.howitworks {
	position: relative;
    top: -44px;
    z-index: -10;
	margin-bottom: -55px; }	
	
#searchform {
	margin-bottom:15px; }		
	
#searchform #search {
	background-image:url(images/search.gif);
	background-repeat: no-repeat;
    border: medium none;
    height: 30px;
    padding: 0 0 0 29px;
    width: 187px;
	font-size:16px;
	color:#cacac9; }		
	
.signuppage {
	color:#a4a3a3;
	font-size:16px;
	margin: 25px; }	
	
.teampic {
	width:115px;
	height:137px;
	background-repeat:no-repeat; }	
	
.memberpic {
	width:238px;
	height:260px;
	border: 1px solid #E8E8E8;
    padding: 7px;
	background-repeat:no-repeat;
	background-position: 7px 7px; }		
	
.signup_success {
	margin:15px 0;
	color:#5f9000; }
	
.signup_emailtaken {
	margin:15px 0;
	color:#F00; }
	
.signup_pwerror {
	margin:15px 0;
	color:#F00; }
	
.signup_emailerror {
	margin:15px 0;
	color:#F00; }	
	
.commentlist {
	margin-top:15px;
	color:#bfc1c0;
	font-size: 14px; }
	
.comment-meta {
	font-size:11px; }
	
.buzz_content .post {
	margin:30px 0; }
	
.entry-utility {
	font-size:12px; }
	
.buzz-content .entry-utility a {
	color:#d6a743; }	
						

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, images { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}