/* header */
h2 {
	font-size: 1.4em;	
	line-height: 1.3em;
 margin-bottom: .3em;
}

#header-center h1{
	text-align: center;
	font-size: 1.8em;
}
#header-center h2{
	text-align: center;
	font-size: 1.6em;
}
#header-center-logo {
	width: 25%;
	float: left;
	margin: 0 0 1em 1em;
}
/* Start top Nav */
nav ul li {
	display: inline;
	margin: 0 .3em;
	padding: 0 .1em;
	font-size: 1.25em;
}
#menu-icon {
	display: none;
}
/* end top Nav */
/* Icon bar */

#icon-bar-left {
	width: 100%;
	float: none;
clear: both;
}
#icon-bar-right {
	width: 80%;
margin: 0 auto;
	float: none;
clear: both;	
}

#arrow {
	visibility: visible;
}
/* Right styles */
.gfx-10-right {
	width: 11%;
	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: 100%;
	float: none;
	clear: both;
}
#right-footer {
	width: 100%;
	float: none;
	clear: both ;
	background: rgba(185,204,225,1);
}
/*Contact Form */
#contactForm {
	padding: 2% 2%;
	margin: 0 2%;
}
#contactForm label , #contactForm  p {
	font-size: .9em;
}
#contactForm input[type="text"] {
	height: 2em;
}
#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: 80%;
	margin: 0 auto;
}