@import url("common.css");

/* home */
#gallery_home_cont{
	width: 958px;
	height: 326px;
	background: url("../img/layout/gallery-home-back.png") no-repeat;
	position: absolute;
	margin: 60px 0 0 -10px;
}
	#gallery_home_cont #gallery_home{
		width: 918px;
		margin: 20px auto 0 auto;
	}
	#gallery_home img{
		/* helps fix the teeny images issue */
		display: none;
	}
	#gallery_nav{
		position: absolute;
		z-index: 999;
		width: 200px !important;
		margin: 235px 0 0 725px !important;
	}
		#gallery_nav a{
			width: 200px !important;
			display: block;
			text-align: right;
			text-decoration: none;
			color: #464646;
		}
		#gallery_nav a.activeSlide{
			color: #447b97;
		}
#home_cont{
	margin: 410px auto 0 auto;
	width: 940px;
}
#gallery_home_pics img{
	width: 918px !important;
	height: 286px !important;
}
a#home_link_big{
	position: absolute;
	width: 952px;
	height: 320px;
	z-index: 99999;
}


/* Contact */
p.company_info{
	position: absolute;
	margin: -330px 0 0 300px;
}

/* Glossary */
#side_left h3{
	margin-top: 10px;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.glossary #side_left p{
	margin-top: 0;
	margin-bottom: 15px;
}
#nav_glossary a{
	margin-right: 3px;
}
#nav_glossary{
	margin-bottom: 15px;
	color: #999;
}
#nav_glossary a, #nav_glossary{
	font-size: 13px;
}



.error-message{
	margin-left: 0;
	float: none;
}
.error .form-error{
	margin-bottom: 0 !important;
}
#flashMessage{
	display: none;
}