
body {
background: #000002;
behavior:url(css/csshover.htc);
}


div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:0px solid #6CA6CD;	/* blue border color draws line on top edge of div */
	border-bottom:0px solid #6CA6CD; /* draws line on bottom edge of div */
	font-size:.8em;	/* SET FONT-SIZE HERE */
	background-color:#000000; /* colors the div */
	margin-top:0px; /* TEMPORARY - pushes the div away from the top of the browser for 
	clarity in this example*/
	}

div#listmenu ul {
	float:left; /* makes the ul wrap the li`s */
	border-left:0px solid #000000; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	margin:0;
	padding:0;
	}

/*div#listmenu ul {margin:0; padding:0;}*/

div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#000000; /*sets the background of the menu items */
	border-right:1px solid #000000; /* creates dividing lines between the li elements */
	}



div#listmenu li:first-child {
	border-left:1px solid #000000; /*the first vertical line on the menu */
	}

div#listmenu li:hover { 
	background-color:#000000; /*sets the background of the menu items when hovered */
	}
div#listmenu a {
	display:block;
	padding:0 1px; /*creates space each side of menu item`s text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffffff;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#e88520;
	}
/* the horizontal menu ends here */


/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you 
	remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned 
	li parent */
	width:10em; /*sets the width of the menu - in combo with the li`s 100% width, makes the 
	menu stack*/
	left:9px; /*aligns the drop exactly under the menu */
	}

div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #ffffff; /*  three sides of each drop-down item */
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	}

div#listmenu ul li ul li:first-child {
	border-top:1px solid #ffffff; /*the top edge of the dropdown */
	}

/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */

* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can`t read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #FFF;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */


td {
	font: normal 16px Tahoma, Arial;
	color: #000002;
}

h1, h2, h3, h4, h5 {
 font: normal 24px tahoma, Arial;

    color: #000002;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal 24.45px tahoma, Arial;
}

h3 {
    font-size: 18px;
    text-align: center;
}


a {

font: normal 16px Tahoma, Arial;
color: #000002;
text-decoration: underline;
}

a:hover {

font: normal 16px Tahoma, Arial;
color: #000002;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #000002;
text-decoration: none;
padding: 15px;
margin: 0px;

}

.p1
{
padding: 0 0 0 50px;
}

.p3
{
padding: 0 0 0 20px;
}

.bg1
{
background: #ffffff url(images/index_18.gif) bottom repeat-x;
}

.menu 
{
color:#c87819;
vertical-align:top;
padding: 10px 0 0 20px;
}

.menu a
{
color:#000000;
font:  bold 11px  tahoma, Arial;
text-decoration: underline; 
}

.menu a:hover
{
color:#000000;
font:  bold 11px  tahoma, Arial;
text-decoration: none; 
}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #e48c0c;
text-decoration: none;
}

.yellow-text-underline {
color: #e48c0c;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}

.broun-text-regular {
color: #c77716;
text-decoration: none;
}

.broun-text-underline {
color: #c77716;
text-decoration: underline;
}

.red-text-regular {
color: #e22f07;
text-decoration: none;
}

.red-text-underline {
color: #e22f07;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #3f801a;
text-decoration: none;
}

