/* main page and header styles */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #5E7388;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	margin-top: 0px;
}
#header {
	background-color: #5E7388;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: auto;
	left: 1px;
}
#header h1 {
	display: none;
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}
	
/* banner styles, will change for each page */
#banner {
	background-color: #FFF;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 750px;
	position: absolute;
	top: 128px;
	left: 1px;
}

/* main content styles */
#mainContent {
	padding: 0px;
	width: 484px;
	margin-left: 14px;
	margin-top: 0px;
	position: absolute;
	top: 306px;
	left: -1px;
}
#mainContent p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	margin: 0px;
	padding: 5px 15px 10px;
}
#mainContent .ot {
	font-weight: bold;
	color: #000066;
}

/* sidebar styles, change each page */
#sidebar {
	background-color: #FFF;
	margin: 0px 0px 0px -254px;
	width: 252px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	position: relative;
	left: 254px;
	border-left: 2px dotted #343588;
	top: -2px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #343588;
	padding-top: 10px;
	padding-left: 10px;
	background: #343588;
	padding-bottom: 10px;
}
#sidebar ul {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #660000;
	margin-top: -2px;
}
#sidebar a {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	padding-left: 10px;
}
#sidebar a:hover {
	font-weight: bold;
	color: #F4C522;
	text-decoration: none;
	padding-left: 10px;
}
#sidebar .bold {
	font-weight: bold;
}


/* body copy styles */
#bodyCopy {
	background: url(../images/mainText_back2.gif);
	padding-top: 10px;
}
#bodyCopy a {
	font-weight: bold;
	color: #343588;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #343588;
}
#bodyCopy a:hover {
	font-weight: bold;
	color: #B74900;
	text-decoration: none;
	border-bottom: 1px dotted #B74900;
}
/* topics styles */
#topics {
	background: #FFFFFF;
}
#topics h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #B74900;
	width: 450px;
	margin-bottom: 10px;
	border-bottom: 2px solid #B74900;
	margin-left: 12px;
}
#topics #food {
	background: #FFF url(../images/food.jpg) no-repeat;
	float: left;
	width: 161px;
	padding-top: 152px;
	padding-bottom: 50px;
}
#topics #process {
	background: #FFF url(../images/process.jpg) no-repeat;
	float: left;
	width: 160px;
	padding-top: 152px;
	padding-bottom: 50px;
}
#topics #pharma {
	background: #FFF url(../images/pharma.jpg) no-repeat;
	width: 163px;
	float: left;
	padding-top: 152px;
	padding-bottom: 50px;
}
#topics p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 400px;
	padding-top: 0px;
	line-height: 13px;
	text-align: justify;
	margin-left: 20px;
}

#topics h3 {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #222257;
	border-bottom: 1px solid #222257;
	margin-left: 23px;
	width: 400px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/* footer styles */

#footer {
	background: #FFFFFF;
	clear: both;
	margin-top: 60px;
	padding: 10px;
	width: 710px;
	text-align: center;
}
#footer p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border-top: 2px solid #000000;
	text-align: center;
}

#footer a {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #343588;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#footer a:hover {
	font-weight: bold;
	color: #660000;
	border-bottom: 1px dashed #660000;
}
#date {
	display: none;
}
#topics a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
}
#topics a:hover {
	font-weight: bold;
	color: #F4C522;
	text-decoration: none;
}
#header p.phone {
	font-weight: bold;
	color: #333;
	margin-top: -10px;
	font-size: 12px;
}
#topics hr {
	width: 450px;
	margin-left: 15px;
	text-align: left;
}

