/* Hershon Hartley Colors

Purple #51305a;
Maroon #510d00;
Orange #d99336;
Gold   #c9b634;
Brown  #654f00;

Tan Main Body/Container 4pt Border
       #dad186; OLD
       #C0AD00; NEW - "apple green, says JoA H"

*/

body {
	background: #510D00;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana,arial,helvetica,sans serif;
	font-size: 12px;
	line-height: 2em;
}

h1 {
	text-align: left;
	color: #ec9d2c;
	font-weight: bold;
	font-style: italic;
	font-size: 125%;
	margin-top: 0;
	padding-top: 4px;
}

h2,h3 {
	text-align: left;
	color: #000;
	font-weight: bold;
	font-style: none;
	font-size: 110%;
}


h3 {
	color: #666;
	font-weight: normal;
}

h4 {
	color: #ec9d2c;
	text-align: left;
	font-style: italic;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 2em 0 0 2em;
}

#H2Home h1, #H2Home h4 {
	color: #51305A;
}

p {
	text-align: left;
	line-height: 2 em;
	padding-left: 2em;
	padding-right: 4em;
}

ul {
	list-style: none;
}

li {
	text-align: left;
}

img {
	margin: 6pt;
}

a img {
	border: none;
	border: 0px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #996600;
	border-bottom: #996600 1pt dotted;
}

a:hover, a:active {
	text-decoration: none;
	color: #663300;
	border-bottom: #663300 1pt dotted;
	outline: none;
	-moz-outline-style: none;
}

#container {
	width: 750px;
	border: 4pt #C0AD00 solid;
	margin: 12px  auto;
	background: #ffffff;
	text-align: center;
}

#header {
	width: 750px;
	background: url("/images/H2DesignHeader.png") no-repeat;
	background-position: top left;
}

#H2Home #header {
	background: url("/images/H2HomeHeader.png") no-repeat;
}

#nav {
	margin-top: 124px;
	width:750px;
	height: 2.75em;
	text-decoration: none;
	line-height: 1em;
	background: #C0AD00;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	float:left;
	margin:0;
	height: 2.75em;
	width: 6em;
	padding-left: 1em;
}

#nav li a {
	padding-top: 11px;
}

#nav a {
	display: block;
	width: 6em;
	padding:6px;
	text-decoration: none;
	border: 0;
}


#nav a:link, #nav a:visited {
	color: #333;
}

#nav a:hover, #nav a:active {
	color: #000;
}

#nav li#current a {
	font-weight: bold;
	color: #000;
}

#nav li#current ul li.notCurrent a {
	font-weight: normal;
	color: #333;
}

#nav li#current ul li.notCurrent a:hover {
	font-weight: bold;
	color: #000;
}

#nav .inactive {
	color: #ccc;
}

#nav li ul {
	position: absolute;
	width: 6em;
	left: -999em;
}

#nav li ul li {
	background: #C0AD00;
	padding-right: 3em;
	color: #fff;
}

#nav li:hover ul {
	left: auto;
}

#main {
	padding: 20px;
	clear: left;
}

#main #wrapper {
	border-top: 1pt #666 dotted;
	border-bottom: 1pt #666 dotted;
}

#gallery {
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	clear: both;
	line-height: 1em;
}

#footer {
	background: #C0AD00;
	line-height: 1em;
}

#footer p {
	margin:0;
	padding: 8px;
	color: #333;
	text-align: center;
}

#footer p.footerParagraph {
	color: #969032;
	font-size: x-small;
	padding: 0 5em;	
}

#footer p.footerParagraph a:link,
#footer p.footerParagraph a:visited,
#footer p.footerParagraph a:hover,
#footer p.footerParagraph a:active {
	color: #969032;
}

.clear {
	height: 0;
	clear: both;
}

.fax {
	font-variant: small-caps;
}

img.floatRight {
	float: right;
	margin-left: 12px;
}

img.floatLeft {
	float: left;
	margin-right: 12px;
}

.testimonial {
	font-style: italic;
	border-bottom: 1pt solid #999;
	padding-bottom: 1.5em;
}

.italic {
	font-style: italic;
}

body#landingPage a,body#landingPage a:link, body#landingPage a:visited {
	border: none;
}

body#landingPage {
	background: #510d00;
	text-decoration: none;
}

body#landingPage p {
	text-align: center; 
	text-align: center;
	font-size: small;
	text-decoration: none;
	color: #666;
}

p#homeLinks a {
}

/* From contact forms */

.caption {
	font-style: italic;
	color: #666666;
	text-align: right;
}

.formData {
	text-align: left;
	padding-left: 1em;
}


.question {
	font-style: italic;
	color: #666666;
}
