/* CSS for Simpson Law */
/* Brenda Egeland, Red Letter Design, December 2007 */



/* ----- BASE RESET ----- */
html, body, div, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Helpful fixes */

a {outline: none;}  /* get rid of Firefox link boxes */

html {
	height: 100%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}

/* ******************************** */
/*       Simpson Law Layout         */
/* ******************************** */
body {
	margin: 0;
	padding: 0;
	background: #B4BD90 url(../images/forest-backdrop.jpg) top center repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	min-height: 101%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}

div#wrapper {
	width: 920px;
	margin: 0 auto !important;
	margin: 0;
	padding: 0;
	text-align: left;
	background: transparent url(../images/content.jpg) top left repeat-y ;
}
div#innerWrapper {
	background: transparent url(../images/header.jpg) top left no-repeat ;
	width: 920px;
	margin: 0;
	padding: 133px 0 0 0;
}
div#innerWrapper2 {
	background: transparent url(../images/tree.jpg) bottom right no-repeat;
}
div#content {
	width: 500px;
	margin: 0;
	min-height: 600px;
	padding: 20px 0 0 10px;
	margin: 0 0 0 200px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html div#content {
	height: 600px;
}
div#companyInfo {
}

div#nav {
	float: left;
	width: 172px;
	padding: 0;
	margin: 0 0 0 9px;
}
div#testimonials {
	float: right;
	width: 160px;
	padding: 125px 25px 0 0;
	margin: 0;
	margin: 0;
}
div#footer {
	width: 730px;
	height: 60px;
	margin: 0;
	background: #B4BD90 url(../images/footer.jpg) top left no-repeat;
	padding: 10px 0 0 190px;
/*	clear: both;
*/}

div.floatClear {
	margin: 0;
	padding: 0;
	clear: both;
}

/* --------------------------- */
/* Navigation                  */
/* --------------------------- */
div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	display: inline;
	width: 172px;
	height: 50px;
	margin: 0;
	padding: 0;
}
div#nav ul li a {
	display: block;
	width: 172px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background-image: url(../images/buttons.jpg);
}
div#nav ul li#navHome a {
	background-position: left 0;
}
div#nav ul li#navHome a:hover {
	background-position: right 0;
}
div#nav ul li#navResources a {
	background-position: left -50px;
}
div#nav ul li#navResources a:hover {
	background-position: right -50px;
}
div#nav ul li#navBiography a {
	background-position: left -100px;
}
div#nav ul li#navBiography a:hover {
	background-position: right -100px;
}
div#nav ul li#navArticles a {
	background-position: left -150px;
}
div#nav ul li#navArticles a:hover {
	background-position: right -150px;
}
div#nav ul li#navNewsletter a {
	background-position: left -200px;
}
div#nav ul li#navNewsletter a:hover {
	background-position: right -200px;
}
div#nav ul li#navContact a {
	background-position: left -250px;
}
div#nav ul li#navContact a:hover {
	background-position: right -250px;
}


/* --------------------------- */
/* Typography                  */
/* --------------------------- */
h1 {
	color: #001DBB; /* bright blue */
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	padding: 0 0 20px 0;
}
h2 {
	color: #001DBB; /* bright blue */
	border-bottom: 1px solid #ffcc00; /* bright yellow */
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0 2px 0;
	margin: 0 0 5px 0;
}
h3 {
	color: #373F10; /* deep green */
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0 5px 0;
}
ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 30px;

}
p, li, blockquote {
	font-size: 13px;
	color: #333333;
	line-height: 1.3;
	padding-bottom: 15px;
}
ul.tightList {
	padding-bottom: 10px;
}
ul.tightList li {
	line-height: 1.1;
	font-weight: normal;	
	font-size: 11px;
	margin: 0;
	padding: 0 0 3px 0;
}
a {
	color: #001DBB; /* bright blue */
	text-decoration: underline;
}
a:hover {
	color: #990000; /* deep red */
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	padding: 0px 10px 5px 10px;
}


div#companyInfo h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 5px;
	color: #000000;
}

div#companyInfo p {
	color: #000000;
	padding-left: 5px;
}
div#companyInfo p strong {
	font-weight: bold;
}
div#testimonials p {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #001DBB; /* bright blue */
}
div#testimonials p.quotetext {
	margin-bottom: 0;
	padding-bottom: 0;
}
div#testimonials p.writer {
	text-align: right;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 30px;
	font-size: 11px;
}
div#footer p {
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
}
div#bottomNav p {
	text-align: right;
	letter-spacing: 1px;
	color: #333333;
	padding: 0 25px 10px 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#bottomNav p a {
	color: #333333;
	text-decoration: none;
}
div#bottomNav p a:hover {
	color: #001DBB; /* bright blue */
	text-decoration: underline;
}
div#footer div#rld {
	float: right;
	width: 400px;
	padding-right: 10px;
}

div#footer div#rld  p,
div#footer div#rld  p a {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
}	
div#footer div#rld  p a:hover {
	color: #373F10; /* deep green */
}
/* ----------------------- */
/* link list               */
/* ----------------------- */

ul.linkList {
	list-style: none;	
	margin: 0;
	padding: 0 0 15px 0;
}
ul.linkList li {
	display: inline;
}
ul.linkList li a {
	display: block;
	margin: 5px 0 15px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid  #373F10; /* deep green */
	background-color: #E9EFD1; /* pale green */
	font-size: 16px;	
	color: #373F10; /* deep green */
}
ul.linkList li a:hover {
	color: #001DBB; /* bright blue */
	background-color: #FBF2C9; /* pale yellow */
}
/* ----------------------- */
/* for images              */
/* ----------------------- */
.imgBorder {
	border: 3px solid black;
	float: right;
}
.imgRight {
	float: right;
	margin: 5px 0 5px 10px;
}
.imgLeft {
	float: left;
	margin: 5px 10px 5px 0;
}
p.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 2px 5px 4px 5px;
	margin: 0;	
	background-color: #777777;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #888888;
}


/* --------------------------------*/
/* Contact Form                    */
/* --------------------------------*/
div.contactDiv {
	margin: 5px 5px 35px 5px;
	padding: 10px;
	background-color: #E9EFD1; /* pale green */
	border: 1px solid  #373F10; /* deep green */
}
form#contactForm input,
form#contactForm textarea {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
}
form#contactForm div#fields input,
form#contactForm div#fields textarea {
	border: 1px solid black;
}

form#contactForm label {
	display: block;
	margin: 3px 0 15px 0;
	letter-spacing: 1px;
	color: #444444;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#honeypot { display: none; } /* spambot trap */

div.contactDiv p {
	color: #F4C833;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 2px solid black;
	margin-bottom: 15px;
	
}
.rtnMsg {
	background-color: #FBF2C9; /* pale yellow */
	color:  #000000; 
	padding: 5px 7px;
	margin: 5px;
	border: 1px solid  #373F10; /* deep green */
}
.warning {
	color: #990000; /* dark yellow */
	font-weight: bold;
	padding-left: 10px;
}
.services {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.serviceArea {
	color: #000000;
	font-size: 10px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 15px 0;
}
.address {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
.phoneNumbers {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 15px 0 0 0;
}
.phoneType {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}
.smallText {
	font-size: 10px;
}

