@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
html {
	overflow-y: scroll;
}
body {
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F4F7E5;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #46290e;
	font-size: 14px;
	line-height: 24px;
}
a {
	outline: none;
	color: #46290e;
}
p {
	margin-bottom: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #516498;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #516498;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 32px;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 18px;
}
ol {
	list-style-position: outside;
	margin-left: 20px;
}
.disclosure {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #46290e;
	line-height: 16px;
}
a:link, a:visited {
	color: #516498;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#nav {
	width: 680px;
	float: left;
	height: 65px;
	padding-top: 6px;
}
#nav ul {
	list-style-type: none;
	margin-left: 0px;
}
#nav ul  li {
	display: block;
	float: left;
	text-align: center;
	height: 51px;
}
#nav li a  {
	color: #583515;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	}
#nav ul li.home {
	width: 40px;
}
#nav ul li.home a {
	display: block;
	height: 51px;
	width: 40px;
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
}
#nav ul li.home a:hover {
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: -40px 0;
}
#nav ul li.home a.current {
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: -80px 0;
}
#nav ul li.about {
	width: 76px;
}
#nav ul li.about a {
	display: block;
	height: 51px;
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	width: 76px;
}
#nav ul li.about a:hover {
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: -76px 0px;
}
#nav ul li.about a.current {
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: -152px 0;
}
#nav  ul  li.management {
	width: 136px;
}
#nav  ul  li.management  a {
	display: block;
	height: 51px;
	background-image: url(../images/nav_management.jpg);
	background-repeat: no-repeat;
	width: 136px;
}
#nav  ul  li.management  a:hover {
	background-image: url(../images/nav_management.jpg);
	background-repeat: no-repeat;
	background-position: -136px 0px;
}
#nav ul li.management a.current {
	background-image: url(../images/nav_management.jpg);
	background-repeat: no-repeat;
	background-position: -272px 0;
}
#nav     ul     li.exchange {
	width: 140px;
}
#nav     ul     li.exchange     a {
	display: block;
	height: 51px;
	background-image: url(../images/nav_1031Exchange.jpg);
	background-repeat: no-repeat;
	width: 140px;
}
#nav    ul    li.exchange    a:hover {
	background-image: url(../images/nav_1031Exchange.jpg);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
#nav    ul    li.exchange    a.current {
	background-image: url(../images/nav_1031Exchange.jpg);
	background-repeat: no-repeat;
	background-position: -280px 0px;
}
#nav    ul    li.productOverview {
	width: 186px;
}
#nav   ul   li.productOverview   a {
	display: block;
	height: 51px;
	background-image: url(../images/nav_productOverview.jpg);
	background-repeat: no-repeat;
	width: 186px;
}
#nav  ul  li.productOverview  a:hover {
	background-image: url(../images/nav_productOverview.jpg);
	background-repeat: no-repeat;
	background-position: -186px 0px;
}
#nav ul li.productOverview a.current {
	background-image: url(../images/nav_productOverview.jpg);
	background-repeat: no-repeat;
	background-position: -372px 0;
}
#nav ul li.contact {
	width: 97px;
}
#nav ul li.contact a {
	display: block;
	height: 51px;
	background-image: url(../images/nav_contact.jpg);
	background-repeat: no-repeat;
	width: 97px;
	background-position: 0px 0px;
}
#nav ul li.contact a:hover {
	background-image: url(../images/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: -97px 0px;
}
#nav ul li.contact a.current {
	background-image: url(../images/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: -194px 0;
}
#wrapperIndex {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imgMain_index.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
	height: 420px;
}
#bridgeLogo {
	float: left;
	width: 295px;
	height: 177px;
}
#content {
	height: 515px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#contentWrapper {
	padding-bottom: 100px;
}
#contentLeft {
	width: 470px;
	float: left;
	margin-left: 20px;
	position: relative;
}
#mainContent {
/*
	width: 470px;
*/
	float: left;
	margin-left: 0px;
	position: relative;
}

#mainContent p a {
	color: #46290e;
}

#indexContent {
	width: 470px;
	float: left;
	margin-left: 20px;
	position: relative;
}
#contentRight {
	width: 470px;
	float: right;
	padding-top: 40px;
}
#contentLeft img {
	margin-right: auto;
	margin-left: auto;
}
#footerWrapper {
	height: 174px;
	background-image: url(../images/footerBrick01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #5C3B0D;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 152px;
	color: #7A8264;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 15px;
	position: relative;
	font-weight: normal;
	padding-top: 22px;
	line-height: 18px;
}
#footer a:link, #footer a:visited {
	color: #7A8264;
}
#footer a:hover, #footer a:active {
	color: #F4F7E5;
}
#indexREISALogo  {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 465px;
	right: 20px;
}
#indexBtnDownload {
	height: 82px;
	width: 246px;
	position: absolute;
	top: 490px;
}
#indexBtnDownload ul {
	list-style-type: none;
	margin-left: 0px;
}
#indexBtnDownload li {
	display: block;
}
#indexBtnDownload a {
	background-image: url(../images/btnRequestREInfo01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	width: 246px;
	display: block;
	text-indent: -9999px;
}
#indexBtnDownload a:hover {
	background-image: url(../images/btnRequestREInfo01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#indexBtnSpecialties {
	height: 111px;
	width: 460px;
}
#indexBtnSpecialties ul {
	list-style-type: none;
}
#indexBtnSpecialties li {
	display: block;
}
#indexBtnSpecialties a {
	background-image: url(../images/btnHomeSpecialties.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 111px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#indexBtnSpecialties a:hover {
	background-image: url(../images/btnHomeSpecialties.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#indexBtnManagement {
	height: 111px;
	width: 460px;
}
#indexBtnManagement ul {
	list-style-type: none;
}
#indexBtnManagement li {
	display: block;
}
#indexBtnManagement a {
	background-image: url(../images/btnHomeManagement.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 111px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#indexBtnManagement a:hover {
	background-image: url(../images/btnHomeManagement.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#indexBtnOMNI {
	height: 127px;
	width: 460px;
}
#indexBtnOMNI ul {
	list-style-type: none;
}
#indexBtnOMNI li {
	display: block;
}
#indexBtnOMNI a {
	background-image: url(../images/btnHomeOMNI.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 127px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#indexBtnOMNI a:hover {
	background-image: url(../images/btnHomeOMNI.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBtnVOJO {
	height: 34px;
	width: 76px;
	position: absolute;
	right: 250px;
	top: 21px;
}
#footerBtnVOJO  ul {
	list-style-type: none;
}
#footerBtnVOJO  li {
	display: block;
}
#footerBtnVOJO  a {
	background-image: url(../images/footerIcon_VOJO.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 76px;
	display: block;
	text-indent: -9999px;
}
#footerBtnVOJO  a:hover {
	background-image: url(../images/footerIcon_VOJO.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBtnOMNI {
	height: 34px;
	width: 33px;
	position: absolute;
	right: 203px;
	top: 21px;
}
#footerBtnOMNI  ul {
	list-style-type: none;
}
#footerBtnOMNI  li {
	display: block;
}
#footerBtnOMNI  a {
	background-image: url(../images/footerIcon_DFPG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 33px;
	display: block;
	text-indent: -9999px;
}
#footerBtnOMNI  a:hover {
	background-image: url(../images/footerIcon_DFPG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBtnREISA {
	height: 34px;
	width: 43px;
	position: absolute;
	right: 156px;
	top: 21px;
}
#footerBtnREISA  ul {
	list-style-type: none;
}
#footerBtnREISA  li {
	display: block;
}
#footerBtnREISA  a {
	background-image: url(../images/footerIcon_REISA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 43px;
	display: block;
	text-indent: -9999px;
}
#footerBtnREISA  a:hover {
	background-image: url(../images/footerIcon_REISA.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBtnDRE {
	height: 34px;
	width: 43px;
	position: absolute;
	right: 110px;
	top: 21px;
}
#footerBtnDRE  ul {
	list-style-type: none;
}
#footerBtnDRE  li {
	display: block;
}
#footerBtnDRE  a {
	background-image: url(../images/footerIcon_DRE.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 43px;
	display: block;
	text-indent: -9999px;
}
#footerBtnDRE a:hover {
	background-image: url(../images/footerIcon_DRE.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBtnFEA {
	height: 34px;
	width: 66px;
	position: absolute;
	right: 0px;
	top: 21px;
}
#footerBtnFEA  ul {
	list-style-type: none;
}
#footerBtnFEA  li {
	display: block;
}
#footerBtnFEA  a {
	background-image: url(../images/footerIcon_FEA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 66px;
	display: block;
	text-indent: -9999px;
}
#footerBtnFEA  a:hover {
	background-image: url(../images/footerIcon_FEA.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerBtnBIA {
	height: 34px;
	width: 43px;
	position: absolute;
	right: 67px;
	top: 21px;
}
#footerBtnBIA  ul {
	list-style-type: none;
}
#footerBtnBIA  li {
	display: block;
}
#footerBtnBIA  a {
	background-image: url(../images/footerIcon_BIA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 43px;
	display: block;
	text-indent: -9999px;
}
#footerBtnBIA  a:hover {
	background-image: url(../images/footerIcon_BIA.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.italicLarge {
	font-style: italic;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 18px;
}
.italicLargeBlue {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #526FA0;
	font-weight: normal;
	line-height: 34px;
}
#wrapperManagement {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imgMain_management.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
	height: 420px;
}
#contentMainWrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#contentMain {
	width: 950px;
	margin-left: 20px;
	position: relative;
}
.bioName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}
.bioTitle {
	font-style: italic;
	color: #516498;
}
.bioBox {
	margin-top: 50px;
	padding-bottom: 80px;
	background-image: url(../images/bioBoxShadow.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.bioBox img {
	float: left;
	display: inline;
	margin-right: 25px;
	margin-bottom: 0px;
}
.boldBlue {
	font-weight: bold;
	color: #516498;
}
#wrapperAbout {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imgMain_about.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
	height: 420px;
}
#content1031Exchange {
	width: 950px;
	margin-left: 20px;
	background-image: url(../images/1031ExchangeGraph.jpg);
	background-position: right 38px;
	background-repeat: no-repeat;
}
#what1031Text {
	width: 380px;
	height: 266px;
	margin-left: 0px;
	background-position: right 38px;
	background-repeat: no-repeat;
}
#wrapper1031Exchange {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imgMain_1031Exchange.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
	height: 420px;
}
#btnProductTIC {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 108px;
}
#btnProductTIC ul {
	list-style-type: none;
	margin: 0;
}
#btnProductTIC li {
	display: block;
}
#btnProductTIC a {
	background-image: url(../images/btnProduct_TIC01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductTIC a:hover {
	background-image: url(../images/btnProduct_TIC01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductDST {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 221px;
	left: 0px;
}
#btnProductDST ul {
	list-style-type: none;
	margin: 0;
}
#btnProductDST li {
	display: block;
}
#btnProductDST a {
	background-image: url(../images/btnProduct_DST01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductDST a:hover {
	background-image: url(../images/btnProduct_DST01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductOIL {
	height: 123px;
	width: 460px;
	position: absolute;
	top: 334px;
	left: 0px;
}
#btnProductOIL ul {
	list-style-type: none;
	margin: 0;
}
#btnProductOIL li {
	display: block;
}
#btnProductOIL a {
	background-image: url(../images/btnProduct_OIL01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductOIL a:hover {
	background-image: url(../images/btnProduct_OIL01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductREIT {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 445px;
	left: 0px;
}
#btnProductREIT ul {
	list-style-type: none;
	margin: 0;
}
#btnProductREIT li {
	display: block;
}
#btnProductREIT a {
	background-image: url(../images/btnProduct_REIT01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductREIT a:hover {
	background-image: url(../images/btnProduct_REIT01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductREFunds {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 559px;
	left: 0px;
}
#btnProductREFunds ul {
	list-style-type: none;
	margin: 0;
}
#btnProductREFunds li {
	display: block;
}
#btnProductREFunds a {
	background-image: url(../images/btnProduct_REFunds_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductREFunds a:hover {
	background-image: url(../images/btnProduct_REFunds_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductNOTES {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 800px;
	left: 0px;
}
#btnProductNOTES ul {
	list-style-type: none;
	margin: 0;
}
#btnProductNOTES li {
	display: block;
}
#btnProductNOTES a {
	background-image: url(../images/btnProduct_NOTES.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductNOTES a:hover {
	background-image: url(../images/btnProduct_NOTES.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductDebentures {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 920px;
	left: 0px;
}
#btnProductDebentures ul {
	list-style-type: none;
	margin: 0;
}
#btnProductDebentures li {
	display: block;
}
#btnProductDebentures a {
	background-image: url(../images/btnProduct_DEBENTURES.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductDebentures a:hover {
	background-image: url(../images/btnProduct_DEBENTURES.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#btnProductUpreits {
	height: 113px;
	width: 460px;
	position: absolute;
	top: 1040px;
	left: 0px;
}
#btnProductUpreits ul {
	list-style-type: none;
	margin: 0;
}
#btnProductUpreits li {
	display: block;
}
#btnProductUpreits a {
	background-image: url(../images/btnProduct_UPREIT.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 113px;
	width: 460px;
	display: block;
	text-indent: -9999px;
}
#btnProductUpreits a:hover {
	background-image: url(../images/btnProduct_UPREIT.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contentProductRight {
	height: 395px;
	width: 420px;
	position: absolute;
	top: 100px;
	right: 0px;
}
#wrapperProductOverview {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imgMain_productOverview.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
	height: 420px;
}
#contentContactLeft {
	height: 500px;
	width: 550px;
	position: absolute;
	top: 55px;
	left: 0px;
}
#contentContactRight {
	height: 230px;
	width: 310px;
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: left;
}
.italicContact {
	font-style: italic;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 26px;
	color: #516498;
	margin-bottom: 24px;
}
.contactTel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	margin-bottom: 28px;
}
#contentContactMap {
	height: 300px;
	width: 300px;
	position: absolute;
	top: 290px;
	right: 0px;
	text-align: left;
	border: 5px solid #46290E;
}
#wrapperProductContact {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/imgMain_contact.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
	height: 420px;
}
.contactAddress {
	line-height: 20px;
}

