﻿/* CSS */
/* ========== Globals ============= */

* { margin:0; padding:0; }
body
{
    background: url("../images/gradient-bkgrnd.jpg");
    background-repeat:repeat-x;
    
    font: normal normal 12px Arial, Helvetica, sans-serif;
    color: #666;
    text-align:center;
    
}

a img { border:0; }

a {color: #434140;}
a:hover {color:#fff;}

/* ========== END Globals ============= */
#masterDiv
{
    text-align:left;
    width:907px;
    background-color:#fff;
    display:block;
    padding-left:13px;
    font: normal normal 12px Arial, Helvetica, sans-serif;
    color: #666;
    font-weight:normal   
}
/**************** Logo *************************/
#logoDiv
{
    width:894px;
    background-color:#ffffff;
}
#companyLogo
{
    float:left;
    height:55px;
    vertical-align:middle;
    padding-top:20px;
    display:block;
}
#siteLogo
{ 
    float:right;
    display:block;
    width:250px;
}
.passport		{float:right;padding-right:25px;line-height:10px}
.passportTitle	{font-size:9px;font-weight:bold}
.passportSignIn	{font-size:9px;}
#passportLogo	{float:left;padding-right:3px;}
#domainLogo		{padding-top:40px}
a.blankLink		{text-decoration:none}
a:hover.blankLink{color:#434140}



/**************** End Logo *************************/

/**************** Head Promo *************************/
#headerLogo
{
    height:75px;
    width:894px;
    clear:both
}
#headerLogoLeft
{
    height:75px;
    width:609px;
    display:block;
    float:left;
}
#headerLogoRight
{
    height:75px;
    width:279px;
    display:block;
    float:right;
    background-color:#dee3e9;
}
#headerLogoRightPromo
{
    vertical-align:middle;
    text-align:left;
    float:left;
    width:169px; /*height=52px;*/
    padding-top:22px;
    
}
#headerLogoRightClickForDetail
{
    vertical-align:middle;
    text-align:right;
    float:right;
    width:110px;
    padding-top:22px;
}
/**************** End Head Promo *************************/

/**************** Body Content:photo, events *************************/
#bodyDiv
{
    height: 277px;
    padding-top:5px;
    clear:both;
    width:894px;
    display:block;
    
}

/*********** Left body ********************/
#bodyLeftCont
{
    float:left;
    width: 609px;
    min-height:352px;  
    display:block;
    vertical-align:top;
}

#bodyLeftTop
{
    height:272px;
    width: 609px; 
    display:block; 
    background-color: #ffffff;
    vertical-align:top;
    padding-bottom:5px;
}

#bodyLeftBottom
{
    background-color: #ffffff;
    width: 607px;
    height:230px;
    vertical-align:top;
   	border-width:1px;
    border-style:solid;
   	border-color:#ecd6a3;
   	border-top-style:none;
}

#bodyLeftBottomHeader {background-color:#ecd6a3;height:29px;width:607px;color:#977624;text-align:left;line-height:28px;font-size:16px;font-weight:bold;vertical-align:top;}

/* .imgHomeProposal{padding-top:10px;}
.homeProposalSubHead{padding-top:10px; font-size:16px;} */
.homeProposalCopy{padding:7px 15px 5px 38px; line-height:16px; font-size:12px;text-align:left;color:#977624;position:relative;}
.homeTandC{position:absolute;top:174px;right:6px;}
.homeRFP{position:absolute;top:172px;right:227px;}

#bodyPic1
{
   background: url("../images/DFW-image-area-1.jpg"); 
   background-repeat:no-repeat;
   width:198px;
   height:272px;
   float:left;
   vertical-align:top;
   display:block; 
}
#bodyPic2
{
   background: url("../images/DFW-image-area-2.jpg"); 
   background-repeat:no-repeat;
   width:198px;
   height:272px;
   float:left;
   vertical-align:top;
   display:block;
}
#bodyPic3
{
   background: url("../images/DFW-image-area-3.jpg"); 
   background-repeat:no-repeat;
   width:198px;
   height:272px;
   float:right;
   vertical-align:top;
   text-align:left;
   display:block;
    
}
/*********** End Left body ****************/

/*********** Right body *******************/
#bodyRightCont
{
    float:right;
    width: 278px;

    vertical-align:top;
}
#bodyRightTop
{

    height:242px;
    /**height:242px;  IE hack to adjust alignment/height */ 
    width: 278px;
    background-color: #b9c7d4;
}

#imgDFWEvents{margin-bottom:3px}
#imgDFWHotels{margin:5px 0 3px 0;}
#imgHotDates{margin:5px 0 3px 0;}

#bodyRightBottom
{
	height:200px;
    background-color: #d9d3a4;
    width: 278px;
    vertical-align:top;
}
#bodyRightBottomCopy
{
    width: 200px;
    float:left;
    height:193px;
    text-align:left;
    background-color: #d9d3a4;
}
#bodyRigthBottomCopyHeader
{
    padding-left:7px;
    width:190px;
    padding-top:6px;
    font-size:12px;

}
#bodyRightBottomCopyHeaderLinks
{
    font-size:11px;
    line-height:40px;
}
#bodyRightBottomImage
{
    display:block;
    width: 78px;
    float:right;
    height:200px;
    background-color: #d9d3a4;    
}
.bodyRightBottomImageDiv
{
    width:53px;
    height:40px;
    padding-bottom:6px;
    display:block;
}
/*********** End Right body **************/

/**************** End, Body Content:photo, events *************************/

/**************** Hotels Pages **********************************************/
#bodyProposal
{
    width: 609px;
    vertical-align:middle;
    text-align:center;
    background-color:#fff;
    font: normal normal 14px Arial, Helvetica, sans-serif;
    color: #977624;
    height:60px;
    line-height:60px;
}

#hotelProposalButton{float:left;}

#proposalText
{
	padding-top:13px;
}

#bodyLeftHotels
{
    float:left;
    width: 609px;
    min-height:350px;  

    vertical-align:top;
    background: url("../images/hotel-page-background.jpg"); 
    background-repeat:repeat-x;

}
#bodyLeftHotelsLeft
{
    float:left;
    text-align:left;
    vertical-align:top;
    font-size:12px;
    width:201px;
}
#bodyLeftHotelsRight
{
    float:right;
    padding: 10px 10px 10px 0;
    position:relative;
}
#hotelbuttons
{
    position:absolute;top:250px;right:0;
    text-align:right;
    padding: 10px 10px 10px 0;
}

#hotelButtonsimg{padding-bottom:3px;}
#hotelButtonsCateringimg{padding-bottom:5px;}

#bodyBottomContentLeftList
{
    width:480px;
    float:left;
    padding-left:10px;
    text-align:left;
    vertical-align:top;
    font-size:11px;
}
#bodyBottomContentLeftContact
{
    width:500px;
    float:left;
    padding: 15px 0 0 10px;
    text-align:left;
    vertical-align:top;
    font-size:11px;
}

#bodyBottomContentLeft
{
    width:480px;
    float:left;
    padding: 5px 0 0 10px;
    text-align:left;
    vertical-align:top;
    font-size:11px;
}
#bodyBottomContentRight
{
    width:91px;
    float:right;
    vertical-align:top;
}
/*************** End Hotels Pages *******************************************/

/***************** Footer DEV *********************************************/
#footerDiv
{
    height: 10px;
    padding-top: 35px;
    clear: both;
    display: block;
    background-color: #ffffff;
    text-align: right;
    vertical-align: bottom;
    color: #6f6f6f;
    line-height:15px;
    font-size:10px;
}
a.footerLink{text-decoration:none;color:#6f6f6f}
a:hover.footerLink{text-decoration:underline}

/***************** End Footer DEV *****************************************/

/***************** proposal_form ******************************************/
#pf_header
{
    height: 50px;
    padding-top:5px;
     display:block;
    background-color:#cfcfcf;
    
}
#pf_form
{
    padding-top: 10px;
    text-align: left;
    background-color: #cfcfcf;
    width: 607px;
	border-width:1px;
	border-style:solid;
	border-color:#dee3e9;
	border-top-style:none;    
}
#pf_form_copy{
	padding: 0 10px 15px 10px;
}
#pf_form_left
{
    float:left;
    text-align:left;
    width:297px;
    height:380px;
    /**height:377px;*/
    background-color: #cfcfcf;
    padding-left:10px;
	*line-height:9px    
}
#pf_form_right
{
    float: right;
    text-align: left;
    width: 288px;
    height:380px;
    /**height:377px;*/    
    background-color: #cfcfcf;
    border-left: darkgray 2px solid;
    padding-left: 10px;
    *line-height:9px
}
/***************** End proposal_form  *************************************/

/***************** RFP Forms **********************************************/
.title
{
    font-weight:bold;
    line-height:13px
}

.firstChoise
{
    padding-left:15px;
}

/***************** END RFP Forms ******************************************/

/***************** Global Util ********************************************/
.spacerDiv
{
    display:block;
    width:7px;
    height:272px;
    float:left;
}
.spacerDivNoFloat
{
    display:block;
    width:10px;
    height:10px;
}
.handPointerOnHover
{
    cursor:pointer;
}
/***************** End Global Util ****************************************/
#upcomingContainer
{
     height:239px;
    *height:237px; /* IE hack to adjust alignment/height */ 
    width: 278px;
    text-align:left;
    vertical-align:top;
    padding-top:5px;
}
#upCommingSearch
{
    clear:both;
    float:left;
    width:273px;
    height:29px;
    padding-left:5px;
    font-size:9px;
    vertical-align:bottom;
}
#upCommingResults
{
    clear:both;
    float:left;
    width:271px;
    padding-left:5px;
    height:206px;
    *height:206px; /* IE hack to adjust alignment/height */ 
    overflow:auto;

}
/****************** Upcomings ********************************************/


/****************** End Upcomings ****************************************/

#promoPop
{
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: #666666;
}

a.promo {color: #434140;}
a.promo:hover {color:#004263;text-decoration:none}

#TandCPop
{
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    background-color: #666666;
}
