@charset "UTF-8";
/* CSS Document */

body {
	background-color: #074c73;
	margin-left: 0px;
	margin-top: 0px;
}.colrighttd {
	background-image: url(../images/col_right_repeat.gif);
}
.collefttd {
	background-image: url(../images/col_left_repeat.gif);
}
.navtd {
	background-image: url(../images/nav_bkgrnd.jpg);
	background-repeat: no-repeat;
	height: 45px;
}
.navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	letter-spacing: -0.03em;
	font-weight: bold;
}
a.navtop:link {
	color: #666666;
}
a.navtop:hover {
	color: #18759e;
}
.tour1td {
	background-image: url(../images/tour_10.jpg);
	background-repeat: no-repeat;
	height: 119px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #913915;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: -0.05em;
}
a.tour1td:link {
	color: #913915;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
a.tour1td:hover {
	font-style: italic;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
a.tour1td:visited {
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
.tour2td {
	background-image: url(../images/tour_11.jpg);
	background-repeat: no-repeat;
	height: 119px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #074c73;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: -0.05em;
}
a.tour2td:link {
	color: #074c73;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
a.tour2td:hover {
	font-style: italic;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
a.tour2td:visited {
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}

.tour3td {
	background-image: url(../images/tour_12.jpg);
	background-repeat: no-repeat;
	height: 119px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: -0.05em;
}
a.tour3td:link {
	color: #fff;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
a.tour3td:hover {
	font-style: italic;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
a.tour3td:visited {
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
}
.leftpicstd {
	background-image: url(../images/marks_interface_14.jpg);
	background-repeat: no-repeat;
	height: 349px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.redheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C8392D;
	line-height: 20px;
}
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #18759e;
	letter-spacing: .05em;
	line-height: 40px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 113px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 320px;
	height: 240px;
}