/* 
  ----------------------------------------------------------------
  NEVADA DBE - Common CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - ZD-CMS™ integrated with Website Pages Module
  ----------------------------------------------------------------
*/

body {
	background-color: #4DB185;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	color: #000;
}

h2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #000;
}

/* Link Effects */
a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* END Link Effects */

/* BEGIN WC Search Form */

/* style the form field we type text in to search on */
#vendor-search-form .input-text {
	background-color: #C9E7DA;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	width: 150px;
}

/* style the "go" button */
#vendor-search-form .input-submit {
	color: #FFF;
	background-color: #4DB185;
	width: 30px;
	font: bold normal 8pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* END WC Search Form */

/* news2 formatting */
.zd-template .news-list .item .title {
    font-weight:bold;   
}
.zd-template .news-list .intro p, .zd-template .news-list .readmore{
    margin-top:0;
    margin-bottom:0;
}
.zd-template .news-list .item {
    margin-bottom: 1em;
}
/* END news2 formatting */

/* News2 short list for homepage, formatting */
#zd-template-item-browse-566 .news-list{
    list-style-type:none;
}
#zd-template-item-browse-566 ul{
    padding-left:0;
}

/* END news2 short list formatting */


/* New Our Staff formatting */
#zd-template-person-browse-571 .people-list{
    padding-left:0;
    list-style-type:none;
}
#zd-template-person-browse-571 .people-list .person{
    /*float:left;*/
    clear:both;
    /*width:230px;*/
    margin-bottom:1.5em;
    /*font-size:.85em;*/
}
#zd-template-person-browse-571 .people-list .image{
    text-align:left;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border:0;
}
#zd-template-person-browse-571 .people-list .image img{
    border:0;
}
#zd-template-person-browse-571 .people-list .name{
    font-weight:bold;
    font-size:1em;
}
/* */
