@import url(../styles/undohtml.css);
@import url(../styles/tooltip.css);

body {
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: .8em;
	background-color: #fff;
	min-width:760px;
}
* html body {width:760px;}

.hide, .hidden {
	display: none;
}
input[type=hidden]{ display: none; width: 0; height: 0; }

.right {
	float:right;
	margin-left:1em;
}


h1#logo {
	text-indent: -1000em;
	line-height: 100px;
	background: url(../../images/lg_caribmedia.gif) no-repeat 10px 0;
	margin-top:1em;
}

h2 {
	font-size: 1.3em;
	line-height: 20px;
	margin-top:0;
}

h3 {
	border-bottom: 2px solid #fc6800;
	width: 400px;
	height: 20px;
	font-size: 1.2em;
}

h4 {
	font-weight: bold; 
}

p {
	text-align: justify;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	white-space:  normal;
	font-style: oblique;
	font-stretch: wider;
	font-weight: bold;
	color: #000;
	background-color: #ffff66;
	border: 3px double #fff;
	width: 250px;
	padding: 3px;
}

#content a:hover{
	text-decoration:underline;
}


/* HEADING */

#mastHead {
	float:left;
	width:250px;
}

/* NAVIGATION */
#navigation  {
	list-style-type: none;
	margin-bottom: 5px;
}

#navigation a {
	margin-left:12px;
	list-style: none;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.25em;
	color: White;
	font-weight: bold;
	line-height: 37px;
	white-space:nowrap;
}

#navigation a:hover{
	text-decoration: underline;
}

#navigation li a {
	position: relative;
	left: -3px;
	background-color: #fc6800;
	padding: 4px;
	border: 1px solid white;
}

/* MAIN */

#content {
	margin-top: 1em;
	width: 60%;
	float: left;
	min-height: 500px;
	_height: 500px;
	min-width: 490px;
}
* html #content {width:490px}

#content p {
	/*	margin: 1em 4em;*/
	margin-bottom: 0;
}
#content p#shift {
	margin-left: -20px;
}

#container {
	margin:1em 0;
}
.home #container li {
	list-style: disc;
}

img#left {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

#table1 p{
	margin-top: -2px;
}

.qt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	white-space:  normal;
	font-style: oblique;
	font-stretch: wider;
	font-weight: bold;
	color: #000;
	background-color: #ffff66;
	border: 3px double #fff;
	width: 250px;
	padding: 3px;
	text-align: left;
	float: right;
	margin: 1em;
}

.points {
	list-style: none inside url(../images/bt_points.gif);
	line-height: 1.8em;
	font-weight: bold;
	}

#lists{
	float: right;
	padding: 1px;
}

.list1 {
	list-style: none inside url(../images/bt_points.gif);
	line-height: 1.8em;
	font-weight: bold;
	width: 175px;
	float: left;
	white-space: nowrap;
	}
	
.list2 {
	list-style: none inside url(../images/bt_points.gif);
	line-height: 1.8em;
	font-weight: bold;
	float: right;
	white-space: nowrap;
	}
	

.square {
	list-style: none inside url(../images/bt_points.gif);
	line-height: 1.8em;
	font-weight: bold;
	width: 200px;
	white-space: nowrap;
	clear: both;
}

#pictures {
	float: right;
}
#pictures img {
	border:1px solid #0099FF;
	margin: 2px;
}
#pictures p {
	margin-top: 1em;
	display:block;
}

/* FOOTER */
#footer {
	font-size: .8em;
	height: 100px;
	clear: both;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}

#poweredby,
#copyright {
	border: none;
	margin: 0 auto;
	text-align: center;
}
#copyright {
	padding-top: 10px;
	border-top:1px solid silver;
}

#footerExtra {
	display:none;
}

/* debuggin' */
.debug {
	position: absolute;
	top: 0;
	left: 80%;
	border: 2px outset silver;
	background-color: transparent;
	color: black;
	width: auto;
	font-size: normal;
	font-style: normal;
}
