
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Basic Elements */

body {
	font: 1em arial, helvetica, sans-serif;
	color: #633;
	background-color: #E8E0D5;
	margin: 0px;
}

p { 
	font: 1em trebuchet ms, arial, helvetica, sans-serif; 
	margin: 10px 0; 
	text-align: left;
}

td {
	padding: 3px;
	font: 1em trebuchet ms, arial, helvetica, sans-serif;
	font-size: 0.9em	
}

a:link { 
	background: #fff;
	text-decoration: none; 
	color: #3770ab;
}

a:visited { 
	background: #fff;
	text-decoration: none; 
	color: #4F6B8B;
}

a:hover, a:active { 
	background: #fff;
	text-decoration: none; 
	color: #ad8253;
}


h1 span {
	display: none;
}
h2 span {
	display: none;
}
h3 span {
	display: none;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	height: 20px;
	padding: 5px 0;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	height: 20px;
	padding: 5px 0;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #45747c;
	height: 20px;
	padding: 5px 0;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #d3b668;
	height: 20px;
	padding: 5px 0;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #5c480d;
	height: 20px;
	padding: 5px 0;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
	color: #828282;
	height: 20px;
	padding: 5px 0;
}
.small {
	font-size: 0.7em;
}
/* specific divs */

#topshadow {
	position: relative;
	top: 0px;
	height:25px;
	width:900px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	background: #E8E0D5 url(bg_shadow_top.jpg) no-repeat;
}

#bottomshadow {
	position: relative;
	top: 0px;
	height:100px;
	width:900px;
	margin: -30px auto 0px auto;
	background: #E8E0D5 url(bg_shadow_bottom.jpg) no-repeat;
	color: #9F927F;
}

#wrapper { 
	display: block;
	position: relative;
	top: 0px;
	background-color:#fff;
	background: #E8E0D5 url(bg_shadow.jpg) repeat-y top;
	margin: 0px 0 0px 0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

#container { 
	display: block;
	position: relative;
	top: -16px;
	background-color:#fff;
	margin: 0px 0 0px 0;
	margin-left:auto;
	margin-right:auto;
	width: 802px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 800px;
}

/* header graphics */
#pageHeader { 
	background: #b9dae3 url(caribwide.jpg) no-repeat top right;
	height: 207px;
}


#mainText {
	position: relative;
	left: 150px;
	width: 630px;
	text-align: left;
	padding: 15px 15px 0 15px;
	margin: 10px 0 0 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 600px;
}

#blog {
	position: relative;
	left: 135px;
	width: 665px;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 665px;
}

#footer { 
	position: relative;
	top: -30px;
	margin: 30px 0 0 0;
	text-align: center; 
	padding: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666;
}


#nav {
	position: absolute; 
	top: 250px; 
	font: 1em trebuchet ms, arial, helvetica, sans-serif; 
	color: #9F927F;
	width: 140px;
}

#nav h3 {
	margin: 0 0 0 10px;
	width: 140px;
	height: 42px;
	color: #9F927F;
}

#nav ul {
	margin: 0 0 0 5px;
	padding: 0px;
}
#nav li {
	height: 40px; 
	list-style-type: none;
	background: transparent url(libg.jpg) repeat-x top left; 
	display: block; 

}
#nav li a { 
	display: block;
	width: auto;
	padding: 10px 0 0 14px;
	background: transparent url(libg.jpg) repeat-x top left; 
	color: #384A5F;
	font-size: 0.8em;
}
#nav li a:hover {
	display: block;
	margin: 0;
	width: auto;
	padding: 10px 0 0 14px;
	height:40px;
	color: #746E50;
	background: transparent url(libg_hover.jpg) repeat-x top left; 
}

.greyborder {
	border: thin solid gray;
}

a.tooltip span {
	display: none;
	padding:4px 6px;
	margin-left:-80px;
	margin-top:20px;
	width:350px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#fec;
	border:1px solid #900;
	color:#000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	z-index: 100;
}
