﻿/****************************************************************/
/*                           Content                            */
/****************************************************************/
#destination_box {
	width: 553px;
	background-color: #0D004C;
	background-image:url(../images/template/misc/things_dest_bg.jpg);
	margin: 6px 0px 0px 1px;
	border: solid 1px #0D004C;
}
#destination_photo {
	float: right; 
    clear: right; 
	margin: 5px 0px 10px 13px;
}
#related_box {
	margin: 7px 154px 0px 15px;
	padding-top: 10px;
	border-top: 1px solid #AAAAAA;
}
.related_content {
	padding: 10px 0px 5px 0px;
	width: 193px;
	float: left;
}
.related_photo {
	width: 60px;
	height: 76px;
	padding-left: 10px;
	float: left;
}
.related_text_box {
	width: 115px;
	float: right;
	padding-left: 5px;
}
/****************************************************************/
/*                   Secondary Nav & Menus                      */
/****************************************************************/
.menu_heading a:hover{
	color: #0D004C;
	font-weight: bold;
	text-decoration: underline;
}
.menu_heading_current { color: #0D004C; }

#menu_left .carat {
	color: #0D004C;
	margin-right: 3px;
	font-weight: bold;
	text-align: right;
}
#menu_left .submenu a:hover {
	color: #0D004C;
	text-decoration: underline;
	font-weight: normal;
}	