/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* style.css */

html 	{  
	background: #fff;
	height: 100%;
}

body { 
	position : relative;
	width : 800px;
	background: #fff;
	margin : 0 auto;
	font-size: 12px;
	color: #333; 
	text-align : left;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #333;
}

a:hover {
	color: #66ad3d;
}

a.green-link {
	color: #66ad3d;
	
}

p {
	margin-bottom: 10px;
	line-height: 16px;
}

h1 {
	color: #66ad3d;
	text-transform: uppercase;
	font-size: 56px;
	text-align: right;
}

h2 {
	color: #66ad3d;
	text-transform: uppercase;
	font-size: 20px;
	text-align: right;
}

h3 {
	color: #0040a2;
	text-decoration: underline;
	margin-bottom: 5px;
}

.block {
	display: block;
}

.left {
	float: left;
}

.right {
	float: left;
}

.clear {
	clear: both;
}

.banner {
	padding: 20px 0px 20px 0px;
}

.divider {
	background-color: #66ad3d;
	height: 4px;
	width: 100%;
	margin-bottom: 8px;
}

.container {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.value {
	display: block;
	color: #a6a8a9;
}

.marginbottom30 {
	margin-bottom: 30px;
}

/* NAV */
ul.nav {
	margin-left: 290px;
}

ul.nav li {
	float: left;
}

ul.nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #a6a8a9;
	font-weight: bold;
	font-size: 10px;
}

ul.nav li a:hover, ul.sub-nav li a:hover, ul.sub-nav-people li a:hover {
	color: #66ad3d;
}

.marginleft15 {
	margin-left: 15px;
}

ul.sub-nav, ul.sub-nav-people {
	font-size: 11px;
	text-align: right;
	margin-top: 25px;
}

ul.sub-nav-people {
	font-size: 12px;
}

ul.sub-nav li, ul.sub-nav-people li {
	margin-bottom: 20px;
}

ul.sub-nav li a, ul.sub-nav-people li a {
	color: #a6a8a9;
	text-decoration: none;
}

/* CONTENT SECTIONS */
.content-home {
	margin-top: 60px;
}

.left-col-home {
	width: 290px;
	margin-right: 5px;
}

.right-col-home {
	width: 505px;
}

.content {
	margin-top: 40px;
}

.left-col {
	width: 150px;
}

.right-col {
	width: 625px;
	margin-left: 10px;
	padding-top: 22px;
}

.intro {
	font-size: 16px;
	line-height: 20px;
	padding-top: 58px;
	width: 405px;
}

.bigtext {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
}

ul.divisions li {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 30px;
}

li.heading {
	color: #66ad3d;
	font-weight: bold;
	padding-left: 0px !important;
}

.investment-text {
	margin-top: 44px;
}

table.boa {
	width: 500px;
}

table.boa th {
	padding-bottom: 10px;
}

table.boa td {
	padding: 10px 0px 10px 30px;
}

/* Footer */
.footer {
	background-color: #66ad3d;
	height: 16px;
	width: 790px;
	padding: 4px 10px 0px 0px;
	margin-top: 10px;
	text-align: right;
	color: #fff;
}