/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=< CSS RESET >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';} 
abbr,acronym {border:0;}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=< Web Fonts >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

@font-face {
	font-family: 'AdobeGaramondProRegular';
	src: url('agaramondpro-regular-webfont.eot');
	src: local('☺'), url('agaramondpro-regular-webfont.woff') format('woff'), url('agaramondpro-regular-webfont.ttf') format('truetype'), url('agaramondpro-regular-webfont.svg#webfontc9npqzJ6') format('svg');
	font-weight: normal;
	font-style: normal;
}
	.garamond {
		font-family: 'AdobeGaramondProRegular', Garamond, Times, serif;
	}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=< Text Styling >=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

p {	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	line-height: 15px;
	margin:0px 0px 10px 0px;
	}

/*---------------- Headers/SubHeaders ----------------*/

h1 {
	font-family: Garamond, 'AdobeGaramondProRegular', Times, serif;
	font-size: 62px;
	color: #5588bf;
}
h2 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #E88A1C;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
	#center h2 { margin: 4px 0 10px; }
h3 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #E88A1C;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	letter-spacing:1px;
}
h4 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #5588bf;
	font-weight: bold;
}
h5 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #E88A1C;
	size: 16px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h6 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #E88A1C;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

/*---------------- Links/Hyperlinks ----------------*/ 

a { outline:none; }
a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: bold;
	color: #E88A1C;
	text-decoration: underline;
	}
	a:hover { color: #333; }
a:link.hLink, a:visited.hLink, a:active.hLink, a:hover.hLink {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #E88A1C;
	font-size: 16px;
	margin: 20px 0 20px 0;
	text-decoration: none;
	font-weight: bold;
	}  
a:link.blueLink, a:visited.blueLink, a:active.blueLink {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #5588bf;
	font-size: 12px;
	margin: 0px 0 20px 0;
	text-decoration: none;
	font-weight: bold;
	}
a:hover.blueLink { color: #333333; }


td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px; 
	padding: 3px 0 3px 0;
	}
hr {
	margin:25px 0px 10px 0px;
	}

/*---------------- Ordered/Unordered Lists ----------------*/

#center ul{
	list-style:disc outside;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	line-height: 15px;
	margin: 0px;
	}
#center ul li{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	line-height: 15px;
	margin: 0px 0px 10px 10px;
	}
#center ul li ul{ margin: 10px 0px 0px 0px; }
#center ol{
	list-style:decimal outside;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	line-height: 15px;
	margin: 0px 0px 0px 15px; 
	}
#center ol li{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#333333;
	line-height: 15px;
	margin: 0px 0px 10px 10px;
	}

/*---------------- generic type styles ----------------*/

.video { font-weight: normal; }	/* defined for tinyMCE, we may do something with this in the future */
em { font-style:italic;  }
.bold { font-weight:bold; }
.bold_italic { font-weight:bold; font-style:italic; }
.italic { font-style:italic; }
.bold_orange { font-weight:bold; color:#E88A1C; }
.bold_blue { font-weight:bold; color:#5588bf; }
.body_blue {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #5588bf;
	font-weight: bold;
}

/* -- Site Map -- */

#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	}

#sitemap h1 { margin: 40px 0px; }

a:link, a:hover, a:active, a:visited {  outline: none; }
#sitemap a:link, #sitemap a:visited { color: #f4810a; }
#sitemap a:hover, #sitemap a:active { color: #655b50; }
#sitemap a.folder:link, #sitemap a.folder:visited { color: #4c8ec0; text-decoration: none; }
#sitemap a.folder:hover, #sitemap a.folder:active { color: #586167; }

#sitemap .bullet { 
	background: #fff url('../images/sitemap-bullets.gif') no-repeat 0px 0px;
	width: 11px;
	height: 11px;
	display: inline-block;
	float: left;
	vertical-align: bottom;
	zoom: 1;
	margin: 5px 5px 0px 0px;
	}
	#sitemap .bullet.disc {}
	#sitemap .bullet.closed { background-position: -11px 0px; }
	#sitemap .bullet.open { background-position: -22px 0px; }

#sitemap .group { margin-top: 10px; }
#sitemap .indent { width: 400px; margin-left: 15px; display: none; }
