/* ------------------------------------------- */
/* BODY                                        */
body { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; }

/* ------------------------------------------- */
/* WRAP                                        */
div#wrap { font-size: 1.1em; }

/* ------------------------------------------- */
/* NAV TOOLS                                   */
ul#nav_tools { font-size: 1em; text-transform: lowercase; }
	ul#nav_tools li a:hover { text-decoration: underline; }

/* ------------------------------------------- */
/* BRANDING                                    */
div#branding h1 a { text-indent: -9999em; }

/* ------------------------------------------- */
/* NAV MAIN                                    */
div#wrap div.nav_home div { text-transform: lowercase; }
div#wrap div.nav_home div h2 { text-transform: uppercase; }
div#wrap div.nav_home a:hover { text-decoration: underline; }
div#nav_main ul { text-transform: lowercase; }
	div#nav_main ul li { text-align: right; }
		div#nav_main ul li a:hover { font-weight: bold; }

	/* ------------------------------------------- */
	/* CONTENT MAIN                                */
	div#content_main h2 { font-size: 1.2em; font-weight: normal; }
	div#content_main h2 span { font-weight: bold; }
	div#content_main h3 { font-size: 1em; font-weight: bold; }
	div#content_main p { line-height: 16px; }
	div#content_main ul { line-height: 18px; }
		div#content_main ul li p { line-height: 18px; }

	/* ------------------------------------------- */
	/* CONTENT SUB                                 */
	div#content_sub h3 { font-size: 1.2em; font-weight: normal; }
	div#content_sub p { font-size: 1.03em; line-height: 22px; }

	/* ------------------------------------------- */
	/* CONTENT GALLERY                             */
	div#content_gallery { font-size: 1.4em; }
		h3.gallery_head { font-weight: normal; }
			h3.gallery_head strong { text-transform: uppercase; font-weight: bold; }

	/* ------------------------------------------- */
	/* BREADCRUMB                                  */
	div#breadcrumb { font-size: 0.7em; }	

/* ------------------------------------------- */
/* SITE INFO                                   */
div#site_info { line-height: 16px; }
	div#site_info a:hover { text-decoration: underline; }
		div#site_info div.org { font-weight: bold; }
