body, td { 
      font-family: arial, helvetica, sans-serif; 	
	color: #6d6a5c;
}

H1 { font-size: 25; color: #003300; font-style: italic; font-weight: lighter; font-family: helvetica; }
H2 { font-size: 14; }
H3 { font-size: 13; }
H4 { font-size: 12; }




a, a:link {
	color: #a6cf47;
	text-decoration: none;
}
		
a:visited {
	color: #a6cf47;
	text-decoration: none;
}
		
a:hover {
	color: #a6cf47;
	text-decoration: underline;
}

hr {
	display:none;
}

p {
	margin-bottom: 10px;
}


#container {
	width: 951px;
	margin: 0;
        padding: 0;
	background-color: #fff;
}

#header {
	width: 951px;
	height: 111px;
	display: block;
	padding: 0px;
        margin: 0px; 	
	background: #003028 url(/images/header-background.jpg) no-repeat;
}

#flash-head {
	display: block;
	height: 111px;
        line-height: 111px;
	width: 450px;
	margin: 0px;
       padding: 0px;
	float: left;
}

#extra{
    float: right;
	display: block;
        padding: 0px; 
        margin: 0px;
	text-align: right;
	width: 450px;
	height: 111px;
}

#searchbox {
  padding: 0px; 
  margin: 0px;
	background-color: #002B24;
	text-align: right;
	height: 35px;
}

#searchbox p {
	margin: 0;
	line-height: 35px;
	color: rgb(255,255,255);
	padding: 0 13px 0 5px;
	font-weight: bold;
	font-size: 11px;
}

#searchbox img {
	vertical-align: middle;
}

#searchbox input {
	vertical-align: middle;
	font-size: 11px;
	padding: 2px 2px;
}

#searchbox input.txtsearch {
	width: 186px;
	border: none;
}





#navigation {
        position: relative; 
        padding: 0;  margin: 0;
        float: left;
	width: 194px;
	background:  #e8e9af;
	padding-bottom: 180px;
}

#navBottom
{
	height: 300px;
	width: 194px;
	background:  #e8e9af;
	float: left;
	/* background:  #FFDDB5 url(/images/menu-overlap.jpg) no-repeat;  */
}
	

#navigation ul {
	list-style:none;
	margin: 0px;
  margin-top: 3;
  margin-bottom: 3;
	background:  #e8e9af;
        padding: 0px;
	width: 194px;
}

#navigation ul li {
        margin: 0;
        padding: 0;
	display: block;
	width: 194px;
	height: 28px;
}

#navigation ul li a {
	background: url(/images/ulul-background.jpg);
	display:block;
	text-indent: 36px;
	color: #747162;
	width: 194px;
	height: 28px;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 3px;
	font-size: 7pt;
}

#navigation ul li a:hover, #navigation ul ul li a.selected {
	background: url(/images/ulul-selbackground.jpg);
	display:block;
	text-indent: 36px;
	color: #747162;
	width: 194px;
	height: 28px;
	margin-bottom: 3px;
}

#navcontact
{
	margin-bottom: -4px;
}


#navigation a:hover
{ background-position: 0 -28px; }





#menu ul ul A {
color: black;
padding-left: 5;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
 display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
 visibility:hidden;  /* dropdowns hidden by default, until hovered over */
 position:relative;
 width: 130px;  /* width of the entire dropdown */
 margin: 0;  /* relative position of the menu to the button... 0=tight on bottom.. */
 padding: 0;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li.sfhover ul 
{ 
  visibility:visible;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}

#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
  visibility:visible;
  left: auto;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}



#templateContent { 
   position: relative; 
   float: right;
   display: block; 
   padding: 0px;
   margin-right: 0px ;
   margin-left: 20px;
   margin-top: 30px;
   width: 730px;
}




/* ***** footer ***** */
#footer {
	display: block;
	clear: both;
	width: 970px;
	border-top: 1px solid #e2dec9;
	height: 30px;
	line-height: 3em;
	color: #c5cba2;
	background-color: #F9F7EB;
}

#footer a, #footer a:link {
	color: #f19b47;
	text-decoration: none;
}
		
#footer a:visited {
	color: #f19b47;
	text-decoration: none;
}
		
#footer a:hover {
	color: #f19b47;
	text-decoration: underline;
}


#footer #links {
	margin-left: 28px;
}

#footer a.twc {
	padding-right: 20px;
	background: transparent url(/images/w-thewebcompany.gif) no-repeat right center;
}


#url {
   margin-top: 35;
	text-align:right;
	overflow: hidden;
	margin-right: 32px;
	color:#ffffff;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: georgia, times new roman, times, serif;
	margin-bottom: 2px;
}

#url a {
	color: #ffffff;
	text-decoration: none;
}

#url a:hover { text-decoration: none; }

#url span.green
{
	color:#2D6A57;
}

#url span.orange
{
	color:#D2782A;
}