
/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#page-content {
		margin: 0px;
		text-align: justify;
	}

	#page-content h1,
	#page-content h2.h1-style {
		width: 100%;
		margin-top: 18px;
		padding-right: 25px;
		background: url(/_design/destination-of-the-month/h1-bullet.jpg) no-repeat scroll right 2px;
		font-size: 18px;
		display: block;
	}

	#page-content h2 {
		background: url(/_design/destination-of-the-month/strong-arrow.jpg) no-repeat scroll 98% center;
		padding-right: 30px;
		line-height: 40px;
	}

	.section-header {
		background-image: url(/_design/destination-of-the-month/destination-of-the-month-header.jpg);
	}

	#page-content img {
		margin: 4px 0px 6px 12px;
		border: 2px solid #6f9f90;
		clear: left;
		float: left;
	}

	#page-content #factfile {
		padding: 5px 10px;
		background-color: #d7e5e1;
	}

	#page-content #factfile p {
		margin-top: 10px;
		color: #666666;
		font-weight: bold;
	}

	#page-content #factfile img {
		margin-top: 20px;
	}

	/* end sections */
	
}

@media print {


}
