* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	color:#333;
	background-color: #FFF;
	font-family: 'Lucinda Grande', Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
img {
	border-style: none;
}
#unsupported-browser-message {
	display: none;
}
#page-body {
	width:1100px;
	margin:25px auto;
	padding:0;
	/*background-color:#FFF;*/
	/*border:3px solid #181969;*/
	/*-webkit-box-shadow: black 0px 0px 60px;
	-moz-box-shadow: 0 0 60px 0 black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#page-header {
	height: 133px;
	background: #FFF url(../images/page-header-bg.jpg) no-repeat;
}
#page-header .logo {
	margin-left:99px;
	padding-top:10px;
}
#main-nav {
	margin-top:8px;
	text-align:center;
}
#main-nav a {
	color:#001346;
}
#main-nav ul {
	display:block;
	width: 100%;
	margin:auto;
}
#main-nav li {
	display: inline-block;
	/*width: 16%;*/
	height:19px;
	text-align:center;
	padding:0 20px;
	padding-top:5px;
	font-size:0.85em;
	font-weight:bold;
}
#main-nav li:hover {
	background-color: #B3CCE6;
}
#main-nav li:hover a {
	text-decoration:underline;
}
body.Home #main-nav a {
	text-decoration:none;
}
body.Home #main-nav li.home,
body.About #main-nav li.about,
body.News #main-nav li.news,
body.Investors #main-nav li.investors,
body.Portfolio #main-nav li.portfolio,
body.Contact #main-nav li.contact {
	background-color: #4D5B7F;
}
body.Home #main-nav li.home a,
body.About #main-nav li.about a,
body.News #main-nav li.news a,
body.Investors #main-nav li.investors a,
body.Portfolio #main-nav li.portfolio a,
body.Contact #main-nav li.contact a {
	color: #FFF;
	text-decoration:none;
}
#main-body-outside {
	background: #FFF url(../images/page-body-btm-bg.jpg) bottom center no-repeat;
	min-height: 645px;
	clear: both;
	padding-bottom: 25px;
}
#main-body-inside {
	background: url(../images/page-body-top-bg.jpg) top center no-repeat;
	min-height: 449px;
	padding: 20px 80px 0 80px;
}
#main-body-inside p {
	margin-bottom: 1.5em;
}
#main-body-inside h1,
#main-body-inside h2,
#main-body-inside h3,
#main-body-inside h4,
#main-body-inside h5,
#main-body-inside h6, a {
	color:#001346;
}
#main-body-inside h1 {
	padding-bottom: 1.0em;
}
#main-body-inside h2 {
	margin-top: 1.5em;
	padding-bottom: 0.5em;
}
#page-footer {
	clear: both;
	height: 72px;
	text-align: center;
	background: #FFF url(../images/page-footer-bg.jpg) no-repeat;
	padding: 0 51px;
	font-size: 0.8em;
	color:#999;
}
#page-footer table {
	width: 100%;
	height: 27px;
	border: 1px solid #B3CCE6;
	background-color: #FFF;
}
#page-footer td {
	white-space:nowrap;
	text-align: center;
	padding: 2px 3px;
}
#page-footer a {
	color:#999;
	text-decoration:none;
}
.widget.login-logout-button,
.widget.powered-by-silverleaf {
	display: inline;
}
#page-footer .silverleaf-login {
	width: 108px;
	background-color: #B3CCE6;
	overflow:hidden;
	color:#FFF;
	padding-right: 8px;
}
#page-footer .silverleaf-login:hover {
	background-color: #4D5B7F;
}
#page-footer .silverleaf-login a,
.widget.login-logout-button a {
	color:#FFF;
}
#page-footer a:hover {
	text-decoration:underline;
}