#content-new {
    width: 942px !important;
}

h3 {
    font-size: 14px;
    color: #e88b2e;
    font-weight: bold;
}

p {
    font-size: 14px;
    padding: 20px 0px 20px 0px; 
    margin: 0 0 10px 0;
    border-top: 1px solid #c0c0c0;
    overflow: hidden;
}

p:first-child {
    font-size: 14px;
    padding: 20px 0px 20px 0px; 
    margin: 0 0 10px 0;
    border-top: 0px solid #c0c0c0;
    font-weight: bold;
    overflow: hidden;
}

p strong {
    font-size: 14px;
    font-weight: bold;
    color: #e88b2e;    
    text-decoration: underline;
    padding: 0px 0px 10px 0px;
    display: block;
}

section#col1 {
	float: left;
	width: 627px;
	padding-bottom: 25px;
}

section#col1 hr {
    border: 1px thin #c0c0c0;
	color: #c0c0c0; 
}

aside#col2 {
	float: right;
	width: 300px;
    padding: 0px;
	margin: 0;
}

aside#col2 p {
    font-size: 14px;
    padding: 0px 0px 0px 0px; 
    margin: 0 0 0 0;
    border-top: 1px solid #c0c0c0;   
}

aside#col2 img {
    padding: 0px;
	margin: 0;
}

/* start destination homepage only */
section.banner div.dropdownhome {
    display: inline;
    position: absolute;
    left: 665px;
    top: 50px;
}

section.banner div.dropdownhome div.texthome {
    display: block;
    position: relative; 
    text-align: center;
    float: none;
    top: 0px;
    left: 0px;
    margin-bottom: 15px;
}

section.banner div.dropdownhome select {
    display: inline;
    position: relative;
    left: 15px;
    top: 0px; 
} 

section.banner div.dropdownhome img.imghome {
    display: inline;
    position: relative;
    left: 50px;
    top: 15px; 
} 

/* BEGIN homebestsellers STYLES */
div.homebestsellers {
    position: relative;
    width: 280px; 
    border: 1px solid #c0c0c0; 
    background-color: #f8f8f8;    
    overflow: hidden;    
    padding: 10px; 
}

div.homebestsellers hr {
    border: 1px thin #c0c0c0;
	color: #c0c0c0; 
}

div.homebestsellers ul li {
    margin-bottom: 15px;
}

div.homebestsellers ul li span {
    color: #e88b2e;
}

div.homebestsellers a {
    font-size: 14px;
    font-weight: bold; 
    color: #378bbe !important;
}

div.homebestsellers a.viewall {
    position: relative;
    float: right;
    display: inline;
    padding: 0px 0px 0px 12px;
    margin: 0 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;   
}

div.homebestsellers a.arrowdefault2 {
    font-size: 14px;
    font-weight: normal;  
    color: #378bbe !important;
    text-decoration: underline;
    display: block;
    padding: 0px 0px 0px 12px;
    margin: 0px 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;   
}
/* END homebestsellers STYLES */

/* end destination homepage only */

/* email sign up styles */
aside#col2 span.orange-text {
    color: #e27307;
}

aside#col2 a {
    color: #444444;     
}

aside#col2 span.links {
    font-size: 12px; 
    display: block;
    margin-bottom: 15px;
}

aside#col2 a:hover {
    color: #4793cf;  
}

aside#col2 input.textbox {
    color: #444444;
    font-size: 13px;
	width: 195px;
	padding: 4px;
    border:1px solid #C1C1C1;
    font-family: arial;
}

aside#col2 input.image-button {
	position: relative;
    float: right;
    margin: 0 15px 0 0;
}
/* end email sign up styles */


/* BEGIN banner STYLES */
section.banner {
    margin: 0 0 15px 0;
    position: relative;
    overflow: hidden;
}

section.banner img {
    position: relative; 
} 

section.banner div {
    display: inline;
    position: absolute;
    left: 35px;
    top: 125px;
}

section.banner div a {    
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
}

/* END banner STYLES */

/* BEGIN bestSelling STYLES */
div.bestsellers {
    position: relative;
    width: 605px; 
    border: 1px solid #c0c0c0; 
    background-color: #f8f8f8;    
    overflow: hidden;    
    padding: 10px;
    margin-bottom: 20px; 
}

div.bestsellers hr {
    border: 1px thin #c0c0c0;
	color: #c0c0c0; 
}

div.bestsellers ul {
    width: 600px;
    overflow: hidden;}

div.bestsellers ul li.one {
    width: 290px;
    height: 150px;
    overflow: hidden;
    float: left;
    display: inline;
    border-right: 1px solid #c0c0c0;
    margin-right: 5px;
}

div.bestsellers ul li.two {
    width: 290px;
    height: 150px;
    overflow: hidden;
    float: left;
    display: inline;
    border-right: 0px solid #c0c0c0;
    margin-left: 5px;
}

div.bestsellers ul li span {
    color: #e88b2e;
}

div.bestsellers ul li div {
    width: 210px;   
    position: relative; 
    float: right;
    padding-right: 5px;
}

div.bestsellers a {
    font-size: 14px;
    font-weight: bold; 
    color: #378bbe !important;
}

div.bestsellers a.viewall {
    position: relative;
    float: right;
    display: inline;
    padding: 0px 0px 0px 12px;
    margin: 0 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;   
}

div.bestsellers a.arrowdefault2 {
    font-size: 14px;
    font-weight: normal;  
    color: #378bbe !important;
    text-decoration: underline;
    display: block;
    padding: 0px 0px 0px 12px;
    margin: 0 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;   
}
/* END bestSelling STYLES */

/* BEGIN seo STYLES */
section.seo {
    margin: 0 0 20px 0;
    overflow: hidden;  
}

section.seo a.arrowdefault {
    font-size: 14px;  
    text-decoration: underline;
    display: block;
    padding: 0px 0px 5px 12px;
    margin: 5px 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;   
}

section.seo a.arrowdown {
    font-size: 14px;  
    text-decoration: underline;
    display: block;
    padding: 0px 0px 5px 12px;
    margin: 5px 0 0 0;    
    display: block;
    background-image: url(/images/shared/arrow_red_down.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;   
}

section.seo a.arrowright {
    font-size: 14px;  
    text-decoration: underline;
    display: block;
    padding: 0px 0px 5px 12px;
    margin: 5px 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;   
}

section.seo p:first-child {
    border: 0px; 
    padding: 0px 0px 0px 12px;
    display: block;   
}

section.seo p {
    border: 0px; 
    padding: 0px 0px 0px 12px;
    display: none;   
}

section.seo p a {
    font-size: 14px;  
    text-decoration: underline;
    display: inline;
    padding: 0px;
    margin: 0;    
    background-image: none;  
}
/* END seo STYLES */

/* BEGIN nileguide STYLES */
section.nileguide {
    margin: 0 0 30px 0;
    overflow: hidden;    
}

section.nileguide a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;      
    text-decoration: none;
    padding: 0px 0px 0px 30px;
    margin: 5px 0 0 0;    
    display: block;
    clear: both;
    background-image: url(/images/family/destinations/pdf_11.gif);
    background-repeat: no-repeat;
}

section.nileguide a:first-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;      
    text-decoration: none;
    padding: 0px 0px 0px 30px;
    margin: 10px 0 0 0;    
    display: block;
    clear: both;
    background-image: url(/images/family/destinations/pdf_11.gif);
    background-repeat: no-repeat;
}

section.nileguide a.nilelink {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;      
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 5px 0 0 0;    
    display: block;
    clear: both;
    background-image: none;
    background-repeat: no-repeat;
}

section.nileguide a.nilelink:first-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;      
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 10px 0 0 0;    
    display: block;
    clear: both;
    background-image: none;
    background-repeat: no-repeat;
}

section.nileguide a.headerlink {
    font-size: 14px;
    font-weight: normal;      
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0;    
    display: block;
    background-image: none;
}
/* END nileguide STYLES */

/* BEGIN subdestination STYLES */
section.subdestination {
    margin: 20px 0 0 0;
    overflow: hidden;
}

section.subdestination h3 {
    text-decoration: underline;
    padding: 0px 0px 10px 0px;
}

section.subdestination dl {
    border-top: 1px solid #c0c0c0;
    padding: 0px 0px 0px 0px;    
    clear: both;
    border-top: 1px solid #cccccc;
    display: block;
}

section.subdestination dt {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0px 20px 0px; 
    margin: 0; 
    float: left; 
    width: 204px;
    border: 0px solid #000000;
}

section.subdestination dt img {
    padding: 0px; 
    margin-right: 10px; 
    margin-bottom: 10px;
}

section.subdestination dd {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0px 20px 0px; 
    margin: 0; 
    float: right; 
    width: 395px; 
    border: 0px solid #000000; 
}

section.subdestination dd strong {
    font-size: 14px;
    font-weight: bold;
    color: #e88b2e;    
    text-decoration: underline;
    padding: 0px 0px 10px 0px;
    display: block;
}

section.subdestination dd a.headerlink {
    font-size: 14px;
    font-weight: bold;
    color: #e88b2e;    
    text-decoration: underline;
    padding: 0px 0px 10px 0px;
    display: block;
}

section.subdestination dd span {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0px 10px 0px; 
    margin: 0;
    display: none;
}

section.subdestination a.arrow {
    clear: both;
    font-size: 14px;  
    text-decoration: underline;
    display: block;
    padding: 0px 0px 5px 12px;
    margin: 5px 0 0 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;  
}

section.subdestination ul {
    overflow: hidden;    
}
section.subdestination ul li {
    float: left;
    display: inline;
    width: 175px; 
}

/* END subdestination STYLES */

/* BEGIN tldontmiss STYLES */
section.tldontmiss:first-child {
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 10px; 
    border: 1px solid #c0c0c0; 
    background-color: #eef9fb;
    display: block;
    
}

section.tldontmiss {    
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 10px; 
    border: 1px solid #c0c0c0; 
    background-color: #eef9fb;
    display: none;       
}

section.tldontmiss a {
    text-decoration: none;     
}

section.tldontmiss a.viewmore {
    font-size: 14px;  
    color: #4793cf !important;
    text-decoration: underline;
    position: relative;
    height: auto;
    display: block;
    clear: both;
    float: right;
    padding: 0px 0px 5px 12px;
    margin: 5px 0 5px 0;    
    background-image: url(/images/shared/arrow_right_red.gif);
    background-position: 0px 4px; 
    background-repeat: no-repeat;     
}

section.tldontmiss hr {
    border: 1px thin #c0c0c0;
	color: #c0c0c0; 
}

section.tldontmiss strong {
    font-size: 14px;
    color: #e88b2e;
    font-weight: bold;
    display: block;        
}

section.tldontmiss ul li {
    margin: 15px 0 0 15px;
    padding: 0px;
    list-style: disc;
    list-style-position: outside;
    font-size: 14px;  
}
/* end tldontmiss STYLES */

/* begin map styles */
section.map {
    margin: 20px 0 10px 0;
    overflow: hidden;
}

div#google-map {
	width: 278px;
    padding: 10px;
	height: 200px;
	border: 1px solid silver;
	overflow: hidden;
    background-color: #ffffff;
    clear: both; 
}
/* end google styles */

/* BEGIN photos STYLES */
section.photos {
    margin: 10px 0 30px 0;
    overflow: hidden;
}
/* END photos STYLES */
