@charset "utf-8";
/* CSS Document */

/* Palette
green:#58CF37
orange:#EC7D04;
blue:#1D64E0
*/

body {
	color: #000000;
	background-color: #F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	/* lets IE6 recognize :hover on non-anchors */
	behavior: url("csshover3.htc");
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
img {
	border:none;
	/* fixes IE6s issues with png transparency */
	behavior: url(iepngfix.htc);
}
p {
	margin:0;
}
ul {
	margin:0;
	list-style-type:none;
}
.floatCloser {
	float:none;
	clear:both;
}
#wrapper {
	width:948px;
	background-color:#A1A1A1;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	margin-top:10px;
}
#innerWrapper {
	background-color:#FFFFFF;
	width:936px;
	margin:0 6px 0 6px;
}
#headerAndNavWrapper {
	background-image:url(images/headerBack_2.png);
	background-position:left;
	background-repeat:repeat-x;
}
#header {
	width:100%;
	height:72px;
}
#headerLogo {
	width:200px;
	float:left;
	padding-left:10px;
}
.divHeaderLoginLink {
	width:200px;
	float:right;
	text-align:right;
	padding:4px 12px 0 0;
}
.divHeaderLoginLink img {
	margin-right:10px;
}
.divHeaderLoginLink a {
	text-decoration:underline;
}
.divHeaderLoginLink a:hover {
	text-decoration:underline;
	color:#58CF37;
}
#clientLogin {
	margin-top:10px;
	/* ie6 double margin bug hack */
	display:inline;
}
#investorLogin {
	clear:right;
}
#topNav {
	width:100%;
	height:26px;
	background-image:url(images/headerBack_1.jpg);
	background-position:left;
	background-repeat:repeat-x;
	border-bottom:1px white solid;
}
#topNav div {
	width:117px;
	height:26px;
	float:left;
	display:block;
	text-align:center;
	line-height:26px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(images/topNavEntry_Background_1.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#topNav div:hover {
	background-image:url(images/topNavEntry_BackgroundHover_1.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#topNav div a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
#middleFlash {
	height:274px;
	width:100%;
}
#middleTabs {
	width:100%;
}
#innerFooter {
	width:100%;
	height:21px;
	text-align:center;
	background-color:#58CF37;
	color:#FFFFFF;
	line-height:21px;
}
#innerFooter a {
	color:#FFFFFF;
}
#innerFooter a:hover {
	color:#1D64E0;
}
#outerFooter {
	width:100%;
	text-align:center;
	color:#000000;
	padding-top:4px;
}
