/* fixes menu positioning */
/*#nav { margin: 0 0 0 -25px; }*/
/*body.home #nav { margin: 0 0 0 -5px; }*/

#nav { z-index:1000; } /* fixes navigation bug where nav appears below other elements and li item isn't fully clickable */

/* fixes home icon and navigation positioning */
//ul.nav li a { float:left;} 



#slider { padding-top: 60px; } /* fixes slider position */
#slider-nav { height:121px; cursor:default; } /* fixes height of thumbnail nav and enables arrows to show properly */

body.home #inner {
	padding: 0;
}

#nav ul.nav {
	line-height: 1.5;
	height: 40px;
/*	background: red;*/
float: right;
}

.searchsubmit {
	width: 80px;
	height: 35px;
}

#nav ul.nav li {
	display: inline-block;
	float: left;
}

ul.children li {
	padding: 0;
/*	float: left;*/
	display: inline;
	width: 100%;
	border-right: none;
}

ul.children li a {
/*	background: red;*/
	height: 20px;
	padding: 5px 15px;
/*	float: left;*/
	border-right: none;
}

#content .gform_wrapper ul li.gf_nolabel_textfield {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#field_2_6 {
	height: 87px !important;
}

#field_2_9, #field_2_11 {
	height: 53px;
}