@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0px; /* needed for container min-width */
	background-image: url(../images/lines.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;

}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

h3 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1.125em;
}

#container {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
}

#infobar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 46px;
	white-space: nowrap;
	position: absolute;
	left: 250px;
	top: 25px;
	width: 700px;
}


#info1 {
	font-size: 0.69em;
	font-weight: normal;
	height: 44px;
	margin: 0;
	width: 13em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	white-space: nowrap;
	float: left;
}

#info2 {
	font-size: 0.69em;
	font-weight: normal;
	height: 44px;
	margin: 0;
	width: 13em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	white-space: nowrap;
	float: left;
}

#info3 {
	font-size: 0.69em;
	font-weight: normal;
	height: 44px;
	margin: 0;
	width: 13em;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	white-space: nowrap;
	float: left;
}

#info1 p { margin: 0px; padding: 0px 20px 0px 0px; }
#info2 p { margin: 0px; padding: 0px 20px 0px 0px; }

/* NAV SECTION */

#nav {
	font-size: 0.69em;
	font-weight: normal;
	height: 18px;
	width: 800px;
	position: absolute;
	left: 250px;
	top: 76px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
}

#nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 7.5em;
}

#nav ul li a {
	height: 18px;
	padding: 1px 20px 0px 0px;
	margin: 0;
	color: #000;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	border-top: 1px solid #000;
}

#nav ul li a:hover,
#nav a:active,
#nav li#active a {
	color: #FF0000;
	border-top: 1px solid #FF0000;
}


/* SUBNAV SECTION */

#subnav {
	font-size: 0.69em;
	font-weight: normal;
	height: 18px;
	width: 830px;
	position: absolute;
	left: 250px;
	top: 98px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
}

#subnav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 12.5em;
}

#subnav ul li a {
	height: 18px;
	padding: 1px 20px 0px 0px;
	margin: 0;
	color: #000;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	border-top: 1px solid #000;
}

#subnav ul li a:hover,
#subnav a:active,
#subnav li#active a {
	color: #FF0000;
	border-top: 1px solid #FF0000;
}

#content {
	font-size: 0.69em;
	border-top: 1px solid #000;
	position: absolute;
	height: 468px;
	left: 250px;
	top: 125px;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content p {
	padding: 0;
	margin: 0;
}

#content img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content a img,
#content a:link img,
#content a:visited img {
	background-color: #000000;
	border: 0px;
	padding: 0px 0px 1px 0px;
}

#content a:hover img,
#content a:active img {
	background-color: #FF0000;
	padding: 0px 0px 1px 0px;
}

#desc {
	width: 200px;
	position: absolute;
	left: 25px;
	top: 125px;
	font-size: 0.69em;
	border-top: 1px solid #000;
	height: 478px;
	padding: 0px;
}



#leftcolumn {
	width: 200px;
	height: 123px;
	background-color: #FFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 25px;
	padding-left: 50px;
	background-position: left top;
}

#flashcontent {
	text-align: left;
	padding: 0 5px 0px 0px;
	margin: 0;
	height: 478px;
	width: 689px;
	display: inline;
}
