body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	font-family: "Tahoma", Sans-Serif;
	font-size: 9pt;
	padding: 0;
	margin: 0;
}

#wrapper {
	position: relative;
	width: 898px;
	height: 600px;
	margin: 0 auto;
	background-color: white;
	background-position: top left;
	text-align: left;
}

#navigation {
	position: relative;
	width: 898px;
	margin: 0;
	background-color:#ddd;
	height: 28px;
	background-image: url(../images/nav-background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 99;
}

#navigation ul, #footer ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#navigation li, #footer li { /* all list items */
	float: left;
	position: relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	display: none;
	top: 27px;
	left: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ddd;
}

#nav li ul li {
	float: none;
	width: 10em;
	border-top: 1px solid #aaa;
	margin: 0;
	padding: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav a:link, #navigation a:visited, #footer a:link, #footer a:visited {
	display: block;
	margin: 0;
	padding: 7px 9px 7px 10px;
	font-size: 8pt;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav li ul li a:link, #nav li ul li a:visited  {
	float: none;
	clear: both;
	background-image: none;
	text-align: left;
	background-color: #ddd;
	margin: 0;
}

#nav li ul li a:hover {
	background-color: white;
}

#navigation a.last:link, #navigation a.last:visited, #footer a.last:link, #footer a.last:visited {
	background-image: none;
}

#nav a.current:link, #nav a.current:visited, #footer a.current:link, #footer a.current:visited {
	color: #ca2128;
	background-color: white;
	border-bottom: 1px solid white;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	margin-left: -1px;
	padding-top: 6px;
}

#nav a:hover, #footer a:hover {
	background-color: white;
	border-left: 1px solid white;
	margin-left: -1px;
}

#footer a:link, #footer a:visited {
	color: #dadada;
}

#footer a:hover {
	color: #444;
}

#header, #gallery, #welcome, #bignav, #content, #knowrow, #copyright, #footer {
	position: relative;
	width: 898px;
	padding: 0;
	margin: 0;
	float: none;
	clear: left;
	border: none;
}

#header {
	height: 78px;
}

#header img {
	position: relative;
	padding: 17px 0 0 11px;
	border: none;
}

#header a.contact:link, #header a.contact:visited {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 30px;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	color: black;
}

#gallery img {
	border: none;
	margin: 0;
	padding: 0;
}

#gallery img.left {
	float: left;
}

#gallery img.middle {
	float: none;
	clear: none;
	margin-left: 5px;
}

#gallery img.right {
	float: right;
}

#welcome {
	text-align: center;
	height: 77px;
}

#welcome img {
	margin: 15px 0 6px 0;
}

#welcome p {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

#bignav {
	margin: 11px 0 10px 0; 
	background-image: url(../images/bignav-graybackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#bignav div {
	float: left;
	border: 2px solid white;
	margin: 0 26px 0 10px;
	background-image: url(../images/bignav-background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 190px;
	height: 160px;
}

#bignav div.last {
	float: none;
	margin-right: 0;
	margin-left: 694px;
}

#bignav a:link, #bignav a:visited {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
	text-decoration: none;
	color: #666;	
}

#bignav a:hover p {
	color: blue;
}

#bignav a:hover p.headline {
	background-color: white;
	color: #ca2128;
	border: 1px solid #ca2128;
	margin: 0 -1px 0 -1px;
}

#bignav a:hover img {
	margin: 6px -1px 0 -1px;
	width: 189px;
	border: 1px solid #ca2128;
}

#bignav div p {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	color: #555;
	font-size: 7pt;
	text-align: left;
	width: 100%;
	height: 25px;
}

#bignav div p.headline {
	color: white;
	width: 100%;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Sans-Serif;
	background-color: #ca2128;
	height: 22px;
	margin: 0;
	padding: 0;
}

#content, #contentplus {
	margin-top: 20px;
	height: 242px;
	width: 878px;
	padding: 0 0 0 20px;
	background-image: url(../images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


#contentplus { /* This is the CONTENT div that also takes the place of the KNOWROW div */
	height: 334px; 
}

#contentplus div.leftcol {
	float:left;
	width: 390px;
	padding: 0 16px 0 0;
	border-right: 1px solid #ccc;
	margin: 0;
}

#contentplus div.col {
	float: none;
	margin: 0 15px 0 430px;
	padding: 1px 0 0 0;
}

#content div.rightphoto, #contentplus div.rightphoto {
	float: right;
	margin: 0 0 0 10px;
	padding: 0 10px;
	/* background-color: #bababa; */
}

#content div.rightcol {
	margin: 0;
	padding: 0;
	float: right;
	width: 300px;
}

#content div.row {
	width: 250px;
	float: none;
	clear: left;
	margin: 0 0 15px 0;
	padding: 0;
}

#content p.label {
	font-weight: bold;
	float: left;
	clear: none;
	width: 70px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#content p.data {
	margin: 0 0 0 77px;
	padding: 0;
	width: 170px;
}

#content li, #contentplus li {
	line-height: 1.4em;
	padding: 2px 0;
}

#content h1, #contentplus h1 {
	font-size: 18pt;
	padding-top: 5px;
}

#bignav div img {
	border: none;
	margin-top: 10px;
}

#knowrow {
	margin: 0;
	padding: 0;
	height: 92px;
}

#knowrow div {
	float: left;
	height: 91px;
	width: 445px;
	background-image: url(../images/graybox-background.jpg);
	background-repeat: repeat-x;
}

#knowrow div p.bar, #knowrow p.rightbar {
	float: left;
	height: 88px;
	width: 10px;
	background-color: #ca2128;
	border: 1px solid #a33c40;
	margin: 0 15px 0 0;
}

#knowrow p.rightbar {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#knowrow div h2 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

#knowrow div p {
	margin: 5px 0;
}

#knowrow div a:link, #knowrow div a:visited {
	color: #ca2128;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	padding: 2px 1px;
}

#knowrow div a:hover {
	background-color: #ddd;
}

#bignav div.clearboth, #knowrow div.clearboth {
	width: 100%;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}

#copyright {
	text-align: right;
	color: #969696;
	font-size: 7pt;
	height: 15px;
	padding-top: 12px;
}

#footer {
	color: #dadada;
	height: 55px;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.den {
	font-size: 6pt;
}

.num {
	font-size: 6pt;
	vertical-align: super;
}
