/* Huitt-Zollars Cytiva Stylesheet | Zahra Design Group 2007 */

/*********************************************************************** Removes default HTML styles */

* {margin: 0px; padding:0px;}
a {text-decoration:none; color:#9d742b; font-weight:bold;}
a:hover {text-decoration: underline;}
img {border:none;}


/*********************************************************************** Sets up basic layout */

html {background-color:#333;
	margin:0px;
	padding:0px;
	}

body {
	background-color:#FFF;
	margin:auto;
	padding:0px;
	min-width:800px;
	border: 4px solid #444;
	width:800px;
	}

/*********************************************************************** Huitt-Zollars masthead */

#header {
	height:80px;
	text-align:left;
	text-indent:-9999px;
	background:#000 url(/Huitt/images/huitt-zollars.gif) top left no-repeat;
	}

/*********************************************************************** Top navigation menu */

#topnav {
	float:left;
	width: 100%;
	background: #fff url(/Huitt/images/hzgradient.gif) repeat-x center left;
	line-height:normal;
	}

#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#topnav li {
	float:left;
	margin:0;
	padding:0;
	}

#topnav a {
	display:block;
	padding: 6px 10px;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	color: #FFFFFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header a {float:none;}
	/* End IE5-Mac hack */

#topnav ul li a:hover {
	background: url(/Huitt/images/hzgradient2.gif) repeat-x top left;
	text-decoration:none;
	}

/*********************************************************************** Body copy styles */

#body {
	background:#FFFFFF;
	padding:50px 30px 30px 30px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	}
	
#body p {
	padding-bottom:15px;
	line-height:150%;
	}
	
#body p strong {
	padding-bottom:15px;
	font-weight:bold
	}

#body table p {
	padding:0px;
	}

.nobackground {
	background:none;
	}

#body h3 {
	padding:10px 0px;
	font: 16px Arial, "Trebuchet MS", Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	color:#2b475c;
	}

#body input, #body select, #body textarea {
	padding:5px;
	margin-right:10px;
	border: 1px solid #EEE;
	background:#dfe4de;
	}

/*********************************************************************** Footer styles */

#footer {
	background:#daceae;
	padding:30px;
	}
	
#footer p {
	font: 10px Verdana, "Trebuchet MS", sans-serif;
	line-height:150%;
	}

.r			{color:#C00000;}
