#tripContainerTop{
    position:relative;
    width:880px;
    height:360px;
}
#tripInfo{
    width:405px;
    height:360px;
}
#tripInfo .title{
    float:left;
    width:70px;
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:bold;
    color:#778833;
    padding: 0 0 0 0;
    margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
#tripInfo .detail{
    float:left;
    width:325px;
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#000;
}
#tripInfo .detail a{
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#7788DD;
    text-decoration:underline;
}
#tripInfo .detail a:link{
    color:#FF9900;
}
#tripInfo .detail a:active{
    color:#FF9900;
}
#tripInfo .detail a:visited{
    color:#FF9900;
}
#tripInfo .detail a:hover{
    color:#2233BB;
}
#tripInfo .detail ul{
    list-style: none;
    overflow:hidden;
    padding: 0 0 5px 0;
    margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
#tripInfo .detail ul li{
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#000;
    padding: 0 0 0 0;
    margin: 0 0 5px 0 ;	/*top, right, bottom, left*/
}
#tripInfo .detail ul li .grn{
    font-family: tahoma,verdana,arial;
    font-size:10pt;
    font-weight:normal;
    color:#778833;
    padding: 0 5px 0 0;
    margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
#tripInfo .clearLine{
    clear:both;
    height:0;
    padding: 0 0 0 0;
    margin: 0 0 0 0 ;	/*top, right, bottom, left*/
}
#tripMainImage{
    position:absolute;
    top:0;
    left:425px;
    width:455px;
    height:340px;
}
#tripMainImage img{
    width:455px;
    height:340px;
}
ul#tripImages{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#tripImages li{
    float:left;
    width:152px;
    height:202px;
    display:block;
    padding: 0 0 0 0;
    margin: 0 10px 20px 10px;	/*top, right, bottom, left*/
}
ul#tripImages li img{
    border:1px solid #DD6600;
}
ul#tripImages li a{
    display:block;
    position:relative;
    width:152px;
    height:202px;
    text-align:center;
    font-family:"Century Gothic","Arial Rounded MT Bold",arial;
    font-size:9pt;
    background-color:transparent;
    color:#000;
    font-weight:normal;
    padding: 0 0 0 0;
    margin: 0 0 0 0;	/*top, right, bottom, left*/
}
ul#tripImages li a{
    text-decoration:none;
}
ul#tripImages li a:link{
    text-decoration:none;
}
ul#tripImages li a:visited{
    text-decoration:none;
}
ul#tripImages li a:hover{
    text-decoration:none;
}
.signature{
    font-family:"Century Gothic",arial;
    font-size:13pt;
    background-color:transparent;
    color:#DD6600;
    font-weight:bold;
    font-style:italic;
}
