* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	color: #2b2e5a;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logoBar {
	background-image: url(images/bg_logoBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 140px;
	width: 980px;
	position: relative;
}
#logoBar a {
	text-indent: -10000px;
	display: block;
	height: 117px;
	width: 202px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#nav {
	list-style-type: none;
	background-color: #2a78ad;
	display: block;
	height: 40px;
	width: 980px;
	position: relative;
}
#nav   li,#homePanel li {
	float: left;
}
#nav  li a {
	display: block;
	height: 40px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
}
#nav a.home {
	width: 78px;
	background-image: url(images/mnu_home.gif);
}
#nav a.services {
	width: 106px;
	background-image: url(images/mnu_services.gif);
}
#nav a.aboutus {
	width: 107px;
	background-image: url(images/mnu_aboutUs.gif);
}
#nav a.careers {
	width: 102px;
	background-image: url(images/mnu_careers.gif);
}
#nav a.clients {
	width: 95px;
	background-image: url(images/mnu_clients.gif);
}
#nav a.news {
	width: 77px;
	background-image: url(images/mnu_news.gif);
}
#nav a.contact {
	width: 128px;
	background-image: url(images/mnu_contactUs.gif);
}

#home #nav a.home,#services #nav a.services,#aboutus #nav a.aboutus,#careers #nav a.careers,#clients #nav a.clients,#news #nav a.news,#contact #nav a.contact {
	background-position: left -80px;
	background-repeat: no-repeat;
	cursor: default;
}
#nav  li a:hover {
	background-position: left -40px;
}
#nav  li  #menu {
	display: block;
	position: absolute;
	left: -999px;
	top: 40px;
	z-index: 10;
	list-style-type: none;
	font-size: 80%;
	width: 140px;
	padding-left: 10px;
	background-image: url(images/menuGlow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-bottom: 10px;
}
#nav li:hover #menu {
	left: auto;
}
#nav  li  #menu  li  a {
	display: block;
	width: 140px;
	background-color: #2A78AD;
	height: 20px;
	text-indent: 6px;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B91CC;
}
#nav  li  #menu  li  a:hover {
	background-color: #3b91cc;
}



#homePanel {
	background-image: url(images/bg_homePanel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 300px;
	width: 980px;
	position: relative;
	list-style-type: none;
}
#homePanel a.socialHousing,#homePanel a.retail,#homePanel a.insurance,#homePanel a.refurb {
	display: block;
	height: 220px;
	width: 198px;
	position: absolute;
	left: 10px;
	top: 70px;
	text-indent: -10000px;
}
#homePanel a.socialHousing {
	left: 10px;
}
#homePanel a.retail {
	left: 218px;
}
#homePanel a.insurance {
	left: 426px;
}
#homePanel a.refurb {
	left: 634px;
}
#content {
	display: block;
	width: 960px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#col1  {
	display: block;
	width: 580px;
	float: left;
}
#col1 h1 {
	font-size: 140%;
	color: #49B217;
	margin-bottom: 4px;
}

#col1  p  {
	margin-bottom: 12px;
	font-size: 90%;
}
#col2  {
	display: block;
	float: right;
	width: 315px;
	line-height: 110%;
}
#col2 h2 {
	font-size: 120%;
	font-weight: bold;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4EB21A;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

#col2  p  {
	font-size: 75%;
}
#col2 a:hover {
	text-decoration: underline;
}

#col2 .article {
	display: block;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E1F1;
}
#col2 #links {
	list-style-type: none;
}
#col2    #links .newsLink   {
	font-size: 80%;
	color: #2A78AD;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	background-image: url(images/icon_newsLink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
#col2    #links    .newsLink:hover  {
	text-decoration: underline;
}
#twitter_update_list {
	display: block;
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 75%;
	list-style-type: none;
}
#twitter_update_list li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E1F1;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#twitter_update_list li a {
	color: #4EB61B;
}



#footer {
	display: block;
	clear: both;
	height: 60px;
	width: 960px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E1F1;
	font-size: 70%;
	color: #49B217;
}
#footer  .copyright {
	float: right;
	line-height: 100%;
}
#footer a {
	color: #2B2E5A;
	text-decoration: none;
}
.footerLinks {
	list-style-type: none;
}
.footerLinks  li {
	float: left;
}
.footerLinks  a {
	line-height: 100%;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4EB21A;
}
.footerLinks a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerLinks a.first {
	padding-left: 0px;
}
#footer  a:hover {
	text-decoration: underline;
}

.location {
	display: block;
	clear: both;
	padding-top: 4px;
}

