@charset "utf-8";
/* CSS Document */
#container #content #right_side #right_side_contact {
	float: right;
	width: 269px;
	min-width: 269px;
	max-width: 269px;
}

#container #content #right_side #right_side_content {
	float: left;
	width: 487px;
	min-width: 487px;
	max-width: 487px;
}

	#container #content #right_side #right_side_news {
		clear: both;
	}

		#container #content #right_side #box_newsfeed {
			width: 240px;
			height: 275px;
			overflow-y: auto;
			overflow-x: hidden;
			padding-right: 10px;
		}

		#container #content #right_side #right_side_news h1 {
			color: #566974;
			font-weight: bold;
			font-size: 108%;
			letter-spacing: -0.05em;
			margin-bottom: 10px;
		}

		#container #content #right_side #right_side_news h2 {
			color: #1987c9;
			font-weight: bold;
			font-size: 100%;
			letter-spacing: -0.05em;
			line-height: 1.0em;
			margin-bottom: 2px;
		}

			#container #content #right_side #right_side_news h2 a:link, 
			#container #content #right_side #right_side_news h2 a:active, 
			#container #content #right_side #right_side_news h2 a:visited {
				cursor: pointer;
				text-decoration: none;
				color: #1987c9;
			}

			#container #content #right_side #right_side_news h2 a:hover {
				text-decoration: underline;
			}

		#container #content #right_side #right_side_news h3 {
			color: #b0b0b0;
			font-weight: normal;
			font-size: 93%;
			letter-spacing: -0.05em;
			line-height: 1.0em;
			margin-bottom: 15px;
		}

			#container #content #right_side #right_side_news h3 a:link, 
			#container #content #right_side #right_side_news h3 a:active, 
			#container #content #right_side #right_side_news h3 a:visited {
				cursor: pointer;
				text-decoration: none;
				color: #b0b0b0;
			}

			#container #content #right_side #right_side_news h3 a:hover {
				text-decoration: underline;
			}

#container #content #right_side #right_side_content #video_container {
	clear: both;
	margin-right: 5px;
	background-color: #8D99AF;
	height: 315px;
	min-height: 315px;
	max-height: 315px;
}

	#container #content #right_side #right_side_content #video_container #video_container_frame {
		padding: 10px;
	}

#container #content #right_side #right_side_content #video_thumbnails {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 100px;
}

	#container #content #right_side #right_side_content #video_thumbnails ul {
		list-style: none;
		list-style-type: none;
		position: relative;
		margin-top: 5px;
	}

		#container #content #right_side #right_side_content #video_thumbnails ul li {
			list-style: none;
			list-style-type: none;
			margin-right: 4px;
			float: left;
		}

			#container #content #right_side #right_side_content #video_thumbnails ul li a:link, 
			#container #content #right_side #right_side_content #video_thumbnails ul li a:active, 
			#container #content #right_side #right_side_content #video_thumbnails ul li a:visited, 
			#container #content #right_side #right_side_content #video_thumbnails ul li a:hover {
				cursor: pointer;
				text-decoration: none;
			}

			#container #content #right_side #right_side_content #video_thumbnails ul li #video_thumbnail {
				cursor: pointer;
				width: 93px;
				min-width: 93px;
				max-width: 93px;
				height: 100px;
				min-height: 100px;
				max-height: 100px;
				background-position: center top;
				background-repeat: no-repeat;
			}

#container #content #right_side #right_side_content #agents_container {
	clear: both;
}

	#container #content #right_side #right_side_content #agents_container ul {
		list-style: none;
		list-style-type: none;
		position: relative;
		margin-top: 5px;
	}

		#container #content #right_side #right_side_content #agents_container ul li {
			list-style: none;
			list-style-type: none;
			float: left;
			margin-right: 4px;
		}

			#container #content #right_side #right_side_content #agents_container ul li a:link, 
			#container #content #right_side #right_side_content #agents_container ul li a:active, 
			#container #content #right_side #right_side_content #agents_container ul li a:visited, 
			#container #content #right_side #right_side_content #agents_container ul li a:hover {
				cursor: pointer;
				text-decoration: none;
			}
		
			#container #content #right_side #right_side_content #agents_container ul li #agents_headshot {
				cursor: pointer;
				width: 117px;
				min-width: 117px;
				max-width: 117px;
				height: 114px;
				min-height: 114px;
				max-height: 114px;
				background-position: center top;
				background-repeat: no-repeat;
			}
			



