body {

	background: #2b463b;
	margin: 0; 
	padding: 0;
}



#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 928px; 
	margin-left: auto ;
    margin-right: auto ;

}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
body,td,th {

	font-family: Arial, Helvetica, sans-serif;
}


#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Helvetica;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-align: left;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #9a0000;
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-right: 104px;
}


.no_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.bigger_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-right: 104px;
}


.right_quote_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	
}

#bg { margin-bottom:-575px; position:fixed; width:100%; top:0; left:0; }

#About_Us
{
  display: block;
  width: 72px;
  height: 40px;
  background: url("../images/nav_bar/about_us.gif") no-repeat 0 0;

}

#About_Us:hover
{ 
  background-position: 0 -40px;
}

#About_Us span
{
  display: none;
}

#Portfolio
{
  display: block;
  width: 70px;
  height: 40px;
  background: url("../images/nav_bar/portfolio.gif") no-repeat 0 0;

}

#Portfolio:hover
{ 
  background-position: 0 -40px;
}

#Portfolio span
{
  display: none;
}

#Development_Challenges
{
  display: block;
  width: 171px;
  height: 40px;
  background: url("../images/nav_bar/development_challenges.gif") no-repeat 0 0;

}

#Development_Challenges:hover
{ 
  background-position: 0 -40px;
}

#Development_Challenges span
{
  display: none;
}

#Acquistion_Development
{
  display: block;
  width: 227px;
  height: 40px;
  background: url("../images/nav_bar/acquisition_development.gif") no-repeat 0 0;

}

#Acquistion_Development:hover
{ 
  background-position: 0 -40px;
}

#Acquistion_Development span
{
  display: none;
}

#Property_Listings
{
  display: block;
  width: 119px;
  height: 40px;
  background: url("../images/nav_bar/property_listings.gif") no-repeat 0 0;

}

#Property_Listings:hover
{ 
  background-position: 0 -40px;
}

#Property_Listings span
{
  display: none;
}

#News
{
  display: block;
  width: 53px;
  height: 40px;
  background: url("../images/nav_bar/news.gif") no-repeat 0 0;

}

#News:hover
{ 
  background-position: 0 -40px;
}

#News span
{
  display: none;
}


#Contact_Us
{
  display: block;
  width: 81px;
  height: 40px;
  background: url("../images/nav_bar/contact_us.gif") no-repeat 0 0;

}

#Contact_Us:hover
{ 
  background-position: 0 -40px;
}

#Contact_Us span
{
  display: none;
}



