	body { 
		color: #333;
		background: #DDD;
		font-family: Verdana, Helvetica, Arial, Sans-serif;
		font-size: 76%;
		margin: 0;
		padding: 0;
	}
	h1 { font-size: 200%; }
	h2 { font-size: 150%; color: #024777; }
	h3 { font-size: 115%; }
	h4 { font-size: 100%; }
	h5 { font-size: 80%; }
	h6 { font-size: 65%; }
	a:hover {
		color: #EF8F00;
	}
	a img {
		border: none;
	}
	#wrapper { 
		width: 780px;
		margin: 0 auto;
		background: #F6F6F6 url(img/layout/shadow-body.gif) repeat-y;
		position: relative;
	}
	#header { 
		height: 125px;
		background: url(img/layout/shadow-top.gif) no-repeat;
		padding: 20px 20px 0 20px;
	}
	#header h1 { 
		height: 125px; 
		background: #003C79 url(img/layout/header-logo.gif) no-repeat;
		margin: 0;
		font-size: 0;
		text-indent: -9999px;
	}
	#menu {
		height: 2em;
		background: url(img/layout/menu-bg.gif) repeat-x;
		border: 1px solid #999;
		border-left: none; border-right: none;
		margin: 0 20px;
	}
	#menu ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: #EEE;
	}
	#menu li { 
		float: left;
	}

	#menu ul a { 
		display: block;
		width: 10em; height: 1.5em;
		color: #069;
		background: url(img/layout/menu-btn-bg.gif);
		font-weight: bold;
		padding: 0.35em 0.5em 0.15em 0.5em;
		text-decoration: none;
		border-right: 1px solid #999;
		line-height: 1.2em;
	}
	#menu ul a:hover {
		color: #EF8F00;
		background-position: 0 -100px;
	}
	#menu ul a.double {
		height: 3.75em;
	}
	#menu ul a.tripple {
		height: 3.75em;
	}
	#menu li ul a { 
		height: 1.25em;
		width: 14em;
		border-bottom: 1px solid #999;
		border-right: none;
		font-weight: normal;
		padding: 0.25em 0.5em 0.24em 0.5em;
	}
	#menu li ul { 
		position: absolute; 
		width: 15em;
		left: -999em; 
		border: 1px solid #999;
		border-bottom: none;
		margin-left: -1px; 
	} 
	#menu li ul ul { 
		margin: -1.92em 0 0 15em;
	}
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul { 
		left: -999em;
	}
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { 
		left: auto; 
	}
	#content {
		margin: 0 20px;
		padding: 0 20px;
		height: 200px; /* for IE */
		background: url(img/layout/content-bg.gif) repeat-x;
		line-height: 1.4em;
	}
	img.pageright { 
		float: right;
		border: 1px solid #003;
		margin: 0 0 1em 1em;
	}
	img.pageleft {
		float: left;
		margin: 0 0 1em 1em;
		border: 1px solid #000;
	}
	html>body #content {
		min-height: 200px;
		height: auto;
	}
	#content hr { 
		clear: both;
		visibility: hidden;
		margin: 0;
		padding: 0;
	}
	html>body #content hr { 
		height: 1em;
	}
	#content h2 { 
		margin-top: 0;
	}
	#footer {
		background: url(img/layout/shadow-bot.gif) no-repeat 0 100%;
		padding: 0 20px 20px 20px;
	}
	#footer address {
		width: 20em;
		position: absolute;
		top: 40px;
		right: 40px;
		text-align: right;
		color: #FFF;
		font-size: 76%;
		font-style: normal;
	}
	#footer #sitemap {
		position: absolute; top: 120px; right: 40px;
		color: #FFF;
		margin: 0;
	}
	#footer #sitemap a { 
		color: #69C;
	}
	#footer #sitemap a:hover { 
		color: #EF8F00;
	}
	#footer #copyright { 
		padding: 20px;
		margin: 0 20px;
		text-align: center;
		border-top: 1px dashed #999;
	}
	#backtohome a {
		display: block;
		width: 350px;
		height: 110px;
		position: absolute; 
		top: 25px;
		left: 40px;
		font-size: 0;
		text-indent: -9999px;
		text-decoration: none;
	}
	#customercare {
		width: 20.2em;
		margin: 0 auto;
		/* 
		height: 33px;
		background: url(img/layout/footer-logo.gif) no-repeat;
		padding-left: 33px;
		line-height: 32px;
		 */
		font-weight: bold;
		color: #7F8F9A;
		letter-spacing: 0.1em;
		font-size: 148%;
	}



	#officemap {
		width: 100px;
		float: right;
		position: relative;
	}
		#officemap h3 {
			text-align: center;
		}
		#locationmap {
			margin: 0 auto;
			display: block;
			width: 100px;
			height: 74px;
			background: url(img/map-small.jpg) no-repeat;
			border: 1px solid #999;
			font-size: 0;
			text-indent: -9999px;
			text-decoration: none;
		}
		#locationmap:hover {
			border: 1px solid #FFF;
		}
			#locationmappopup {
				display: none;
				border: 1px solid #666;
				background: #EEF;
				padding: 15px;
				width: 630px;
				height: 465px;
				position: absolute;
				top: 20px;
				left: 50%; 
				margin-left: -315px;
				text-align: center;
				z-index: 20;
			}
				#locationmappopup img {
					border: 1px solid #999;
					width: 625px;
					height: 464px;
				}
				#locationmappopup #closemap {
					position: absolute;
					bottom: 30px;
					left: 50%;
					margin-left: -3em;
					background: #ECC;
					width: 6em;
				}

