@import url(reset.css);
//@import url(normalize.css);
/* 1.BODY
---------------------------------------------------------------------- */
*{line-height:normal;}
html{height:100%;}
html,body { 
	margin: 0; 
	padding: 0; 
}
body {
	font-family:'Open Sans',Helvetica, Arial, sans-serif; 
	font-size:13px;
	color:#767C76;
	background:#fff none repeat scroll 0 0;
	font-weight:100;
}

/* 2.DEFAULT STYLING
---------------------------------------------------------------------- */
.hide{display:none;}
p{ margin-bottom:13px; color:#767C76;}
a{ color:#004a7f; }
ul { list-style:disc inside none; margin-bottom:20px;}
ul li { margin-left:15px; list-style-position: outside; }
ul#listings{list-style:none;}
ul#listings h2{margin:0!important;}

strong { font-weight:bold; }
em { font-style:italic; }

table { border:0px solid #ccc; border-spacing:inherit; color:#2e2e2e !important; width:100%; margin-bottom:20px; }
table a {  }
table a:hover,
table a:focus { color:#999; text-decoration:none; }
table td { border-bottom:0px solid #ccc; background:#f4f6de; padding:5px 0;  }
#left_col table td{padding:10px;}
table td { background:transparent;  }
table tr.alt td { background:#000; }

thead th, th {
    background: #004a7f none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 10px;
}
hr{
	border:none; 
	border-top:1px dashed #cccccc;
	margin:15px 0;
}	
	/* 2.1 BASE REVISITS
	---------------------------------------------------------------------- */	
	div.legal_selection{
		background:transparent;
		border:thin rgba(255,255,255,.25) solid;
		color:#333333;
	}

/* 3.HEADINGS
---------------------------------------------------------------------- */
h1,h2,h3,h4,h5 { font-family:'Open Sans',sans-serif; font-weight:300; line-height:normal; color:#004a7f;}

h1 {color: #004a7f; font-size: 34px;}
h2 { font-size:18pt; margin-bottom:16px; }
h3 { font-size:16pt; margin-bottom:13px; }
h4 { font-size:14pt; margin-bottom:10px; }
h5 { font-size:11pt;}

.h4{ font-size:10pt; }
.headline_blue{color:#4C7D98;}

/* 4.LINKS
---------------------------------------------------------------------- */
a { color:#004a7f; text-decoration:none; }
a:hover, a:focus { color:#767C76; }

/* 5.IMAGES
---------------------------------------------------------------------- */
.polaroid {
	border:1px solid #eaebea;
/*	border-radius:0px; 
	-moz-border-radius:0px; 
	-webkit-border-radius:0px; 
	-moz-box-shadow:5px 5px 5px #333; 
	-webkit-box-shadow:5px 5px 5px #333; 
	box-shadow:0 4px 7px #999999;*/
}
div.banner {
    background-attachment: scroll !important;
    background-color: #eaebea !important;
    background-repeat: no-repeat !important;
    height: 149px;
    min-height: 149px;
    overflow: hidden;
    position: relative;
    width: 100%;
	background-size:contain!important;
}
div.banner span#blind{
	background-color: #eaebea;
    display: inherit;
    height: 149px;
    left: 22%;
    position: relative;
    width: 78%;
}


/* 6.LAYOUT
---------------------------------------------------------------------- */
	/* 6.1 COMMON WRAPPER ELEMENT ------------ */
div.wrapper{
		height:141px;
		margin:0 auto;
		min-width:940px;
		width:93%;
		max-width:1500px;
	}
	
	/* 6.2 HEAD ROW ------------ */
	div#head_row, div#content_row, div#footer_row{
		position:relative;
		text-align:left;
		width:100%;
		min-width:940px;
	}
	div#head_row {
		border-top: 24px solid #eaebea;
		height: 141px;
		position: relative;
	}
	div#head_row.wrapper{
		height:141px;
	}
	div#head_row .banner{}
	
	/* 6.3 CONTENT ROW ------------ */
	div#content_row{
		min-height:300px;
	}
	div#content_row .wrapper {		
		height:auto;
		position:relative;
		background:url(none) no-repeat scroll right bottom transparent;
	}	
	#home_pg div#content_row .banner,
	#fund_login div#content_row .banner{
		min-height:335px;
		height:335px;
	}
	div#content_row p{
	}
	
		/* 6.3.1 CONTENT ROW, NAVIGATION COLUMN ------------ */
		div#content_row #nav_col{
			width:237px;
			float:left;
			background-color:#e1ebf7;
			height:100%;
		}
		
		/* 6.3.2 CONTENT ROW, CONTENT COLUMN ------------ */
		div#content_row #content_col{
			background:url(none) repeat-y scroll left top #fff;
			height: auto;
			overflow: hidden;
			width: 100%;
		}
					
		#content_col #left_col {
			background: transparent url("none") no-repeat scroll 85% 95%;
			border-radius: 0;
			height: 100%;
			left: 22%;
			overflow: hidden;
			padding: 0 0 0 2%;
			position: relative;
			width: 72%;
			top:-55px;
		}
		#content_col #right_col{display:none;}
		#content_col #left_col h1 {
			position: relative;
			margin-bottom:32px;
		}
		#content_col #left_col p {
			line-height:1.6em;
		}
	
	/* 6.4 FOOTER ROW ------------ */
	div#footer_row {
		border: medium none;
		clear: left;
		height: auto;
		min-height: 53px;
		padding: 20px 0;
	}	

/* 7.BRANDING/MASTHEAD
---------------------------------------------------------------------- */

img#banner{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

img#logo {
    height: 50px;
    left: 4%;
    position: relative;
    top: 35px;
    width: auto;
}

/* 8.NAVIGATION
---------------------------------------------------------------------- */

div#main_nav {
    display: inline;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding-top: 5px;
    position: absolute;
    right: 5%;
    top: -45px;
    white-space: nowrap;
    width: 100%;
    z-index: 11;
}
div#main_nav ul{
	margin-bottom:12px;
	text-align:right;
}
div#main_nav ul li {
    color: #004a7f;
    display: inline;
    height: 36px;
    margin: 0 0 0 3%;
    min-height: 36px;
    position: relative;
}
div#main_nav ul li a{ 
	padding:0;
	color:#767C76;
	padding:0 0 3px;
}

div#main_nav ul li:hover{
	cursor:pointer;
}
li.subnav_bullet>a:hover{
	cursor:pointer;
}
div#main_nav ul li a:hover, 
div#main_nav ul li a:focus, 
div#main_nav ul li a.selected{}
#jsddm .submenu{
	position: absolute;
	display:none;
	margin: 0!important;
	padding:10px 0;
	background: url(none) repeat scroll 0 0 #004a7f;
	top: 29px;
	left:-8px;
	border-top:0px solid #f9f9f9;
}
#jsddm .submenu li{margin:0; padding:0;}
#jsddm .submenu li a{
    color: #FFFFFF !important;
    display: block;
    margin: 0;
    min-width: 150px;
    padding: 12px 15px !important;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: auto;
	text-transform:uppercase;
}
#jsddm .submenu li a:hover{
	border-bottom:none;
	background-color:#264164;
}
.subnav_bullet{
	margin-left:15px;
}
.subnav_bullet:first-child{
	background: url(none) no-repeat scroll 0 3px transparent;
}
hr.mmenu{
	border:#333 6px solid;
	width:96%;
}
div#sec_nav{
    float: right;
    position: relative;
    width: 100%;
}
div#sec_nav img[usemap="#Map"] {
    float: right;
    position: absolute;
    right: 20px;
    top: 21px;
}
form#login_form a {
    background-color: #004a7f;
    padding: 4px 10px;
    text-transform: uppercase;
	color:#fff;
}
a#login {
    background: url("../images/sign-in.gif") no-repeat scroll 0 0 transparent;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -130px;
    width: 84px;
}
a#logout {
    background: url("../images/sign-out.gif") no-repeat scroll 0 0 transparent;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -130px;
    width: 84px;
}
/* 9.SITEINFO/FOOTER
---------------------------------------------------------------------- */
div#footer_row .wrapper {
	background-color: #EAEBEA;
    font-size: 11px;
	height:auto;
    position: relative;
    vertical-align: baseline;
	overflow:hidden;
}
div#footer_row #copyright {
    margin: 12px auto;
    max-width: 60%;
}
div#footer_row #poweredby{
	float:right;
	margin-right:50px;
}
div#footer_row p {
    color:inherit;
    font-family: 'Open Sans',Helvetica,Arial;
    font-size: 12px;
    font-variant: normal;
    font-weight: 300;
	margin:10px 0;
}
div#footer_row p a {color:inherit;}

/* 10.HOMEPAGE
---------------------------------------------------------------------- */
	/* 10.1 FUND_LOGIN STRUCTURE ------------ */		
	#fund_login_pg #content_col{
		background: none repeat-y scroll left top #004a7f;
		height: auto;
		min-height: 515px;
		overflow: hidden;
		padding: 0 0 36px;
		width: 100%;
	}		
	/* 10.2 FUND_LOGIN FORM ------------ */
	div.login p{
		position: relative;
		top: 25px;
		color:#fff;
		display:inline;
		clear:both;
		margin:0 0 0 30px;
		font-size:15px;
		font-weight:900;
	}
	div.login p:first-child{font-weight:400;}
	div.login p img{
		vertical-align: -6px;
		margin:0 5px;
		display:inherit;
	}
	div.login label {clear:left;}
	div.login input{
		display:block;
		color:#000!important;
		height: 20px;
		margin-bottom: 10px;
		width: 220px;
	}
	div.login ul {
		position: absolute;
		list-style:none;
		bottom:20px;
	}
	div.login ul li{margin:0 0 5px;}
	div.login ul li a{text-decoration:underline;}
	div.login h2{
		font-size:24px;
		margin: 20px 0 0 45px;
		text-transform:uppercase;
	}
	div.login form {position: relative;}
	div.login form img{cursor:pointer;}		
	#fund_login_pg div#content_row .banner, #home_pg div#content_row .banner {
		height: 335px;
		min-height: 335px;
		width: 100%;
	}	
	/* 10.3 HOME STRUCTURE ------------ */
	#fund_login_pg #home_msg, #home_pg #home_msg {
		background-color: #EAEBEA;
		float: right;
		height: 295px;
		padding: 40px 5% 0;
		position: relative;
		width: 60%;
		z-index: 10;
	}
	#fund_login_pg #home_msg h1, #home_pg #home_msg h1{
		line-height:1.2em; 
		margin-bottom:20px;
	}
	#fund_login_pg #home_msg p, #home_pg #home_msg p{
		line-height:1.5em;
		font-family:'Open Sans',sans-serif;
		font-weight:100;
		font-size:14px;
		margin:0;
	}
	#fund_login_pg #content_col #left_col, #home_pg #content_col #left_col{
		padding:0; 
		width:1188px;
	}
	#fund_login_pg div#content_row #content_col, #home_pg div#content_row #content_col{
		min-height:0;
		padding:4px 0 0 0;
		background:none repeat scroll 0 0 transparent;
	}
	#mycarousel{
		list-style:none outside none;
		width:100%!important;
		overflow:hidden;
	}
	#mycarousel li {
		border-radius: 0;
		float: left;
		margin: 0 0 0 1.1%;
		overflow: hidden;
		padding: 50px 1.5% 30px 2.5%;
		width: 27.6%;
	}
	#mycarousel li:first-child{margin:0;}
	#mycarousel li img{margin-bottom:25px;}
	#mycarousel li h2{ 
		color:#767C76;
		margin:0 0 20px 0;
	}
	#mycarousel li p {
		line-height: 1.5em;
		margin: 0;
	}	
/* 11.FORM
---------------------------------------------------------------------- */
label{	display:block;}

/* 13.MANAGEMENT PAGE
---------------------------------------------------------------------- */
#management_pg #left_col{}
#management_pg #left_col p{}
#management_pg .manager_bio{
	margin-bottom:10px;
	color:#767c76;
}

/* 14.SIGNUP PAGE
-----------------------------------------------------------------------*/
#signup_pg .required_field {
	color:#cc0000;
}
#signup_pg div.form_group .form_single_width {
	height:20px;
}
#signup_pg div.form_group .form_double_width {
	color:#666666;
}
#signup_pg #disclaimer_submit input[type="submit"] {
    background-color: #b21f17;
    border: medium none;
    color: #fff;
    font-family: "Open Sans",Helvetica,san-serif;
    font-size: 22px;
    font-weight: 100;
    height: auto;
    padding: 24px 100px;
    width: auto;
}
#signup_pg #eu_disclaimer_check input[type="checkbox"],
#signup_pg #disclaimer_check input[type="checkbox"]{
	margin-right:20px;
}
#signup_pg legend {
	padding:10px 150px;
}
.empty {color:gray;}
#signup_pg div.form_group fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 96%;
}
#signup_pg fieldset h2 {
    padding-bottom: 10px;
    width: 100%;
	margin-bottom:0;
}
#signup_pg .required_field {
	color:inherit;
}
#signup_pg div.form_group .form_single_width {
    border: 1px solid #D0D0D0;
    height: auto;
    margin-bottom: 15px;
    margin-right: 18px;
    padding: 0;
	max-width:48%;
	overflow:hidden;
	width:50%
}
#signup_pg div.form_group .form_double_width {
	color:inherit;
	margin-bottom:30px;
}
#signup_pg #disclaimer_plain {
	width:97%px;
	height: 240px;
	overflow: auto;
	border: 1px solid #CCC;
	float:left;
}
#signup_pg #disclaimer_check {
    background: none repeat scroll 0 0 #5e5e5e !important;
    border: medium none !important;
    color: #ffffff;
    display: inherit;
    float: left;
    font-family: "Open Sans";
    font-size: 22px;
    height: auto;
    outline: medium none;
    padding: 25px 30px;
    width: inherit !important;
}
#signup_pg #disclaimer_submit {
    display: inherit;
    float: left;
    margin-left: 40px;
    position: relative;
    right: 0;
}
#signup_pg ol{
	list-style: lower-roman outside none;
    padding: 0 0 10px 20px;
}
#signup_pg .form_double_width span {
    font-family: "Open Sans";
    font-weight: 100;
    position: relative;
    top: 3px;
}
#signup_pg .form_group{margin-bottom:20px; clear:both;}

#signup_pg .form_group input {
    padding: 19px 0 19px 19px;
    width: 97%;
	border:none;
	outline:none;
	vertical-align:top;
	font-size:inherit;
}

#signup_pg .third_group input {
	text-transform: none;	
}

#signup_pg div.form_group select {
    background: url("../images/select_arrow.png") no-repeat scroll 92% 52% #FFFFFF;
    border: medium none;
    outline: medium none #000080;
    padding: 19px;
    width: 105%;
	font-size:inherit;
	color:inherit;
}
#signup_pg div.form_group select option{color:#000;}
#signup_pg .form_group label {
	font-weight:100;
	font-family:"Open Sans";
	margin-bottom:10px;
}
.checkbox_item {
    clear: both;
    font-family: "Open Sans";
    font-size: inherit;
    left: 15px;
    padding: 9px;
    position: relative;
    text-indent: -25px;
}
#signup_pg input[type="radio"] {
    width: auto !important;
}
.darkblue_bkgnd {
    padding: 10px 30px 30px !important;
    width: 880px !important;
	border:1px solid #d0d0d0;
}
.smallerfontsize .checkbox_item,
.smallerfontsize p{
	font-size: 13px;
}

/* 15.CONTACT PAGE
-----------------------------------------------------------------------*/
#contact_pg #content_col #left_col {width: 1116px !important;}
#contact_pg table p{text-align:left;}
#contact_pg #form_holder{margin-bottom:50px; width:425px;}
#contact_pg #form_holder input{}
#contact_pg form#contact_form{}
#contact_pg form#contact_form div {
    clear: both;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
}
#contact_pg form#contact_form div label {
    display: inline-table;
    width: 120px;
	vertical-align:top;
}
#contact_pg form#contact_form div input{width:290px; padding:6px;}
#contact_pg form#contact_form .radio_group{overflow:hidden;}
#contact_pg form#contact_form .radio_group label{white-space:nowrap;float:left;}
#contact_pg form#contact_form .radio_group input{width:auto;}
#contact_pg form#contact_form .radio_group p{width:290px; float:left;}
#contact_pg form#contact_form .radio_group p label{}
#contact_pg form#contact_form .radio_group p input{float:left; margin-right:8px;}
#contact_pg .required_field{color:#4E4E4E!important;}
#contact_pg form#contact_form input[type="submit"] {
    background-color: #93B0C0;
    border: medium none;
    color: #FFFFFF;
    padding: 4px 10px;
    width: auto;
	text-transform:uppercase;
}
#contact_pg form#contact_form textarea {width:299px;}
#contact_pg td{vertical-align:top;border:none; width:50%;}

/* 18.MANAGEMENT PAGE
-----------------------------------------------------------------------*/
.bio_box h2{margin:0;}
.bio_box h4{margin:0 0 20px 0;}
table.bio_box{
	border-bottom: 1px solid #eaebea;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
	position:relative;
	top:20px;
}
table.bio_box td {
	border:none; 
	padding-left:0!important;
}
table.bio_box td img{
	float: left;
	margin: 0 25px 10px 0; 
	width:170px; 
	z-index: 1;
}
table.bio_box td br{clear:none!important;}

/* 100.SITEMAPE PAGE
-----------------------------------------------------------------------*/
#sitemap_pg #left_col ul{margin: 10px;}
#sitemap_pg #left_col ul li {
    list-style: outside none none;
    margin: 10px 0;
}

/* 00.MISC
---------------------------------------------------------------------- */
br{clear:both;}
.read_more {
	bottom:12px;
	position:absolute;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
}

#password_reset_request_pg #left_col h1:first-child,
#reset_password_pg #left_col h1:first-child{display:none;}
#password_reset_form input:not([type="submit"]),
#reset_password_form input:not([type="submit"]){
    margin: 10px;
    min-width: 250px !important;
	padding: 19px 0 19px 19px;
	text-align: left!important;
}