/*tag specific styles*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #DEDBD6;
	scrollbar-shadow-color:#888888;
	scrollbar-darkshadow-color:#DEDBD6;
	scrollbar-highlight-color:#DEDBD6;
	
}

body, td, th{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; */
	color: #000000;
	text-decoration: none;
	
}

a:link{
	color: #333399;
	
}

a:visited{
	color: #333399;
	
}

a:active{
	color: #333399;
	
}

a:hover{
	color: #990000;
	text-decoration: underline;
	
}

li{
	padding:2px;
	
}

input{
	background:#FFFFFF;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	background-position: top left;
	background-attachment: fixed;
	background-image: url(../../_icons/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	BEHAVIOR: url(../_filelib/_css/Input.htc)
	
}

.inpCheckBox{
	border:0px;
	background:none;
	
}

select{
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

textarea{
	background-color:#FFFFFF;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #404040;
	border-bottom:1px solid #404040;
	background-position: top left;
	background-attachment: fixed;
	background-image: url(../../_icons/bg_inset_shadow.gif);
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

/*dhtml navigation menu styles*/

.mnuMain{
	border: 0px;
	/*border-top: 1px #000066; */
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	
}

.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	
}

.mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembersOver	{
	color: #000000;
	
}

.mnuItemActive	{
	color: #000000;
	
}

/* Submenu */

.mnuSub{
	border: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: #CCDDAA;
	width: 150px;
	margin-top: -2px;
	text-decoration: none;
	
}

.mnuSubItem, .mnuSubItemOver, .mnuSubItemActive, .mnuSubItemActiveOver, .mnuSubItemMembers, .mnuSubItemMembersOver	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding-left: 10px;
	padding-bottom: 5px;
	text-decoration: none;
	
}

.mnuSubItemOver, .mnuSubItemActive, .mnuSubItemActiveOver, .mnuSubItemMembersOver	{
	color: #FFFFFF;
	
}

.mnuSubItemActive	{
	color: #FFFFFF;
	
}

/* 3rd Level Menu */

.mnu3rd{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	
}

.mnu3rdItem, .mnu3rdItemOver, .mnu3rdItemActive, .mnu3rdItemActiveOver, .mnu3rdItemMembers, .mnu3rdItemMembersOver	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 9px;
	background-image: url(/images/nav/nav_arrow.gif);
	background-repeat: no-repeat;
	text-align: left;
	
}

.mnu3rdItemOver, .mnu3rdItemActive, .mnu3rdItemActiveOver, .mnu3rdItemMembersOver	{
	color: #000000;
	background-image: url(/images/nav/nav_arrow-o.gif);
	background-repeat: no-repeat;
	
}

.mnu3rdItemActive	{
	color: #000000;
	background-image: url(/images/nav/nav_arrow-o.gif);
	background-repeat: no-repeat;
	
}

/* 4th Level Menu */

.mnu4th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	background-color: #FFFFFF;
	text-decoration: underline;
	
}

.mnu4thItem, .mnu4thItemOver, .mnu4thItemActive, .mnu4thItemActiveOver, .mnu4thItemMembers, .mnu4thItemMembersOver	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	padding-left: 0px;
	padding-right: 5px;
	text-decoration: underline;
	
}

.mnu4thItemOver, .mnu4thItemActive, .mnu4thItemActiveOver, .mnu4thItemMembersOver	{
	color: #000000;
	
}

.mnu4thItemActive	{
	color: #000000;
	
}

/* --- Site Map Menu --- */

.mnuMap{
	font: 11px Arial, Helvetica, sans-serif;
	color:#333399;
	width:200px;
	font-weight: bold;
	
}

.mnuMapItem, .mnuMapItemOver, .mnuMapItemActive, .mnuMapItemActiveOver, .mnuMapItemMembers, .mnuMapItemMembersOver{
	color:#333399;
	padding-bottom:5px;
	
}

.mnuMapItemOver, .mnuMapItemActive, .mnuMapItemActiveOver, .mnuMapItemMembersOver{
	color:#990000;
	
}

.mnuMapItemActive{
	color:#990000;
	
}

.mnuMapSub{
	font: 11px Arial, Helvetica, sans-serif;
	color:#333399;
	width:200px;
	padding-left:10px;
	
}

.mnuMapSubItem, .mnuMapSubItemOver, .mnuMapSubItemActive, .mnuMapSubItemActiveOver, .mnuMapSubItemMembers, .mnuMapSubItemMembersOver{
	color:#333399;
	padding-bottom:2px;
	
}

.mnuMapSubItemOver, .mnuMapSubItemActive, .mnuMapSubItemActiveOver, .mnuMapSubItemMembersOver{
	color:#990000;
	
}

.mnuMapSubItemActive{
	color:#990000;
	
}

/* --- */

/* - Head - */

.mnuHead	{
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	
}

.mnuHeadItem, .mnuHeadItemOver, .mnuHeadItemActive, .mnuHeadItemActiveOver, .mnuHeadItemMembers, .mnuHeadItemMembersOver	{
	color: #FFFFFF;
	text-decoration: none;
	
}

.mnuHeadItemOver, .mnuHeadItemActive, .mnuHeadItemActiveOver, .mnuHeadItemMembersOver	{
	color: #CCCCCC;
	text-decoration: underline;
	
}

.mnuHeadItemActive	{
	color: #CCCCCC;
	text-decoration: underline;
	
}

/* - Footer - */

.mnuFooter	{
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	
}

.mnuFooterItem, .mnuFooterItemOver, .mnuFooterItemActive, .mnuFooterItemActiveOver, .mnuFooterItemMembers, .mnuFooterItemMembersOver	{
	color: #CCCCCC;
	padding-left:5px;
	padding-right:10px;
	text-decoration: none;
	
}

.mnuFooterItemOver, .mnuFooterItemActive, .mnuFooterItemActiveOver, .mnuFooterItemMembersOver	{
	color: #FFFFFF;
	text-decoration: underline;
	
}

.mnuFooterItemActive	{
	color: #FFFFFF;
	text-decoration: underline;
	
}

/* - Bread Crumb Navigation ( Corp Section ) - */

.bcCorp	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	
}

.bcCorpLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	
}

.bcCorpActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Bread Crumb Navigation ( Investor Section ) - */

.bcInvestor	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 11px;
	text-decoration: none;
	
}

.bcInvestorLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 11px;
	text-decoration: none;
	
}

.bcInvestorActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Bread Crumb Navigation ( Estate Section ) - */

.bcEstate	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 11px;
	text-decoration: none;
	
}

.bcEstateLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 11px;
	text-decoration: none;
	
}

.bcEstateActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Bread Crumb Navigation ( Sec Section ) - */

.bcSec	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	text-decoration: none;
	
}

.bcSecLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	text-decoration: none;
	
}

.bcSecActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Bread Crumb Navigation ( News Section ) - */

.bcNews	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC7733;
	font-size: 11px;
	text-decoration: none;
	
}

.bcNewsLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC7733;
	font-size: 11px;
	text-decoration: none;
	
}

.bcNewsActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC7733;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Bread Crumb Navigation ( Footer Section ) - */

.bcFooter	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	
}

.bcFooterLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	
}

.bcFooterActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Bread Crumb Navigation ( Header Section ) - */

.bcHeader	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	
}

.bcHeaderLink	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	
}

.bcHeaderActive	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #773377;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}

/* - */

.mnuItemSeparatorH{
	/*display:none;*/
	
}

.mnuItemSeparatorV{
	/*display:none;*/
	
}

.mnuSeparatorH{

}

.mnuSeparatorV{

}

/*content styles*/

.inpButton{
	background-color:#666666;
	color:white;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-image:none;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

.modContainer{
	/*background-color:#FFFFFF; */
	
}

.modHeader{
	display: none;
	/*background-color:#EFF3F7;
	font-family:Verdana,Ms Sans Serif,Arial;
	text-align:center;
	text-transform: uppercase;
	color:#292831;
	font-size:10px;
	font-weight:bold;
	height:20px; */
	
}

.modContent{
	/*border-top:1px solid #000000;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	*/
	
}

.ctHeader{
	background-color:#4A515A;
	font-family:Arial,Verdana,Ms Sans Serif,Arial;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	
}

.ctToolBar{
	/*background-color:#EEEEEE; */
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:9pt;
	
}

.ctAlternate{
	background-color:#F7EFF7;
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctNormal{
	/*background-color:#FFFFFF; */
	font-family:Verdana,Ms Sans Serif,Arial;
	font-size:8pt;
	
}

.ctSmall{
	font-family:Arial;
	font-size:8pt;
	
}

/* -- */

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 5px;
	
}

.footerBottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	padding-left: 5px;
	
}

.footerBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	
}

.sideTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	
}

/* - Pop Window Links - */

a.popNav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	
}

a.popNav:link, a.popNav:active, a.popNav:Visited{
	color: #333333;
	text-decoration: none;
	
}

a.popNav:hover{
	color: #000000;
	text-decoration: underline;
	
}

/* CCBN Styles */

.ccbnMainHeader{
	background-color: #003300;
	font-family: Arial Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	padding:2px;
	
}

.ccbnHeader{
	background-color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding:4px;
	
}

.ccbnContent,.ccbnContentOdd,.ccbnContentEven{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top:4px;
	padding-bottom:4px;
	
}

A.ccbnContent, A.ccbnContent:VISITED{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top:4px;
	padding-bottom:4px;
	
}

A.ccbnContent:HOVER{
	color:#336633;
	text-decoration: underline;
	
}

/* calendar styles */

#calViewSelector, #calViewSelector TD{
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	color:#447D87;
	background-color:#FFFFFF;
	padding-left:0px;
	border:0px;
	
}

#calViewSelector A{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	color:#447D87;
	padding-left:5px;
	padding-right:5px;
	
}

#calViewSelector A:HOVER{
	color: #D6571D;
	text-decoration: underline overline;
	
}

#calDateNavigation,#calDateNavigation TD, #calDateNavigation A{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	background-color:#96B9C8;
	text-decoration:none;
	padding:1px;
	
}

#calDateNavigation A:HOVER{
	text-decoration:none;
	color: #000000;
	
}

#calMonthTable,#calMonthTable TD,#calMonthTable,#calYearTable TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #7B6049;
	
}

#calWeekDayHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color:#96B9C8;
	color:#604430;
	
}

#calDayCell{
	background-color:#D6E4EC;
	
}

#calDayCellOdd{
	background-color:#EEEEFF;
	
}

#calDayCellEvent{
	background-color:#D2C7B2;
	color: 604430;
	
}

#calDayCellNoEvent{
	background-color:#D6E4EC;
	
}

#calDayCellEventX,#calDayCellNoEventX{
	background-color:#FFFFFF;
	
}

#calDayLink{
	font-family: Arial, Helvetica, sans-serif;
	color:#603330;
	font-size:10px;
	font-weight:normal;
	
}

#calDayLink FONT{
	xdisplay:none;
	
}

#calEventItem{
	padding:2px;
	font-size:10px;
	
}

#calEventLink{
	color: #A78E75;
	font-size:10px;
	
}

#calEventLink:HOVER{
	color: #A78E75;
	text-decoration: underline;
	
}

#calEventDescription{
	font-size:7pt;
	
}

#calEventTime{
	font-size:7pt;
	
}

#calEventDivider{
	width:90%;
	border-bottom:1px dotted #7B6049;
	
}

.UTP-footerNav{
	background:#604430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	
}

.UTP-footerNav a:link{
	background:#604430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	
}

.UTP-footerNav a:visited{
	background:#604430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	
}

.UTP-footerNav a:hover{
	background:#604430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E95B48;
	padding-top: 7px;
	
}

.UTP-footerNav a:active{
	background:#604430;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	
}

table.photos_thumbs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #604430;
	border-width: 0px;
	
}

table.photos_thumbs th{
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #604430;
	-moz-border-radius: 0px;
	
}

table.photos_thumbs td{
	background-color:#FFFFFF;
	border-width: 5px;
	padding: 5px;
	border-style: solid;
	border-color: #d6e4ec;
	-moz-border-radius: 0px;
	
}

/* ---------- New Site Styles ---------- */

/* ---------------------------------------------- */

.mnuTop{
	text-align: left;
	
}

.mnuTopItem, .mnuTopItemOver, .mnuTopItemActive, .mnuTopItemActiveOver, .mnuTopItemMembers, .mnuTopItemMembersOver{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	line-height: 35px;
	text-decoration: none;
	padding-right:20px;
	padding-left:20px;
	
}

.mnuTopItemOver,.mnuTopItemMembersOver,.mnuTopItemActiveOver{
	color:#527CB8;
	text-decoration: none;
	background-image: url(/_filelib/ImageGallery/Design/main_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

.mnuTopItemActive{
	color:#592284;
	text-decoration: none;
	background-image: url(/_filelib/ImageGallery/Design/main_nav_arrow_o.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

.mnuTopItemSeparatorH{
	background: #BFBFBF;
	width: 1px;
	height: 20px;
	
}

.mnuTopSub{
	width: 150px;
	text-align: left;
	background-color: #E6E6E6;
	border-top: 8px solid #592284;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	
}

.mnuTopSubItem, .mnuTopSubItemOver, .mnuTopSubItemActive, .mnuTopSubItemActiveOver, .mnuTopSubItemMembers, .mnuTopSubItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 25px;
	
}

.mnuTopSubItemOver,.mnuTopSubItemMembersOver,.mnuTopSubItemActiveOver{
	color:#527CB8;
	text-decoration: none;
	
}

.mnuTopSubItemActive{
	color:#592284;
	text-decoration:none;
	
}

.mnuTopSubSeparatorH{
	width: 100%;
	height: 0px;
	
}

/* ---------- Side Navigations Styles ---------- */

.mnuSide{
	text-align: left;
	
}

.mnuSideItem, .mnuSideItemOver, .mnuSideItemActive, .mnuSideItemActiveOver, .mnuSideItemMembers, .mnuSideItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	padding-right:25px;
	padding-left:35px;
	padding-top: 9px;
	padding-bottom: 9px;
	
}

.mnuSideItemOver,.mnuSideItemMembersOver,.mnuSideItemActiveOver{
	color:#527CB8;
	text-decoration: none;
	background-image: url(/_filelib/ImageGallery/Design/main_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 25px center;
	
}

.mnuSideItemActive{
	color:#592284;
	text-decoration: none;
	/*background-image: url(/_filelib/ImageGallery/Design/main_nav_arrow_o.gif);
	background-repeat: no-repeat;
	background-position: 25px center; */
	
}

.mnuSideItemSeparatorV{
	background: #BFBFBF;
	width: 140px;
	height: 1px;
	margin-left: 25px;
	
}

.mnuSideSub{
	text-align: left;
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 4px;
	
}

.mnuSideSubItem, .mnuSideSubItemOver, .mnuSideSubItemActive, .mnuSideSubItemActiveOver, .mnuSideSubItemMembers, .mnuSideSubItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 45px;
	
}

.mnuSideSubItemOver,.mnuSideSubItemMembersOver,.mnuSideSubItemActiveOver{
	color:#527CB8;
	background-image: url(/_filelib/ImageGallery/Design/main_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 35px center;
	
}

.mnuSideSubItemActive{
	color:#592284;
	background-image: url(/_filelib/ImageGallery/Design/main_nav_arrow_o.gif);
	background-repeat: no-repeat;
	background-position: 35px center;
	
}

.mnuSideSubSeparatorV{
	width: 100%;
	height: 3px;
	
}

.PageSearch2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	
}

#PageSearch .inpButton{
	background-color:#666666;
	color:white;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:9pt;
	font-family:Ms Sans Serif,Arial;
	
}

#PageSearch .modContainer{

}

#PageSearch .modHeader{
	display: none;
	
}

#PageSearch .modContent{

}

#PageSearch .ctNormal{

}

#PageSearch input{

}

#PageSearch textarea{

}

#bioIndex a{
	text-decoration: none;
	
}

#bioIndex a:hover{
	text-decoration: none;
	
}

/* ---------- */

#Testimonials .modContainer{
	border: 0px;
	
}

#Testimonials .modContent{
	padding: 0px;
	border: 0px;
	
}

#Testimonials .modContent TD{
	padding: 0px;
	border: 0px;
	
}

#Testimonials .ctBulletin TD{
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #cccccc;
	
}

#Testimonials .ctNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

#Testimonials .ctBulletinDate{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#191168;
	
}

#Testimonials .ctBulletinLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#191168;
	text-decoration: none;
	font-weight: bold;
	
}

#Testimonials .ctBulletinLink:hover{
	color:#990033;
	text-decoration: none;
	
}

#Testimonials .ctBulletinNew{
	/*
	background: url(/_filelib/ImageGallery/Bullets/new.gif) no-repeat 100% 2px;
	padding-right: 28px;
	*/
	
}

#Testimonials .ctBulletinShortText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#191168;
	
}

/* ---------- Casa Linda Site Styles ---------- */

/* ---------------------------------------------- */

.mnuCasa{
	text-align: center;
	
}

.mnuCasaItem, .mnuCasaItemOver, .mnuCasaItemActive, .mnuCasaItemActiveOver, .mnuCasaItemMembers, .mnuCasaItemMembersOver{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	
}

.mnuCasaItemOver,.mnuCasaItemMembersOver,.mnuCasaItemActiveOver{
	color:#006666;
	text-decoration: italic;
	font-weight: bold;
	
}

.mnuCasaItemActive{
	color:#006666;
	text-decoration: italic;
	font-weight: bold;
	
}

.mnuCasaItemSeparatorH{
	background-image: url(/images/casa/casa_nav_divider.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 70px;
	height: 20px;
	
}

.mnuCasaSub{
	width: 150px;
	text-align: left;
	background-color: #E6E6E6;
	border-top: 8px solid #592284;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	
}

.mnuCasaSubItem, .mnuCasaSubItemOver, .mnuCasaSubItemActive, .mnuCasaSubItemActiveOver, .mnuCasaSubItemMembers, .mnuCasaSubItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 25px;
	
}

.mnuCasaSubItemOver,.mnuCasaSubItemMembersOver,.mnuCasaSubItemActiveOver{
	color:#527CB8;
	text-decoration: none;
	
}

.mnuCasaSubItemActive{
	color:#592284;
	text-decoration:none;
	
}

.mnuCasaSubSeparatorH{
	width: 100%;
	height: 0px;
	
}

#survey .ctToolBar{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	
}

#survey .ctNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #c53;
	
}

.casaBodyBG{
	background-image: url(/images/casa/casa_bg_body.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	
}

.casaBodyBGrt{
	background-image: url(/images/casa/casa_bg_body.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position:right
	
}

.casaContentBG{
	background-image: url(/images/casa/casa_bg_content.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position:left
	
}

.casaContentBG1{
	background-image: url(/images/casa/casa_bg_content_1.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position:left
	
}

.casaNavBG{
	background-image: url(/images/casa/casa_bg_nav.jpg);
	background-repeat: no-repeat;
	
}

.casaFooterBG{
	background-image: url(/images/casa/casa_bg_body.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #E06534;
	text-decoration: none;
	
}

.casaContentShft{
	margin-left: 28px;
	width: 595px;
	
}

.casaLocContentShft{
	margin-left: 28px;
	width: 674px;
	
}

#casaLink a a:link a:active{
	color: #000000;
	
}

#casaLink a:visited{
	color:#000000;
	
}

.mig_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #B2BB1E;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2BB1E;
	
}

/* --------------------    REITplus    -------------------- */

.REIT{
	background: url(/images/reitplus/REIT_bg.gif) no-repeat center top;
	
}

#column1{
	background: url(/images/reitplus/h_column_1-bg.gif) no-repeat left top;
	padding: 8px 15px 0 10px;
	
}

#column2{
	background: url(/images/reitplus/h_column_3-bg.gif) no-repeat left top;
	padding: 8px 15px 0 10px;
	
}

#column2b{
	background: url(/images/reitplus/h_column_2b-bg.gif) no-repeat left top;
	padding: 10px 15px 0 10px;
	
}

#column3{
	background: url(/images/reitplus/h_column_3-bg.gif) no-repeat left top;
	padding: 8px 15px 0 10px;
	
}

#icolumn1{
	background: url(/images/reitplus/i_column_1-bg.gif) no-repeat left top;
	padding: 8px 15px 0 10px;
	
}

#icolumn2{
	background: url(/images/reitplus/i_column_2-bg.gif) no-repeat left top;
	padding: 10px 15px 0 10px;
	
}

#icolumn2b{
	background: url(/images/reitplus/i_column_2b-bg.gif) no-repeat left top;
	padding: 15px 15px 0 10px;
	
}

#in_column1bg{
	background: url(/images/reitplus/in_column_1-bg.gif);
	
}

#in_column2bg{
	background: url(/images/reitplus/in_column_2-bg.gif);
	
}

#REIT .PageTitle{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 18px;
	color: #8CC63F;
	text-decoration: none;
	
}

#REIT .PageHead{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

#REIT .PageSubHead{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

#REIT td, th{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	
}

#REIT .bodyCopy{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	
}

#REIT .wholesalers{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #425A68;
	text-decoration: none;
	line-height: 16px;
	
}

#REIT .wholesalers a, #REIT .wholesalers a:active, #REIT .wholesalers a:link, #REIT .wholesalers a:visited{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	
}

#REIT .wholesalers a:hover{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #8CC63F;
	text-decoration: none;
	line-height: 16px;
	
}

#REIT .footer{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	
}

/* ----------    Main Nav    ---------- */

.mnuREITMain{
	text-align: left;
	padding: 8px 0 8px 0;
	
}

.mnuREITItem, .mnuREITItemMembers{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #415968;
	text-decoration: none;
	padding: 0 5px 0 5px;
	
}

.mnuREITItemOver, .mnuREITItemActiveOver, .mnuREITItemMembersOver{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #8CC63F;
	text-decoration: none;
	padding: 0 5px 0 5px;
	
}

.mnuREITItemActive{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #8CC63F;
	text-decoration: none;
	padding: 0 5px 0 5px;
	
}

.mnuREITItemSeparatorH{
	background-color: #415968;
	width: 1px;
	height: 10px;
	
}

/* Side bar */

.mnuREITSideMain{
	text-align: left;
	padding: 0 0 2px 0;
	
}

.mnuREITSideItem, .mnuREITSideItemMembers{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #415968;
	text-decoration: none;
	padding: 1px 0 1px 0;
	
}

.mnuREITSideItemOver, .mnuREITSideItemActiveOver, .mnuREITSideItemMembersOver{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #8CC63F;
	text-decoration: none;
	padding: 1px 0 1px 0;
	
}

.mnuREITSideItemActive{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #8CC63F;
	text-decoration: none;
	padding: 1px 0 1px 0;
	
}

.mnuREITSideItemSeparatorV{
	display: none;
	background-color: #909090;
	width: 100%;
	height: 1px;
	
}

.mnuREITSpecialMain{
	text-align: left;
	padding: 8px 0 8px 0;
	
}

.mnuREITSpecialItem, .mnuREITSpecialItemMembers{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #15a0d3;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px 0 5px;
	
}

.mnuREITSpecialItemOver, .mnuREITSpecialItemActiveOver, .mnuREITSpecialItemMembersOver{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #8CC63F;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px 0 5px;
	
}

.mnuREITSpecialItemActive{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #8CC63F;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px 0 5px;
	
}

.mnuREITSpecialItemSeparatorH{
	background-color: #415968;
	width: 1px;
	height: 10px;
	
}

#REIT .modContainer{
	padding: 0px 0px 0px 0px;
	
}

#REIT .modContent{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #415968;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	
}

#REIT .ctBulletin{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #415968;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	
}

#REIT .ctNormal{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #415968;
	text-decoration: none;
	
}

#REIT .ctBulletinDate{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #415968;
	text-decoration: none;
	
}

#REIT .ctBulletinShortText{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #415968;
	text-decoration: none;
	
}

#REIT  a{
	color: #425A68;
	text-decoration: underline;
	
}

#REIT a:link{
	color: #425A68;
	text-decoration: none;
	
}

#REIT a:visited{
	color: #425A68;
	text-decoration: none;
	
}

#REIT a:active{
	color: #425A68;
	text-decoration: none;
	
}

#REIT  a:hover{
	color: #8CC63F;
	text-decoration: none;
	
}

#REIT .modHeader{
	display: none;
	margin: 0px;
	
}

/* **********************************************************************************************AMREIT CORPORATE   2008 STYLE SHEET******************************************* */

#AmREIT08 .topNav{
	padding: 6px 0 0 0;
	
}

#AmREIT08 .homeTitles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .07em;
	padding: 10px 0 0 0;
	
}

#AmREIT08 input{
	border: solid 1px #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	
}

#AmREIT08 form{
	/*border: solid 1px #CCCCCC; */
	
}

#AmREIT08 ul, #AmREIT08 ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#AmREIT08 ul li{
	background-image: url(/images/08/bullet_red.gif); /* Replace bullet.gif with your img */
	background-position: left 6px; /* Position bullet */
	background-repeat: no-repeat;
	padding-left: 10px; /* Add padding so text doesn't cover bullet img */
	
}

#AmREIT08 select, option{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	
}

#AmREIT08 #ctSearchCatSelect, .ctNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	
}

#AmREIT08 #ctSearchCatLabel, .ctNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	
}

#AmREIT08 .footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 10px 0px 220px;
	
}

#AmREIT08 .modContainer{

}

#AmREIT08 .modContent{

}

#AmREIT08 .ctBulletin{
	background:url(/images/08/nav_dots_red.gif) no-repeat left bottom;
	padding: 0px 0px 5px 0px;
	
}

#AmREIT08 .ctNormal{

}

#AmREIT08 .ctBulletinDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	
}

#AmREIT08 .ctBulletinLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 0;
	
}

#AmREIT08 .ctBulletinShortText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
	
}

/* ----- MAIN Navigation Styles ----- */

.mnu08Main{
	text-align: left;
	
}

.mnu08MainItem, .mnu08MainItemMembers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	
}

.mnu08MainItemOver, .mnu08MainItemActiveOver, .mnu08MainItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	
}

.mnu08MainItemActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	
}

.mnu08MainItemSeparatorH{
	height: 1px;
	width: 20px;
	
}

/* ----- TOP Navigation Styles ----- */

.mnu08Top{
	text-align: left;
	
}

.mnu08TopItem, .mnu08TopItemMembers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	
}

.mnu08TopItemOver, .mnu08TopItemActiveOver, .mnu08TopItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	
}

.mnu08TopItemActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	
}

.mnu08TopItemSeparatorH{
	height: 7px;
	width: 15px;
	background: url(/images/08/nav_slash.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
}

/* ----- SIDE Navigation Styles ----- */

.mnu08Side{
	text-align: left;
	
}

.mnu08SideItem, .mnu08SideItemMembers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	
}

.mnu08SideItemOver, .mnu08SideItemActiveOver, .mnu08SideItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	background: url(/images/08/nav_arrow_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	
}

.mnu08SideItemActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	background: url(/images/08/nav_arrow_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	
}

.mnu08SideItemSeparatorV{
	height: 15px;
	width: 100%;
	background: url(/images/08/nav_bar_gray.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
}

/* ----- SIDE SUB Navigation Styles ----- */

.mnu08SideSub{
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	
}

.mnu08SideSubItem, .mnu08SideSubItemMembers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	
}

.mnu08SideSubItemOver, .mnu08SideSubItemActiveOver, .mnu08SideSubItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	
}

.mnu08SideSubItemActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	
}

.mnu08SideSubItemSeparatorV{
	height: 4px;
	width: 100%;
	
}

/* ----- FOOTER Navigation Styles ----- */

.mnu08Footer{
	text-align: left;
	
}

.mnu08FooterItem, .mnu08FooterItemMembers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	
}

.mnu08FooterItemOver, .mnu08FooterItemActiveOver, .mnu08FooterItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	
}

.mnu08FooterItemActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	
}

.mnu08FooterItemSeparatorH{
	height: 7px;
	width: 15px;
	background: url(/images/08/nav_slash_gray.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
}

/* -----                        ----- */

#AmREIT08 .whatsthis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;
	padding: 10px 0px 10px 10px;;
	background: url(/images/08/bg_whatisthis.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	
}

#AmREIT08 .whatsthisLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	
}

#AmREIT08 .whatsthisLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	
}

#AmREIT08 .whatsthisLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	
}

div#whatsthat{
	display: none;
	
}

#AmREITsearchresults #flexGrid .ctBulletinLink{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}

.AmREITcolumnHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 5px 0px 5px 2px;
	
}

.AmREITcolumnHeader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 5px 0px 5px 2px;
	
}

.AmREITcolumnHeader a:hover{
	color: #000000;
	text-decoration: none;
	
}

.AmREIToddRow{
	padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	
}

.AmREITevenRow{
	padding: 5px 0px 5px 0px;
	
}

#fwContent{

}

.AmREITsecuritiesTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
}

.AmREITsecuritiesLogin td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}

/* ----------------------------------------LITTLE FEET --------------------------- */

#logoBox{
	width: 112px;
	height: 221px;
	display: block;
	float: left;
	padding: 0px 0 0 0;
	
}

#sectionBox{
	width: 112px;
	display: block;
	float: left;
	border-bottom: solid 1px #C4C4C4;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #212756;
	padding: 0 0 8px 0;
	
}

#wrapSubNav{
	width: 112px;
	display: block;
	float: left;
	padding: 10px 0 0 0;
	
}

#wrapNav{
	width: 820px;
	display: block;
	height: 35px;
	float: left;
	padding: 35px 0 35px 0;
	
}

#wrap{
	width: 800px;
	display: block;
	float: left;
	padding: 0 0 20px 0;
	
}

#contentBox{
	width: 500px;
	display: block;
	float: left;
	
}

#printFriendly{
	width: 20px;
	display: block;
	float: right;
	padding: 5px 0 0 0;
	position: static;
	vertical-align: bottom;
	
}

#contentBox p{
	margin: 0;
	padding:0 0 12px 0;
	
}

#sideBarRight{
	width: 270px;
	display: block;
	float: right;
	
}

#sideBarRight p{
	margin: 0;
	padding:0 0 12px 0;
	
}

#wrapFooter{
	width: 820px;
	display: block;
	float: left;
	
}

#footerBox{
	width: 500px;
	display: block;
	float: left;
	background: url(/images/little_feet/divider_dotted_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	
}

#littleFooter{
	display: block;
	float: left;
	padding: 0 10px 0 0;
	
}

#littleCopyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	position: static;
	display: block;
	float: left;
	padding: 11px 0 0 0;
	
}

#tagLine{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #212756;
	height: 35px;
	display: block;
	float: left;
	
}

#designBox{
	width: 290px;
	display: block;
	float: right;
	background: url(/images/little_feet/divider_dotted_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	
}

#designBox p{
	margin: 0;
	padding:0 0 12px 0;
	
}

#littleDesign{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	position: static;
	display: block;
	float: left;
	padding: 11px 0 0 0;
	
}

#littleDesign a, #littleDesign a:active, #littleDesign a:link, #littleDesign a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	
}

#littleDesign a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	
}

#contentBox .ctBulletin{
	padding: 0 0 20px 0;
	
}

#contentBox .ctNormal{

}

#contentBox .ctBulletinLink{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #212756;
	line-height: 18px;
	text-decoration: none;
	
}

#contentBox .ctBulletinShortText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	
}

#contentBox a, #contentBox a:active, #contentBox a:link, #contentBox a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background: url(/images/little_feet/divider_dotted_gray.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	
}

#contentBox a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #212756;
	background: url(/images/little_feet/divider_dotted_blue.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	
}

#contentBox ul, #contentBox ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#contentBox ul li{
	background-image: url(/images/little_feet/bullet_blue.gif); /* Replace bullet.gif with your img */
	background-position: left 6px; /* Position bullet */
	background-repeat: no-repeat;
	padding-left: 10px; /* Add padding so text doesn't cover bullet img */
	
}

#sideBarRight a, #sideBarRight a:active, #sideBarRight a:link, #sideBarRight a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background: url(/images/little_feet/divider_dotted_gray.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	
}

#sideBarRight a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #212756;
	background: url(/images/little_feet/divider_dotted_blue.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-decoration: none;
	
}

#littleNews{

}

#littleNews .modContainer{
	padding: 0px 0px 0px 0px;
	
}

#littleNews .modContent{
	padding: 0px 0px 0px 0px;
	
}

#littleNews .ctBulletin{
	padding: 0px 0px 0px 0px;
	
}

#littleNews .ctNormal{
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	
}

#littleNews .ctBulletinLink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #212756;
	text-decoration: none;
	
}

#littleNews .ctBulletinShotText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	
}

.mnuLittleTop{
	text-align: left;
	height: 35px;
	
}

.mnuLittleTopItem, .mnuLittleTopItemMembers{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	
}

.mnuLittleTopItemOver, .mnuLittleTopItemActiveOver, .mnuLittleTopItemMembersOver{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	background: url(/images/little_feet/spacer_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	
}

.mnuLittleTopItemActive{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	background: url(/images/little_feet/spacer_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
	
}

.mnuLittleTopItemSeparatorH{
	height: 7px;
	width: 25px;
	
}

/* -- */

.mnuLittleFooter{
	text-align: left;
	height: 35px;
	
}

.mnuLittleFooterItem, .mnuLittleFooterItemMembers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	
}

.mnuLittleFooterItemOver, .mnuLittleFooterItemActiveOver, .mnuLittleFooterItemMembersOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	
}

.mnuLittleFooterItemActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	
}

.mnuLittleFooterItemSeparatorH{
	height: 7px;
	width: 10px;
	
}

/* -- */

.mnuLittleSide{
	text-align: left;
	
}

.mnuLittleSideItem, .mnuLittleSideItemMembers{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	
}

.mnuLittleSideItemOver, .mnuLittleSideItemActiveOver, .mnuLittleSideItemMembersOver{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: 333333;
	text-decoration: none;
	background: url(/images/little_feet/divider_dotted_blue.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	
}

.mnuLittleSideItemActive{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background: url(/images/little_feet/divider_dotted_blue.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	
}

.mnuLittleSideItemSeparatorV{
	height: 10px;
	width: 10px;
	
}

#printDivider{
	background-color: #212756;
	height: 5px;
	
}

.ctBulletinNew{
	display:block;
	background: url(/_filelib/ImageGallery/Bullets/NEW2.gif) no-repeat 100% 2px;
	padding-right: 20px;
	
}

