@charset "UTF-8";
/*
-----------------------------------------------

project: Criminal Justice Info
Version:  2009.10.06
----------------------------------------------- 
*/

html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(page-back-hhs.jpg) no-repeat 50% 0 #dfd8c3;
}
#container {
	margin: 0 auto;
	width: 960px;
	font-size:12px;
	line-height:18px;
}
#container .brand {
	padding:0 0 10px;
}
#container h1 {
	color:#000;
	margin:0;
	padding:2px 0 0 20px;
	height:48px;
	overflow:hidden;
	font-size:22px;
	font-weight:normal;
	line-height:30px;
}
#container h3 {
	color:#000;
	margin:0;
	font-size:16px;
	line-height:20px;
}
#container .intro-txt {
	padding:10px 500px 10px 20px;
	color:#000;
}
#container .biggie {
	padding:5px 20px;
	margin:16px 0 24px;
}
#container .btn-request a {
	display:block;
	text-indent:-800px;
	overflow:hidden;
	background:url(btn-request.gif) no-repeat 0 0;
	width:379px;
	height:58px;
	outline:none;
}
#container .btn-request a:hover {
	background:url(btn-request.gif) no-repeat 0 -58px;
}
#container .btn-small {
	display:block;
	float:right;
	width:215px;
	height:40px;
	padding:15px 0 0;
	border-left:1px solid #878787;
	margin:0 0 60px 20px;
}
#container .btn-small a {
	display:block;
	float:right;
	width:200px;
	height:25px;
	background:url(btn-small.gif) no-repeat 0 0;
	text-indent:-500px;
	overflow:hidden;
	outline:none;
}
#container .btn-small a:hover {
	background:url(btn-small.gif) no-repeat 0 -25px;
}


/* tabs */

#container .tabs {
	background:url(tabpanel-back-hhs.jpg) no-repeat 0 23px;
	min-height:360px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	height:32px;
}
ul.tabNavigation li {
	float:left;
	margin: 0;
	list-style:none;
}
ul.tabNavigation li a {
	padding:9px 12px 5px;
	display:block;
	font-size:11px;
	text-decoration: underline;
	margin:0;
	color:#003c86;
}
ul.tabNavigation li a.selected {
	background:url(tab-back-hhs.gif) repeat-x 0 0;
	color:#000;
	text-decoration: none;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
}
ul.tabNavigation li a:hover {
	color:#000;
	text-decoration: none
}

ul.tabNavigation li a:focus {
	outline: 0;
}
ul.tabNavigation li h2 {
	font-weight:normal;
	display:inline;
	font-size:11px;
}
#container .tab-content {
	padding: 14px;
	font-size:12px;
	line-height:18px;
}
#container .tab-content h3 {
	color:#000;
	margin:10px 0 0;
	font-size:16px;
	line-height:20px;
}
#container .tab-content li {
	list-style:none;
	background:url(bullet-hhs.gif) no-repeat 0 2px;
	padding:0 0 5px 20px;
}
#container .tab-content a, #container .intro-txt a {
	color:#003c86;
}
#container .tab-content a:hover, #container .intro-txt a:hover {
	text-decoration:none;
}
#container .tab-content p, #container .tab-content ul {
	width:680px;
}


/* footer */

#footer {
	border-top:1px solid #f1ede3;
	padding:20px 10px 20px 10px;
	font-size:11px;
	line-height:16px;
	color:#36342c;
}
#footer a {
	color:#36342c;
}
#footer a:hover {
	text-decoration:none;
}
#footer .right {
	float:right;
}
