@charset "UTF-8";
/* CSS Document */
.app-background {
	background-color:#ff5f06; /* orange */
}
.panel-background {
	background-color:#ff8e44; /* light orange */
}
.quote-panel {
	width: 885px;
	height: 25px;
	padding-bottom:30px;
	font-family:Museo500;
	font-size: 30px;
	color: white;
	vertical-align:top;
	float:left;
}
.photo-panel {
	width: 390px;
	height: 345px;
	padding-bottom:10px;
	float:left;
}
.info-panel {
	width: 160px;
	height: 190px;
	padding: 10px;
	position: relative;
	float:left;
}
.info-panel2 {
	width: 160px;
	height: 130px;
	padding: 10px;
	position: relative;
	float:left;
}
.panel {
	width: 180px;
	height: 360px;
	position: relative;
	float:left;
}
.form-panel {
	width: 250px;
	height: 320px;
	padding: 25px;
	position: relative;
	float:left;
}
.horizontal-divider {
	width: 180px;
	height: 10px;
	clear:left;
	float:left;
}
.vertical-divider {
	width: 10px;
	height: 330px;
	float:left;
}
.title {
	font-family: Helvetica;
	font-size: 24px;
	height:35px;
	color: #442814;
	padding-bottom: 2px;
}
.subtitle {
	height:20px;
	padding-bottom: 0px;
	font-family: Helvetica;
	font-size: 13px;
	color: #442814;
	clear:left;
}
.text {
	height:30px;
	font-family: Helvetica;
	font-size: 18px;
	font-weight:bold;
	line-height:80%;
	color: white;
}
.input {
	padding-bottom:20px;
}
.label {
	height:30px;
	vertical-align:bottom;
	font-family: Helvetica;
	font-size: 18px;
	color: #442814;
}
.text-input {
	width: 250px;
	height: 25px;
	font-family: Helvetica;
	font-size: 18px;
	color: #442814;
}
.textbox-input {
	width: 250px;
	height: 80px;
	font-family: Helvetica;
	font-size: 18px;
	color: #442814;
}
.link-active {
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color: #442814;
}
.link {
	font-family: Helvetica;
	font-size: 18px;
	font-weight:bold;
	color: white;
}
.link:link,.link:visited {
	text-decoration: none;
	color: white;
}
.link:hover,.link:active {
	text-decoration: none;
	color:#442814;
}
.menu-link,.menu-link:visited,.menu-link:link {
	color: #442814;
}
.menu-link:hover {
	color: white;
}
.hide-button-link, 
.hide-button-link-active {
	color:#442814;
}
.hide-button-link:link, .hide-button-link:visited, 
.hide-button-link-active:link,.hide-button-link-active:visited {
	color:#442814;
}