html, body {
	margin: 0;
	border: 0;
	height: 100%;
	text-shadow: #000000 0 0 0px;
	background-color:#000000;
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
#wrapper {
	width:900px;
	height:100%;
	border: #000000 solid 5px;
}
.text {
	color: #000000;
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.whitetext {
	color: #FFFFFF;
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.orangetext {
	color: #e77318;
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.title {
	color: #e77318;
   	font-family: Verdana, Geneva, sans-serif;
   font-size:24px;
   font-weight:bold;
}

#mainbox {
	color: #999999;	
   	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: normal;
	padding: 10px 40px 10px 40px;
	margin:0;
	line-height: 18px;	/*background: url(../images/menu_over_bg.jpg) bottom repeat-x;*/
	letter-spacing:.050em;
	text-align:left;
/*	border-right: #666 1px solid;*/

}

/* Main Menu
    -----------------------------------*/
 #menuh
	{
	font-size: 12px;
   	font-family: Verdana, Geneva, sans-serif;
	width:100%;
	float:left;
	background-color:#e77318;	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-left: 1px solid #000000;
	background-color:#e77318;	
	white-space:nowrap;
	margin:0;
	padding: 18px 0 12px 0;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;  height: 20px;
	background-color:#e77318;
   	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; font-weight:bold;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000000; height: 20px;
	background-color:#ffffff;
   	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; font-weight:bold;
	text-decoration:none;	
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-left: none;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-right: none;
	
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:128px;	/* 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;}

#booter {
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #e77318;
	padding: 5px;
	background:#333;
}

#booter a:link {
	color: #ffffff;
	text-decoration: none;
}
#booter a:visited {
	color: #ffffff;
	text-decoration: none;
}
#booter a:hover {
	color: #ff9900;
	text-decoration: none;
}
#booter a:active {
	text-decoration: none;
}


#general {
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#general a:link {
	color: #ffffff;
	text-decoration: none;
}
#general a:visited {
	color: #ffffff;
	text-decoration: none;
}
#general a:hover {
	color: #ff9900;
	text-decoration: none;
}
#general a:active {
	text-decoration: none;
}

#greyline {
	border-bottom: #666666 solid 1px;
}

.greyright {
	border-right: #666666 solid 1px;
}


#djintelad {
   	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left:40px;
}

#djintelad a:link {
	color: #ffffff;
	text-decoration: none;
}
#djintelad a:visited {
	color: #ffffff;
	text-decoration: none;
}
#djintelad a:hover {
	color: #ff9900;
	text-decoration: none;
}
#djintelad a:active {
	text-decoration: none;
}


#greyline {
	border-bottom: #666666 solid 1px;
}

.greyright {
	border-right: #666666 solid 1px;
}



/*___________________________________________________________________  client login area  */

a.option {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #e77318;
  padding: 5px 0;
  margin: 6px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  width:200px;
}
a.option:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}
