html {
  height: 100%;
}
body {
  padding: 0; margin: 0;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  behavior:url("/css/csshover.htc");
  height: 100%;
  background: #BEC9D5;
}
#Over {
  background: #BEC9D5 url(/images/bg-wrapper.png) top center repeat-y;
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
  _height: 100%;
  overflow: auto;
}
a, 
a:visited {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
:-moz-any-link:focus {
  outline: none;
}
a img {
  border: none
}

#Wrapper {
  width: 964px;
  padding: 0 6px;
  _padding-left: 7px;  
  text-align: left;
  margin: 0 auto;
}
#Misc {
  width: 400px;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  margin: 0 auto;
}
#Header {
  width: 100%;
  overflow: hidden;
  height: 78px;
}
#Header h1 {
	margin: 23px 0 0 23px;
	padding: 0;
	width: 227px;
	height: 42px;
	float: left;
}

/* Global Menu */


#ServiceMenu {
	float: right;
	text-align: right;
	width: 250px;
	padding-top: 10px;
}

.search {
	margin: 8px 0 7px 0;
	padding: 0;
	width: 200px;
	float: right;
	clear: left;
}
.search .text {
	width: 149px;
	font: 14px "Trebuchet MS", sans-serif;
	line-height: 21px;
	background: url(/img/bg-search.png) no-repeat;
	border: none;
	padding: 5px 0px;
	padding-left: 5px;
	float: left;
	height: 21px;
	color: #797C80;
}
.search .submit {
	width: 29px;
	height: 31px;
	border: none;
	background: url(/img/bg-search-button.png) no-repeat;
	float: left;
	text-indent: -1000em;
	line-height: 1;
}


.searchpage {
  clear: both;
  float: none ;
}

#GlobalMenu {
  background: #182649;
  padding-left: 1px;
}
#GlobalMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
  height: 36px;
}
#GlobalMenu ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#GlobalMenu li {
	float: left;
	font-weight: bold;
	position: relative;
	z-index: 998;
	font-size: 15px;
}

#GlobalMenu li a {
	display: block;
	padding: 0 29px;
	color: #fff;
	text-decoration: none;
	background: url(/images/bg-menu.png) top right no-repeat;
  line-height: 36px;
  
  _width: 1px;
  white-space: nowrap;
}

#GlobalMenu li.active {
	background: #FFF;
	margin-left: -1px;
	padding-left: 1px;
}
#GlobalMenu li.active a {
  background: none;
}

#GlobalMenu li.active  a {
	color: #182649;
}
#GlobalMenu li:hover a,
#GlobalMenu li a:hover {
	text-decoration: none;
	/*background: #00aeef;*/
	background: #099bdc;
	color: #FFF;
}

#GlobalMenu li:hover {
	/*background: #00aeef;*/
	background: #099bdc;
  margin-left: -1px;
  padding-left: 1px;
}

#GlobalMenu li .submenu {
  display: none;
}

#GlobalMenu li:hover .submenu {
	/*background: #00aeef;*/
	background: #099bdc;
	z-index: 1000;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 233px;
	padding: 10px 0;
	border-top: none;
	display: block;
}
#GlobalMenu li:hover .submenu a {
	display: block;
	padding: 8px 23px;
  color: #182649;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  width: 187px;
  white-space: normal;
  line-height: 1;
}
#GlobalMenu li .submenu a:hover {
  text-decoration: none;
  background: #028DCE;
}

#GlobalMenu li.last a {
  background: none;
  padding: 0 32px;

}
#GlobalMenu .submenu .submenu-bottom {
  background:  url(/img/bg-menu.png) bottom left no-repeat;
  _background:  url(/img/bg-menu.gif) bottom left no-repeat;
  line-height: 5px;
  height: 5px;
  position: absolute;
  width: 100%;
  bottom: -5px;
}
/* Content */

#Content {
	clear: both;
	overflow: hidden;
	width: 964px;
	margin: 0px 0 0 0;
	padding-top: 11px;
	font-size: 14px;
}

.WidgetImageRotator {
  height: 275px;
  position: relative;
}
.WidgetImageRotator #nav a {  text-indent: -1000em; text-indent: -1000em; display: block; float: left; height: 11px; width: 11px; background: #ddd; text-decoration: none; margin: 0 10px 0 0; padding: 0; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; opacity: 0.7;  }
.WidgetImageRotator #nav a.activeSlide { background: #ea0 }
.WidgetImageRotator #nav a:focus { outline: none; }
.WidgetImageRotator #nav { position: absolute; bottom: 10px; right: 0; z-index: 10000; }

.WidgetImageText,
.WidgetText,
.news-text li {
  list-style: disc outside;
}

#SideColumn p {
  font-size: 13px;
  line-height: 1.1em;
  color: #4C4F54;
}

#SideColumn .file-container {
  
}


#SideColumn .box-container,
#SideColumn .file-container {
  background: url(/img/bg-file-container.gif) top left no-repeat;
  padding: 10px;
}
#SideColumn .box-bottom,
#SideColumn .file-bottom {
  background: url(/img/bg-file-bottom.gif) top left no-repeat;
  height: 6px;
  line-height: 6px;
  margin-bottom: 10px;
}
#SideColumn .box-container input[type="text"] {

	border: 1px solid #A5ACB2;
	font: 12px tahoma, sans-serif;
	padding: 2px;
	width: 90%;

}

#SideColumn .title a{
  font-size: 16px;
  font-weight: bold;
  color: #252525;
  text-decoration: none;
}

#SideColumn .file-container{
	overflow:hidden;
	padding-bottom:4px;
}
#SideColumn .file-container img{
  margin:2px 5px 5px 0;
	float:left;
}
#SideColumn .file-container .meta {
  color: #797C80;
  font-size: 12px;
}
#SideColumn .file-container .title{
	width:135px;
	float:right;
}
#SideColumn .file-container .title a{
	font-size:13px;
	font-weight:normal;
}
#SideColumn .file-container .title a:hover{
	text-decoration:underline;
}
#SideColumn .file-container .meta span {
  text-transform: uppercase;
}

/* Home - new*/

.home-header{
	width:752px;
	overflow:hidden;
	margin-bottom:2px;
	padding:0 0 9px 0;
	position:relative;
/*	background:url("/img/bg-body-bottom.png") no-repeat scroll left bottom; */
/*	height: 350px; */
}
/*
.home-header .WidgetText{
	position:absolute;
	bottom:9px;
	left:0;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	z-index: 10009;
}
*/

#SideColumn .WidgetNews{
	margin-bottom:20px;
}
#SideColumn h2,
#SideColumn h3,
#SideColumn h4,
#SideColumn h5 {
   color: #00AEEF; 
}
#SideColumn h4 { font-size: 12px; margin: 5px 0; font-weight: bold}


#Footer {
  height: 36px;
  line-height: 36px;
  padding-left: 117px;
  margin:20px 0 40px 0;
  color: #708088;
	clear:both;
  background: #EFF1F5 url(/img/ns-footer.gif) 23px 13px no-repeat;
}
#Footer a {
  color: #708088
}

/* Tabs */

.tabs {
   margin: 0;
   padding: 0;
	 width: 100%;
	 overflow: hidden;
	 list-style: none;
}
.tabs li {
  float: left;
}
#Content .tab-content a, 
#Content .tab-content a:visited {
  color: #000;
}
.tabs span {
	display: block;
	padding: 0 4px 0 0;
	background: url(/img/bg-tabs-right.png) right top no-repeat;
}
.tabs .active span {
	background: url(/img/bg-tabs-active-right.png) right top no-repeat;
}

.tab-content {
  background: #FFF;
  color: #000;
  width: 659px;
  /*padding: 40px 43px 40px 16px; */
  padding: 16px 43px 16px 16px; 
  line-height: 1.2em;
  
}
.tab-content-top {
  background: url(/img/tab-content-top.png) top left no-repeat;
  _background: url(/img/tab-content-top.gif) top left no-repeat;
  height: 5px;
  line-height: 5px;
  font-size: 1px;

}

.tab-content-top-first {
  background: url(/img/tab-content-top-first.png) top left no-repeat;
  _background: url(/img/tab-content-top-first.gif) top left no-repeat;
  }
.tab-content-bottom {
  background:  url(/img/tab-content-bottom.png) top left no-repeat;
  _background:  url(/img/tab-content-bottom.gif) top left no-repeat;
  height: 5px;
}

.tabs a:visited,
.tabs a {
  display: block;
  padding: 6px 10px;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;

}
.tabs span {
  background: url(/img/bg-tab-home.png) right 5px no-repeat;
}
.fund-theme .tabs span {background: url(/img/bg-tab-fund.png) right 5px no-repeat; }
.investor-theme .tabs span {background: url(/img/bg-tab-investor.png) right 5px no-repeat; }
.property-theme .tabs span {background: url(/img/bg-tab-property.png) right 5px no-repeat; }
.deal-theme .tabs span {background: url(/img/bg-tab-deal.png) right 5px no-repeat; }

#BodyText .tabs span {background: url(/img/bg-tab-bodytext.png) right 3px no-repeat; }
/*#BodyText .WidgetText ul {list-style: none; padding-left: 0;}
#BodyText .WidgetText li {padding-left: 20px; background: url(/img/bg-li.gif) 10px 8px no-repeat}
*/
#BodyText .WidgetText ul,
#BodyText .WidgetNews ul,
#BodyText .WidgetFaq ul,
#BodyText .WidgetImage ul,
#BodyText .WidgetImageText ul,
#BodyText .WidgetFlash ul,
#BodyText .WidgetFlashText ul
{
  list-style: none;
  padding: 0; margin: 0;
  margin-bottom: 10px;
}
#BodyText .WidgetText li,
#BodyText .WidgetNews li,
#BodyText .WidgetFaq li,
#BodyText .WidgetImage li,
#BodyText .WidgetImageText li,
#BodyText .WidgetFlash li,
#BodyText .WidgetFlashText li
{
  padding-left: 10px;
  background: url(/img/bg-li.png) left 8px no-repeat;
}

.WidgetFaq ul {
  margin-bottom: 15px;
}

.WidgetTabs {
  margin-bottom: 10px;
}

#Content .tabs .active span {
  background: url(/img/bg-tab-active-right.png) top right no-repeat;
  _background: url(/img/bg-tab-active-right.gif) top right no-repeat;
  margin-left: -1px;
  

  
} 
.tabs .active a {
  color: #010101;
  background:  url(/img/bg-tab-active-left.png) top left no-repeat;
  _background:  url(/img/bg-tab-active-left.gif) top left no-repeat;
}

#Body {
  background: url(/img/bg-body.png) top left no-repeat;
  padding-top: 14px;
	margin: 0 0 18px 0px;
	padding-left: 25px;
	_display: inline;
}
#BodyBottom {
  background: #F17A40 url(/img/bg-body-bottom.png) bottom left no-repeat;
  height: 14px;
  line-height: 14px;
  font-size: 2px;
  margin-left: -25px;
  margin-bottom: 20px;
}
#Inside {
  background: #28ACDD url(/img/bg-body-shadow.png) top right repeat-y;
  padding: 7px 10px 7px 25px;
  color: #FFF;
  margin-left: -25px;
}
#Inside a, 
#Inside a:visited {
  color: #FFF;
}

.page-title {
  margin: 20px 0;
  
}
.page-title h2 {
  font-size: 40px;
  margin: 0;
  font-weight: normal;
  line-height: 1.1em;
}

.news-title h2 {
  font-size: 24px !important;
  margin: 0;
  font-weight: normal;
  line-height: 1.1em !important;
}

h3 {
  font-size: 18px;
  font-weight: normal;
}
.date { 
  color: #a3a3a3;
  font-size: 14px;
  margin: 3px 0 0 0;
  padding: 0;
}
.news {
  font-size: 11px;
  margin-bottom: 10px;
}

#SideColumn h5 {
  margin: 5px 0;
  padding: 0;
}
#SideColumn h5 a {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

.WidgetImage,
.WidgetText {
  margin-bottom: 10px;
}

.form {
	margin: 50px;
}
.form .property {
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	width: 100%;
}
.form label {
	float: left;
	width: 120px;
	text-align: right;
}
.form .value {
	margin: 0 0 0 130px;
	display: block;
}

.form .value input[type="password"],
.form .value input[type="text"],
.form .value textarea,
.form .value select {
	border: 1px solid #A5ACB2;
	font: 12px tahoma, sans-serif;
	padding: 2px;
	width: 280px;
}
.form .value textarea {
	width: 350px;
	height: 150px
}
.form .hint {
	font-size: 11px;
	color: #999;
	display: block;
}
table {
  border-collapse: collapse;
}
th, td {
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 12px 15px;
}
th {
  background: #F4F6F8;
  color: #9D9FA1;
}
.spacer {
  clear: both;
}
.resource-search {
  border: none;
}
.resource-search th,
.resource-search td {
  padding: 0; 
  border: none;
  padding: 3px 2px;
}
.resource-search input,
.resource-search select {
  font-size: 11px;
  border: 1px solid #A5ACB2;
	padding: 2px;
} 
#Content .actions input.submit {
  background: url(/img/submit.png) top left no-repeat;
  border: none;
  width: 107px;
  height: 57px;
  color: #FFF;
  font-size: 18px;
  font-family: tahoma;
}
.form_error,
.error {
 padding: 4px;
 background: #E33622;
 font-weight: bold;
 color: #FFF;
 width: 280px;
}
.form_error {
  margin-bottom: 1px;
}
.sm-level1,
.sm-level2,
.sm-level3 {
  margin-bottom: 5px;
}
.sm-level2 {
  padding-left: 25px;
}
.sm-level3 {
  padding-left: 50px;
}
.sm-level4 {
  padding-left: 75px;
}

#SideColumn .WidgetFaq ul {
  margin: 0; padding: 0;
  margin-bottom: 10px;
}
#SideColumn .WidgetFaq ul li {
  font-size: 12px;
  padding-left: 10px;
  background: url(/img/arrow.gif) left 7px no-repeat;
}
.td-line {
  background: url(/img/vert-line.gif) 20px top repeat-y !important;
  width: 200px;
  padding-left: 40px !important;
  
}

#menu-social-links-left-menu {
    float: right;
    margin: 0px 20px 0 0;
    position: relative;
    z-index: 9999;
}
#menu-social-links-left-menu li {
    float: left;
    list-style-type: none;
}
#menu-social-links-left-menu li a {
    display: inline-block;
    height: 22px;
    margin: 0 5px 0 0;
    text-indent: 99999px;
    width: 22px;
}
.tw-link {
    background: url("/images/tw-icon.png") no-repeat scroll 0 0 transparent;
}
.lin-link {
    background: url("/images/linkedin-icon.png") no-repeat scroll 0 0 transparent;
}
.rsslink {
    background: url("/images/rss.png") no-repeat scroll 0 0 transparent;
}
