/* CSS Document */

/************************ map section ************************/
#tripdates {
	border-top: #571B09 1px dotted;	
	border-bottom: #571B09 1px dotted;	
	background:#E1E1CB;
	margin-top: 10px;
	margin-bottom:10px;	
	margin-left:20px;
	width: 470px;
	padding: 5px;	
}

#tripdates h1 {
	color: #571B09;
	font-family: arial, helvetica, sans-serif; 
	font-size: 17px;
	line-height: 1;  
	font-weight: bold;
	font-style:normal;
	margin: 0px;
}

#tripdates h2
{
	color: #571B09;
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	font-style:italic;
	margin-top: 8px;
	line-height:1.2;
}

#tripdates p {
	margin: 5px 0;
	text-align:center;	
}

#tripdates img {
	padding: 5px 5px 15px 5px;
	float:right;
}

#tripdates img.border
{ 
	background: #571b09;
    padding-top: 2px;
    padding-left: 2px;	
    padding-right: 2px;	
    padding-bottom: 2px;		
 	border-top: 2px solid #607cac;
    border-left: 2px solid #607cac;		
    border-right: 2px solid #607cac;	
    border-bottom: 2px solid #607cac;	
}



#tripdates p {
	color:#000000;
	text-align:left;
}

#tripdates p.small {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
}

#tripdates hr {
	color:#571B09;
	background-color:#571B09;
	height:1px;
	border:none;
	margin-left:0px; 
	width:100%;
}

#tripdates ul {
	margin-top:.3em;
	margin-bottom:.5em;
	margin-left: .2em;
	padding-left: 1.1em;
	padding-right:10px;		
	text-indent: 0em;
	list-style: disc url(../images/bullet_dot_new.gif) outside;
}

#tripdates ul li {
	padding-top: 3px;
	padding-bottom: 3px;	
	padding-right: 1px;
	padding-left: 1px;	
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
}

#tripdates p.links {
	background:#D8CAA8; 
	/*border-bottom: #571B09 1px dotted;	
	border-left: #571B09 1px solid;
	border-right: #571B09 1px solid;*/		
	float:left;
	margin-top:6px;
	padding: 5px 8px;
	font-weight:bold;