body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	background-color: #565656;
	margin: 0;
	padding: 0;
}

html, body{
height: 100%;
}
a {
	color: #990000;
}
a:hover {
	color: #000;
}
.required{font-size: 80%; color: #900;}
#wrapper {
}
#content {
	width: 770px;
	margin: 0 auto;
	background: #fff url(/img/main_bg.gif) repeat-y left top;
        min-height: 96%;
        height: auto !important;
        height: 96%;
        margin: 0 auto -57px;
}
#logo {
}
#headerImg {
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	background: url(/img/h2_bg.jpg) no-repeat left top;
	padding: 8px 10px;
	margin: 0;
}

#contentBody {
	padding: 10px 20px 10px 10px;
}
#contentBody p {
	line-height: 16px;
	margin: 0 0 5px 0;
}
#footer {
	background: url(/img/footer_bg.gif) repeat-y left top;
	padding: 10px 20px 10px 223px;
margin: 0 auto;
width: 527px;
}

#footer p {
	font-size: 10px;
	margin: 0 0 4px 0;
width: 525px;
}
#footer{
 height: 57px;
}

#push{
 height: 57px;
}


/* main menu */

#mainMenu {
	padding-left: 20px;
}	

.navlist {
	margin: 0;
	padding: 00;
	width: 193px;
}
.navlist li {
	list-style-type: none;
}
.navlist li a {
	display: block;
	width: 193px;
	background: #ecece8 url(/img/menu_sh_gray.jpg) no-repeat left top;
	padding: 7px 0 5px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	color: #990000;
}
.navlist li a:hover {
	display: block;
	width: 193px;
	background: #990000 url(/img/menu_sh_red.jpg) no-repeat left top;
	padding: 7px 0 5px 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	color: #fff;
}

#dropmenudiv{
	position:absolute;
	background: #990000 url(/img/submenu_sh.jpg) repeat-y left top;
	/*border: 1px solid #b84d4d;*/
	border-bottom-width: 0;
	font-size: 11px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #b84d4d;
	padding: 1px 0;
	text-decoration: none;
	color: #fff;
}

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


/* ---------- */

/* inline secondary level nav */
.inlineNav {
	width: 190px;
	float: right;
	margin: 10px 20px 10px 10px;
}
.inlineNav ul {
	margin: 0;
	padding: 0;
}
.inlineNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainContent .inlineNav ul li {
	background: none;
list-style: none;
}

.inlineNav ul li a {
	display: block;
	width: 180px;
	padding: 6px 5px;
	background: url(/img/inlinenav_bg.jpg) no-repeat left center;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e0;
}

/* ---------- */

/* style for images with border */
.img-border {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
 }

/* ---------- */

/* styles for images with drop shadows */

.img-shadow {
  float:left;
  background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/img/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 }


 
/* ---------- */

/* intranet */
.userProfile {
	background-color: #e7e7e7;
	padding: 4px;
}
#investorsList {
	
}
#investorsList td, #investorView td {
	background-color: #eee;
	padding: 3px 5px;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
}
.fieldLabel {
	font-weight: bold;
}
/* ---------- */
