
@media screen, print {	
	body, input, p, td, ul, ol, li, dl, dt, dd, textarea, select {
		font-family: Times New Roman, Times, serif;
	}
}

@media screen,print {	

	body {
		margin:0;
		padding: 0;
		text-align: center; 
	}

	body, input, p, td, th, ul, ol, li, dl, dt, dd, textarea, select {
		color: black;
		font-size: 14px;
		line-height: 17px;
	}
	
	h1, h2, h3, h4 {
		margin:0;
		padding: 0;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h2 {
		font-size: 14px;
	}
	
	h3 {
		font-size: 13px;
	}
	
	h4 {
		font-size: 12px;
	}
	
	#main {
		margin: 0 auto;
		width: 775px;
		height: auto;
		padding: 0; 
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	
	#headbanner {
		margin: 0;
		padding: 0;
		height: 82px;
		position: relative;
	}

	#mainmenu {
		margin: 0;
		padding: 0;
		height: 34px;
		position: relative;
	}
	
	#mainmenu h2 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#mainmenu ul {
		margin: 0;
		padding: 0;
	}

	#mainmenu li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		white-space: nowrap;
	}
	
	#mainmenu li a {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		font-style: normal;
		letter-spacing: 1px;
		text-decoration: none;
		text-align: center;
		display: block;
		float: left;
		padding: 7px 0 0 0;
		background-image: url(imgs/menubutton.gif); 
		background-repeat: x-repeat;
		height: 23px;
	}

	#mainmenu li a:link, #mainmenu li a:visited  {
		color: white;
	}

	#mainmenu li a:hover, #mainmenu li a:focus {
		color: black;
	}

	#zmenuhome a {
		margin: 0 5px 0 0;
		width: 66px;
	}

	#zmenuwhip a {
		margin: 0 5px 0 0;
		width: 243px;
	}
	
	#zmenuwhy a {
		margin: 0 5px 0 0;
		width: 165px;
	}
	
	#zmenudr a {
		margin: 0 5px 0 0;
		width: 95px;
	}
	
	#zmenucontact a {
		margin: 0 5px 0 0;
		width: 109px;
	}
	
	#zmenulinks a {
		margin: 0;
		width: 71px;
	}
	
	#bottombanner {
		margin: 0;
		padding: 0;
		height: 30px;
		position: relative;
		background-color: #353330;
	}
	
	#bottommenu {
		position: absolute;
		right: 0;
		top: 7px;
	}
	
	#bottommenu ul {
		margin: 0;
		padding: 0;
	}
	
	#bottommenu h2 {
		position: absolute;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	#bottommenu li {
		margin: 0;

		display: inline;
		white-space: nowrap;
	}
	
	#bottommenu li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		text-decoration: none;
		padding: 0 17px 0 0;
		list-style: none;
	}

	#bottommenu li a:link, #bottommenu li a:visited  {
		color: white;
	}

	#bottommenu li a:hover, #bottommenu li a:focus {
		color: black;
	}
	
	#bottomid {
		position: absolute;
		left: 17px;
		top: 7px;
		color: white;
	}

	#homebanner {
		margin: 0;
		padding: 0;
		height: 255px;
		position: relative;
	}

	#homecontent {
		margin: 0;
		padding: 0;
		height: 427px;
		position: relative;
	}
	
	#maincopy {
		margin: 0;
		padding: 0;
		height: auto;
		position: relative;
		margin-left: 405px;
		font-size: 12px;
		color: #4D4D4D;
		line-height: 21px;
	}
	
	#maincopy h1 {
		font-size: 24px;
		color: #76A3C4;
		line-height: 40px;
	}
	
	#sidecopy {
		color: black;
		font-size: 12px;
		position: absolute;
		left: 0;
		top: 0;
		height: 425px;
		width: 201px;
		background-image: url(imgs/brownbox.jpg); 
		background-repeat: no-repeat;
		padding: 20px 20px;
	}
	
	#sidecopy h3 {
		font-size: 20px;
		color: white;
	}
	
	#homebone {
		position: absolute;
		left: 242px;
		top: 0;
		height: 425px;
		width: 201px;
		background-image: url(imgs/backbone.jpg); 
		background-repeat: no-repeat;
	}

	#maincontent {
		margin: 0 0 4px 0;
		padding: 0;
		height: 450px;
		position: relative;
		overflow: visible;
	}
	
	#maincopy2 {
		margin: 0;
		padding: 0;
		height: auto;
		position: relative;
		margin-left: 265px;
		font-size: 14px;
		color: #4D4D4D;
		line-height: 21px;
	}
	
	#maincopy2 h1 {
		font-size: 24px;
		color: #76A3C4;
		line-height: 40px;
	}
	
	#sidecopy2 {
		color: black;
		font-size: 12px;
		position: absolute;
		left: 0;
		top: 0;
		height: 425px;
		width: 201px;
		background-image: url(imgs/brownbox2.jpg); 
		background-repeat: repeat-y;
		padding: 20px 20px;
	}
	
	#sidecopy2 h3 {
		font-size: 20px;
		color: white;
	}
}

/*
@media print {	
	#mainmenu {
		display: none;
	}

	#headbanner {
		display: none;
	}	

	#bottommenu {
		display: none;
	}	

	img {
		margin: 6px 18px 14px 18px;
	}
}
*/