﻿/*
    Send to a freind Panel
*/

.SendPanel
{
    display:none;
    position: absolute;
    top: 25%;
    left: 35%;
    background-image: url(../img/send_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;    
    padding-top: 30px;
    padding-left: 75px;
    font-family: Georgia;
    font-size: 11px;
    width: 255px;
    height: 370px;
    text-align: left;
    z-index: 99999;
    /* border: dotted 1px green; */
}

/*
    Master Page styles
*/


.leftControlWrap
{
    border-bottom: dotted 1px #615348;
    width: 180px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

/*
    Find Travel agent box
*/
#FindAgentBox
{
    font-family:Arial;
    text-align:left;
    width: 180px;
    background-color: White;
    padding-bottom:5px;
    padding-top:5px;
}
#FindAgentBox a
{  
    font-size:9px;
	color:#336633;
	text-decoration:underline;    
}
#topMenu {
	display:none;
}
#WelcMes        /* Added by Mark */
{
    
    float:left;
	font-family:Georgia;
	font-size:10px;
	color:White;
	font-weight:bold;
	position:absolute;   
	top:50px;
}
#WelcMes a 
{
    color:White;
}
.topImg {
	margin:8px 7px 8px 7px;   
	height:10px;    /* Added by Mark */
	border:none 0px;
}
#searchBox {
	display:none;
}
.searchInput {
	margin-top:3px;
	width:125px;
	height:11px;
	font-size:10px;
	font-family:arial, sans-serif;
	float:left;
}
.goButton {
	margin:3px 5px 0px 5px;
	float:left;
}
#bookNow {
	display:none;
}
#footerMenu {
	 width:900px;
	 border-top:1px dotted #ffff66;
	 height:20px;
	 font-size:10px;
	 font-family:arial, sans-serif;
	 color:#FFFFFF;
	 position:relative;
	 top:60px;
	 margin-bottom:20px;
	 padding-top:5px;
}
#footerLeft {
	float:left;
}
#footerRight {
	float:right;
}
#footerMenu a {
	color:#FFFFFF;
	text-decoration:none;
}
#footerMenu a:hover {
	text-decoration:underline;
}
.yellow {
	color:#ffff66;
}
.gray {
	color:#999999;
}
body {
	text-align:center;
	width:100%;
	
}
#JamaMasterBody 
{
	text-align:center;
	width:100%;
}
.main {
	width:100%;
}
#regularLogo 
{
	display:none;
}
#printerLogo 
{
	display:block;
}
#mainTable 
{
	position:static;
}
#footerContainer {
	display:none;
}
#leftTd 
{
	display:none;
}
#rightTd 
{
	padding-top:25px;
	padding-left:12px;
	text-align:left;
	width:685px; /* Check this */
	vertical-align:top;
}
#SlideShow, #ImageContent, #ImageTitleAndTeaser
{
	background-image:none;
}
#headerTable 
{
	width:460px; 
}
#printEmailTd 
{
	display:none;
}
#bodyTable 
{
	width:685px;	
}
#mainContentTd 
{
	text-align:left;
	vertical-align:top; 
	width:460px;	
}
#rightContentTd 
{
	display:none;
}
#mainMenu {
	left:85px;
	position:relative;
	top:5px;
}
.imgOverSub, .imgOverTop
{
	display:block;
}
#where_to_visit, #where_to_stay, #vacation_themes, #what_to_do,
#travel_resources, #about_jamaica, #meetings {
	display:block;
}
#where_to_visit_sub {
	position:relative;
	top:-147px;
	left:259px;
	background-image:url(../img/menu/visit_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:161px;
	padding:4px 0px 0px 10px;
	display:none;
	z-index:100;
}
#vacation_themes_sub {
	position:relative;
	top:-126px;
	left:258px;
	background-image:url(../img/menu/themes_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:180px;
	padding:0px 0px 0px 5px;
	display:none;
	z-index:100;
}
#what_to_do_sub {
	position:relative;
	top:-105px;
	left:258px;
	background-image:url(../img/menu/do_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:104px;
	padding:2px 0px 0px 5px;
	display:none;
	z-index:100;
}
#where_to_stay_sub {
	position:relative;
	top:-83px;
	left:258px;
	background-image:url(../img/menu/stay_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:142px;
	padding:2px 0px 0px 5px;
	display:none;
	z-index:100;
}
#travel_resources_sub {
	position:relative;
	top:-61px;
	left:258px;
	background-image:url(../img/menu/resources_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:174px;
	padding:3px 0px 0px 7px;
	display:none;
	z-index:100;
}
#about_jamaica_sub {
	position:relative;
	top:-39px;
	left:258px;
	background-image:url(../img/menu/about_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:161px;
	padding:2px 0px 0px 5px;
	display:none;
	z-index:100;
}
#meetings_sub {
	position:relative;
	top:-17px;
	left:258px;
	background-image:url(../img/menu/meetings_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:161px;
	height:138px;
	padding:2px 0px 0px 5px;
	display:none;
	z-index:100;
}

/*------------------------------------*/
/*------  Generic styles for article  */
/*------  Content Item                */
/*--------                          --*/
/*------------------------------------*/
.ArtWrap
{
    width:460px;
    background-color: #FFFFFF;
    font-family:Georgia;
    text-align:left;
    padding-left:9px;
    padding-top:9px;
    padding-bottom:9px;
    padding:9px;
    margin-bottom:12px;
    vertical-align:top;
}
.ArtWrapWide
{
    width:650px;
    background-color: #F0EEE9;
    font-family:Georgia;
    text-align:left;
    padding-left:9px;
    padding-top:9px;
    padding-bottom:9px;
    padding:9px;
    margin-bottom:12px;
    vertical-align:top;
}

.narrowArtWrap
{
    width:155px;
    background-color: #F0EEE9;
    font-family:Georgia;
    text-align:left;
    padding-left:9px;
    padding-top:9px;
    padding-bottom:9px;
    padding:9px;
    margin-bottom:12px;
}
.MainTitle
{    
     font-size:20px;
	 font-family:Georgia, Serif;
	 color:#eb5f01;
     width:297px;
}
.SectLargestTitle
{
     padding-top:15px;
     font-size:22px;
     color:#ff6600;  
}
.SectLargeTitle
{
     padding-top:15px;
     font-size:16px;
     font-weight:bold;
     color:#ff6600;  
}
.SectTitle
{
     padding-top:10px;
     font-size:14px;
     font-weight:bold;
     color:#ff6600; 
     font-family:Georgia; 
}
.Sect
{
    padding-top:5px;
    font-size:11px;
    color:#333333;
    font-family:Georgia; 
}
.SectSmall
{
    padding-top:5px;
    font-size:10px;
}
.SectSmall a, .SectSmall a:hover, .SectSmall a:visited
{
    padding-top:5px;
    font-size:10px;
    font-family:Arial, Sans-Serif;
    color:#336633;
}
.SectLarge
{
    padding-top:5px;
    font-size:12px;
}
.Sect a 
{
	color:#336633;
	text-decoration:underline;
}
.DottedRow{  
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color: #615348;
    
    border-top: dotted 1px #615348;
}

/*   -------- */

#newsHeaderImage 
{
	position:relative;
	left:10px;
	top:-50px;
}
.newsListing 
{
	position:relative;
	top:-50px;
}
.orangeTitle
{    
     font-size:18px;
     font-weight:bold;     
     display:inline;
	 font-family:Georgia;
	 color:#eb5f01;
	 width:450px;
	 border-bottom:1px dotted #615348;
	 display:block;
	 padding-bottom:5px;
	 margin-bottom:10px;
}
.headlineLg
{    
     font-size:20px;
     display:inline;
	 font-family:Georgia;
	 color:#eb5f01;
}
.headline
{    
     font-size:18px;
	 font-family:Georgia;
	 color:#eb5f01;
}
.orange 
{
	color:#eb5f01;
}
.newsImg 
{
	float:left;
	display:block;
}
.newsBlurb h3 
{
	font-size:12px;
	font-weight:bold;     
	font-family:Georgia;
	color:#eb5f01;
}
.newsBlurb h2 
{
	font-size:16px;   
	font-family:Georgia;
	color:#eb5f01;
	font-weight:normal;
}
.newsBlurb 
{
	color:#333333;
	font-family:Georgia;
	font-size:10px;
	width:450px;
	border-bottom:1px dotted #615348;
	padding-bottom:7px;
	margin-bottom:10px;
	display:block;
}
.newsBlurb a, .newsBlurbNarrow a 
{
	font-family:Arial;
	font-size:11px;
	color:#336633;
	text-decoration:underline;
}
.newsBlurbNarrow 
{
	color:#333333;
	font-family:Georgia;
	font-size:10px;
}
.borderBottom 
{
	border-bottom:1px dotted #615348;
}
.smallArial 
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
}
.smallArialBorder
{
	border-bottom:1px dotted #615348;
	font-family:Arial;
	font-size:10px;
	color:#000000;
}
.newsTdRight  
{
	padding:20px;border-bottom:1px dotted #60554A;
}
.newsTdLeft 
{
	padding:10px;border-bottom:1px dotted #60554A;
}
.newsTdRightLast  
{
	padding:20px;
}
.newsTdLeftLast
{
	padding:10px;
}
.topMenu, .topMenu a 
{
display:none;
}
.topMenuSelected, .topMenuSelected a 
{
 display:none;
}
.topMenuDivider 
{
display:none;
}
.cultureImage 
{
	margin:15px 5px 0px 5px;
	//margin:0px 0px 0px 0px;
	//padding:5px;
	vertical-align:bottom;
	//vertical-align:-10px;

}

#didYouKnow 
{
	display:none;
}

/* slide show stuff */
        #ImageTitleAndTeaser
        {
            font-family: Arial, Verdana;
            background-position: left top;
            height: 150px;
            width: 464px;
            background-repeat: no-repeat;
            position:relative;
            top:0px;
        }
        #ImageTitle
        {
            padding: 5px 8px 0px 28px;
            font-family:Georgia;
	        color:#eb5f01;
	        font-size:18px;
        }
        #ImageTeaser
        {
            font-family:Georgia;
	        font-size:10px;
            padding: 2px 8px 5px 28px;
            color:#333333;
            width:400px;
        }
        
    
        #TaxActionBar
        {
            background-color: #336633;
            padding: 2px 7px 2px 7px;
            position: relative;
            bottom: 22px;
            left: 24px;
            width:100px;    
        }
/* end slide show stuff */


/* login stuff */

.loginArtWrap
{
    width:661px;
    background-color: #F0EEE9;
    font-family:Georgia;
    font-size: 10px;
    text-align:left;
    padding-left:9px;
    padding-bottom:9px;
    padding-right: 9px;
    margin-bottom:12px;
}



.loginArtWrap .MainTitle
{    
     font-size:16px;
     font-weight:bold;
     width:297px;
}

.loginArtWrap .SectLargestTitle
{
     font-size:22px;
     color:#ff6600;  
     width: 208px;
}

.loginArtWrap .dottedBorder
{ 
     border-bottom: 1px dotted #615348;
}

.loginArtWrap .SectLargeTitle
{
     padding-top:15px;
     font-size:16px;
     font-weight:bold;
     color:#ff6600;  
}

.loginArtWrap .SectTitle
{
     padding-top:10px;
     font-size:14px;
     font-weight:bold;
     color:#ff6600;  
}
.loginArtWrap .Sect
{
    padding-top:5px;
    font-size:11px;
}

.loginArtWrap a 
{
	color:#336633;
	text-decoration:underline;
}


.loginGraphic 
{
	margin-bottom: -105px;
	padding: 0px 0px 0px 18px;
}

.bringFront
{ 
     position: relative; 
     z-index:1;
}


.redCopy
{
	color: #cc0000;
}


.spacerGif {
	padding-bottom: 10px;
}

.whyRegister {
	width: 137px;
}

.formsSignIn {
	padding: 11px 15px 11px 0px;
	vertical-align: top;
}

.formsSignIn td {
	padding: 0px 0px 11px 0px;
	vertical-align: top;
}

form {
	font-family:arial, sans-serif;
	font-size: 10px;
	color: #333333;
	vertical-align: top;
}

input {
	font-size: 10px;
}

/* login */



#cultureTextBox 
{
	background-image:url(../img/culture_text_bg.png);
	height:280px;
	left:-2px;
	line-height:120%;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:30px;
	padding-top:0px;
	position:relative;
	top:-18px;
	width:419px;
}

#RestaurantMyJamaica {
	width:450px; 
	text-align: right; 
	z-index:99; 
	position:absolute;
}

/* map stuff */

#__SearchAddr 
{
	width:360px;
}

#__ClearAll a
{
	font-family:Georgia;
	font-size:11px;
	color:#336633;
}

/* end map stuff */
