/* CSS Document */

BODY {
	background:#c6bca6 url(../images/construct/bodybackground-c6bca6.gif) repeat-x;
	padding:0;
	margin:0;

}
#container {
	width:100%;
}
#pagecontainer {
	width:962px;
	margin:auto;
	background:url(../images/construct/pagebackground.gif) repeat-y top left;
	position:relative;
}
#topbar {
	height:56px;
	background:url(../images/construct/topbar-logo.gif) no-repeat top left;
}
#topbarbuttons {
	height:56px;
	text-align:right;
}
#masthead {
	height:144px;
	background:url(../images/construct/masthead-1.gif) no-repeat;
}
#topmenu {
	height:32px;
	background:url(../images/construct/menu-left.gif) no-repeat top left;
	text-align:right;
}
#contentarea {
	padding:0px 8px 0px 8px;
}
#actualcontent {
	padding:0px;
}
#leftmenu {
	width:210px;
	float:left;
}
#maincontent {
	width:706px;
/*	background-color:#00CC99; */
	float:left;
	padding:15px;
}
    /* float clearing for IE6 */
    * html .clearfix{
      height: 1%;
      overflow: visible;
    }

    /* float clearing for IE7 */
    *+html .clearfix{
      min-height: 1%;
    }

    /* float clearing for everyone else */
    .clearfix:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
    }

#footer {
	background:url(../images/construct/footerbackground.gif) no-repeat top left;
	height:29px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dddddd;
	padding:10px 0px 0px 0px;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#FFffaa;
	text-decoration:none;
}

#traileroverlaycontainer {
	position:absolute;
	top:30px;
	left:-20px;
	height:175px;
	width:100%;
	margin-right:800px;
	background-color:transparent;
}

#traileroverlay {
position:absolute;
top:0px;
left:-20px;
width:400px;
height:175px;
z-index:500;

}

		#udm ul {
			margin-left:0px !important; */
			padding-left:0px;
			margin-top:1px !important;
			width:216px !important;
			w\idth:208px !important;
			}

		#udm ul ul {
			width:180px !important;
			w\idth:172px !important;
			border-style:dashed;
			background-color:#ffe;
			}
		#udm ul ul ul {
			width:112px !important;
			w\idth:104px !important;
			border-style:dotted;
			background-color:#ffd;
			}
		
		/* give all anchors a hand cursor */
		#udm a {
			cursor:pointer !important;
			cursor:hand !important;
			}