/*
@description Standard CSS

@author	Sally Edgington
@created 2009-02-24

@dependsOn 
@basedOn 

@modified
*/



.right {
	width: 47%;
	margin-right:0%;
	margin-left: 10px;
	float: right;
}

.left {
	width: 47%;
	margin-right:0%;
	margin-right: 10px;
	float: left;
}

.full {
	width: 100%;
	clear: both;
}

#primary-content h2 span {
	background:transparent url(/display_images/staff_gateway/arrow.gif) no-repeat scroll left 0.4em;
	display:inline;
	margin-left:3px;
	padding:0 0 0 4px;
}

#primary-content div.contentContainer {
	margin-bottom: 0;
}

#primary-content div.contentContainer ul {
	overflow: hidden;
	margin-bottom: 4px;
}
	#primary-content div.contentContainer ul li {
		margin: 0 0 4px 0;
		padding-left: 0;
		background: transparent url(/display_images/staff_gateway/bullet_arrow.gif) no-repeat scroll 3px 0.5em;
		display:block;
		height:100%;
		padding:0 0 0 10px;
		/*font-size: 0.9em;*/
	}


.embedteaser, .related.related-articles.embed {
	border: 1px #B1B1B1 solid; 
	padding: 10px 10px 5px;
	margin-top: 10px;
	background: #f2f5f7 url(/display_images/staff_gateway/bg_homepage_odd_column.gif) /*#F8FAFB*/;
}


	.embedteaser h2, .related.related-articles.embed h2 {
		margin-top: 0;
	}

	#primary-content .embedteaser div.contentContainer ul {
		margin-bottom: 0;
	}
	
	.related.related-articles.embed h2.styledlinkheader, .related.related-articles.embed h2.styledlinkheader a  {
			color: #A67B1B;
		}
			.related.related-articles.embed h2.styledlinkheader a:hover {
				color: #D0AF67;
			}
			.related.related-articles.embed h2 span {
				background:transparent url(/display_images/staff_gateway/arrow.gif) no-repeat scroll left 0.4em;
				display:inline;
				margin-left:3px;
				padding:0 0 0 4px;
			}
			

.related.related-articles li {
	background:transparent url(/display_images/staff_gateway/bullet_arrow.gif) no-repeat scroll 3px 0.5em;
	display:block;
	height:100%;
	margin:0 0 4px;
	padding:0 0 0 10px;
}
