@charset "UTF-8";

#header {
	position: relative;}
	#page3 #header {
		height: 623px;}
		
	#header #logoContainer{
		height: 100px;
		width: 100%;}
		#logoContainer #logo {
			width: 320px;
			height: 80px;
			padding-top: 15px;}
		#logoContainer #searchForm{
			float:right;}		
			#searchForm form {
				background: none;
				width: 185px;
				height: 21px;
				overflow: hidden;
				border: 1px solid #dbdada;
				position: absolute;
				top: 39px;
				right: 0;}
			#searchForm form input {
				background: none;
				width: 157px;
				height: 15px;
				padding: 3px 0 3px 3px;
				border: none;
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1em;
				color: #000;}
			#searchForm form input#searchSubmit {
				background: url(../images/search-submit.gif) no-repeat 0% 0%;
				width: 25px;
				height: 21px;
				padding: 0;
				border: none;
				float: left;
				cursor: pointer;}
	
	
	#header #menu {
		background: url(../../images/menu-tail.gif) repeat-x 0% 0%;
		width: 887px;
		height: 38px;
		overflow: hidden;
		left: 0px;
		background-image: url(../../images/menu-tail.gif);}
		#menu ul {
			width: 100%;
			overflow: hidden;}
			#menu ul li {
				background: url(../../images/menu-divider.gif) no-repeat 0% 0%;
				float: left;
				margin: 0 0 0 -2px;
				padding: 0 0 0 2px;
				font-size: 1em;
				font-weight: 400;}
				#menu ul li a {
					display: block;
					width: 111px;
					height: 38px;
					overflow: hidden;
					float: left;
					line-height: 34px;
					text-transform: uppercase;
					text-align: center;
					text-decoration: none;
					color: #8f8f8f;}
				#menu ul li a:hover {
					background: url(../../images/menu-act.gif) repeat-x 0% 0%;
					color: #fff;}
				#menu ul li.act a {
					background: url(../../images/menu-act.gif) repeat-x 0% 0%;
					color: #fff;}
	#header #social {
		background: #e5e5e5;
		width: 100%;
		height: 34px;
		overflow: hidden;
		margin-top: 10px;
		left: 0;}
		#social ul {
			float: right;
			padding: 0 15px 0 0;}
			#social ul li {
				float: left;
				padding: 0 0 0 14px;
				line-height: 32px;
				font-size: 0.917em;}
				#social ul li a {
					text-decoration: none;
					color: #727272;}
				#social ul li a:hover {
					text-decoration: underline;}
