/* CSS Document */
#content {
	background-image:url(../images/bg_content_single.png);
	width:976px;
	min-height:301px;
	margin-top:13px;
	background-repeat: no-repeat;
}
#leftnav {
	clear:left;
	float:left;
	width:180px;
	margin-left:18px;
	display:inline;
}
#body_content {
	float:right;
	width:748px;
	margin-top:0px;
	margin-right:20px;
	display:inline;
}
#body {
	float:right;
	width:540px;
	background:#ebebeb;
	padding: 10px;
	line-height:150%;
	display: inline;
}
#bodyimage {
	/*background:#ebebeb;*/
	float:left;
	width:180px;
	display: inline;
}
#headline {
	float:left;
	margin-top:43px;
	margin-left:18px;
	display:inline;
	margin-bottom:10px;
}
#subnav {
	width:180px;
	background:#CCCCCC;
}

#body1 {
	float:left;
	padding: 0px;
	line-height:150%;
	background:#ebebeb;
}
#spacer {
	float:left;
	height:50px;
	width:560px;
	margin-bottom:-10px;
	margin-left:-10px;
	margin-right:-10px;
	padding:0px;
	background:#FFFFFF;
	display:inline;
}

#sidebar {
	width:180px;
	top:75px;
	left:778px;
	background:#ebebeb;
}
#subnav ul {
        list-style-type: none;
        width: 180px;
		margin-top: 1px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding:0px;
} 

#subnav li {
	margin: 0px;
	height:21px;
}

#subnav li a { 
		height:15px;
        color:#5b707c;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
        display: block;
        font-family: "Trebuchet MS", Helvetica, Arial, Geneva;
		font-size: 10px;
        text-decoration: none;
		background-image: url(../images/nav_sub_btn_bg-up.gif);
		background-repeat: no-repeat;
}
#subnav li div.dead { 
		height:15px;
        color:#5b707c;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
        display: block;
        font-family: "Trebuchet MS", Helvetica, Arial, Geneva;
		font-size: 10px;
        text-decoration: none;
		background-color:#ebebeb
}
#subnav li div.highlight { 
		height:15px;
        color:#5b707c;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
        display: block;
        font-family: "Trebuchet MS", Helvetica, Arial, Geneva;
		font-size: 10px;
        text-decoration: none;
		background-image: url(../images/nav_sub_btn_bg-down.gif);
		background-repeat: no-repeat;
}

 * html #subnav li a {  /* make hover effect work in IE */
	width: 180px;
}

#subnav li a:hover {
        background-image: url(../images/nav_sub_btn_bg-over.gif);
}
#subnav li a:active {
        background-image: url(../images/nav_sub_btn_bg-down.gif);
}


#subnav a span {
		width:180px;
		height:20px;
        color:#5b707c;
		margin:0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
}
#subnav div.dead span {
		width:180px;
		height:20px;
        color:#5b707c;
		margin:0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
}
#subnav a:active span, #subnav div.highlight span {
		width:180px;
		height:20px;
        color:#5b707c;
		margin:0px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
}

