/*
Base Stylesheet
This is the master stylesheet for the Clark County Web site prototype. It was 
created using TopStyle Pro 2.5.

Much care and planning should go into developing the stylesheets for the
Clark County Web site. By relieving Web page developers of the task of 
formatting page display, using cascading stylesheets (CSS) will allow rapid 
development and deployment of all Web content. 
*/


/*
ELEMENTS
*/

a:link {
	color: #9c5217;
	text-decoration: none;

}
a:visited {
	color: #597f33;
	text-decoration: none;
}
a:hover {
	color: #9c5217;
	text-decoration: underline;
}

blockquote{
	margin-top:0px;
	margin-bottom:0px;
}

BODY{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(../images/background01.gif);
	background-color:#ffffff;
}

H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 120%;
	color: #114c45;
	font-weight: normal;
	margin-top:1.5em;
	margin-bottom:.2em;
}

H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:2px;
}

H3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:140%;
	margin-top:1.5em;
	margin-bottom:1px;
}

H4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:140%;
	margin-top:.5em;
	margin-bottom:0px;
	font-style: italic;
}

H5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:0px;
}

H6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:0px;
	font-style: italic;
}

hr{
	height:1px;
	color:#cccccc;
}


P{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-top:0px;
	margin-bottom:1.2em;
	padding-right:12px;
	font-weight: normal;
	line-height:140%;
}

TD,TH{
	font-size:75%;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
ul {
	list-style-image: url(../longrangeplan/images2/bullet.gif);
	list-style-position: outside;
	text-align: left;
	margin-top: 5px;
}
ul ul {
	list-style-image: url(../longrangeplan/images2/bullet2.gif);
	list-style-position: outside;
	text-align: left;
	margin-top: 5px;
}
ul li {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -18px;
}
ul ul li {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -22px;
}
ol {
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: decimal;
}
ol ol {
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: lower-alpha;
}
ol li {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -8px;
}
ol ol li {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: -14px;
}

/* 
CLASSES
 */
 

.heading1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 120%;
	color: #114c45;
	font-weight: normal;
	margin-top:1em;
	margin-bottom:.2em;
}

.heading2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	margin-top:1.5em;
	margin-bottom:2px;
}

.heading3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:140%;
	margin-top:1.5em;
	margin-bottom:1px;
}

.heading4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	line-height:140%;
	margin-top:.5em;
	margin-bottom:0px;
	font-style: italic;
}

.heading5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:0px;
}

.heading6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
	margin-top:.5em;
	margin-bottom:0px;
	font-style: italic;
}

.headingSpotlight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 108%;
	font-weight: bold;
	margin-top:.5em;
	margin-bottom: 3px;
	line-height: 140%;
}


.borderbottom{
	border-bottom:1px solid #000000;
} 
.borderbottom a:link {
	color: #000000;
	text-decoration: none;
}
.borderbottom a:visited {
	color: #000000;
	text-decoration: none;
}
.borderbottom a:hover {
	color: #000000;
	text-decoration: none;
}

.borderbottomgrey1{
	border-bottom:1px solid #cccccc;
}
/*
.histop a:link {
	color: #000000;
	text-decoration: none;
}
.histop a:visited {
	color: #000000;
	text-decoration: none;
}
.histop a:hover {
	color: #000000;
	text-decoration: none;
}

.box1{
	border:1px solid #000000;
	margin-left:12px;
}

.box2{
	border:1px solid #000000;
}
*/

.callouthead{
	margin-top:5px;margin-bottom:5px;
	font-weight:bold;
}

.calloutright{
	margin-top:5px;margin-left:15px;margin-right:7px;margin-bottom:15px;
}

.callouttext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-top:0px;
	margin-bottom:1em;
	font-weight: normal;
	line-height:130%;
}

.caption{
	font-size:80%;
	margin-bottom:10px;
	padding-left:16px;padding-right:16px;
	line-height:normal;
}

.col2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-left:12px;
	font-weight: normal;
	line-height:17px
}
	
.col3 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-left:12px;
	margin-right:15px;
	font-size:11px;
	line-height:135%
}

.contact1{
	font-family: Arial , Helvetica, sans-serif;
	font-size:70%;
	margin-top:1em;
}

.directoryheader{
	border-top:1px solid #cccccc;
	padding-top:1.5em;
}

.footer{
	font-weight:bold;
}

.footer1{
	font-weight:normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-left:16px;
	margin-top:10px;
	line-height:140%;
}

.grey{
	color: #999999;
	font-size: 90%;
}

.hometopnav{
	font-family: Verdana, Arial , Helvetica, sans-serif;
	font-size:8pt;font-weight:bold;
	color: #FFFFCC;
}

.hometoplink{
	color: #FFFFCC;
	text-decoration:none;
}

.hometoplink:link{
	color: #FFFFCC;
	text-decoration:none;
	
} 

.hometoplink:visited{
	color: #FFFFCC;
	text-decoration:none;
	
}
.hometoplink:hover{
	color: #669999;
	text-decoration:none;
}

.indent25{
	margin-left:25px;margin-right:25px;
}

.input1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.jump1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.loc1{
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.maincontent{
	margin-left:16px;
	margin-bottom:60px;
}
.maincontentnews{
	margin-left:0px;
	margin-bottom:0px;
}
.margin0{
	margin:0px;
}

.marginBottom0{
	margin-bottom:0px;
}

.marginLeft12{
	margin-left:12px;
}

.nav1{
padding-top:5px;margin-top:0px;
margin-left:0px;
padding-bottom:5px;margin-bottom:0px;
font-size:90%;
padding-left:12px;
line-height:normal;
text-decoration:none;
}

.nav1Selected{
background-color:#FFFFCC;
margin-left:0px;
margin-top:0px;
padding-top:5px;padding-left:12px;
padding-bottom:5px;margin-bottom:0px;
font-size:90%;
line-height:normal;
}

.nav2{
background-color:#FFFFCC;
margin-top:0px;
margin-left:0px;
padding-top:0px;padding-left:24px;
padding-bottom:6px;margin-bottom:0px;
line-height:normal;
font-size:85%;
line-height:normal;
}
.histop{
background-color:#114c45;
margin-top:0px;
margin-left:0px;
padding-top:5px;padding-left:0px;
padding-bottom:5px;margin-bottom:0px;
line-height:normal;
font-size:75%;
line-height:normal;
text-decoration:none;
color:FFFFCC;

}

.noline{
	text-decoration:none;
	color:#000000;
}

.note1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:90%;
	line-height:1.2em;
	margin-top:.5em;
	margin-left:12px;
}

.pagetitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height:120%;
	color: #114c45;
	margin-top:1.8em;
	margin-left:16px;
	margin-bottom:1.2em;
}

.rec1 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 12px;
	 margin-left:12px;
	 font-weight: normal;
	 line-height:16px;
}
	 
.rec2 { 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 10px;
	 margin-left:12px;
	 font-weight: normal;
}
	 
.recnav {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	margin-left:12px;
}

.search1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-right:4px;margin-right:0px;
	margin-bottom:3px;
}

.search2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-bottom:3px;
}

.search3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:italic;
	margin-bottom:2.5em;
}

.selected{
	background-color:#FFFFCC;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.selected:hover{
	background-color:#FFFFCC;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}



.small1{
	font-size:90%;
}

.small2{
	font-size:85%;
}

.small3{
	font-size:75%;
}

.telephone1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-top:10px;
	margin-bottom:0em;
	padding-right:12px;
	line-height:normal;
	font-weight:bold;
}

.telephone2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-top:1px;
	margin-bottom:1px;
	padding-left:20px;
	padding-right:12px;
	line-height:normal;
}

.telephone3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-top:1px;
	margin-bottom:1px;
	padding-left:30px;
	padding-right:12px;
	line-height:normal;
}

.top1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:90%;
	margin-bottom:2em;
	margin-top:1.5em;
}

.topnav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight:bold;
	color : #FFFFCC;
	margin-bottom:4px;
	text-decoration:none;
}
.PhotoVideoSpace {
	margin-bottom: 10px;
	margin-left: 15px;
}
.ImageMainTextArea {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imageWithCaption {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #e8e8e8;
}
.CaptionWithImage {
	font-size: 11px;
	line-height: 130%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #e8e8e8;
}
#PlanSideBar ul {
	font-size: 95%;
	line-height: 125%;
	
}
#PlanSideBar ul ul {
	font-size: 100%;
	line-height: 125%;
}
#PlanSideBar li {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: -28px;
}
.SideBarTextQuick {
	background-color: #d4e8e8;
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.SideBarTextFeature {
	background-color: #d8f0c0;
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.SideBarTextMeetings {
	background-color: #fdf9d4;
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.browseTitles{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top:.5em;
	margin-bottom: 3px;
	line-height: 120%;
	text-align: center;
}
#AboutPlanning p {
	font-size: 95%;
}
#AboutPlanning li {
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: -25px;
}
.TableCellTextIndent {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-bottom: -7px;
}
.SmallerTextInTableCell {
	font-size: 11px;
	line-height: 130%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.NewsAndEventsText {
	font-size: 95%;
	
}
.ImageFullWidth {
	margin-top: 5px;
	margin-bottom: 15px;
}
.H1smallerCaps {
	font-size: 18px;
	color: #114c45;
	margin-bottom: 5px;
}

