/* 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;
}

div#accom-details {
	margin-bottom: 7px;
	position: relative;
	width: 524px;
}

div#accom-details div.list-item {
	float: left;
	width: 262px;
	background: url(/images/generic/black-bullet.gif) 0 4px no-repeat;
}

div.list-pad {
	margin-left: 16px;
	float: left;
}

/* End of CSS Document */