@charset "utf-8";

#ie6hack_1
{
	float:left;
}

body {
margin:0px;	
background-color: rgb(235,235,235);
	font-family: Verdana, Arial, sans-serif;
	font-size: 121px;
}

#wrapper{
	width: 970px;
	margin: 0px auto;
	background:url(../images/css/bg-sliver.jpg) repeat-y top left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#top, #breadcrumb, #middle, #bottom{
	width: 958px;
	margin: 0px 6px;
}

#top{
	background: url(../images/css/top-sliver.jpg);
	height: 80px;
	border-top: solid 1px #000000;
}

#top #logo {
	float: left;
	margin: 0px 143px 0px 20px;
	padding: 0px;
	padding-top: 10px;
}

#top #links{
	margin-left:10px;
	padding-left: 0px;
	list-style-type: none;
	display:inline;
}

#top #links div.link a {
	font-size: 85%;
	text-decoration: none;	
	color: rgb(255,255,255);
	float: left;
	height: 60px;
	width: 100px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 20px;
	background:url(../images/css/top-divider.jpg) no-repeat bottom left;
}

#top #links div.link a:hover, div.link-last a:hover {
	background: url(../images/css/top-ahover-sliver.jpg) repeat-x top left;
}

#top #links div.link-last a {
	font-size: 85%;
	text-decoration: none;
	color: rgb(255,255,255);
	float: left;
	height: 60px;
	width: 100px;
	padding-left: 10px;
	padding-top: 20px;
	background:url(../images/css/top-last-child.jpg);
}

#top #links div.link-last a:hover {
	background: url(../images/css/top-ahover-sliver.jpg) repeat-x top left;
}

#breadcrumb{
	clear: both;
	width: 944px;
	height: 22px;
	background:url(../images/css/breadcrumb-sliver.jpg) repeat-x top left;
	color:#000;
	font-size:11px;
	text-transform:lowercase;
	padding: 7px 7px 0px 7px;
}

#breadcrumb a{
	display:inline;
	text-decoration:none;
	color:#000;
	text-transform:lowercase;
	background: url(../images/css/breadcrumb-bullet.gif) no-repeat right center;
	padding-right:15px;
	margin-left:5px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

#breadcrumb #breadcrumbs{
	float:left;}


#breadcrumb #print{
	float: right;
}

#breadcrumb #print a{
	background: none;
}


#navigation {
	float: left;
	width: 210px;
	border-right: solid 1px rgb(153,153,153);
	clear: both;
}

#content {
	background-color: #FFF;
	float: left;
	width: 727px;
	padding: 10px;
}

#bottom {
	clear: both;
	height: 34px;
	background:url(../images/css/footer-sliver.jpg);
	color: #FFF;
	
}

#bottom #links{
	padding-left: 32px;
	font-size:10px;
	padding-top:10px;
	height:30px;
	margin: 0px auto;
}

#bottom #links div.link a {
	margin-left:30px;
	padding-left:30px;
	float:left;
	background: url(../images/css/ul-bullet.gif) no-repeat left center;
	color:#FFFFFF;
	text-decoration:none;
}

#bottom #links div.link a:hover {
	text-decoration:underline;
}

#bottom #links div.link-first a {
	padding-left:10px;
	float:left;
	background: none;
	color:#FFFFFF;
	text-decoration:none;
}

#bottom #links div.link-first  a:hover {
	text-decoration:underline;
}

/****************************************************************************/
#navigation div.section {
	margin: 4px;
	background-color: rgb(219,236,252);
	border: solid 1px rgb(0,69,139);
	width: 200px;
}

#navigation div.section address  {
	font-style:normal;
	margin: 4px 8px;
	color: rgb(0,68,137);
}

#navigation div.section h3 {
	margin: 0px;
	padding: 4px 10px;
	background: url(../images/css/nav-header-sliver.jpg) repeat-x top left;
	font-size: small;
	color: rgb(255,255,255);
}

#navigation div.section h1{
	background: url(../images/css/nav-header-sliver.jpg) repeat-x top left;
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
	font-size:12px;
	margin:0px;
	letter-spacing: 0px;	
}

#navigation div.section a{
	background-color: rgb(219,236,252);
	display: block;
	color: rgb(0,68,137);
	text-decoration:none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#navigation div.section a:hover {
	background : rgb(162,187,212);
	color: #fff;
}

#navigation div.main_links h1{
padding: 4px 10px;
}

#navigation div.main_links a{
	padding: 3px 10px;
	background-color: rgb(219,236,252);
}
