
.square
{
width:10px;
height:10px;
font-size:26px;
font-weight: bold;
color:#fff;
line-height:20px;
text-align:center;
background:#A2C4C4;
float: left;
margin-top: 8px;
margin-right: 20px;
margin-bottom: 100px;
}

.squareshortsmall
{
width:7px;
height:7px;
font-size:26px;
font-weight: bold;
color:#fff;
line-height:20px;
text-align:center;
background:#3C505B;
float: left;
margin-left:40px;
margin-top: 8px;
margin-right: 20px;
margin-bottom:70px;
}

.squareshort
{
width:10px;
height:10px;
font-size:26px;
font-weight: bold;
color:#fff;
line-height:20px;
text-align:center;
background:#A2C4C4;
float: left;
margin-top: 8px;
margin-right: 20px;
margin-bottom: 50px;
}

.abouttop { background: transparent url(/images/triangle-down.png) no-repeat top center; }

.about {
margin-top: 50px;	
padding-top: 60px;
background-color: #eff4f6;
}

.abouttop2 { background: transparent url(/images/triangle-down.png) no-repeat top -1px center; }

.about2 {	
padding-top: 60px;
margin-top: 50px;
background-color: #204C72;
}

.abouttop3 { background: transparent url(/images/triangle-down3.png) no-repeat top center; }

.about3 {	
margin-top: -150px;
padding-top: 60px;
background-color: white;
}

.about-container {
margin: auto;
}

.abouttop4 { background: transparent url(/images/triangle-down2.png) no-repeat top center; }

.about4 {
padding-top: 60px;
background-color: white;
}

.profile-img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 2px solid #e7e7e7;
}

.profile-img2 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 5px double #f1f1f1;
}


email-textbox:-webkit-input-placeholder {
    color: #b5b5b5;
}

email-textbox-moz-placeholder {
    color: #b5b5b5;
}

.email-textbox {
    width: 270px;
    padding: 10px 25px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #EEEFF0;
    border: 1px solid #ADBBC2;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

.email-textbox:focus {
    background: #DFE9EC;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.email-textbox:hover {
    background: #DFE9EC;
    color: #414848;
}


.learnmore {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#333;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:22px;
	font-weight:700;
	height:42px;
	padding:4px 8px;
	text-shadow:#FE6 0 1px 0
}

.joinnow {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#fff;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:26px;
	font-weight:700;
	height:42px;
	padding:15px 30px; 30px 15px;
	letter-spacing: 1px;
	text-shadow:#F63 0 1px 1px
}

.joinnow:hover {
	color: #FEF2C5;
}

/*
#thumbnail {
    display: block;
    width: auto;
    height: 80px;
}

#thumbnail:hover + #title {
    display: block;
}

#title {
    display: none;
    color: #333;
    text-align: center;
    width: auto;
    padding: 10px;
	background: #f8f8f8;
}
*/


.grid-block {
	position: relative;
	float: left;
	width: 100px;
	height: 120px;
	margin: 0 0 30px 30px;
}
 
.caption {
	display: none;
	top: 0;
	left: 8px;
	background: url(/images/trans-black-50.png);
	width: 80px;
	height: 80px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 2px solid #e7e7e7;
	position: absolute;
}


.caption2 {
	display: none;
	width: 160px;
	padding-left: 8px;
}

.caption2 p {
	font-size: 12px;
	line-height: 16px;
	color: #444;
	text-align: left;
}