/* ROOM FOR TWO */
/* Section Legal Stylesheet
--------------------------------------------------------------------------- */
	
	@import url("widget-subscribe.css");
	@import url("widget-editorial.css");
	@import url("widget-event.css");
	@import url("widget-pagination.css");
	@import url("widget-photo.css");	
	
	
/* Style Precedents
--------------------------------------------------------------------------- */

	.section-legal #content {
	
	width: 920px;
	margin: 85px 0 0 32px;
	color: #363c41;
	
	}
	
	.section-legal #content h2 {
	
	font: bold 28px/31px Arial, sans-serif;
	text-transform: uppercase;
	padding: 22px 0 0 0;
	color: #363c41;
	
	}	
	
	.section-legal #content h3 {
	
	font: bold 19px/22px Arial, sans-serif;
	text-transform: uppercase;
	padding: 12px 0 12px 0;
	color: #363c41;
	
	}
	
	.section-legal #content h4 {
	
	font: bold 14px/17px Arial, sans-serif;
	color: #363c41;
	
	}	
	
	.section-legal #content p {
	
	padding-bottom: 10px;
	
	}
	
	.section-legal #content a {
	
	color: #363c41;
	font-weight: bold;
	
	}	
	
	.section-legal #content a:hover {
	
	color: #363c41;
	font-weight: bold;
	text-decoration: underline;
	
	}
	
	.section-legal #content ul {
	
	padding: 0 0 10px 30px;
	list-style-type: circle;
	
	}

	.section-legal #content ul li {
	
	padding: 0 0 0 5px;
	line-height: 150%;
	list-style-type: disc;
	
	}
	
	.section-legal #content ol li {
	
	list-style-type: decimal;
	padding: 0 0 0 5px;
	line-height: 150%;
	
	}
	

	

	
	
	
	
	
