/* 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.domain.com/css/reset.css);*/


/* Global
------------------------- */
  body { margin: 0 8px; color: #000; font-size: 9pt; }
  a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none; }
  body, input, table, td, th, textarea { font-family: "Lucida Grande", Arial, Verdana, Helvetica, Geneva, sans-serif; }
 
  h1, h2, h3, h4 { font-family: "Times New Roman", Times, Georgia, serif; }
  h1 { color: #235094; font-size: 2.5em; text-align: center; }
  h2 { margin-top: 1em; color: #082d59; font-size: 2em; }

	#wrapper, #wrapper-inner { width: 100%; }
  #banner { margin: auto; padding-left: 0; display: block; }
  
/* HIDDEN
------------------------- */
  #nav, #contact-info { display: none; }


/* Header
------------------------- */
	#header { position: relative; height: 60px; }
  #logo { position: relative; left: 0; top: 0; margin: 0 auto; display: block; width: 130px; height: 50px; overflow: hidden; }
  #logo span { display: block; width: 100%; height: 100%; }
  #logo img { width: 130px; height: 50px; display: block; }


/* Content
------------------------- */
  #content { padding: 0.25in 0; }
	p { margin: 0.5em 0 1em; line-height: 1.5em; }
	#content p, #content li, #content dl, #content blockquote { font-size: 1em; }

  #content li { margin: 0.4em 0; }
  #content li li { font-size: 100%; }
	
  #content ul { margin-left: 40px; list-style: disc; }
  #content ol { margin-left: 20px; list-style: upper-roman; }
	#content ol ol { list-style: upper-alpha; }
	#content ol ol ol { list-style: decimal; }
	#content ol ol ol ol { list-style: lower-alpha; }
  #content ol li { margin-top: 1.5em; }
  #content ol li li { margin-top: 0.5em; }
  
	#content a { color: #88abd9; text-decoration: underline; }
	#content a[href^="/"]:after { content: " (http://www.domain.com" attr(href) ")"; }
  #content a.top { display: none; }
  
  strong.em { font-style: italic; }
  
  
  /* HOME */
  body#home #content { clear: left; }
  .container { margin: 10px auto; display: block; width: 655px; }
  .container div { float: left; margin-right: 5px; width: 158px; color: #666; border: 1px solid #e6e6e6; }
  .container div h2 { padding: 15px 7px 5px; font-weight: normal; font-size: 1.2em; font-family: "Times New Roman", Times, Georgia, serif; text-align: center; text-transform: uppercase; }
  .container div p, .container div ul { margin: 0 10px; font-size: 0.9em; font-family: Helvetica, Arial, Geneva, Verdana, sans-serif; line-height: 1.3em; }
  .container div ul { margin-left: 22px; list-style: disc; }
  .container div a { display: none; }
  #services-box { margin-right: 0; }
  
  /* SERVICES */
  body#services #content form { display: none; }
  
  /* TESTIMONIALS */
  blockquote { padding: 10px 50px 0 35px; line-height: 1.4em; background: url(../img/quotes.gif) no-repeat 20px 0; }
	blockquote em { color: #88abd9; }


/* Footer
------------------------- */
	#footer { margin: 0; color: #000; font-size: 0.9em; text-align: center; }
	#footer li { display: none; }
  #footer li#copyright { display: block; margin-top: 0.3em; }
  #footer a { text-transform: uppercase; }
