﻿#conash3D0 {
  height: 0px;
  top: -1px;
}
body {
  margin: 0;
  padding: 0;
  background: #f7f7f7 none repeat scroll 0% 50%;
  font-family: "lucida sans",tahoma,"Trebuchet MS",arial,verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 80%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #555555;
}
#container {
  padding: 0;
  width: 1296px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}
#banner {
  padding: 0;
  background: #f7f7f7 url(images/bannerimage.jpg) no-repeat scroll 0% 50%;
  height: 230px;
  color: #333333;
}
#banner h1 {
  margin: 0;
  padding: 5px;
  background: transparent none repeat scroll 0% 50%;
  color: #ffffff;
}
/* Begin CSS Drop Down Menu */
#menuh
	{
	width: 1296px;
	float:center;
	margin-left:0px;
	margin-right:0px;
	background: #476042 no-repeat scroll 0% 50%;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited 	/* menu at rest */
	{
	color: white;
	background-color: #476042;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #7aba2e;
	text-decoration:none;
	}

#menuh a:active	
	{
	color: white;
	background-color: #7aba2e;
	text-decoration:none;
	}

#menuh li a#current1   
	{
  	background: #7aba2e none repeat scroll 0% 50%;
  	color: #ffffff;
	}
        
#menuh li a#current2   /* attaches down-arrow totop-parents with sub-sections */
	{
  background: #7aba2e none repeat scroll 0% 50%;
  color: #ffffff;
  background-image: url(nav_white_down_arrow.gif);
  background-position: right center;
  background-repeat: no-repeat;
	}
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(nav_white_down_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white_rt_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 16.875em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

.menu ul li {
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 1.8em;
  list-style-type: square;
  color: #476042;
}
.menu ul li a {
  color: #f17c0b;
}
.menu ul li a:hover {
  color: #7aba2e;
}
#content {
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
  padding: 0;
  margin-top: 50px;
  margin-left: 500px;
  margin-right: 200px;
  background-color: #f7f7f7;
}
#content p {
  margin: 20px;
}
#sidebar-a {
  padding: 0 5px;
  background: #f7f7f7 none repeat scroll 0% 50%;
  float: left;
  width: 275px;
  margin-top: 50px;
  margin-left: 200px;
  color: #666666;
}
#footer {
  margin: 0;
  padding: 5px;
  background: #476042 none repeat scroll 0% 50%;
  clear: both;
  color: #f7f7f7;
}
a {
  text-decoration: none;
  color: #f17c0b;
}
a:hover {
  text-decoration: underline;
  color: #aaaaaa;
}
a img {
  border:  none;
}
.border {
  border: 1px solid #476042;
  margin: 10px;
  padding: 10px;
}
.imgleft {
  border: 1px solid #90b905;
  margin: 5px 10px 10px 15px;
  padding: 5px;
  float: left;
}
h1 {
  margin: 20px;
  padding: 5px;
  background: #476042 none repeat scroll 0% 50%;
  font-size: 150%;
  letter-spacing: 3px;
  color: #ffffff;
}
h2 {
  padding-left: 20px;
  font-size : 140%;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #476042;
}
h3 {
  padding: 5px;
  background: #476042 none repeat scroll 0% 50%;
  text-transform: uppercase;
  font-size: 110%;
  color: #ffffff;
}
h4 {
  padding: 5px;
  background: #f17c0b none repeat scroll 0% 50%;
  text-transform: uppercase;
  font-size: 110%;
  color: #ffffff;
  margin-top: 25px;
}
h5 {
font-size : 150%;
color : #7aba2e;
background : inherit;
}
blockquote {
  font-weight: bold;
  font-style: italic;
  color: #b29b35;
}
.clear {
  clear: both;
  width: 100%;
}
