/* CSS Document */

/* Authored by:
------------------------------------------
Heather Rose
May 2008
http://www.heatherrosedesign.com

License: Copyright (c) 2008, Heather Rose Design, All rights reserved.
------------------------------------------ */

/* Imported Styles
------------------------------------------ */
@import url(reset.css);

/* Go on just say it...
------------------------------------------ */
@import url(http://www.parenvironmental.com/css/reset.css);


/* Global
------------------------- */
  body { margin: 0.5in; color: #000; font-size: 9pt; background: none; }
  a:link, a:visited, a:hover, a:active { color: #666; }
  body, input, table, td, th, textarea { font-family: "Lucida Grande", Arial, Verdana, Helvetica, Geneva, sans-serif; }
 
  h1, h2 { font-family: Georgia, Times, "Times New Roman", serif; }
	h1 { margin-bottom: 0.25in; color: #E4851D; font-size: 2em; }
	h1 em { display: block; font-size: 70%; }
	h2 { margin-top: 1.5em; color: #EB9822; font-size: 1.4em; letter-spacing: 1px; }
	h3 { margin-top: 1.3em; font-weight: bold; font-size: 1em; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; letter-spacing: 2px; text-transform: uppercase; }

	#wrapper { width: 100%; }
	#nav, #sidebar, #n-building, #header-img { display: none; }


/* Header
------------------------- */
	#header { position: relative; padding-top: 0; height: 1.2in; text-align: center; }
	#logo { position: static !important; }


/* Content
------------------------- */
	#content { padding: 0 0 0.25in; }
	
	#content p { margin: 0.5em 0 1em; line-height: 1.5em; }
	#content p, #content li { font-size: 1em; }
	#content p.note { font-style: italic; font-size: 0.9em; line-height: 1.3em; }
	#content p.condensed { line-height: 1.1em; }
	
	#content a { color: #666; border-bottom: 1px dotted #B5AE9F; }
	#content a[href^="/"]:after { content: " (http://www.parenvironmental.com" attr(href) ")"; }
	
	#content ul { margin: 0.7em 0 1.5em 20px; list-style: disc; }
	#content li { margin-bottom: 0.7em; }
	#content ul ul { margin-bottom: 0.7em; list-style: circle; }
	#content li li { font-size: 100%; }
	#content ul.nobullet { margin-left: 0; list-style: none; }
	
	#content img.center { display: block; margin: 0 auto; border: 1px solid #B5AE9F; }
	#content img.right { float: right; margin: 0 0 5px 10px; border: 1px solid #B5AE9F; }
	
	/* HOME */
	body#home #content h2 { color: #333; }
	
	/* HISTORY */
	body#history #content ul { margin: 0 30px 0 20px; list-style: none; }
	body#history #content li { margin-bottom: 1em; font-size: 0.9em; }
	
	/* CLIENTS */
	body#clients #content ul { margin-left: 0; list-style: none; }
	body#clients #content ul ul { margin: 0.7em 0 0.5em 30px; }
	body#clients #content li { margin-bottom: 0.5em; }
	
	/* CONTACT */
	body#contact #content p { line-height: 1.4em; }


/* Footer
------------------------- */
	#footer { padding: 0; width: 100%; text-align: center; background: none; }
	#footer a { color: #333; text-decoration: none; }
