/**********************************************/
/* GLOBAL STYLES *^*^*^*^*^*^*^*^*^*^*^*^*^*^*
/**********************************************/

*
{
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	font-size: 12px;
}

body
{
   
	background-color: #000;
	color: #999999;
}

*html body {
text-align: center;
margin-left: auto;
margin-right: auto;
}

a:link
{
	color: #c0c0c0;
	text-decoration: none;
}

a:visited
{
	color: #c0c0c0;
	text-decoration: none;
}

a:hover
{
	color: #ff9900;
	text-decoration: none;
}


#wrapper{
	width:				990px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
	border:				1px solid #f8991d;
}

#header{
	width:				990px;
	height:				147px;
	background-image:	url(images/header.jpg);

}
#top{
	width:				990px;
	height:				50px;
	background-image:	url(images/top.jpg);

}
#content{
	text-align:			left;
	background-image:	url(images/content.jpg);
	width:				940px;
	margin:				0;
	margin-top:			-20px;
	padding: 0px 25px 0px 25px;
	color:				#FFF;
	min-height:			210px;
}
#SearchPanel {
	float: right;
	margin: 10px;
}
#SearchPanel H2 {
	margin: 0;
	padding: 0;
	color: #ff6600;
	margin-right: 30px;
}
#footer{
	width:				990px;
	padding-top:270px;
	height:				36px;
	background-image:	url(images/bottom.jpg);
}
#OuterPanel {
height: 90px;
}
#MenuStrip {
	height: 				34px;
	font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			12pt;
	font-weight : 			bold;
	text-align : 			left;
	background-image: 		url(images/topmenustrip.gif);
	background-repeat: 		repeat-x;
	padding-top:45px;
	width:990px;
}
#MenuSection {
	height: 				17px;
	margin-left:			15px;
	padding:				7px 0 20px;
}
#MenuSection ul {
	display: 				inline;
	padding: 				0;
	list-style-type: 		none;
	margin-left:			14px;
	
}
#MenuSection ul li {
	display: 				inline;
	text-align: 			left;
	border-left:			1px solid #f8991d;
}
#MenuSection ul li.First {
	display: 				inline;
	text-align: 			left;
	border:					0;
}
#MenuSection ul li a {
	display: 				inline;
	text-decoration: 		none;
	color: 					#FFFFFF;
	width: 					auto;
	padding: 				3px 20px;
}
#MenuSection ul li a:hover {
	color:					#ff6600;
}
/* Holly Hack for IE \*/

* html #MenuSection ul li {
	float: left;
	height: 1%;
}
* html #MenuSection ul li a {
	height: 1%;
}

*html #content {
width: 935px;
margin-left: 15px;
padding: 0px 0px 0px 0px;
text-align: left;
}


.ddmx {
    margin-left:			20px;
    font: 11px tahoma;
   
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 				7px 15px 8px 15px;
    font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			12pt;
	font-weight : 			bold;
	color: 					#ffffff;
    font-weight: 			bold;
    text-decoration: 		none;
    display: 				block;
    white-space: 			nowrap;
    position: 				relative;
     
}
.ddmx .item1:hover {
	color: 					#ff6600;
	}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 				3px 8px 4px 6px;
    font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			11pt;
	color: 					#f8991d;;
    text-decoration: 		none;
    display: 				block;
    white-space: 			nowrap;
    position: 				relative;
    z-index: 				500;
}
.ddmx .item2 {
    background: #000;
    
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 				3px 8px 4px 6px;
    font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			11pt;
	color: 					#0066ff;
    text-decoration: 		none;
    display: 				block;
    white-space: 			nowrap;
    position: 				relative;
    z-index: 				500;
}
.ddmx .item3 {
    background: #e5e1da;
}
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #ffffff;
}
.ddmx .section {
    border: 			1px solid #f8991d;
    position: 			absolute;
    visibility: 		hidden;
    z-index: 			-1;

}

* html .ddmx td { position: relative; } /* ie 5.0 fix */