
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}
ol,     /* conflicts w/ navDropFly.css */
ul, dl, dt, dd {
	position: relative;
	}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: white;
	}



h1 {    /* hacked for IE 6 */
	padding: 0 0 10px;
	font-size: 23px;
	font-weight: normal;
	color: #002d62;     /* dark blue */
	}
h2 {    /* hacked for IE 6 */
	padding: 4px 0 4px;
	font-size: 16px;
	font-weight: normal;
	color: #002d62;     /* dark blue */
	}
h3 {
	padding: 2px 0 2px;
	font-size: 12px;
	color: #002d62;     /* dark blue */
	}
h4 {
	padding-top: 0;
	font-size: 11px;
	color: #333;
	}
h5 {
	font-size: 11px;
	padding-top: 0;
	color: #333;
	}
h6 {
	font-size: 11px;
	padding-top: 0;
	color: #333;
	}
p {
	padding: 0 0 10px;
	}

dl {
	margin-bottom: 10px;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
	}
blockquote {
	margin: 0 20px 0; 
	}
form {
	display: inline;
	}
li,
.pod li {
	margin-left: 20px;
	padding-bottom: 10px;    /* matches padding on p */
	}
	.showChildren li,
	.pod .showChildren  li {
			padding-bottom: 4px;
			}
		#ie7plus .function ol.showChildren li,
		#ie6 .function ol.showChildren li,
		#ie7plus .pod.function ol.showChildren li
		#ie6 .pod.function ol.showChildren li {    /* ie6: fixes first line indent/strange wrapping error */
				width: 94%;
				margin: 0;
				}

th {
	padding: 3px;
	border-bottom: 1px solid #afbdcd;    /* light blue-grey */
	}
td {
	padding: 3px;
	}
sup {
	font-size: 10px;
	color: #666;
	}



a:link, 
a:visited {
	text-decoration: none;
	color: #8b0e04;    /* red */
	}
a:hover, 
a:active {
	color: #e5b53a;    /* gold */ 
	text-decoration: underline;
	}

a.rev {    /* email scramble */
	unicode-bidi: bidi-override;
	direction: rtl;
	}





















/* -------------- POD TYPE: Tipdown (2) -------------- */
/* begin */

#ie7plus .tipdown div ol,
#ie7plus .tipdown div ul,
#ie7plus .tipdown div,
#ie6 .tipdown div ol,
#ie6 .tipdown div ul,
#ie6 .tipdown div {    /* corrects tipdown slides display for ie; slide fails if its contents contain elements with 'position: relative' */
	position: static; 
	}
.tipdownTrigger {
	}
	a:link.tipdownTrigger,
	a:visited.tipdownTrigger {
		color: #002d62;     /* dark blue */
		padding-right: 16px;
		background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/icons/icon-arrow-tipdown.png) right 2px no-repeat;
		}
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
		color: #002d62;     /* dark blue */
			background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/icons/icon-arrow-tipdown.gif) right 2px no-repeat;
			}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		color: #0059c2;     /* med blue */
		background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/icons/icon-arrow-tipdown.png) right -22px no-repeat;
		}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			color: #0059c2;     /* med blue */
			background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/icons/icon-arrow-tipdown.gif) right -22px no-repeat;
			}
.tipdownContent {
	padding-bottom: 15px;
	}

/* end */

/* -------------- POD TYPE: Accordion (4) -------------- */
/* begin */

.accordionWrapper {
	position: relative;
	margin-left: 30px;
	}
	.accordionWrapper .element {
		/* padding-top, padding-bottom, border, overflow, and height are all restated by Mootools */
		text-align: left;
		padding-left: 4px;
		background: white;
		}
	.accordionWrapper .tipdown {
		/* do not set padding, margin here */
		}
	.accordionWrapper .COLHALF h3 {
		text-align: center;
		text-transform: uppercase;
		border-bottom: 2px solid #002d62;     /* dark blue */
		}
	.accordionWrapper .COLHALF h4 {
		padding: 4px;
		color: #002d62;     /* dark blue */
		background: #afbdcd;    /* light blue-grey */
		}
.accordionToggleOn,
.accordionToggleOff {
	position: relative;
	color: white;
	padding: 4px;
	margin-bottom: 2px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	}
	.accordionToggleOn em,
	.accordionToggleOff em {
		display: block;
		position: absolute;
		left: -32px;
		top: 0;
		width: 18px;
		height: 16px;
		padding: 4px 4px;
		font-style: none;
		background: #0059c2;     /* med blue */
		}
		#ie6 .accordionToggleOn em,
		#ie6 .accordionToggleOff em {
			margin-left: 0px;
			}
.accordionToggleOn {
	background: #0059c2;     /* med blue */
	}
.accordionToggleOff {
	background: #002d62;     /* dark blue */
	}

/* end */


/* -------------- POD TYPE: Tabbed (5) -------------- */
/* begin */

	ol.tabs {
		clear: both;
		margin-top: 20px;
		margin-bottom: 10px;
		height: 18px;
		border-bottom: 1px solid #e5b53a;    /* gold */ 
		}
			ol.tabs li,
			#main ol.tabs li {
				list-style: none;
				float: left;
				margin: 0 0 0 2px;
				padding: 0;
				}
				ol.tabs li a:link,
				ol.tabs li a:visited {
					display: block;
					padding: 1px 5px;
					font-size: 13px;
					color: white;
					text-decoration: none;
					background: #e5b53a;    /* gold */ 
					border: 1px solid #e5b53a;    /* gold */ 
					}
				ol.tabs li a:hover,
				ol.tabs li a:active {
					background: #002d62;     /* dark blue */
					border: 1px solid #002d62;     /* dark blue */
					}
					ol.tabs li .current a:link,
					ol.tabs li .current a:visited {
						color: #002d62;     /* dark blue */
						background: white;
						border-bottom: 1px solid white;
						}
					ol.tabs li .current a:hover,
					ol.tabs li .current a:active {
						color: #002d62;     /* dark blue */
						background: #afbdcd;    /* light blue-grey */
						border-bottom: 1px solid white;
						}
	.tabbedContent {
		display: none;     /*  */
		}

/* end */


/* -------------- POD TYPE: Slideshow (6) -------------- */
/* begin */

.pod.slideshow {
	position: relative;
	}
	.pod.slideshow .slideshowWrapper {
		position: relative;
		}
		.pod.slideshow .slideshowWrapper a:link,
		.pod.slideshow .slideshowWrapper a:visited {
			position: relative;
			padding: 1px 0 0 10px;
			color: white;
			background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/arrow-sm-right-yellow.gif)  left 3px no-repeat;
			}
		.pod.slideshow .slideshowWrapper a:hover,
		.pod.slideshow .slideshowWrapper a:active {
			text-decoration: none;
			color: black;
			}
	.pod.slideshow .buttons {
		position: absolute;
		top: -10px;
		right: -10px;
		font-size: 10px;
		}
		#ie6 .pod.slideshow .buttons {
			top: -17px;
			right: 0px;
			}
		.pod.slideshow .buttons a:link,
		.pod.slideshow .buttons a:visited {
			display: block;
			float: left;
			padding: 1px 2px;
			color: black;
			background: #ada6a1;    /* light grey */
			border: 1px solid #999;
			}
		.pod.slideshow .buttons a:hover,
		.pod.slideshow .buttons a:active {
			background: #DDD;
			}

/* end */






.warning {
	color: red;
	}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

.clearLeft {
	clear: left;
	}
.clearRight {
	clear: right;
	}
.clearBoth {
	clear: both;
	}



/* -------------- for secure pages with login -------------- */
#profile {
	float: right;
	padding: 10px;
	width: 130px;
	width: 45%;
	margin-left: 15px;
	background:  #f5f8fb;    /* really light blue-grey */
	border: 1px solid #afbdcd;    /* light blue-grey */
	}

/* end */





/* -------------- Front/Admin crossover styles  (names must be consistent) -------------- */
.alignLeft {
	float: left;
	}
	#ie6 .alignLeft {
		position: relative;
		background: pink;
		}
.asset.alignLeft {
	margin-right: 10px;
	}
img.alignLeft {
	float: left;
	padding: 0 8px 4px 0;
	}

.alignRight {
	float: right;
	}
	#ie6 .alignRight {
		position: relative;
		}
.asset.alignRight {
	padding: 4px;
	margin-left: 10px;
	}
img.alignRight {
	float: right;
	padding: 0 0 4px 8px;
	}

.alignCenter,
.alignCenter img {
	display: block;
	margin: 0 auto;
	}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	font-style: italic;
	}



.function ol.showChildren {    /* used by show current children function */
	border: 0px solid red;
	}
	.function ol.showChildren li,
	#main .function ol.showChildren li {
		list-style: none;
		margin-left: 0;
		}




/* -------------- POD TYPE: Slideshow -------------- */




/* end */





/* POD STYLES... indent, callout A, callout B, pull quote, col (half pg) */
span.TAB {
	display: block;
	float: left;
	width: 20px;
	width: 2%;    /* verify */
	height: 1px;    /* must be at least 1 */
	}
.NOTE {
	font-size: 11px;
	color: #999;
	}
	#special span.NOTE {
		font-size: 10px;
		color: #555;
		}
span.CALLOUT {
	color: #cc3300;    /* orange */
	font-size: 110%;
	}
span.WARNING {
	color: #600;    /* dark red */
	}
span.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

.INDENT {
	margin-left: 20px;
	margin-right: 20px;
	margin-left: 4%;    /* verify */
	margin-right: 4%;    /* verify */
	}
.CALLOUT-A {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
	width: 225px;
	}
.COLHALF {
	position: relative;    /* for IE 6 */
	float: left;
	width: 47%;
	margin-right: 2%;
	}
	#ie6 .COLHALF {
		margin-right: 1%;
		}
.PULLQUOTE {
	color: #999;
	margin: 0 20px;
	font-size: 16px;
	line-height: 24px;
	}
	.PULLQUOTE em {
		font-size: 11px;
		color: #666;
		}
.INTRO {
	line-height: 24px;
	}
.FOOTNOTE {
	margin: 30px 10px 0;
	font-size: 10px;
	color: #999;
	}
	.FOOTNOTE li {
		padding-bottom: 0;
		}
.STRUCTURED-LIST {
	background: #E6E7E8;     /* light grey */
	}
	.STRUCTURED-LIST h1,
	.STRUCTURED-LIST h2,
	.STRUCTURED-LIST h3 {
		font-size: 14px;
		color: white;
		padding: 6px;
		margin: 0;
		background: #5A5C5E;    /* med grey */
		border-bottom: 1px solid #666;    /* dark grey */
		}
	.STRUCTURED-LIST ul {
		margin: 0;
		padding: 0 0 3px;
		border-bottom: 2px solid #666;    /* dark grey */
		}
		.STRUCTURED-LIST ul li {
			list-style: none;
			margin: 0;
			padding: 6px;
			border-bottom: 1px solid white;
			}


#crumbPath {
	font-size: 10px;
	color: #5A5C5E;    /* med grey */
	}
	#crumbPath a:link,
	#crumbPath a:visited {
		color: #5A5C5E;    /* med grey */
		}
	#crumbPath a:hover,
	#crumbPath a:active {
		color: #865225;    /* brown */
		}
	#crumbPath li {
		float: left;
		list-style: none;
		margin: 2px 4px 4px;
		padding-right: 6px;
		border-right: 1px solid #E6E7E8;     /* light grey */
		}
		#crumbPath li.first {
			margin-top: -2px;
			margin-left: -4px;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 4px;
			color: #865225;    /* brown */
			text-transform: uppercase;
			font-weight: bold;
			background: black;
			border: 0;
			}
			#crumbPath li.first a:link,
			#crumbPath li.first a:visited {
				padding: 1px 3px;
				color: #865225;    /* brown */
				}
			#crumbPath li.first a:hover,
			#crumbPath li.first a:active {
				color: white;
				}
		#crumbPath li.last {
			border: 0;
			}



/* end */

/* end */





/* -------------- FUNCTION: Sitemap -------------- */


ol.sitemap {
	list-style: none;
	padding-left: 0;
	}
	ol.sitemap li,
	#content ol.sitemap li {
		padding-bottom: 0;
		margin-left: 0;
		}
	ol.sitemap ol.hasChildren {
		margin-bottom: 6px;
		}
		ol.sitemap ol.hasChildren li,
		#content ol.sitemap ol.hasChildren li {
			list-style: decimal;
			margin-left: 20px;
			}
	ol.sitemap li.node {
		}


/* end */




/* -------------- forms -------------- */
/* begin */




form.front {
	position: relative;    /* !  */
	float: left;
	width: 100%;

	margin-bottom: 20px; 
	}

	form.front h2,
	form.front h3,
	form.front h4,
	form.front h5 {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: .9em;
		}
		form.front h2 i,
		form.front h3 i,
		form.front h4 i,
		form.front h5 i {
			font-weight:normal;
			}

	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		margin: 0 0 -1em 0;
		margin: 0 0 -1px 0;
		padding: 0 0 1em 0;
		width: 100%;
		background: #e6eef6;
		border: 1px solid #ceddec;
		}
		#ie7plus form.front fieldset,
		#ie6 form.front fieldset {
			border-style: solid;
			padding-bottom: .5em;
			}
		form.front fieldset ol {
			position: relative;
			padding: 1em;
			}
			form.front fieldset ol li,
			#main form.front fieldset ol li {
				position: relative;
				clear: left;
				list-style: none;
				padding: 0 0 .3em 20%;
				margin: 0;
				width: 80%;
				width: 79%;
				}
				form.front fieldset ol li fieldset {
					border: 0;
					}
				form.front fieldset ol li.group li,
				form.front #main fieldset ol li.group li {
					padding-left: 0;
					width: 100%;
					}
			form.front fieldset ol.COLHALF {
				width: 45%;
				padding: 0;
				margin-left: 0;
				}
				form.front fieldset ol.COLHALF li,
				#main form.front fieldset ol.COLHALF li {
					padding-left: 0;
					width: auto;
					}
		form.front fieldset.buttons,
		#ie7plus form.front fieldset.buttons,
		#ie6 form.front fieldset.buttons {
			float: none;
			width: 100%;
			border-top: 0;
			}
			form.front fieldset.buttons ol {
				padding-bottom: 0;
				}
				form.front fieldset.buttons ol li {
					padding: 0;
					}
			form.front fieldset.buttons label {
				position: absolute;
				left: -9000px;
				width: 0;
				height: 0;
				overflow: hidden;
				}
			form.front fieldset.buttons input,
			#ie7plus form.front fieldset.buttons input,
			#ie6 form.front fieldset.buttons input {    /* !  */
				width: auto;
				}
			form.front fieldset.buttons .clearBoth {
				height: 1em;
				}


		/*  */
		form.front input.hiddenSubmitButton {
			display: none;
			}
			#ie7plus form.front input.hiddenSubmitButton,
			#ie6 form.front input.hiddenSubmitButton {
				display: block;
				position: absolute;
				top: -9000px;
				width: 1px;
				height: 1px;
				border: 0px solid #e6eef6;
				overflow: none;
				}


	form.front label {
		position: relative;
		display: block;
		float: left;
		clear: left;
		margin-left: -25%;
		width: 10em;
		width: 23%;
		}
		#ie6 form.front label {
			margin-left: -10%;
			}
		form.front .required label {
			font-weight: bold;
			}
		form.front .fullWidth label {
			width: 125%;
			}
	
	form.front input,
	form.front select, 
	form.front textarea {
		float: left;
		width: 100%;
		}
	form.front textarea {
		height: 100px;
		}
		#ie7plus form.front input,
		#ie7plus form.front select, 
		#ie7plus form.front textarea {
			width: 98%;
			}
		#ie6 form.front input,
		#ie6 form.front select, 
		#ie6 form.front textarea {
			width: 99%;
			}
		form.front input.normal,
		form.front select.normal,
		#ie7plus form.front input.normal,
		#ie7plus form.front select.normal,
		#ie6 form.front input.normal,
		#ie6 form.front select.normal {
			width: auto;
			}


	form.front .help {
		display: inline;
		}


	form.front .flipped {    /* !  */
		padding-left: 0;
		width: 100%;
		}
		form.front .flipped input,
		#ie7plus form.front .flipped input,
		#ie6 form.front .flipped input {
			float: left;
			width: auto;
			}
		#ie6 form.front .flipped input {
/*			margin-right: 30px; */
			}
		form.front .flipped label {
			clear: none;
			margin-left: 0;
			padding-top: .25em;
			width: auto;
			}
			#ie6 form.front .flipped label {    /* !  */
				padding-left: 25%; 
				}

	form.front p.instructions {
		display: block;
		padding: 0 1em 0 1em;
		}
		form.front .fullWidth p.instructions {
			padding-left: 0;
			padding-bottom: 0;
			margin-left: -25%;
			width: auto;
			}
	form.front fieldset ol li.instructions,
	#main form.front fieldset ol li.instructions {
		padding-left: 0;
		margin-left: 0;
		width: 100%;
		}
		form.front li.instructions ol.normal li,
		form.front li.instructions ul.normal li,
		#main form.front li.instructions ol.normal li,
		#main form.front li.instructions ul.normal li {    /* !  */
			padding-left: 0;
			margin-left: px;    /* !  */
			width: 100%;
			width: auto;
			list-style: decimal;
			}
		form.front li.instructions ul.normal li {
			list-style: disc;
			}
		form.front .instructions h2,
		form.front .instructions h3,
		form.front .instructions h4,
		form.front .instructions h5 {
			margin-left: 0;
			}




/* end */



/* -------------- External Link Warning -------------- */
/* begin */

#extLinkPopUp {
	display: none;
	position: absolute;
	z-index: 11000;
	padding: 4px;
	margin: 0 0 20px 0;
	background: #002d62;     /* dark blue */
	background: #e5b53a;    /* gold */
	background: #8b0e04;    /* red */
	background: black;
	}
	#extLinkPopUp .content {
		padding: 10px 20px;
		min-height: 30px; 
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		color: black;
		background: white;
		}
		#extLinkPopUp .flash div.inner p {
			color: #333;
			line-height: 130%;
			}

	#extLinkPopUp a:link,
	#extLinkPopUp a:visited {
		padding: 5px 10px 5px 10px;
		margin-right: 7px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #333;
		border: 1px solid #999;
		}
		#extLinkPopUp a:link.ok,
		#extLinkPopUp a:visited.ok {
			background: #e5b53a;    /* gold */
			}
		#extLinkPopUp a:hover.ok {
			text-decoration: underline;
			color: white;
			background: #006600;    /* green */
			}
		#extLinkPopUp a:link.cancel,
		#extLinkPopUp a:visited.cancel {
			color: white;
			background: #999;
			}
		#extLinkPopUp a:hover.cancel {
			text-decoration: underline;
			background: #8b0e04;    /* red */
			}



/* end */

















































body {
/*	background: #009a3d;    /* green */
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/bodyBG.gif) 50% 180px no-repeat #dfe0df;    /* grey - light */
}



h1 {
	padding: 0 0 20px;
	font-size: 20px;
	color: #241a04;    /* dark brown */
	color: black;
	text-transform: uppercase;
}
	h1 em {
		color: #009a3d;    /* green */
		font-style: normal;
	}
h2 {
	color: #226b49;     /* med green */
	color: #0c391a;     /* dark green */
}
	#ie6 h2 {
		font-weight: bold;
	}
h3 {
	color: #226b49;     /* med green */
	color: #0c391a;     /* dark green */
}

th {
	border-bottom: 1px solid #afbdcd;    /* light blue-grey */
}

.googleEmbed {    /* on an iFrame that embeds a google map */
	border: 1px solid #226b49;     /* med green */
}


a:link, 
a:visited {
	text-decoration: none;
	color: #8b0e04;    /* red */
	color: #de5900;    /* dark orange */
	color: #a44100;    /* dark orange v3 */
	color: #c95000;    /* dark orange v2 */
}
a:hover, 
a:active {
	color: #e86922;    /* orange */
	text-decoration: underline;
}


	a:link.tipdownTrigger,
	a:visited.tipdownTrigger {
		color: #009a3d;     /* green */
	}
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
			color: #009a3d;     /* green */
		}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		color: #00c950;     /* med green */
	}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			color: #00c950;     /* med green */
		}





.accordionWrapper {
	margin-left: 30px;
}
	.accordionWrapper .element {
		/* padding-top, padding-bottom, border, overflow, and height are all restated by Mootools */
		background: #eaebeb;    /* grey pale */
	}
	.accordionWrapper .tipdown {
		/* do not set padding, margin here */
	}
	.accordionWrapper .COLHALF h3 {
		text-align: center;
		text-transform: uppercase;
		border-bottom: 2px solid #019743;    /* med green */
	}
	.accordionWrapper .COLHALF h4 {
		padding: 4px;
		color: black;
		background: none;
	}
.accordionToggleOn,
.accordionToggleOff {
}
	.accordionToggleOn em,
	.accordionToggleOff em {
/*		width: 18px;
		height: 16px;
		padding: 4px 4px; */
		color: white;
		font-size: 16px;
		background: #054522;     /* med green */
	}
.accordionToggleOn {
	color: white;
	background: #054522;     /* med green */
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/green-gradient.jpg) left top no-repeat #054522;     /* med green */
}
.accordionToggleOff {
	color: white;
	background: #019743;    /* med green */
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/green-gradient.jpg) left bottom no-repeat #019743;    /* med green */
}



/* -------------- forms -------------- */
/* begin */


	form.front fieldset {
		background-color:  #a9cdb1;    /* green - pale */
		border-color: #9c9e9d;    /* grey */
		}
		form.front fieldset.buttons {
			border-color: #9c9e9d;    /* grey */
			}


/* end */




/* -------------- basic parts -------------- */
/* begin */


#page {
	position: relative;
	width: 785px;    /* 825 - padding */
	padding: 20px;
	margin: 20px auto 0;
	text-align: left;
	background: white;
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/pageBG.gif) 50% 160px no-repeat white;
}


/* -------------- header -------------- */
/* begin */


#header {
	z-index: 800;
	clear: right;
	padding: 0;
	margin: -20px -20px 20px;
}


#logo {
	z-index: 20;
	position: relative;
	float: left;
	padding-left: 34px;
	width: 236px;    /* allows #photo image to have a padding on left margin when floated right */
	height: 125px;
}
	#logo img {
		padding-top: 40px;
	}
	#logo #goHome {
		padding: 15px 0 0 47px;
		color: #BBB;    /* grey - light */
	}

#photo {
	z-index: 10;
	text-align: right;
	position: relative;
	height: 125px;
}

#nPrimary {
	position: relative;
	clear: left;
	height: 35px;
	font-size: 11px;
	text-transform: uppercase;
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/green-gradient-shadow.jpg) left bottom no-repeat #009a3d;    /* green */
}
	#nPrimary ol {
		float: right;
		margin: 0;
		padding: 0;
		height: 35px;
	}
		#nPrimary ol li {
			float: left;
			list-style: none;
			margin: 4px 0 0;
			padding: 0px;
			border-right: 1px solid white;
		}
			#nPrimary ol li.last {
				border: 0;
			}
	#nPrimary ol li a:link,
	#nPrimary ol li a:visited {
		display: block;
		padding: 3px  21px 3px;
		color: white;
	}
		#ie6 #nPrimary ol li a:link,
		#ie6 #nPrimary ol li a:visited {
			padding: 3px  24px 3px;
		}
	#nPrimary ol li a:hover,
	#nPrimary ol li a:active {
		color: #cc6600;    /* orange */
		color: #a9cdb1;    /* green - pale */
		text-decoration: none;
	}
		#nPrimary ol li .current a:link,
		#nPrimary ol li .current a:visited {
			font-weight: bold;
			color: #e5b53b;    /* gold */
		}
		#nPrimary ol li .current a:hover,
		#nPrimary ol li .current a:active {
			text-decoration: none;
		}


/* end */






/* -------------- content -------------- */
/* begin */





#content {
	position: relative;
	z-index: 900;
	clear: both;
	padding-left: 28px;
	padding-left: 12px;    /* 28 - border on .CALLOUT-A */
}
	#ie6 #content {
		height: 1%;
	}



#main {
	float: right;
	position: relative;
	z-index: 10;
	width: 520px;
}
/**/	#main li,
	#main .pod li {
	}

#crumbPath {
	font-size: 10px;
}
	#crumbPath a:link,
	#crumbPath a:visited {
	}
	#crumbPath a:hover,
	#crumbPath a:active {
	}
	#crumbPath li {
		float: left;
		list-style: none;
		margin: 2px 4px 4px;
		padding-right: 6px;
		border-right: 1px solid #E6E7E8;     /* light grey */
	}
		#crumbPath li.last {
			border: 0;
		}


#left {
	position: relative;
	float: left;
	width: 190px;
	width: 225px;
	width: 241px;    /* accommodates med images (225px) + border on .CALLOUT-A */
	padding-right: 10px;
}



#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 785px;    /* 825 - padding */
	padding: 28px 20px 0;
	color: #333;
	text-align: left;
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/green-gradient.jpg) left -16px no-repeat;
}
	#footer a:link,
	#footer a:visited {
	}
	#footer a:hover {
	}


/* end */





/* -------------- nSecondary -------------- */
/* begin */


#nSecondary {
	position: relative;
	font-size: 11px;
	width: 225px;
	padding-bottom: 20px;
}
	#nSecondary a:link,
	#nSecondary a:visited {
		color: #241a04;    /* dark brown */
		color: black;
	}
	#nSecondary a:hover,
	#nSecondary a:active {
		color: #cc6600;    /* orange */
		color: #00c950;     /* med green */
		text-decoration: none;
	}
	#nSecondary h3 {
		padding-bottom: 2px;
		margin-bottom: 4px;
		border-bottom: 1px solid #CCC;
			text-transform: uppercase;
	}
/*		#nSecondary h3 {
			position: relative;
		}*/
	#nSecondary .current {
	}
		#nSecondary .current a:link,
		#nSecondary .current a:visited {
			color: #226b49;     /* med green */
		}
		#nSecondary .current a:hover,
		#nSecondary .current a:active {
			color: #cc6600;    /* orange */
		}
	#nSecondary ol {
	}
		#nSecondary ol li {
			list-style: none;
		}
			#nSecondary ol li li {
				margin-bottom: 0;
				padding-left: 10px;
			}


/* end */





/* POD STYLES... indent, callout A, callout B, pull quote, col (half pg) */


.PULLQUOTE {
	color: #226b49;     /* med green */
}


.STRUCTURED-LIST {
	margin: 10px 0;
	background: #dfe0df;     /* light grey */
	background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/structuredListBG.jpg) right 0 repeat-y;
}
	.STRUCTURED-LIST h1,
	.STRUCTURED-LIST h2,
	.STRUCTURED-LIST h3 {
		font-size: 16px;
		color: white;
		padding: 6px 6px 5px;
		margin: 0;
/*		letter-spacing: .15em; */
		font-weight: bold;
		background: #5A5C5E;    /* med grey */
		background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/green-gradient.jpg) left -16px repeat-y;
		border-bottom: 5px solid #5A5C5E;    /* med grey */
	}
	.STRUCTURED-LIST ul {
		font-size: 12px;
		margin: 0;
		padding: 0 0 0;
		border-bottom: 6px solid #5A5C5E;    /* med grey */
	}
		.STRUCTURED-LIST ul li {
			list-style: none;
			margin: 0;
			padding: 6px 16px;
			background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/structuredList-liBG.png) right 6px no-repeat;
			border-bottom: 2px solid white;
		}
			#ie6 .STRUCTURED-LIST ul li {
				background: url(http://www.silvantcapital.com/includes/files/base/images/silvant/structuredList-liBG.gif) right 6px no-repeat;
			}
			.STRUCTURED-LIST ul li b {
				margin-left: -10px;
				font-size: 14px;
/*				font-weight: normal; */
			}
			.STRUCTURED-LIST ul li a:link,
			.STRUCTURED-LIST ul li a:visited {
				text-transform: uppercase;
				font-size: 10px;
				color: black;
				color: #c95000;    /* dark orange v2 */
				padding: 0px 4px 1px;
			}
			.STRUCTURED-LIST ul li a:hover,
			.STRUCTURED-LIST ul li a:active {
				text-decoration: none;
				color: white;
				color: black;
				background: #5A5C5E;    /* med grey */
				background: #b5b6b5;    /* med light grey */
			}


#left .CALLOUT-A {
	float: none;
	margin: 0;
	width: auto;
	border: 8px solid #226b49;     /* med green */
}
	#left .CALLOUT-A p {
		padding: 0;
	}



/* end */



/* ------- external link pop up      */
#extLinkPopUp{
	display: none;
	position: absolute;
	z-index: 44;
}

#extLinkPopUp img{
	border: 0px;
}

#extLinkPopUp a.ok {
	padding: 5px 10px 5px 10px;
	margin-right: 7px;
	margin-bottom: 15px;
	background: #F9E96F;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border: 1px solid #999;
}

#extLinkPopUp a:hover.ok {
	text-decoration: underline;
}

#extLinkPopUp a.cancel{
	padding: 5px 10px 5px 10px;
	background: #6989A2;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}

#extLinkPopUp a:hover.cancel{
	text-decoration: underline;
}


.flash.bad {
	border: 1px solid #333;
	background: #83A3BC;
	padding: 10px;
	margin: 0 0 20px 0; }
	.flash div.inner {
		padding: 10px 20px 10px 70px;
		text-align: left;
		min-height: 30px; 
		}
		.flash div.inner p{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #333;
			line-height: 130%;
			}
		
	.flash.bad div.inner {
		background: #FFFFFF url("../images/yield.gif") no-repeat 15px 15px; 
	}
/* -- END external link pop up ------ */

/* -------------- standard tags for basic/global functionality -------------- */
/* begin */

#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
	}

.fileDetails {
	font-size: 10px;
	color: #555;
	}

.hidden {
	display: none;
	}
.printOnly {
	display: none;
	}
.access {    /* !  */ 
	position: absolute;
	left: -9000px;
	width: 0;
	height: 0;
	overflow: hidden;
	}



ol.noStyle{
	list-style:none;
}
	ol.noStyle li{
		list-style:none;
	}



