/*

	CSS file for OSS Capital
	Author:	Net Theory 
	http://www.nettheory.com/

	*** Color Palette ***
	---------------------------------------------------------------------	
	Dark blue: #0c294c

*/



/* Body & Global
------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", arial, sans-serif;
	background: #d3d0cc url(/images/background.jpg) top center no-repeat;
	color: #333;
}

body.badge {
	background: #d3d0cc url(/images/background-login.jpg) top center no-repeat;
}

#logo {
	float: left;
	margin: 34px 0 0 65px;
	width:390px;
	height: 55px;
}

	#logo h1  {
		text-indent:-9999px;
		background:transparent url(/images/logo.png) 0 0 no-repeat;
		width:390px;
		height:40px;
	}

		#logo h1 a {
			display: block;
			height: 100%;
			overflow: hidden;
		}
  
	h1 .fund-name {
		font-weight: normal;
	}
/* additional global h2-6 rules */

h2 {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", serif;
}

	.badge h2 {
		text-indent: -1000em;
	}
	
h3 {
	font-size: 1.4em;
/*	font-family: "Helvetica Neue", Arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.428em;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.428em;
}

p {
	margin-bottom: 1.416em;
	font-size: 1.4em;
	line-height: 1.428em;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
}

ul, dl {
	margin-bottom: 1em;
}

	li, dt, dd {
		font-size: 1.4em;
		line-height: 1.428em;
		margin-bottom: 1em;
		font-family: Georgia, "Times New Roman", serif;
	}

		li li,
		li p,
		dt p,
		dd p {
			font-size: 1em;
		}
		
		ul ul {
			padding-left: 30px;
			list-style-type: none;
		}
		
			ul ul h3 {
				margin-top: 10px;
				margin-bottom: 10px;
			}
		
			ul ul ul {
				list-style-type: none;
				padding-left: 0;
				list-style-type: circle;
			}
			
				ul ul ul li {
					margin-bottom: 10px;
				}

	dt {
		margin-bottom: 2px;
		font-size: 1.4em;
		font-weight: bold;
	}

	th, td {
		font-size: 1.4em;
		line-height: 1.428em;
		vertical-align: top;
	}
	
	td li {
		margin-bottom: 0;
	/*	font-size: 1em; */
	}
								  
a:link		{ color: #0c294c; }
a:visited	{ color: #0c294c; }
a:hover		{ color: #0c294c; }
a:active	{ color: #0c294c; }

img {
	border:none;
}




/* Structure
------------------------------------ */
#super-container { 
	/* used to center site. Do not float */	
	margin: 0 auto;
	/* To support a 1024 monitor, do not exceed 970px */
	width: 829px;
}

	#container {   
		/* float and width necessary unless defined by .col grid structure */		
		float: left;
		width: 829px;
		padding: 40px 0 60px;
	}
	
		.badge #container {
			background-color: transparent;
		}

		#header {															
			/* float and width necessary unless defined by .col grid structure */
			float: left;
			width: 829px;
			background: #113a6d url(/images/background-header.png) no-repeat 0 0;
		}

		#content {	
			padding: 45px 75px 45px 65px;
			clear: left;
			/* float and width necessary unless defined by .col grid structure */
			float: left;
			width: 689px;
			background-color:#f6f7f6;
		}

		#footer {	  
			clear: left;
			/* float and width necessary unless defined by .col grid structure */
			float: left;
			width: 829px;
			padding: 12px 0 16px;
			background-color: #0c294c;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;	
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
		}
		 



/* Portfolio Archive
------------------------------------ */		  
#greeting {
	clear: none;
	float: right;
	padding: 50px 65px 0 0;
	text-align: right;
}

	#greeting p {
		font-size: 1em;
		float: right;
		margin: 2px 10px 0 0;
		text-transform: uppercase;
		color: #d9e1d3;
		font-weight: bold;
		font-family: "Helvetica Neue",arial, sans-serif;
	}

	#greeting a {
		text-decoration: none;
		color: #d9e1d3;
	}

	#greeting ul {
		list-style-type: none;
		clear: none;
		float: right;
		margin-top: 3px;
		margin-bottom: 0;
	}
	
		#greeting li {
			display: inline;
			font: 1em "Helvetica Neue", arial, sans-serif;
			margin: 0 10px 0 0;
			text-transform: uppercase;
		}
/* Main Navigation
------------------------------------ */
/*#main-nav {
	width: 829px;
}

	#main-nav img {
		float: left;
	}

#logout-nav {
	width: 285px;
}

#main-nav ul,
#logout-nav ul {

	margin-bottom: 0;
	list-style: none;
	border-bottom: solid 1px #bababa;
}

#main-nav ul {
	height: 59px;
}

#logout-nav ul {
	float: right;
	width: 285px;
}

	#main-nav li,
	#logout-nav li {
		display: inline;
		font-size: 1.6em;
		border-top: 1px solid #fff;
		border-left: 1px solid #ccc;
	}

		#main-nav li.last,
		#logout-nav li.last {
			border-right: 1px solid #ccc;
		}

	#main-nav li {
		float: left;
		position: relative;
	}

	#logout-nav li {
		margin-right: 0;
		margin-left: 2px;
		float: right;
	}

	#main-nav li.selected,
	#logout-nav li.selected {
#		background: #ccc url(/images/bg-main-nav-on.png) 0 0 repeat-x;
	}

		#main-nav li a,
		#logout-nav li a,
		#main-nav .subnav-parent {
			padding: 4px 20px 2px;
			float: left;
			display: block;

			white-space: nowrap;
			text-decoration: none;
			color: #d8dad2;
		}

		#main-nav li a:hover {

		}

		#main-nav li:hover,
		#logout-nav li a:hover {
			background: #ccc url(/images/bg-main-nav.png) 0 0 repeat-x;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #fff;
		}

		#main-nav li:hover .subnav {
			display: block;
		}
		
		
		*/
#main-nav { 
	float: left;
	width: 829px;
	margin: 0;
  }

	#main-nav li {
		float: left;
		list-style-type: none;
		display: inline;
		position: relative;
		margin: 0;
	}
	
		#main-nav li#library > a,
		#main-nav li#users > a {	
			display: inline-block;
			float: left;
			height: 59px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(/images/nav-admin.png) no-repeat;	
		}
		
		#main-nav li#documents > a,
		#main-nav li#analysts > a,
		#main-nav li#funds > a,
		#main-nav li#about > a,
		#main-nav li#contact > a {	
			display: inline-block;
			float: left;
			height: 59px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(/images/nav-user.png) no-repeat;	
		}
		
		/* admin */
		#main-nav li#library a 				{ width: 250px; background-position: 0 0; }
		#main-nav li#users a 				{ width: 105px; background-position: -250px 0; }
		                                                                  
		#main-nav li#library a:hover 		{ width: 250px; background-position: 0 -59px; }
		#main-nav li#users a:hover 			{ width: 105px; background-position: -250px -59px !important; }
		                                                                  
		#main-nav li#library.selected a 	{ width: 250px; background-position: 0 -59px; }
		#main-nav li#users.selected a 		{ width: 105px; background-position: -250px -59px; }
		
		/* user */
		#main-nav li#about a				{ width: 171px; background-position: 0 0; }
		#main-nav li#analysts a				{ width: 137px; background-position: -171px 0; }
		#main-nav li#funds a				{ width: 154px; background-position: -308px 0; }
		#main-nav li#documents a 			{ width: 151px; background-position: -462px 0; }
		#main-nav li#contact a				{ width: 216px; background-position: -613px 0; }
		                                                                  
		#main-nav li#about a:hover 			{ width: 171px; background-position: 0 -59px; }
		#main-nav li#analysts a:hover 		{ width: 137px; background-position: -171px -59px; }
		#main-nav li#funds a:hover			{ width: 154px; background-position: -308px -59px; }
		#main-nav li#documents a:hover		{ width: 151px; background-position: -462px -59px; }
		#main-nav li#contact a:hover		{ width: 216px; background-position: -613px -59px; }		
		                                                                  
		#main-nav li#about.selected a 		{ width: 171px; background-position: 0 -59px; }
		#main-nav li#analysts.selected a 	{ width: 137px; background-position: -171px -59px; }
		#main-nav li#funds.selected a		{ width: 154px; background-position: -308px -59px; }
		#main-nav li#documents.selected a	{ width: 151px; background-position: -462px -59px; }
		#main-nav li#contact.selected a		{ width: 216px; background-position: -613px -59px; }
		
		
		
		#main-nav li:hover .subnav,
		#main-nav li.over .subnav {
			display: block;
		}

		/* SUB-NAV
		----------------------------------------*/
		#main-nav li .subnav {
			margin-top: 0;
			padding-bottom: 6px;
			padding-left: 0;
			clear:left;
			float: left;
			position: absolute;
			top: 59px;
			left: 0px;
			width: 195px;
			display: none;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			background-color: #f6f7f6;
			height: auto;
		}
		
			#main-nav #library .subnav {
				left: 50px;
			}

			#main-nav .subnav li {
				padding: 0 0 0 10px;
				clear: left;
				float: left;
				font-size: 0.9em;
				width: 185px;
				border: none;
			}

				#main-nav .subnav li a,
				#main-nav .subnav li .subnav-parent {
					margin-top: 6px;
					padding: 5px;
					color: #0c294c;
					display: block;
					width: 165px !important;
				}
				
					#main-nav .subnav li a:hover {
						background-color: #ebecf0;
					}
				
				#main-nav .subnav li.withsub a,
				#main-nav .subnav li.withsub .subnav-parent {
					background-position: 170px 50%;
					background-repeat: no-repeat;
					width: 185px;
				}
				
					#main-nav .subnav .subnav {
						float: none;
						left: 100%;
						top: 0;
						width: 215px;
						border-top: 1px solid #ccc;
					}
				
					/*#main-nav li:hover .subnav .subnav {
						display: none;
					}
				
					#main-nav li:hover .subnav li:hover .subnav {
						display: block;
					}
					
						#main-nav .subnav li ul li {
							width: 205px;
						}
					
							#main-nav .subnav li.withsub .subnav li a {
								background-image: none;
								width: 185px;
							}*/

	#logout-nav li {
		margin-left: 2px;
		float: right;
		display: inline;
		font-size: 1.3em;
		line-height: 1em;
		position: relative;
		background-color: #ccc;
	}

		#logout-nav li a {
			padding: 7px 30px;
			float: left;
			display: block;
/*			text-align: center;*/
			white-space: nowrap;
		}

		#main-nav li a:hover {
/*			background-color: #ddd;*/
		}





/* Footer
------------------------------------ */		  
#footer ul,
#footer p {
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
	float: none;
	font: 1em "Helvetica Neue", Arial, sans-serif;
	color: #d9e1d3;
}

	ul#footer-links li {
		margin-right: 5px;
		display: inline;
		font: 1em "Helvetica Neue", Arial, sans-serif;
	}

		#footer a {
			color: #d9e1d3;
			text-decoration: none;
		}




/* Tabs
------------------------------------ */		  
#tabnav {
	margin-top: 14px;
/*	padding-left: 9px;*/
	list-style: none;
	border-bottom: 1px solid #999;
	width: 602px;
}

	#tabnav li {
		margin: 0 5px 0 0;
		font-size:1.4em;
		float: left;
		display: inline;
		font-weight: bold;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 6px solid #e0e1e3;
	}

	#tabnav li.selected,
	#tabnav .ui-state-active {
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #f6f7f6;
		border-left: 6px solid #0c294c;
		margin-bottom: -1px;
	}
	
	#tabnav li a {
		text-decoration: none;
		padding: 9px 50px 7px 7px;
		display: block;
		color: #333;
	}
	
		#tabnav li.ui-state-default a {
			font-weight: normal;
		}

		#tabnav li.ui-state-active a {
			font-weight: bold;
		}

		#tabnav li.no-link {
			color: #333;
			padding: 7px 20px 7px 10px;
		}

.ui-tabs .ui-tabs-hide {
	 display: none;
}

#tab-container {
	padding-top: 10px;
}

	#tab-container .singletab {
		margin: 0 10px 10px 0;
		width: 591px;
		clear: left;
	}


	/* Admin Landing Page 
	------------------------------------ */
		#admin #landing {
			list-style-type: none;
		}

			#admin #landing li {
				-moz-border-radius: 8px;
				border-radius: 8px; 
				-webkit-border-radius: 8px;
				background-color:#0c294c;
				font:1.4em "Helvetica Neue", arial, sans-serif;
				font-size-adjust:none;
				font-stretch:normal;
				font-style:normal;
				font-variant:normal;
				font-weight:bold;
				line-height:normal;
				margin: 0 10px 21px 0;
				text-align:center;
				padding-bottom:5px;
			}

			#admin #landing li a {
				-moz-border-radius: 6px;
				border-radius: 6px; 
				-webkit-border-radius: 6px;
				background:#666 url(/images/admin-buttons.gif) repeat-x scroll 0 50%;
				border:1px solid #333;
				color:#fff;
				display:block;
				float:left;
				margin:5px 5px 0;
				padding:50px 0;
				width:204px;
				text-decoration: none;
			}

			#admin #landing li a:hover,
			#admin #landing li a:active {
				background:#555 none repeat scroll 0 0;
				border:1px solid #000;
				text-decoration: underline;
			}

			.accesskey {
				border-bottom:1px dotted #999;
				text-decoration:none;
			}


/* Portfolio Archive
------------------------------------ */		  
.standard-table,
.text-table {
	margin-bottom: 1.7em;
	border-collapse: collapse;
	border-bottom: 1px solid #bbb;
}

.standard-table {
	width: 591px;
}

.text-table {
	width: 689px;
}

	.standard-table thead,
	.text-table thead {
		border-bottom: 1px solid #666;
	}

	.standard-table thead th, 
	.text-table thead th  {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 1em;
		font-family: verdana;
		border-bottom: 1px solid #666;
	}

		.standard-table thead th span {
			text-transform: none;
		}
	
	.standard-table th,
	.standard-table td,
	.text-table th,
	.text-table td {
		padding: 5px 10px;
		font-size: 1.2em;
	}
	
	.standard-table th,
	.standard-table td {
		text-align: right;
	}
	
	.text-table th,
	.text-table td {
		text-align: left;
	}

	.standard-table tr,
	.text-table tr {

	}
	
	.standard-table tr.odd,
	.text-table tr.odd {
		background-color: #e4e5e4;
	}

	.standard-table tbody tr:hover,
	.text-table tbody tr:hover {
		background-color: #feffe7;
	}

	.standard-table thead th.name,
	.text-table thead th.name {
		width: 150px;
	}

	.standard-table thead th.actions,
	.text-table thead th.actions {
		width: 75px;
	}

	.standard-table tr.portfolio-year {
		background-color: #919da9;
	}

	.standard-table tbody tr.portfolio-year:hover {
		background-color: #919da9;
	}

		.standard-table tr.portfolio-year th {
			padding: 2px 10px;
			color: #fff;
			font-size: 1.4em;
		}
		
		.standard-table tr.portfolio-year th a {
			color: #fff;
			text-decoration: none;
		}

	.standard-table tr.quarter-end,
	.standard-table tr.quarter-end {
		border-bottom: 1px solid #bbb;
	}
	
	.initial {
		text-transform: capitalize;
	}


/* ABOUT US
-------------------------------------------*/
li h3 {
	font-size: 1em;
}

/* OUR TEAM
-------------------------------------------*/
#our-team {
	float:left;
	width:689px;
}

#our-team h3 {
	margin-top: 20px;
}

#our-team li {
	margin-bottom: 0;
}



/* FUND TERMS
-------------------------------------------*/
	#fund-terms .text-table th {
		padding-left: 0;
		font-size: 1.4em;
		font-family: Georgia, "Times New Roman", serif;
		width: 180px;
	}
	
	#fund-terms .text-table td {
		font: 1.4em	 Georgia, "Times New Roman", serif;
		line-height: 1.428em;
	}
	
	#fund-terms .text-table td ul li{
		list-style-type: none;
		font-size: 1em;
	}
	
	#fund-terms tr.last td {
		padding-bottom: 20px;
	}






		#portfolio-chart tbody td {
/*			font-size: 1.4em;*/
/*			line-height: 1.2em;*/
		}

#portfolio-archive #tabnav li a {
		padding-right: 14px;
		font-size: 0.9em;
}

#portfolio-archive .dates-pages {
	width: 100%;
	clear: left;
	float: left;
}

	#portfolio-archive .dates-pages h3.date-range {
		font-size: 1.5em;
		font-weight: bold;
		clear:none;
		float: left;
	}

	#portfolio-archive .dates-pages .show_year_form {
		font-size: 1.1em;
		width: 160px;
		clear: none;
		float: right;
	}

	#portfolio-archive .dates-pages  .pagination {
		font-size: 1.1em;
		font-weight: bold;
		clear: none;
		float: right;
	}

		#portfolio-archive .dates-pages  .pagination a {
			text-decoration: none;
		}
		
		
/* Content
------------------------------------ */		  
.news-item {
	clear: left;
}

	.news-content {
		width: 512px;
	}

#updated {
	font: 10px "Helvetica Neue", Arial, sans-serif;
	color: #999;
}

.extension {
	font: 12px "Helvetica Neue", Arial, sans-serif;
	color: #666;	
}

	.doc-list li {
		padding: 10px 0;
		border-top: 1px dashed #999;
	}

.four-inset {
	margin: 10px 0 0 10px;
	width: 275px;
}

.eight-inset {
	margin: 10px 0 0 10px;
	width: 591px;
}

.sidenav {

}

	.sidenav li ul {
		margin-bottom: 0;
	}

	.sidenav .subnav-parent {
		font-weight: bold;
	}

	.sidenav li ul {
		padding-left: 1.4em;
	}

.sidebar-wrapper {
	clear: none;
	float: left;
}

	.sidebar-wrapper h3 {
	}

	.sidebar-wrapper p {
		font-size: 1.2em;
	}
	
	.sidebar-wrapper a {
		font-weight: bold;
		text-decoration: none;
		font-size: 1.2em;
	}

#firm-docs {
	clear: none;
	border: 1px solid #ccc;
	padding: 20px 24px 10px 12px;
	background-color: #fff;
}


/* Form
------------------------------------ */
fieldset {
	margin-bottom: 1.4em;
	padding: 20px 0;
}

	legend {
		margin-left: 1.4em;
		padding: 0 5px;
		font-size: 1.4em;
		line-height: 1.416em;
	}

.formfield {
	margin-bottom: 1em;
	float: left;
	clear: left;
	width: 446px;
}

.formfield label {
	color: #333;
	text-transform: uppercase;
	margin:6px 0 0 0;
	font-size: 1em;
	clear:none;
	float: left;
	font-weight: normal;
	text-align: left;
	width: 120px;
	display: block;
}
		
	.formfield input,
	.formfield select,
	.formfield textarea {
		font-family: "Helvetica Neue", arial, sans-serif;
	}

		.formfield input[type="text"],
		.formfield input[type="password"],
		.formfield select {
			padding: 1px 4px 2px 4px;
			clear: none;
			float: left;
			width: 316px;
			height: 20px;
			font-size: 1.2em;
			border: 1px solid #d6d6d6;
			border-top: 1px solid #797979;
		}
		
		select { 
			padding: 1px 0 2px 4px !important; 
/*			height: 26px;*/
		}
		
		.formfield textarea {
			float: left;
			width: 320px;
			font-size: 1.2em;
			padding: 4px 0 0 4px;
			border: 1px solid #d6d6d6;
			border-top: 1px solid #797979;
		}
		
		.date select {
			width: 93px;
			margin-right: 15px;
/*			padding: 0;*/
/*			padding: 4px 0 0 4px;*/
		}

	.radio span,
	.checkbox span {
		font-size: 1.2em;
		margin: 0 15px 0 5px;
	}

		.checkbox {
			margin-left: 20px;
		}
		
			.checkbox span {
				margin-left: 10px;
			}

		.formfield input[type="submit"] {
			width: 105px;
			height: 32px;
			margin-left: 120px;
			padding: 32px 0 0;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			background-color:#dedfd8;
			border: none;
			clear: left;
			font-size: 1.2em;
			color: #000;
			cursor: pointer;
			float: left;
			clear: left;
			cursor: pointer;
			overflow: hidden;
			background: transparent url(/images/submit.png) no-repeat center top;
		}
			.badge .formfield input[type="submit"] {
				margin-left: 70px;
			}
		
		.button-cancel {
			width: 105px;
			height: 32px;
			margin-left: 10px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			background-color:#dedfd8;
			border: none;
			clear: left;
			font-size: 1.2em;
			color: #000;
			cursor: pointer;
			float: left;
			clear: none;
			cursor: pointer;
			overflow: hidden;
			background: transparent url(/images/button-cancel.png) no-repeat center top;
			text-indent: -1000em;
		}
		
		.button {
			width: 105px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background-color:#dedfd8;
			border: 1px solid #98a0b1;
			clear: none;
			font-size: 1.3em;
			text-align: center;
			float: left;
			text-decoration: none;
			color: #000 !important;
			padding: 4px 0;
			margin-right: 10px;
		}
		
		.double-button {
			margin-top: 2em;
		}

.formfield-inner {
	margin-left:120px;
}

	.formfield-inner label {
		width: 100%;
		text-transform: none;
	}

.formfield .inside-input {
	margin-left: 120px;
	margin-bottom: 10px;
}
	
		.inside-input ul,
		.inside-input p {
			margin-left: 0;
		}
	
		.inside-input label {
			padding: 0 20px 0 5px;
			float: none;
			display: inline;
			font-weight: normal;
			text-transform: none;
			font-size: 1.2em;
		}
		
		.inside-input .input-option {
			padding-bottom: 5px;
		}

/* Login Page 
------------------------------------ */
.badge #super-container {
	width: 529px;
}

.badge #container {
	margin: 170px 0 0;
	width: 529px;
	padding: 0;
}

.badge #logo {
	width: 529px;
	height: 95px;
	margin: 0;
}

.badge #logo h1 {
	background:transparent url(/images/h1-homepage.png) 0 0 no-repeat;
	width: 529px;
	text-indent:-9999px;
	height:95px;
}

.badge #wrapper {
	/*background: #014963 url(/images/bg-homepage-form.png) no-repeat;*/
	padding: 10px 0 20px 65px;
	width: 464px;
	background-color:#f6f7f6;
}

	.badge #wrapper p {
		margin-right: 30px;
	}

.badge h2 {
	height: 24px;
	margin: 20px 0 10px;
}

  #homepage h2 { 		background:transparent url(/images/h2-client-login.png) 0 0 no-repeat; width: 112px; }
  #forgotpassword h2 { 	background:transparent url(/images/h2-forgot.png) 0 0 no-repeat; width: 223px; }
  #resetpassword h2 { 	background:transparent url(/images/h2-reset.png) 0 0 no-repeat; width: 223px; }

.badge #fields {
	margin: 0;
	float: left;
	width: 450px;
}

.badge .formfield {
	width: 450px;
}

	.badge .formfield label {
		width: 70px;
	}
	
	.badge .submit-wrapper {
		width: 200px;
	}

.badge #links {
	clear: none;
	float: left;
	color: #fff;
	list-style-type: none;
	margin: 11px 0 0;
	width: 130px;
}
	
		.badge #links li {
			font: 1em "Helvetica Neue", arial, sans-serif;
		}
		
			.badge #links li a {
				color: #25396a;
				text-decoration: none;
			}
			
			.badge #links a:hover { text-decoration: underline; }

.badge #more-info {
	border-top: 1px solid #e5e5e5;
	width: 529px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f6f7f6;
}
	.badge #more-info p {
		color: #575757;
		margin: 12px 65px 20px;
		font-size: 1.2em;
		font-weight: bold;
		font-family: "Helvetica Neue",arial, sans-serif;
	}

	.badge .errorExplanation {
		width: 408px;
		margin: 12px 0 0 0px;
		background-color: #fff;
		border: 1px solid #c00;
	}
	
		.badge .errorExplanation p {
/*			margin-left: 44px;*/
			margin: 10px;
			color: #c00;
			font: 1.2em "Helvetica Neue", Arial, sans-serif;
		}

.badge #footer {	  
	clear: left;
	/* float and width necessary unless defined by .col grid structure */
	float: left;
	width: 529px;
	padding: 20px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}

	.badge #footer p {
		margin: 0 auto;
		float: none;
		text-align: center;
		font-size: 1em;
		color: #d9e1d3;
		font-family: "Helvetica Neue",arial, sans-serif;
	}

.doc-list .document {
	border-top: 1px solid #ddd;
	padding: 12px 0 20px;
}

	.doc-list p.title {
		margin:0;
	}

	.doc-list p.description {
		font-family: "Helvetica Neue", arial, sans-serif;
		font-size: 12px;
		color: #666;
	}

/* Must be last! */			
/* Utilities 
------------------------------------ */  
/*.wf {
	background: #dcdcdc;
}

.wf-group {
	background: #eee;
}*/

.callout, .callout a {
  background: #666;
  color: white;
  padding: 4px 8px 3px 8px;
/*  display: inline;*/
/*  float: left;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
  
  .callout:hover, .callout a:hover {
	background:#333;
  }

.content-block {
	margin-bottom: 1.4em;
}

.noBottom {
	margin-bottom: 0 !important;
}

.hide {
	display: none;
}

.nobull {
	list-style: none;
}

.bullets-in {
	padding-left: 1.4em;
}

.align-l { text-align: left !important; }

.clear-l 	{ clear: left; }
.clear-r	{ clear: right; }
.clear-b	{ clear: both; }

.float-l { float: left; }
.float-r { float: right; }
 
