@charset "UTF-8";
/* CSS Document */

body{	
	margin:0px;
	background-color:#6be1fb;
	background-image:url(images/siteBackground.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	}

.homepageFeatureA{
	font-family:"Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size:20px;
	color:#26454c;
	line-height:33px;
	}

.homepageFeatureB{
	font-family:"Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size:24px;
	color:#fff;
	line-height:33px;
	}
.homepageBox{
	width:450px;
	height:275px;
	background:url(images/homeBox.png);
	}
.secondaryHeader{
	font-family:"Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size:24px;
	color:#fff;
	line-height:28px;
	}
.secondaryText{
	font-family:"Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#26454c;
	line-height:20px;
	}
.secondaryTextWhite{
	font-family:"Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:22px;
	}
.borderVertical{
	border-left:solid #fff;
	}

.secondaryBox{
	backgorund-color:#fff;
	padding:25px;
	}