/*
       yellow: #ffc221
    dark blue: #00124a
       orange: #FBB03B
*/

/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main img.page-image {
	margin: 0 0 12px 12px;
	border: 3px solid #d3d3d3;
	float: right;
}
#main img.banner-image {
	margin: 0 0 12px 0;
	border: 2px solid #666;
	width: 633px;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: 3px solid #d3d3d3;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: 3px solid #d3d3d3;
    float: left;
}

/* styles */
body {
	background: #00124a;
}
#body {
	font: 14px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #4D4D4D;
	background: url(/images/bg-blue.gif) repeat-x #fff;	
}
#outer {
	background: url(/images/outerbg-blue.jpg) no-repeat top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(/images/wrapperbg-blue.jpg) no-repeat top center;
}
#header {
	height: 200px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 30px;
}
ol#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 30px;
	top: 73px;
}
ol#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 6px 0 8px;
	height: 44px;
	background: url(/images/navdiv.gif) no-repeat top left;
}
ol#nav li.first {
	background: none;
}
ol#nav a {
	text-decoration: none;
	font: 16px Tahoma, Geneva, sans-serif;
	line-height: 40px;
	height: 44px;
	color: #001C5A;
}
ol#nav a:hover, ol#nav a.active {
	color: #FBB03B;
}
#page-title {
	height: 70px;
	position: absolute;
	bottom: 11px;
	left: 296px;
	overflow: hidden;
	width: 674px;
}
#page-title h1 {
	color: #fff;
	height: 70px;
	margin: 0;
	font: 30px Tahoma, Geneva, sans-serif;
	line-height: 70px;
	font-weight: bold;
}

#main {

}
#sidebar {
	width: 266px;
	float: left;
}
#sidebar ol#subnav {
	list-style-type: none;
	margin: 30px 0 30px 30px;
	padding: 0;
	background: url(/images/sidebarbg-blue.jpg) repeat-x;
	min-height: 380px;
}
#sidebar ol#subnav li {
	margin: 0;
	padding: 0 0 2px 0;
	background: url(/images/sidebardiv-blue.jpg) bottom right no-repeat;
}
#sidebar ol#subnav li a {
	padding: 15px 5px 15px 28px;
	display: block;
	color: #001C5A;
	font: 14px Tahoma, Geneva, sans-serif;
	line-height: 19px;
	text-decoration: none;
}
#sidebar ol#subnav li a:hover {
	background: url(/images/subnav_hover-blue.jpg) repeat-y;
	color: #306AD4;
}
#sidebar ol#subnav li a.active {
	background: url(/images/subnav_active-blue.jpg) no-repeat center left;
	color: #306AD4;
}
#sidebar ol#subnav li a.active:hover {
	background: url(/images/subnav_active-blue.jpg) no-repeat center left;
}
#sidebar ol#subnav li ol.subsubnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar ol#subnav li span {
	padding: 5px 5px 5px 28px;
	display: block;
	color: #001C5A;
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
}
#sidebar ol#subnav li ol.subsubnav li {
	background: none;
	padding: 0;
}
#sidebar ol#subnav li ol.subsubnav li a {
	padding: 5px 5px 5px 40px;
}
#sidebar ol#subnav li ol.subsubnav li ol.subsubnav li a {
	padding: 5px 5px 5px 55px;
}
#sidebar ol#subnav li ol.subsubnav li a.active {
	background: url(/images/subnav_hover-blue.jpg) repeat-y;
}
#sidebar ol#subnav li ol.subsubnav li a.active:hover {
	background: url(/images/subnav_hover-blue.jpg) repeat-y;
}
#sidebar ol#subnav li.archive {
	padding: 10px 0 15px;
}

#content {
	min-height: 400px;
	width: 694px;
	float: left;
}
#content-int {
	padding: 30px 30px 30px 30px; 
}

#footer {
	border-top: 3px solid #ffc221;
	background: url(/images/footerbg.jpg) top center no-repeat #00124a;
}
#footer h2 {
	color: #fb0;
	font: 18px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#footer-int {
	width: 960px;
	padding: 10px 0 25px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	background: url(/images/footerintbg.jpg) top center no-repeat #00124a;
}
#footer-int #address {
	width: 320px;
	padding: 75px 29px 0 51px;
	float: left;
	background: url(/images/footerlogo.gif) no-repeat;
}
#footer-int #address p#social-links {
	margin-bottom: 6px;
}
#footer-int #address a.social-link {
	margin-right: 9px;
}
#footer-int #newsletter {
	padding-top: 15px;
	width: 560px;
	float: left;
}
#footer-int #newsletter form {
	margin-bottom: 30px;
}
#footer-int #newsletter form input.text {
	padding: 2px;
	border: 1px solid #999;
	font: 13px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#footer .copyright {
	font-size: 11px;
}
#footer a {
	color: #ffc221;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* content styles */

#main h2 {
	color: #001C5A;
	font: 20px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#main h3 {
	color: #49A2FC;
	font: 18px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#main h3 span {
	color: #FBB03B;
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#main h4 {
	color: #FBB03B;
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#main p {
	line-height: 1.4em;
}
#main a {
	color: #001C5A;
	font-weight: bold;
}
#main a:hover {
	color: #49A2FC;
}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}

#main #map {
	margin-bottom: 12px;
}
#main .faq-listing {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#main #news, #main #events {
    float: left;
    width: 43%;
}
#main #news a, #main #events a {
    text-decoration: none;
}
#main #news {
    padding-right: 40px;
    border-right: 1px solid #ccc;
}
#main #events {
    padding-left: 40px;
}
#main .member .image {
    float: left;
    padding-right: 15px;

}
#main #partners .partner {
    float: left;
    margin: 6px 15px 9px 0;
    display: block;
}

/* homepage styles */
#body.page-homepage {
	background-image: url(/images/bg-home.gif);	
}
#body.page-homepage #outer {
	background-image: url(/images/outerbg-home.jpg);
}
#body.page-homepage #wrapper {
	background-image: url(/images/wrapperbg-home.jpg);
}
#body.page-homepage #header {
	height: 119px;
}
#body.page-homepage #sidebar {
	display: none;
}
#body.page-homepage #content {
	float: none;
	width: 100%;
}
#focus-text {
	height: 88px;
	overflow: hidden;
	padding-left: 228px;
	padding-top: 66px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}
#focus-text strong {
	color: #fb0;
}
#body.page-homepage #main h1 {
	color: #001C5A;
	font: 18px Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 20px;
	margin: 0;
}
#triptych {
	border-top: 1px solid #f9f9f9;
	padding: 20px 0 40px;
}
#triptych .tri {
	width: 284px;
	float: left;
}
#triptych .middle {
	margin: 0 24px;
}
#triptych .tri .tri-image {
	height: 90px;
	width: 280px;
	overflow: hidden;
	margin-bottom: 12px;
}
#triptych .tri .more {
	text-align: right;
}
#triptych .tri p {
	margin-bottom: 6px;
	
}
#triptych .tri .more a {
	font-size: 15px;
	text-decoration: none;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: right 5px;
	
}
#latest-stuff {
	border: 7px solid #e6e6e6;
	background: #f2f2f2;
	font-size: 14px;
}
#latest-stuff h2 {
	font-size: 17px;
}
#latest-stuff img {
	float: left;
	border: 3px solid #d3d3d3;
	margin-right: 12px;
}
#latest-stuff h3 {
	color: #001C5A;
	margin-bottom: 0;
	font-size: 14px;
}
#latest-stuff p {
	margin-bottom: 0;
}
#latest-stuff a.more {
	text-decoration: none;
	padding-right: 12px;
	background: url(/images/arrow-home.gif) no-repeat right 5px;
	color: #001C5A;
	
}
#latest-news {
	margin: 20px 0;
	padding: 0 30px;
	width: 383px;
	float: left;
	border-right: 1px solid #ccc;
}
#latest-events {
	margin: 20px 0;
	padding: 0 30px;
	width: 382px;
	float: left;
}


/* sections */
#body.page-Capital {
	background-image: url(/images/bg-orange.gif);	
}
#body.page-Capital #outer {
	background-image: url(/images/outerbg-orange.jpg);
}
#body.page-Capital #wrapper {
	background-image: url(/images/wrapperbg-orange.jpg);
}
#body.page-Capital #sidebar ol#subnav {
	background-image: url(/images/sidebarbg-orange.jpg);
}
#body.page-Capital #sidebar ol#subnav li {
	background-image: url(/images/sidebardiv-orange.jpg);
}
#body.page-Capital #sidebar ol#subnav li a:hover {
	background-image: url(/images/subnav_hover-orange.jpg);
}
#body.page-Capital #sidebar ol#subnav li a.active {
	background-image: url(/images/subnav_active-orange.jpg);
}
#body.page-Capital #sidebar ol#subnav li a.active:hover {
	background-image: url(/images/subnav_active-orange.jpg);
}
#body.page-Capital #main h2 {
	color: #F7941D;
}
#triptych #tri-Capital .tri-image {
	border: 2px solid #F7941D;
}
#triptych #tri-Capital .more a {
	color: #F7941D;
	background-image: url(/images/arrow-orange.gif);
}

#body.page-Entrepreneurship {
	background-image: url(/images/bg-red.gif);	
}
#body.page-Entrepreneurship #outer {
	background-image: url(/images/outerbg-red.jpg);
}
#body.page-Entrepreneurship #wrapper {
	background-image: url(/images/wrapperbg-red.jpg);
}
#body.page-Entrepreneurship #sidebar ol#subnav {
	background-image: url(/images/sidebarbg-red.jpg);
}
#body.page-Entrepreneurship #sidebar ol#subnav li {
	background-image: url(/images/sidebardiv-red.jpg);
}
#body.page-Entrepreneurship #sidebar ol#subnav li a:hover {
	background-image: url(/images/subnav_hover-red.jpg);
}
#body.page-Entrepreneurship #sidebar ol#subnav li a.active {
	background-image: url(/images/subnav_active-red.jpg);
}
#body.page-Entrepreneurship #sidebar ol#subnav li a.active:hover {
	background-image: url(/images/subnav_active-red.jpg);
}
#body.page-Entrepreneurship #main h2 {
	color: #C8000E;
}
#triptych #tri-Entrepreneurship .tri-image {
	border: 2px solid #C8000E;
}
#triptych #tri-Entrepreneurship .more a {
	color: #C8000E;
	background-image: url(/images/arrow-red.gif);
}

#body.page-Research {
	background-image: url(/images/bg-green.gif);	
}
#body.page-Research #outer {
	background-image: url(/images/outerbg-green.jpg);
}
#body.page-Research #wrapper {
	background-image: url(/images/wrapperbg-green.jpg);
}
#body.page-Research #sidebar ol#subnav {
	background-image: url(/images/sidebarbg-green.jpg);
}
#body.page-Research #sidebar ol#subnav li {
	background-image: url(/images/sidebardiv-green.jpg);
}
#body.page-Research #sidebar ol#subnav li a:hover {
	background-image: url(/images/subnav_hover-green.jpg);
}
#body.page-Research #sidebar ol#subnav li a.active {
	background-image: url(/images/subnav_active-green.jpg);
}
#body.page-Research #sidebar ol#subnav li a.active:hover {
	background-image: url(/images/subnav_active-green.jpg);
}
#body.page-Research #main h2 {
	color: #00A651;
}
#triptych #tri-Research .tri-image {
	border: 2px solid #00A651;
}
#triptych #tri-Research .more a {
	color: #00A651;
	background-image: url(/images/arrow-green.gif);
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}