@charset "UTF-8";
/* eric meyer css reset */

/* styles reset begins */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* styles reset ends */

body {
	background-color: #C3C8Ce;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* changed */
	line-height: 16px;
	color: #555;
}
#Wrapper {
	width: 1014px;
	overflow: auto;
	background-color: #FFF;
	margin: 0px auto;
	text-align: left;
}
#Top {
	height: 85px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
#Top img {
	padding-left: 30px;
	padding-top: 25px;
	float: left;
}
#TopNav {
	float: right;
	padding-top: 40px;
	padding-right: 25px;
}
#TopNav a, #TopNav a:link, #TopNav a:active, #TopNav a:visited, #TopNav span {
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px; /* changed */
	font-family: Arial, Helvetica, sans-serif;
}
#TopNav a:hover {
	color: #74a3bf;
}
#TopNav span {
	padding: 0px 3px;
}
#BlueBar {
	height: 15px;
	font-size: 4px;
	clear: both;
	background-color: #5488a8;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
#Banner {
	clear: both;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	height: 150px;
	width: 994px;
	background-image: url('../images/banners/Banner_About.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#GlobalNavContainer {
	position: relative;
}
.GlobalNav {
	position: absolute;
	margin-right: 30px;
}
.GlobalNav .First {
	padding-left: 50px;
}
.GlobalNavLink, .GlobalNavLinkActive {
	display: block;
	height: 25px;
	padding-top: 13px;
	padding-left: 20px;
	height: 25px;
}
.GlobalNavLinkActive {
	background-color: #13500c !important;
	border-bottom: 3px solid #47871c;
}
.GlobalNavLink a, .GlobalNavLink a:link, .GlobalNavLink a:active, .GlobalNavLink a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 15px; /* changed */
	font-family: Arial, Helvetica, sans-serif;
}
#GlobalNavContainer #About {
	left: 0px;
	width: 160px;
}
#GlobalNavContainer #About a.GlobalNavLink, #GlobalNavContainer #About a.GlobalNavLinkVisible {
	padding-left: 50px;
}
#AboutSubNav ul {
	padding-lefT: 15px;
}
#GlobalNavContainer #Services {
	left: 160px;
	width: 185px;
}
#GlobalNavContainer #Portfolio {
	left: 345px;
	width: 210px;
}
#GlobalNavContainer #PortfolioSubNav {
	width: 310px !important;
}
#GlobalNavContainer #PortfolioSubNav ul.Left {
	width: 140px;
}
#GlobalNavContainer #Lease {
	left: 555px;
	width: 155px;
}
#GlobalNavContainer #Results {
	left: 710px;
	width: 135px;
}
#GlobalNavContainer #News {
	left: 845px;
	width: 149px;
}
.SubNav {
	height: 100px;
	background-color: #13500C;
	padding: 4px 0px 5px 0px;
	display:  none;
}
.SubNavVisible {
	height: 100px;
	display: block;
	padding: 4px 0px 5px 0px;
	background-image: url('../images/BGGreen.png');
}
.SubNav ul, .SubNavVisible ul {
	float: left;
	padding-left: 20px;
}
.SubNav ul li, .SubNavVisible ul li {
	padding-top: 3px;
}
.SubNav li a, .SubNavVisible li a, .SubNav li a:link, .SubNavVisible li a:link, .SubNav li a:active, .SubNavVisible li a:active, .SubNav li a:visited, .SubNavVisible li a:visited {
	text-decoration: none;
	line-height: 13px;
	padding-top: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.SubNav li a:hover, .SubNavVisible li a:hover {
	text-decoration: underline;
}
.SubNavVisible li a.SubActive, .SubNavVisible li a.SubActive:hover {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
#TertiaryNav {
	padding-left: 20px !important;
	padding-top: 10px !important;
}
#TertiaryNav li {
	list-style-type: none !important;
	padding-bottom: 5px !important;
}
#TertiaryNav a, #TertiaryNav a:link, #TertiaryNav a:active, #TertiaryNav a:visited {
	font-weight: bold;
	color: #74A3BF;
}
#TertiaryNav a.Active {
	text-decoration: none;
	color: #555555 !important;
	cursor: default;
}
#HeaderContainer {
	clear: both;
	width: 854px;
	background-image: url('../images/BGGreenSolid.gif');
	background-repeat: repeat-x;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	padding-left: 140px;
	overflow: auto;
}
#HeaderContainer .Null {
	width: 185px;
	height: 0px;
	_font-size: 0px;
}
#HeaderContainer span {
	color: #74a3bf;
	font-family: Lucida Sans Unicode, Lucida Grande, MS Sans Serif, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px; /* changed */
	display: block;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
}
#Header {
	padding: 0px 20px 0px 20px;
	height: 100%;
	height: 45px;
	float: left;
	background-image: url('../images/BGHeader.gif');
}
#Header.PageNotFound {
	background-image: none;
}
#Header h1 {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px; /* changed */
}
#Content {
	clear: both;
	margin-left: 150px;
	width: 750px;
	min-height: 350px;
	_height: auto !important;
	_height: 350px;
	overflow: visible;
}
#Content li {
	list-style-type: disc;
	margin-left: 15px;
	padding-top: 3px;
}
#Content #Left {
	float: left;
	font-size: 11px; /* changed */
	width: 225px;
	padding-top: 5px;
	padding-bottom: 15px;
	overflow: auto;
}
#Content #Left img {
	padding-bottom: 5px;
}
#Content #Left h5, #Content #Left p {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#Content #Left h6 {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#Content #Left ul {
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#Content #Left li {
	padding-top: 3px;
	margin-left: 0px;
}
#Content #Left span {
	font-weight: bold;
	color: #5488a8;
}
#ToggleList div {
	display: none;
}
#ToggleList {
	padding-left: 18px !important;
}
#ToggleList img {
	padding-bottom: 0px !important;
	padding-right: 5px;
}
#ToggleList li {
	list-style-type: none;
}
#ToggleList li ul {
	padding-left: 30px !important;
}
#ToggleList li ul li {
	list-style-type: disc;
}
#ToggleList a, #ToggleList a:link, #ToggleList a:active, #ToggleList a:visited {
	color: #74A3BF;
	text-decoration: none;
}
#ToggleList a.Active {
	font-weight: bold;
}
#Content #Right {
	float: right;
	width: 510px;
	font-family: Lucida Sans Unicode, Lucida Grande, MS Sans Serif, Tahoma, Geneva, sans-serif;
	font-size: 13px; /* changed */
	line-height: 18px;
	padding-bottom: 15px;
	text-align: justify;
	margin-bottom: 50px;
}
#Toolbox {
	margin-left: 148px;
	padding-left: 135px;
	width:615px;
	height: 44px;
	clear: both;
	background-image: url('../images/BGToolbox.gif');
	background-repeat: no-repeat;
	overflow: visible;
	padding-bottom: 10px;
}
#Toolbox div {
	float: left;
	width: 185px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 11px; /* changed */
	color: #FFFFFF;
}
#Toolbox a, #Toolbox a:link, #Toolbox a:active, #Toolbox a:visited {
	color: #FFFFFF;
}
#Footer {
	clear: both;
	border-top: 8px solid #7A848C;
	background-color: #C3C8Ce;
	font-size: 9px;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden;
}
/* text styles */

h5 {
	color: #74A3BF;
}
h6 {
	font-style: italic;
}
p {
	padding-bottom: 15px;
}
.Small {
	font-size: 10px;
}
.SmallEmphasis {
	color: #74A3BF;
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 5px;
}
a, a:link, a:active, a:visited {
	color: #555;
}
sup {
	font-size: 10px;
}
.Contact {
	width: 40px;
	display: block;
	float:  left;
}
/* newsroom styles */

.News {
	list-style-type: none !important;
	margin-left: 0px !important;
	font-size: 10px;
	padding-top: 5px !important;
}
.News a, .News a:link, .News a:active, .News a:visited {
	font-size: 13px;
	padding-right: 3px;
}
h2.NewsroomBlogTitle {
	padding-left: 20px;
	padding-top: 10px;
}
ul.NewsroomBlogList {
padding-left: !important;
}
ul.NewsroomBlogList li {
	padding-top: 7px !important;
}
ul.NewsroomBlogList a, ul.NewsroomBlogList a:link, ul.NewsroomBlogList a:active, ul.NewsroomBlogList a:visited {
	text-decoration: none;
}
ul.NewsroomBlogList a:hover {
	text-decoration: underline;
}
.NewsroomBlogLink {
	padding-left: 20px !important;
}
/* newsroom styles end */

#CopyrightContent {
	width: 400px;
	padding: 25px;
}
#CopyrightContent p {
	text-align: left;
}
