@charset "utf-8";
/* CSS Document */

/************* BEGIN BODY STYLE **************/
body {
	margin: 0 auto;
	padding:0;
	font-family: Verdana;
	background:#383838;
	}
img a {
	border:0px;
	}
#wrapper {
	margin: 0 auto;
	padding:0px;
	width:990px;
	}
#logo {
	width:100%;
	height:150px;
	}	
#logoleft {
	width:11px;
	background-image:url(/DistSite/Templates/24/images/logo-left.png);
	background-position:center;
}
#logomiddle {
	background-image:url(/DistSite/Templates/24/images/logo-middle.png);
	background-position:center;
}
#logoright {
	width:11px;
	background-image:url(/DistSite/Templates/24/images/logo-right.png);
	background-position:center;
}
#bodycontent {
	width: 100%;
	}	
#bordercontrol {
	border: 2px solid #ecebeb;
	width:100%;
	background:#fff;
	}
.crumbs {
	color:#252525;
	font-size:11px;
	padding: 3px 0 2px 5px;
	}
.content {
	color:#252525;
	font-size:11px;
	padding:5px;
	}
/**************** END BODY STYLE *****************/	
	
	
/*************** BEGIN NAV 1 ***************/
#nav1 {
	width:100%;
	margin-top:5px;
	height:28px;
	}
#nav1 td {
/*	width:14%;*/
	background:url(/DistSite/Templates/24/images/nav1-middle.png);
	background-position:center;
}
.nav1spacer {
	background:url(/DistSite/Templates/24/images/nav1-middle.png);
	background-position:center;
	width:14%;
}
#nav1 a {
	text-decoration:none;
	display:block;
	line-height:11px;
	color:#cbcbcb;
	font-weight:bold;
	font-size:10px;
	background-image: url(/DistSite/Templates/24/images/nav1bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:5px;
	margin-right:5px;
	padding:0 0 2px 17px;
	}

#nav1 a:hover {
	background-image: url(/DistSite/Templates/24/images/nav1bulletover.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

/**************** END NAV 1 *****************/	
	
	
/**************** BEGIN NAV 2 *****************/	
#nav2 {
	width:100%;
	border-bottom:2px solid #ecebeb;
	height:20px;
	background:#331957;
}	
#nav2 td {
	width:16%;
}
#nav2 a {
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:20px;
	color: #D3D3D3;
	font-size:10px;
	border-left:1px solid #ecebeb;
}
#nav2 a:hover {
	background:#F0F0F0;
	color:#000000;
}

	
/**************** END NAV 2 *****************/	

/**************** BEGIN NAV 3 *****************/
#nav3 {
	width:170px;
	height:20px;
	background-image:url(/DistSite/Templates/24/images/nav3-mid.png);
	background-position:center;
	background-repeat:repeat-y;
	}
#nav3 a {
	text-decoration:none;
	color:#252525;
	font-size:11px;
	display:block;
	padding:0 5px 4px 32px;
	line-height:15px;
	background:url(/DistSite/Templates/24/images/nav3-bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
#nav3 a:hover {
	background:url(/DistSite/Templates/24/images/nav3-bullet-over.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.nav3title {
	text-decoration:none;
	color:#252525;
	font-size:12px;
	display:block;
	padding:0 5px 4px 32px;
	line-height:15px;
	}


/**************** END NAV 3 *****************/


/************* BEGIN QUICK SEARCH ************/
#quicksearch {
	width:170px;
	height:100px;
	background-image:url(/DistSite/Templates/24/images/qs-back.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:center;
	}
#quicksearch a {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-left:20px;
	line-height:11px;
	margin-right:10px;
	}
#quicksearch a:hover {
	text-decoration: underline;
	background-image:url(/DistSite/Templates/24/images/nav1bulletover.png);
	background-position:right center;
	background-repeat:no-repeat;
	}
#quicksearch tr td{
	height:30px;
	padding-bottom:3px;
	}
#quicksearch input {
	width:110px;
	}
/************* END QUICK SEARCH ************/


/************* BEGIN FOOTER*********/
#footer{
	width:100%;
	height:28px;
	line-height:12px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	border:none;
	}
#footer td {
	background-image:url(/DistSite/Templates/24/images/footer-middle.png);
	background-position:center;
}
/************* END FOOTER*********/
