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

/* text styles */
h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	margin-bottom:  .1em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: .3em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: .3em;
}

h4 {
	font-size: 1.4em;
	line-height: 1.3em;
}
p {
	font-size: 1.0em;
	line-height: 1.4em;
}
/* header */
#header-center h1{
	text-align: center;
	font-size: 2.2em;
}
#header-center h2{
	text-align: center;
	font-size: 1.8em;
}
#header-center-logo {
	width: 25%;
	float: left;
	margin: 0 0 1em 1em;
}/* start top nav */
nav ul li {
	font-size: 1.4em;
	display: inline;
	margin: 0 .8em;
	padding: 0 1em; 	
}	
#menu-icon {
	display: none;
}
/* end top nav */
/* Icon bar */
#icon-bar-left {
	width: 50%;
	float: left;
}
#icon-bar-right {
	width: 50%;
	float: right;	
}
#arrow {
	visibility: visible;
}
/* Right styles */
.gfx-10-right {
	width: 10%;
	float: right;
margin: .5em 1em .5em 0;
}
/* column styles */
.column-left {
	float: left;
	width: 46%;
}

.column-right {
	float: right;
	width: 46%;
}
/* footer */
#left-footer {
	width: 65%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}
#right-footer {
	width: 30%;
	float: right;
	background: rgba(185,204,225,1);
}
/*Contact Form */
#contactForm {
	padding: 2% 2%;;
	margin-left: 2%;
}
#contactForm input[type="reset"], #formButtons input[type="button"] {
	height: 2.5em;
	font-size: 1.3em;
}
#contactForm input[type="submit"], #formButtons input[type="submit"] {
	height: 2.5em;
	font-size: 1.3em;
}
#form_review {
	width: 70%;
	margin: 0 auto;
}
