#page-wrap {
	/* min-width: 770px; max-width: 874px; */	/*min-width: 960px */
	margin: 0 auto; padding: 0 10px;
	/* width:expression(document.body.clientWidth < 771? "770px" : document.body.clientWidth > 875? "874px" : "auto"); */
	width:874px;
}

#top-bar {
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:60%;	/* 80% */
	background: #024C8E; /* Digg Blue #024c8e */

	/*min-height: 55px;*/
	height: 72px;
	
	padding: 6px 10px 6px 6px; /* line edited by Michael Weyant used to read - padding: 0 10px;*/
	/* font-size: 1.3em;*/
	/* font-weight: bold;*/
	}
	/* start new code by Michyael Weyant */
	#top-bar-title {
	font-size: 1.5em;
	font-weight: bold;
	}
		#top-bar-subtitle  {
		font-size: 0.6em;
		font-weight: lighter;
		}
		/* end new code by Michyael Weyant 9/2/2009 */
		#right-side {
			float: right;
			text-align:right;
			padding-top: 7px;
			padding-right:7px;
			}
			#right-side .contacts { padding:15px 0px 5px 44px; color:#FFFFFF;}
			#right-side img {
				border: 1px solid white;
				vertical-align: middle;
			}
			#right-side a {
				color: white;
				border-left: 1px solid white;
				height: 10px;
				padding-left: 10px;
				}
				#right-side a.first {
					border: none;
					padding: 0;
				}
				/* form#main-search {
					display: inline;
					position: relative;
					padding-right: 10px;
					}
					form#main-search label {
						display: none;
					}
					#search-button {
						position: absolute;
						right: 0px;
						top: -6px;
					} */