/* CSS Document */
body {
  font-family : Arial; font-size : 12px;
	color: #000000;
  background-color: #ffffff;
	background-image: url(/assets/images/bg_small.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial; font-size: 12px;
	color: #003366;
}

.keywords {
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #c5c5c5;
	display: inline;
}

table.floatLeft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	/*margin: 5px;*/
	text-align: center;	
}

table.floatRight {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	/*margin: 5px;*/
	text-align: center;	
}

a.textlinks, a.textlinks:visited, a.textlinks:active {
  color: #558ed5;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

a.textlinks:hover {
  color: #558ed5;
  text-decoration: underline;
}

a.textlinksbold, a.textlinksbold:visited, a.textlinksbold:active {
  color: #558ed5;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.textlinksbold:hover {
  color: #558ed5;
  text-decoration: underline;
}

a.footerlinks, a.footerlinks:visited, a.footerlinks:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

a.footerlinks:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.siteDesignLink, A.siteDesignLink:visited, A.siteDesignLink:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

A.siteDesignLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.topnavlinks, a.topnavlinks:visited, a.topnavlinks:active {
  color: #003366;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

a.topnavlinks:hover {
  color: #003366;
  text-decoration: underline;
}

.contactBgTable {
	width: 220px;
	background-color: #d6d3d6;
	border: 1px solid;
	border-color: #006699;
	margin-left: auto;
	margin-right: auto;
}

.contactTable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.inputField {
	background-color: #f6f3f6;
	width: 125px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;	
}

.inputFieldLong {
	width: 140px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.inputFieldXLong {
	width: 225px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.inputFieldXSmall {
	width: 25px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;		
}

.copyright {
  color: #006699;
  font-weight: normal;
  font-size: 10px;
}

.pageTitle {
  font-weight: bold;
  font-size: 16px;	
}

.subpageTitle {
  font-weight: bold;
  font-size: 16px;	
	color: #fffff;
}

.textareaField {
	width: 390px; 
	height: 161px; 
	font-family: tahoma; 
	font-size: 10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.whiteText {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

#prod_serv_content {
	color: #ffffff;
}

#prod_serv_content a, a:link, a:visited, a:active {
	color: #558ed5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#prod_serv_content a:hover {
	color: #558ed5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;	
}



#prod_serv_content li {
  list-style-type: none;
  margin: 0;
  padding: 0;	
}

#leasing_stragies_bullets ul {
	margin-top: 9px;
	padding: 0;
}

#leasing_stragies_bullets li {
	color: #558ed5;
}

#topright_nav a, a:link, a:visited, a:active {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#topright_nav a:hover {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;	
}

.content {
	float: left;  
	padding-top: 26px;
}