/* @group Embedded Fonts
==================================== */

@font-face {
	font-family: 'AvantGardeBkBTBook';
	src: url('assets/avgardn-webfont.eot');
	src: local('AvantGardeBkBTBook'), url('assets/avgardn-webfont.woff') format('woff'), url('assets/avgardn-webfont.ttf') format('truetype'), url('assets/avgardn-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end Embedded Fonts
------------------------------------ */

/* @group Gloabals
==================================== */

body{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:80%;
	line-height:normal;
}

/* @end Globals
------------------------------------ */


/* @group Navigation ==================================== */
/* @group Nav Primary
==================================== */

#navPrimary *{
	font-family:"AvantGardeBkBTBook";
	font-size:120%;
	font-weight:normal;
}

/* @end Nav Primary
------------------------------------ */

/* @group Nav Secondary
==================================== */

.navSecondary{
	text-align:right;
}
.navSecondary li a{
	text-decoration:none;
	color:#333;
}
.navSecondary li.current a{
	font-weight:bold;
}
.navSecondary li.current ul li a{
	font-weight:normal;
	font-size:90%;
}
.navSecondary li.current ul li.current a{
	font-weight:bold !important;
}

/* @end Nav Secondary
------------------------------------ */
/* @group Navigation ------------------------------------ */

/* @group Content Objects ==================================== */

/* @group Sitemap
==================================== */

#svSiteMap{
	font-size:110%;
}

/* @end Sitemap
------------------------------------ */

/* @end Content Objects ------------------------------------ */

/* @group Header
==================================== */

#navUtility li{
	font-size:12px;
}

/* @end Header
------------------------------------ */

/* @group Footer
==================================== */

#footer .copyright{
	font-size:80%;
	font-weight:bold;
}

/* @end Footer
------------------------------------ */

/* @group Content Body
==================================== */

h2.pageTitle{
	font-size:135%;
	font-family:Arial;
	font-weight:normal;
}
p.intro{
	color:#333;
	line-height:1.43em;
	margin-bottom:1.25em;
}

/* @end Content Body
------------------------------------ */

/* @group Portal
==================================== */

#svPortal dl dt a{
	font-size:135%;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
}

/* @end Portal
------------------------------------ */





