body {
	margin: 0;
	padding: 0;
	background: #000 url(images/background4.jpg) repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
h2 {
	color: #008592;
	font-size: 18px;
}
h3 {
	font-size: 12px;
	line-height: 20px;
}
h3.list {
	float: left;
	width: 275px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
div.hr {
	height: 1px;
	width: 100%;
	background: #9c9c9c;
}
div.hr hr {
	display: none;
}
/* Header */

#header {
	width: 955px;
	height: 140px;
	margin: 0 auto;
	background: url(images/header.jpg);
	position: relative;
}
#header .flash {
	float: right;
	width: 172px;
	height: 120px;
	margin: 10px 80px 0 0;
}
#header h1 {
	font-weight: normal;
	color: #FFF;
}
#header h1 {
	float: left;
	margin: 108px 0 0 70px;
	font-size: 24px;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #9c9c9c;
}
#header .horizlinks {
	position: absolute;
	top: 118px;
	left: 472px;
	color: #9c9c9c;
	text-decoration: none;
	font-size: 12px;
}
#header .horizlinks ul {
	margin: 0px;
}
#header .horizlinks li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
}
#header .horizlinks a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#header .horizlinks a:hover {
	color: #9c9c9c;
}
#header .horizlinks2 {
	position: absolute;
	top: 118px;
	left: 429px;
	color: #9c9c9c;
	text-decoration: none;
	font-size: 12px;
}
#header .horizlinks2 ul {
	margin: 0px;
}
#header .horizlinks2 li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
}
#header .horizlinks2 a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#header .horizlinks2 a:hover {
	color: #9c9c9c;
}
/* Menu */

#menu {
	width: 955px;
	height: 34px;
	margin: 0 auto;
}
/* Main */

#main {
	width: 955px;
	margin: 0px auto 0px auto;
	background: #e6e6e6;
}
#breadcrumbs div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
#breadcrumbs div a {
	color: #008592;
	white-space: nowrap;
}
/* Rollovers set stacking context*/
.rollover a {
	position:relative;
}
.rollover a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-12px;
	left:180px;
	width:250px;
	padding:10px;
	background:#008592;
	color:#FFF;
}
/* ie bug needed to make span show*/
.rollover a:hover {
	visibility:visible
}
/* reveal image*/
.rollover a:hover span {
	visibility:visible;
}
.rollover2 a {
	position:relative;
}
.rollover2 a span {
	visibility:hidden;/* hide message initially*/
	position:absolute;
	top:-12px;
	left:220px;
	width:250px;
	padding:10px;
	background:#008592;
	color:#FFF;
}
/* ie bug needed to make span show*/
.rollover2 a:hover {
	visibility:visible
}
/* reveal image*/
.rollover2 a:hover span {
	visibility:visible;
}

/* Column */

#column {
	float: left;
	width: 660px;
	padding: 0 20px 0 20px;
	margin: 0px;
	background: url(images/tile.jpg) repeat;
	border-right: #9c9c9c solid 1px;
}
#column h3 {
	color: #3c3c3c;
	font-size: 14px;
}
#column li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
#column img {
	float: right;
	margin: 0;
	padding: 0 0 20px 20px;
}
#column .flash {
	float: right;
	margin: 0;
	padding: 0 0 20px 20px;
}
#column a {
	color: #008592;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
}
/* Links */

#links {
	float: right;
	width: 212px;
	padding: 0px 20px 0px 20px;
	line-height: 20px;
}
#links a {
	color: #008592;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links li ul {
	padding: 5px 0 30px 0;
}
#links li li {
	padding: 7px 10px;
	background: url(images/bullet.jpg) repeat-x left bottom;
}
#links li a {
	text-decoration: none;
}
#links li a:hover {
	text-decoration: underline;
}
#links li i {
	font-style: normal;
	font-size: 9px;
}
#links li h2 {
	font-size: 14px;
}
/* Footer */

#footer {
	height: 70px;
	padding: 10px;
	background: #000 url(images/footer.jpg) repeat-x;
}
#footer p {
	text-align: center;
	color: #9c9c9c;
}
#footer a {
	color: #9c9c9c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
