﻿/*
	Styles for the Unit Sites 
*/

table#content-layout {
	margin-bottom: 15px;
	}
#content-main-cell {
	width: 100%;	
	}
#content-full { 
/*	padding-right: 15px; */
	}
#content-sidebar {
	padding-right: 15px !important;
	}
#content-highlight-section-home {
	background-color: #d2caad;
	border: 1px solid #666;
	}	

#content-highlight-unit-home {
	background-color: #d2caad;
	border: 1px solid #666;
	width: 100%;
	}
	#highlightText {
		padding: 10px;
		width: 100%;
		vertical-align: top;
		}
	#highlightPhoto {
		background-color: #262626;
		border-left: 1px solid #666;
		display: block;
		vertical-align: top;
		color: #888;
		font: 9px Verdana;
		/* padding: 15px; */
		}
		#highlightPhoto img {
			/* margin: -15px -15px 15px -15px; */
			margin: 0;
			display: block;
			}
			
