@charset "UTF-8";

#paragraph_left{
	float: left;
	width: 457px;
	margin-top: 60px;
	clear: left;
	padding-right: 0px;
	height: autopx;
}


/* CSS Document */

#family{
	float: right;
	margin-top: 60px;
	height: 307px;
	width: 457px;
}

#picture2{
	float: left;
	height: 284px;
	width: 453px;
	margin-top: 30px;
	clear: left;
}

#paragraph_right{
	float: right;
	width: 457px;
	margin-top: 30px;
	height: 284px;
}

#paragraph_left3{
	float: left;
	width: 433px;
	margin-top: 60px;
	clear: left;
	padding-right: 20px;
	height: 215px;
}

#paragraph_left2{
	float: left;
	width: 960px;
	margin-top: 30px;
	clear: left;
	padding-right: 0px;
	height: autopx;
	margin-bottom: 30px;
	}

#chart{
	float: left;
	margin-top: 10px;
	height: auto;
	width: 960px;
	clear: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	font-size: 15px;
	color: #595959;
}

#inner_chart{
	width: 700px;
	margin-right: 130px;
	margin-left: 130px;
	margin-top: 30px;
	margin-bottom: 30px;
	}




#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #5e8ce9;
	color: #fff;
	text-decoration: none; }
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #69f;}
	
	
.btn {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0px solid transparent;
	border-radius: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 12px;
	background: #f9c667; /* Old browsers */

background: #ffac0a; /* Old browsers */

background: -moz-linear-gradient(top,  #ffac0a 0%, #f18505 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac0a), color-stop(100%,#f18505)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffac0a 0%,#f18505 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffac0a 0%,#f18505 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac0a', endColorstr='#f18505',GradientType=0 ); /* IE6-9 */
	
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.btn-primary {
  color: #ffffff;
  background-color: #f99900;
  border-color: #f6af5a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #f18300;
	border-color: #be8848;
}

#button_holder{
	height: 60px;
	width: 235px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

#calculator_holder{
	height: 700px;
	width: 750px;
	float: left;
	clear: none;
	margin-left: 185px;
}

#subsection2{
	height: 200px;
	width: 457px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 50px;
	padding-top: 30px;
}
