@charset "UTF-8";
/* CSS Document */

/* =Color Key
Navy	#19375f;
Green	#a2d72c;
LBlue	#9fcdea;

*/


/* =General + =Classes */


* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
.clear {
	clear:both;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #19375f;
	background: #18375f url(img/background.jpg) repeat-x left top;
	padding-bottom:20px;
}
.more {
	text-align:right;
}
.fit {
	margin: 1em 20px;
}
#content .fit {
	margin: 1em 20px;
}
.box {
	margin: 1em 0;
	border: 1px solid #5d94b6;
	color: #19375f;
}


.box2 { /* Navy  */
	margin: 1em 0;
	border-top: 1px solid transparent; /* Clears margi-collapse */
	border-bottom: 1px solid transparent; /* Clears margi-collapse */
	background:#19375f;
	color: #fff;
}
#content .box2 a {
	color: #9fcdea;
}


.box3 {
	margin: 1em 0;
	border-top: 1px solid transparent; /* Clears margi-collapse */
	border-bottom: 1px solid transparent; /* Clears margi-collapse */
}
.box4 {
	margin: 1em 0;
	border-top: 1px solid transparent; /* Clears margi-collapse */
	border-bottom: 1px solid transparent; /* Clears margi-collapse */
	background: #9fcdea;
}
#content .noBullet, #content #twitter_update_list {
	list-style-type:none;
	margin-left: 20px;
}
/* =Links */
#content a {
	color: #166c47;
	font-weight: bold;
}
/* =Typography */
p, ul {
	margin: 1em 20px;
	line-height: 1.3em;
}

h2, #content h3 {
	margin: 1em 20px;
}
h2 {
	text-transform:uppercase;
}
#headline h2 {
	margin: 0;
}

#content ul {
margin-left:35px;
}

/* =Boxes */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(img/background_wrapper.jpg) repeat-y left top;
}
#splash {
	position:relative;
	height: 267px;
	background: url(img/background_splash.jpg) no-repeat left top;
}
#splash h1 {
	text-indent: -9000px;
}
#splash a#logoHitArea{
	display:block;
	width:260px;
	height:175px;
	position:absolute;
	top:80px;
	left: 60px;
}
a#btnInvest {
	position:absolute;
	top:11px;
	right:19px;
	padding: 0 10px;
	padding-right: 24px;
	line-height: 32px;
	color: #19375f;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	background: #a2d72c url(img/arrow.gif) no-repeat right center;
	border: 1px solid #19375f;
}
a#btnInvest:hover {
	background: #b9f535 url(img/arrow.gif) no-repeat right center;
	text-decoration:underline;
}

#content a.btn {
	line-height: 2.5em;
	padding: 5px 8px;
	color: #19375f;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20px;
	background: #a2d72c url(img/arrow_down.gif) no-repeat right center;
	border: 1px solid #fff;
}
#content a.btn:hover {
	background: #b9f535 url(img/arrow_down.gif) no-repeat right center;
	text-decoration:underline;
}


#nav {
	position:absolute;
	top:0;
	left:22px;
}
#nav img {
	border-right: 3px solid #cbd1cf;
}
#contact {
	position: absolute;
	bottom: 60px;
	right:40px;
	margin: 0;
	padding: 0;
	list-style-type:none;
	line-height: 1.3em;
}
#contact a {
	color: #19375f;
}
#headline {
	height: 52px;
	background: url(img/background_headline.jpg) no-repeat top left;
	text-indent:-9000px;
}
#content {
	padding: 10px 0;
	border-top: 5px solid #a2d72c;
	border-bottom: 8px solid #a2d72c;
}
#primaryContent {
	width:370px;
	float: left;
	margin-left: 60px;
	display:inline;
}
#secondaryContent {
	width: 485px;
	float:right;
	margin-right: 60px;
	display: inline;
}
#fullContent {
	float: left;
	margin: 0 60px;
	display:inline;
}

#twitter {
	margin-top: 10px;
	background: #9fcdea;
	border-top:1px solid transparent; /* To kill margin collapse */
	border-bottom:1px solid transparent; /* To kill margin collapse */
}
#twitter h2 {
	position: relative;
}
#twitter h2 a {
	position:absolute;
	bottom:0;
	right:0;
}
#twitter_update_list {
	list-style-type: none;
}
#footer {
	height: 169px;
	background: url(img/background_footer.jpg) repeat-x left top;
	font-size: 11px;
	color: #fff;
	text-transform:uppercase;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .styledLink {
	color: #9fcdea;
	text-decoration:underline;
}
#footer ul {
	margin-top: 10px;
	float: left;
	margin-left: 70px;
	display:inline;
	list-style-type: none;
}
#footer ul#copyright #copyrightLine {
	text-transform:none;
	font-size:10px;
}

#footer li {
	line-height: 1.3em;
}
#magenta {
	color: #ff0084;
}


/* =Links & Media Page */

#content .reportList {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

/* =Blog */
.blogInfo {
	margin-top: -1em;
	color:#666;
}
#blog #primaryContent {
	margin-top: 1em;
}
#blog #primaryContent h2 {
	color: #fff;
}
#blog #primaryContent a {
	color: #a2d72c;
}
#blog #primaryContent p {
	color: #e3e3ea;
}

#content img {
	margin: 1em 0;
}
#content h2 img {
	margin: 0;
}
