/* CSS Document */


/* Multi-Use */

ul #secnavbutns, #secnavbutns li, #secnavbutns li#selected, #secnavbutns a, #secnavbutns #selected a
	{
		margin: 0px;	
		padding: 0px;
	}
	
#secnavbutns a, #secnavbutns #selected a
	{
		text-decoration: none;
		padding: 7px;
		float: left;
		font-weight: bold;
	}
	
/* End of Multi-Use */


/* Normal Navigation Buttons */

#secondarynav
	{
		width: 601px;
		margin-bottom: 10px;	
	}
	
#secnavbutns a
	{
		color: #000;
	}

#secnavbutns li
	{
		float: left;
		background: #ECEDEF url(/images/generic/top-sec.png) repeat-x;
		position: relative;
		border-bottom: solid 1px #7D4632;
	}
	
#secnavbutns li span
	{
		float: left;
		background: url(/images/generic/top-sec.png) repeat-y left;
		position: relative;	
	}
	
#secnavbutns li span span
	{
		background: url(/images/generic/top-sec.png) repeat-y right;
	}
	
#secnavbutns li span span span
	{
		background: url(/images/generic/top-left-sec.png) no-repeat left top;
	}
	
#secnavbutns li span span span span
	{
		background: url(/images/generic/top-right-sec.png) no-repeat right top;	
	}

/* End of Normal Navigation Buttons */


/* Selected Navigation Button */

#secnavbutns #selected a
	{
		color: #fff;
	}
	
#secnavbutns li#selected
	{
		float: left;
		background: #C98B74 url(/images/generic/top-sel-sec.png) repeat-x;
		position: relative;
		border-bottom: solid 1px #7D4632;
	}
	
#secnavbutns li#selected span
	{
		float: left;
		background: url(/images/generic/top-sel-sec.png) repeat-y left;
		position: relative;
	}
	
#secnavbutns li#selected span span
	{
		background: url(/images/generic/top-sel-sec.png) repeat-y right;	
	}
	
#secnavbutns li#selected span span span
	{
		background: url(/images/generic/top-left-sel-sec.png) no-repeat left top;
	}
	
#secnavbutns li#selected span span span span
	{
		background: url(/images/generic/top-right-sel-sec.png) no-repeat right top;	
	}

/* End of Selected Navigation Button */

h3 {
	margin-bottom: 10px;
}

div#key-points ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
}

ul#accom-details {
	margin-bottom: 20px;
}

ul#accom-details li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
}

/* start image container */
div#image-container {
	background-color: #ECEDEF;
	width: 395px;
	margin: 0;
	overflow: hidden;
	padding-left: 25px;
}

div#image-container p  {
	margin: 0;
	padding: 10px 10px 0 10px;
}

div.image-row {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.left-image {
	float: left;
	width: 175px;
	margin: 15px 20px 0px 0px;
}

div.left-image img {
	border: 0;
	width: 175px;
}

div.right-image {
	float: left;
	width: 175px;
}

div.right-image img {
	border: 0;
	width: 175px;
}

/* end image container */
/* End of CSS Document */