/* Referral Template CSS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 100%;
	font-family: 'Arial';
	margin: 0;
	padding: 0;
	background: #f5f5f5;	
}

#g-top-bar {
	border-bottom: 1px solid #000;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#979797));
	background: -moz-linear-gradient(-90deg, #333, #979797);	
	color: #fff;
	font-size: 80%;
	padding: 5px;
	line-height: 28px;
	height: 28px;
	padding-left: 15px;
	padding-right: 15px;
}

#g-top-bar span {
	color: #ccc;
}

#g-site-wrapper {
	width: 960px;
	margin: 0 auto;	
	background: #fff;	
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding: 5px;
}

.g-join-section p {
	font-family: 'Calibri';
	font-size: 13.487pt;
	text-align: justify;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

h2 {
	font-family: 'Calibri';
	font-size: 26pt;
	font-weight: 100;
	color: #333;
}

h3 {
	font-family: 'Calibri';
	font-size: 17.97pt;
	font-weight: 100;
	color: #333;
}


h4 {
	font-family: 'Calibri';
	font-size: 11.98pt;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

h4 > img {
	padding: 5px;
}

#g-text-buckets p {
	font-family: 'Calibri';
	font-size: 10.4832pt; 
	color: #333;
	text-align: justify;
	line-height: 1.2em;
	margin: 5px;
}

a {
	text-decoration:none;
	color:#fff;
	font-family:arial;
}

.greyline {
	border-style:none;
	border-width:0px;
	background-color:#eee;
}



