@charset "utf-8";
/* CSS Document */

body {
	background-position: center top;
	height: 1000px;
	vertical-align: top;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
	background-image: url('images/back2.gif');
	background-repeat: repeat-x;
	}
	
#contentcontainer {
	position: relative;
	width: 900px;
	left: 70px;
	right: 30px;
	height: auto;
	top: 0px;
	text-align: left;
	font-size: 0.8em;
	background-color: #fff;
	border: thin solid #3399ff;
	}
	
	.contentText {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
	word-spacing: normal;
	margin: 0px;
			}
		
		.contentText  a:link, 
.contentText  a:visited  {
	padding-left: 0px;
	text-align: left;
	color: #666666;
	text-decoration: underline;
		}
	
.contentText  a:hover  {
	color: #3399ff;
	text-decoration: none;
	}

.clear { clear: both }

.hoe
{
	display: block;
	color:#FFFFFF;
	vertical-align:top;
	height: 500px;
	width: 400px;
	position:relative;
	right:-245px;
	top: -100px;
	background-position: right top;
	background-image: url(images/hoe4.gif);
	background-repeat: no-repeat;
}



.hd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3399ff;
	font-weight: bold;
	text-align: left;	
}

.hd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.list li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(images/button1.gif);
	list-style-type: none;
}

#navigation a:link {
	text-decoration: none;
	color: #3399ff;
	background: #FFF;
}
#navigation a:visited {
	text-decoration: none; 
	color: #3399FF; 
	background: #FFF;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #3399FF;
}

/*Nav MENU */
.menu {
z-index:1000;
font-size:90%;
margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative */
.menu li {
	position:relative;
	background:#3399FF;
	height:40px;
	background-color: #3399FF;
	text-decoration: none;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:40px;
	line-height:40px;
	width:175px;
	color:#fff;
	text-indent:5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #339FF;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:149px;
	color:#333333;
	background-color: #333333;
	text-decoration: none;	
}
/* style the link hover */
* html .menu a:hover {
	color:#ffffff;
	background-color: #b853b0;
	text-decoration: none;
}

.menu :hover > a {
	color:#ffffff;
	text-decoration: none;
	background-color: #b853b0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
color:#333333;
text-decoration: none;	
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

