html, body {
	margin:0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.light {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.white {
	color:#FFFFFF !important;
}

.txt11 {font-size:11px;}
.txt12 {font-size:12px;}
.txt14 {font-size:14px;}
.txt26 {font-size:26px;}

.nav {
	width:100%;
	height:100px;
	background-color:#FFFFFF;
}

.navSection {
	width:960px;
	height:100px;
	margin:0 auto;
}

.logo {
	width:280px;
	height:72px;
	padding-top:14px;
	float: left;
}

.navLinks {
	float:right;
}

.navLinks span {
	padding:0 14px;
}

.active {
	color:#FF5F2E !important;
}

a {
	text-decoration: none;
}

/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #FF5F2E;
}

/* selected link */
a:active {
    color: #FF5F2E;
}


ul {
    list-style: none;
    padding: 25px 0;
}

li {
	display: inline;
}

.contentContainer {
	width:100%;
	height: 100%;
}

.content {
	width:960px;
	height:100%;
	margin:0 auto;
}

.quote {
	width:100%;
	height:15%;
	text-align: left;
	display: inline-block;
	padding-top: 10%;
	font-style: italic;
}

.leftSq {
	width:45%;
	height:60%;
	float:left;
} 

.rightSq {
	width:46%;
	height:60%;
	float: left;
	background-color:rgba(0,0,0,0.5);
	padding:3% 3% 0 3%;
	line-height:22px;
}




