/*
Clark County Courts
*/

a {
	color: #000;
}

a img {
	border: none;
}

a:hover, .storytitle a:hover {
	color: #F00;
	font-size: 14pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

.post blockquote p{
	margin-right: 0.75em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #34378D;
}

body {
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	color: #000;
	letter-spacing: 0.2em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.pagetitle {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
        color: #000;
        font-size: 110%;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	text-align: center;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
	text-align: left;
	font-weight: bold;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	letter-spacing: -1px;
	font-size: 14pt;
	outline-color: #FFF;
	border: medium solid #FFF;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 125%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	border-top: double 3px #34378D;
	font-size: 11px;
	text-align: center;
}

.content {
	width: 70%;
	background-color: #FFF;
	font-size: 14pt;
	border-left-color: #FFF;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	color: #000;
	}
	
.textsmall {

	color: #000000;
	font-size: 8pt;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

}

.text {
	color: #000000;
	font-size: 14pt;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align: left;

}

.textbold {

	color: #000000;

	font-weight: bold;

	font-size: 10pt;

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

}

.textboldblue {
	color: #000066;
	font-weight: bold;
	font-size: 12pt;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;

}

.desc
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-style: italic;
	font-size: 14px;
	text-align: justify;
        clear: both;
}

.feedback {
	color: #34378D;
	text-align: right;
	margin-bottom: 25px;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta {
	color: #5178BC;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
        color: #34378D;
        font: 95% "Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
        text-align: left;
	text-decoration: none;
}

.navigation {
	display: block;
	text-align: center;
	width: 125%;
}

.navigation a {
        color: #34378D;
        font: 85% "Comic Sans MS", "Arial Rounded MT Bold", Arial, sans-serif;
	text-decoration: none;
}

.aligncenter {
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
        float: left;
        padding-left: 40px;
	}

#commentform #name, #commentform #email, #commentform #url {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
        background: #fff;
	border: 1px solid #333;
        width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 25px 11em 0 11em;
	text-align: justify;
	
}

#header {
	background: #BBC3D1;
	border-bottom: 2px solid #34378D;
	font: italic normal 150% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 25px 15px 0px;
	text-align: center;
}

#header img
{
        float: left;
        vertical-align: center;
}

#header span
{
        padding-top: 25px;
        float: right;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}


#leftside
{
	border-left: 1px solid #BBC3D1;
	position: absolute;
	padding: 10px;
        right: 10px;
	top: 75px;
	width: 11em;
}

#menu {
	background: #fff;
	border-right: 1px solid #BBC3D1;
	padding: 10px;
	position: absolute;
	left: 2px;
	top: 275px;
	width: 120px;
}

#leftside form {
	margin: 0 13px 0 0;
}

#leftside input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}


#leftside ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li, #leftside ul li {
        border: 0;
        color: #8A8CCC;
        font: italic 95% "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 3px; /*border-bottom: dotted 1px #34378D;*/
}

#menu ul ul, #leftside ul ul {
	border: 0;
        font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 0;
	padding-left: 12px;
}

#leftside ul ul li {
	border: 0;
	font: normal normal 70% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 0;
	padding-right: 12px;
}

#menu ul ul li a, #leftside ul ul li a, #leftside p {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover, #leftside ul ul li a:hover {
	border-bottom: 1px solid #809080;
}


#leftside ul ul ul.children {
	font-size: 142%;
	padding-right: 4px;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* ---------- Traffic Banner Image Rollover - Credit: Frank Manno http://www.frankmanno.com/ideas/css-imagemap/---------- */

img.image{ display: none; }

dl#trafficMap{
	margin: 0;
	padding: 0;
	background: transparent url(img/banner002a.jpg) top left no-repeat;
	height: 150px;
	width: 360px;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

/* ---------- Hotspot Declaration ---------- */
dd#factDef{ top: 100px; right: 80px; }
dd#factDef a{
	position: absolute;
	width: 70px;
	height: 60px;
	text-decoration: none;
	left: 142px;
	top: -61px;
}
dd#factDef a span{ display: none; }
dd#factDef a:hover{ position: absolute; background: transparent url(img/banner002a.jpg) -280px -250px no-repeat; }
dd#factDef a:hover span{
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #000;
	background-color: #F4F4F4;
	font-weight: none;
	position: absolute;
	border: 1px solid #BCBCBC;
	bottom: 100%;
	margin: 0;
	padding: 5px;
	width: 250%;
}

/* ----------- Page Formatting DIV declarations ----------------- */
#banner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	left: 1px;
	top: 0px;
    background: #BBC3D1;
	background-repeat: no-repeat;
	font-size: 1px;
}

#rap {
    background: #4975B6;
}

#leftbar {
    background: #fff;
	border-right: 1px solid #BBC3D1;
	padding: 10px;
	position: absolute;
        left: 2px;
	top: 0px;
	width: 11em;
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	padding: 10px;
	z-index: 4;
	left: 235px;
}

#content {
	margin: 25px 11em 0 11em;
	text-align: left;
	padding-left: 250px;
	padding-right: 0px;
	color: #000;
}

#menu {
	background: #fff;
	padding: 10px;
	position: absolute;
	left: 1px;
	top: 2.458in;
	height: 262px;
	font-size: 10pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBC3D1;
	overflow: visible;
width:15%;
}
#IndexMenu {
	position:absolute; 
	width:237px; 
	height:521px; 
	z-index:1; 
	left: 3px; 
	top: 193px;
}

#IndexTop {
	position:absolute; 
	width:237px; 
	height:521px; 
	z-index:1; 
	left: 24px; 
	top: 181px;
}

#IndexContent {
	position:absolute;
	width:383px;
	height:537px;
	z-index:2;
	left: 220px;
	top: 303px;
}

#IndexSide {
	position:absolute; 
	width:217px; 
	height:520px; 
	z-index:3; 
	left: 675px; 
	top: 193px;
}

#IndexSide1 {
	position:absolute; 
	width:143px; 
	height:96px; 
	z-index:3; 
	left: -220px; 
	top: 688px;
}

#IndexSide2 {
	position:absolute; 
	width:218px; 
	height:176px; 
	z-index:4; 
	left: 687px; 
	top: 654px;
}

#IndexNews {
	position:absolute; 
	width:419px; 
	height:497px; 
	z-index:4; 
	left: 260px; 
	top: 558px;
}

#IndexNews2 {
	position:absolute; 
	width:880px; 
	height:369px; 
	z-index:4; 
	left: 219px; 
	top: 666px;
}

#IndexFooter {
	position:absolute; 
	width:1008px; 
	height:166px; 
	z-index:3; 
	left: 17px; 
	top: 978px;
}

/*
	Featured Content Slider
	by: Chris Coyier
*/
					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 25px auto; position: relative; min-height: 500px;
											  background: url(images/bg.png) top center; }


/*
	TYPOGRAPHY
*/

	SLIDER
*/
.slider-wrap								{ width: 419px; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
.fon {
	font-size: 90%;
}
.fon {
	font-size: 90%;
}
.fon {
	color: #CCC;
}
.fon {
	font-size: 12%;
}
.fon {
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
.fon {
	background-color: #CCC;
}
.fon1 {
	background-color: #FFF;
	font-size: 12pt;
}
.comlink {
	background-color: #999;
	font-weight: bold;
}
#content .content table tr td {
	font-size: 9pt;
}
#content .content blockquote table {
	background-color: #CCC;
	border: medium none #000;
}
#content .content blockquote p #civilrecords strong {
	color: #000;
}
#content .content blockquote p #afterhours strong {
	color: #000;
}
.a {
	color: #000;
}
.a {
	color: #000;
}
.a {
	color: #000;
}
#content .content blockquote p #CivilForms strong {
	color: #000;
}
.a {
	font-weight: bold;
	border: #fff;
	color: #000;
}
#content .content blockquote table {
	font-weight: bold;
	background-color: #FFF;
}
#content .content table tr td {
	background-color: #FFF;
	border-top-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14pt;
	top: auto;
}
#content .content table {
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	color: #000;
	border: thin solid #000;
	line-height: normal;
}
.b {
	font-size: 9%;
}
.b {
	font-size: 9pt;
}
.b {
	font-size: 10px;
}
.b {
	font-size: 10pt;
}
.b {
	font-size: 10%;
}
.b {
	font-size: 10pt;
}
.b {
	font-size: 90pt;
}
.b {
	font-size: 10px;
}
.b {
	font-size: 10pt;
}
.aa {
	font-size: 90%;
}
.aa {
	font-size: 12pt;
}
.aa {
	font-size: 12pt;
}
.aa {
	font-size: 10pt;
}
.aa {
	font-size: 12pt;
}
.aa {
	background-color: #FFF;
	font-size: 18pt;

}
.ab {
	font-weight: normal;
}
.ab {
	font-size: 12pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.aa {
	font-size: 12pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content .content blockquote p #CivilAnswer strong {
	color: #000;
}
#content .content blockquote ul .a .aa a {
	font-weight: bold;
}
#content .content ul li a {
	font-weight: normal;
	color: #000;
}
.bb {
	font-size: 12pt;
	font-weight: bold;
}
.hover {
	color: #F00;
	text-decoration: underline;
}
.hover {
	color: #F00;
	text-decoration: underline;
}
.aaa {
	color: #000;
}
.hover {
	color: #F00;
	text-decoration: underline;
}
#content .content .content strong {
	font-size: 14pt;
}
