@charset "UTF-8";

body
{
font: 80% 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
background-color: #e9e6cd;
background-image: url('../images/pageBG.png');
background-repeat:repeat-x;

margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color:#515151;
}

pre
{
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
color: #4d393f;
text-align: left;
line-height: 1.6em;
font-size: 14px;
padding: 8px 200px 4px 4px;
width:900px;
}

#breakingNews
{
position: relative;
display: block;
padding: 10px 16px 10px 320px;
height: 22px;

font-size: 14pt;
font-style: italic;
font-weight: bold;
font-family: Georgia, serif;
text-decoration: none;
color: #fff;

background: url(/images/breakingnews_bg.gif);
border-bottom: 1px solid #000;
}

#breakingNews .label
{
position: absolute;
top: 0;
left: 0;
display: block;
width: 320px;
height: 42px;

background: url(/images/breakingNews_label.png);
}

#breakingNews .label span
{
display: none;
}

#container
{
position: relative;
width: 1024px !important;
width: 1030px;
background-color: #FFFFFF;
margin: 0; /* the auto margins (in conjunction with a width) center the page */
border-right: 1px solid #acacac;
border-bottom: 1px solid #acacac;
text-align: left; /* this overrides the text-align: center on the body element. */
}

#header
{
height:200px;
width:1024px;
background-image:url('../images/our_lucaya_multi_logos.jpg');
background-repeat:no-repeat;
background-position:top left;
}

#headerTop
{
height:129px;
background-color:transparent;
position:relative;
}

#headerBottom
{
height:61px;
background-color:transparent;
background-image:url('../images/header_diag.jpg');
background-repeat:no-repeat;
background-position: top left;
position:relative;
}

#main { position:relative; }

#left
{
/* since this element is floated, a width must be given */
	width: 495px !important;
width:490px;
margin:0 0 0 15px;
float:left;
background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0 0 0 0px;
line-height:1.4em;
}

#right
{
float:right;
width: 495px !important;
width:490px;
margin:0 10px 0 0;
background-color:#ffffff;
padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
line-height:1.4em;
}

#searchPage { padding: 0 0 20px 20px; }

.homeBox
{
width:495px !important;
width:460px;
background-color:white;
margin:0 0 40px 0;
font-size:12px;
}

/* Individual home page boxs */


#releaseBox,
#storyBox
{
padding:6px;
border:1px solid #efefef;
min-height:355px;
position:relative !important;
position:static;
}

#documentsBox
{
padding:6px;
background-image: url('../images/diag.jpg');
background-position:top;
background-repeat:repeat;
min-height:355px;
position:relative !important;
position:static;
border-top:1px solid #d6d6d6;
}

#shortsBox
{
padding:6px;
border:none;
min-height:355px;
position:relative !important;
position:static;
}

#imagesBox
{
padding:6px;
border:1px solid #c6d6e0;
min-height:355px;
background-image: url('../images/grad_diag.jpg');
background-position:bottom;
background-repeat:repeat-x;
position:relative !important;
position:static;
}

#videosBox
{
padding:6px;
border:1px solid #c6d6e0;
min-height:380px;
background-image: url('../images/grad_diag.jpg');
background-position:bottom;
background-repeat:repeat-x;
position:relative !important;
position:static;
}

#mapBox
{
padding:6px;
border:1px solid #cccccc;
min-height:355px;
position:relative !important;
position:static;
}

.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: 0 8px 0 0;
}

.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;
}

#logo
{
position:absolute;
z-index: 5;
left:0;
top:0;
width:150px;
height:150px;
}

#logo a { text-decoration: none; }

#logo a img { border: none; }

#search
{
position:absolute;
right:10px;
top:20px;
}

#footer
{
width:1024px;
min-height:100px;
padding: 20px 0 20px 20px;
}

#menu
{
height:100px;
margin:2px 0 10px 10px;
}

#release-main,
#documents-main,
#search-main,
#story-main
{
width:980px;
margin:20px 0 0 0;
padding:18px 0 10px 15px;
min-height: 400px;
}

#images-main
{
width:980px;
margin:20px 0 0 0;
padding:18px 0 10px 15px;
min-height: 400px;
}

.sectionFooter
{
position:absolute !important;
position:static;
margin:18px 0 0 0;
left:2px;
padding: 0 2px 0 2px;
width: 480px;
}

/*    images       */


#imageDetail { width:1000px; }

#imageDetail img,
#imageTags img
{
border:5px solid #d5d6d7;
float:left;
margin: 0 15px 10px 0;
}

#searchPage .imageList li.image img.thumb
{
border:5px solid #d5d6d7;
margin: 0 15px 10px 0;
}

#imageThumbs
{
border-top: 1px solid #d6d6d6;
width:470px;
margin: 4px 0 0 520px;
}

#imageTags
{
border-top: 1px solid #d6d6d6;
background-image: url('../images/diag.jpg');
background-position:top;
background-repeat:repeat;
padding: 20px 5px 5px 5px;
margin: 20px 0 0 0;
}

#imageThumbs li.imageThumb,
#imageTags li.imageThumb
{
width:78px;
float: left;
margin: 10px 12px 12px 12px;
text-align: center;
}

#imageTags li.imageThumb a { font-size: 11px; }

#imageThumbs li.imageThumb a:hover img,
#imageTags li.imageThumb a:hover img
{
border:5px solid #b5b6b7;
text-decoration: none;
}

#imageTags li.imageThumb img { margin: 8px 0 0 0; }

#searchPage .imageList li.image
{
width:78px;
float: left;
margin: 10px 12px 12px 12px;
text-align: center;
}

#searchPage .imageList li.image a:hover img
{
border:5px solid #b5b6b7;
text-decoration: none;
}

#searchPage .imageResults
{
background-image: url('../images/diag.jpg');
background-position:top;
background-repeat:repeat;
width:980px;
}

a img,
a:hover img { }

.imgBoxTop,
li.image-featured { margin: 0 0 5px 0; }

.imgBoxTop img,
li.image-featured img
{
float:left;
border:5px solid #d5d6d7;
margin: 0 10px 5px 4px;
}

.imgBoxTop a:hover img,
.imgBoxBottom .vidThumbBox a:hover img,
li.image-featured a:hover img,
.imgBoxBottom .vidThumbBox a:hover img { border:5px solid #b5b6b7; }

.imgBoxTop a:hover img,
.image-normal a:hover img,
.imgBoxBottom .vidThumbBox a:hover img,
li.image-featured a:hover img,
.image-normal a:hover img,
.imgBoxBottom .vidThumbBox a:hover img { border:5px solid #b5b6b7; }

.imgBoxTop p,
li.image-featured p { padding:0 0 5px 0; }

.imgBoxBottom .thumbBox,
li.image-normal
{
float:left;
width:85px;
text-align:center;
margin: 10px 25px 10px 5px !important;
margin: 10px 20px 10px 5px;
padding: 0;
}

.imgBoxBottom img,
.image-normal img
{
border:5px solid #d5d6d7;
margin:0 0 2px 0;
}

.image-normal img.thumb
{
border:5px solid #d5d6d7;
margin:0 0 2px 0;
}

.vidThumbBox
{
float:left;
width:205px;
margin: 10px 25px 10px 5px !important;
;
margin: 10px 10px 10px 5px
}

.imgBoxBottom .vidThumbBox img
{
float:left;
margin: 0 10px 0 0;
}

/*lists */



#menu ul,
#menu ul li,
#footer ul,
#footer ul li { display:inline; }

#menu li
{
float:left;
margin: 0 10px 0 10px;
font-size: 18px;
}

#footer li { font-size: 11px; }

/*  fonts */

#imageDetail h3
{
font-size: 18px;
font-weight: bold;
}

#release-main p,
#story-main p { padding: 8px; }

#release-main h2,
#story-main h2 { font-style: normal; }

a,
a:link,
a:visited
{
color:#5584a4;
text-decoration:none;
font-style:italic;
}

a:hover { text-decoration: underline; }

p.alnrt { text-align:right; }

p.main_title
{
font-size: 16px;
font-style: italic;
color:#515151;
padding: 0 12px 0 0;
}

h1,
h2,
h3,
h4,
p
{
padding:0;
margin:0;
}

h2
{
margin: 2px 0 10px 8px;
color:#515151;
font-size:25px;
}

ul,
li
{
list-style-type:none;
padding:0;
margin:0;
}

p.contact
{
color:#5584a4;
padding:0 12px 0 12px;
margin:55px 0 0 0;
border-left: 1px solid #009fc3;
font-size:11px;
line-height: 1.1em;
}

.pagination { padding: 4px 0 6px 0; }

.release-featured h3 .date,
.release-featured h3,
 .story-featured h3 .date,
.story-featured h3
{
font-size:23px;
font-weight:bold;
color:#5584a4;
padding:2px 10px 12px 0;
}

ul#releaseList li.release-normal,
ul#storyList li.story-normal
{
padding:5px 0 5px 0;
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
width:100%;
font-size:17px;
}

ul#releaseList li.release-normal a,
ul#storyList li.story-normal a { padding:0px 10px 0px 10px; }

ul#releaseList li.release-normal a.read-more,
ul#storyList li.story-normal a.read-more { font-size:12px; }

#release-main .release-normal,
#story-main .story-normal
{
height:22px;
display: block;
padding: 0;
}

#release-main .release-normal a.fltrt,
#story-main .story-normal { font-size: 14px; }

#release-main p,
#story-main p
{
line-height: 1.6em;
font-size: 14px;
padding: 8px 120px 4px 4px;
}

#release-main .date,
#story-main .date { font-weight: bold; }

li.release-normal .date,
li.story-normal .date { font-size: 14px; }

form input { color:#009fc3; }

li.document-featured
{
padding:18px 0 18px 0;
border-bottom:1px solid #d6d6d6;
width:100%;
}

li.document-featured a.title { font-size:18px; }

li.release-featured h3 a.title,
li.story-featured h3 a.title { line-height: 1.3em; }

li.document-normal
{
padding:10px 0 10px 0 !important;
margin: 4px 0 8px 0;
border-bottom:1px solid #d6d6d6;
width:100%;
position:relative !important;
position:static;
}

li.document-normal a.title { font-size:14px; }

li.document-normal .date,
li.document-normal .title,
li.document-normal .fileSize { padding: 0 10px 0 2px; }

.downloadLink
{
position:absolute !important;
position:static;
right:0;
}

li.image-normal .downloadLink-highres a,
li.image-normal .downloadLink-lowres a { font-size:9px; }

li.image-normal a .title { padding: 5px 0 0 0; }

li.release-normal a .title,
li.story-normal a .title { padding: 0px 0 0 5px; }

img.fileIcon
{
float:left;
padding: 0 4px 0 0;
}

li.document-normal h3 img.fileIcon { float:none; }

.document-normal .downloadLink { }

#searchPage p,
#searchPage h3,
#searchPage li.release,
#searchPage li.image,
#searchPage li.document,
#searchPage li.story
{
margin:4px 0 4px 0;
padding:4px 0 4px 0;
}

#searchPage li.release a,
#searchPage li.document a,
#searchPage li.story a { padding: 0 0px 0 8px; }


#breakingNews_h2
{
height: 40px;

background: url(/images/breakingNews_h2.png) no-repeat -10px center;
}
#breakingNews_h2 span
{
display: none;
}