/*
Theme Name: Northvalley CitySites
Theme URI: http://chico.com/
Description: This theme was developed for chico.com by Tyler Smalley at AccessNow/Shasta.com.
Version: 2.1
Author: Tyler Smalley / Danny Machal IE6 fixes misc changes
*/

* {
	padding: 0; 
	margin: 0; 
  outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper { 
	margin: 0 auto;
	width: 922px;
}

#header {
	color: #fff;
	width: 100%;
	float: left;
	background: url("images/header.jpg") top left no-repeat;
	height: 80px;
}

#header_left {
	float: left;
	padding-left: 10px;
	padding-top: 10px;	
}

#header_left p {
	font-style: italic;
	color: #70a5e8;
}

#header_right {
	width: 360px;
	float: right;
	padding-top: 10px;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	margin: 0;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#mainNav {
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #4679ba;
	background: url("images/mainNav_bg.jpg") repeat-x left top;
}

#mainNav ul {
	margin: 0;
	padding: 0 10px 0 0;
	border-top: 1px solid #214062;
	list-style: none;
}

#mainNav li {
	float: left;
	background: url("images/mainNav_left_bg.jpg") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#mainNav li.static a {
	background-image: none;
}

#mainNav a {
	float: left;
	
	background: url("images/mainNav_right_bg.jpg") no-repeat right top;
	padding: 0px 15px 0 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#mainNav > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#mainNav a {
	float: left;
}
/* End IE5-Mac hack */

#mainNav a:hover {
	color:#80aee8;
}

#mainNav ul li a:hover {
	
}

#mainNav .current_page_item {
	background-image: none;
	background-color: #4679ba;
}

#mainNav .current_page_item a {
	background-image: none;
	background-color: #4679ba;
}

#subNav {
	float: left;
	width: 100%;
	color: #333;
	background: #4679ba;
	border-top: 1px solid #fff;
	line-height: 30px;
}

#subNav .current_page_item a {
	font-weight: bold;
	text-decoration: none;
}

#subNav ul {
	list-style: none;
	padding: 0 15px;
	text-align: center;
}

#subNav li {
	display: inline;
	padding: 0 15px 0 0;
}

#subNav a {
	color: #fff;
}

#subNav a:hover {
	color: #24315d;	
}

#content { 
	color: #333;
	padding: 10px 20px 10px 0px;
	width: 770px;
	float: left;
	background: url("images/content_bg.jpg") top right no-repeat;
	min-height: 600px;
}

#content img {
  padding: 0px;
  border: 0px;
}

#content p {
  padding: 0 0 8px 0;
}

#content ul {
 /*  list-style: none; */
margin-left: 10px;
	padding-left: 2em;
}

#content .mainCat {
  margin: 0px;
  display: inline;
}

#content .row_3 .subCat {
  margin: 0 0 0 0px;
}

#content .row_3 img {
  padding: 0;
}

#content #page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: -.05em;
	margin: 0;
}

#content #page_title a {
  text-decoration: none;
}

#content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
  padding-top: 5px;
  letter-spacing: -.05em;
  margin: 0px;
}

#content .ec3_schedule {
  width: 300px;
  float: right;  
}

#companyInfoA,
#companyInfoB,
#companyInfoC,
#companyInfoD {
  float: left;
  width: 70%;
}

#companyLinksA,
#companyLinksB,
#companyLinksC,
#companyLinksD {
  width: 20%;
  padding: 10px;
  float: right;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #999;
} 

.address {
        text-decoration : none;
        font-family: Helvetica, Arial;
	font-weight: bold;
	color: #205184;
	font-size: 1em;
}

.location {
        text-decoration : none;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: #205184;
        font-size: 1em;
}

.state {
        text-decoration : none;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: #205184;
        font-size: 1em;
}

.zip {
        text-decoration : none;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: #205184;
        font-size: 1em;
}


.manager {
        text-decoration : none;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: #205184;
        font-size: 1em;
}


.phone {
        text-decoration : none;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: #205184;
        font-size: 1em;
}

.fax {
        text-decoration : none;
        font-family: Helvetica, Arial;
        font-weight: bold;
        color: #205184;
        font-size: 1em;
}

.map a {
        font-size: 1em;
        text-decoration : none;
        font-family: Helvetica, Arial;
        color: #205184;
	font-size: .8em;
}


#sidebar {
	float: right;
	width: 120px; 
}

#searchform {
  width: 120px;
  float: right;
  text-align: center;
  margin: 0px auto;
  
}

#premiumAds { 
	float: right;
	color: #333;
	width: 120px;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#premiumAds ul {
	list-style: none;	
}

#services { 
	width: 120px;
        float: right;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.servicelegend { color: black; margin-left: 5px; font-size: 1.1em; font-weight: bold; }

.yourname { font-weight: bold; }

#weather { 
	width: 120px;
        float: right;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

#footer { 
	width: 100%;
	clear: both;
	color: #333;
	border-top: 1px dashed #cccccc;
	margin: 0px 0px 10px 0px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

#footer ul {
	list-style: none;	
}

#footer li {
	display: inline;
	padding: 0 10px;
}

#footer a {
	color: #24315d;
}

/**
  * ROWS
  */

#row {
  min-height: 300px;
}

.row_3 h2,
.row_2 h2,
{
  font-family: Georgia, Times New Roman, Serif;
  border-bottom: 1px solid #000;
}

.row_3 h3,
.row_2 h3,
.row_1 h3 {
  font-size: 13px;
}

.row_3 ul,
.row_2 ul,
.row_1 ul {
	margin-left: 5px;
        padding-left: 2em;

}

.mainCat {
  padding: 5px;
}

.subCat {
  padding: 6px 25px;
}

/**
  * 3 A ROW
  */

.row_3 {
 float: left;
  width: 776px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.row_3 ul {
  padding: 0;
  margin: 0;
}

.row_3 li {
  padding: 0;
  margin: 0;
}

.row_3 a {
  color: #24315d; 
}

#page .row_3 h2 {
  font-size: 1.4em;
}

.row_3_2 h3 {
  font-size: 1.1em;
  margin-top: 5px;
}

.row_3_2 li {
  float: left;
}

.row_3_1 {
  width: 456px;
  float: left;
}

.row_3_2 {
  width: 268px;
  float: left;
  margin-left: 20px;
  display: inline;
  border: 1px solid #aaa;
  padding: 6px;

}

.row_3_3 {
  width: 238px;
  float: left;
  position: relative;
}

/**
  * 2 A ROW
  */

.row_2 {
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
}

#content .row_2 h2 {
  font-size: 1.4em;
  border: none;
}

#content .row_2 h3 {
  font-style: italic;
}

.row_2_1 {
  float: left;
  width: 373px;
  margin-right: 10px;
}

.row_2_2 {
  float: left;
  display: inline;
  width: 373px;
}

.row_2 img {
  padding: 0;
}

/**
  * 1 A ROW
  */

.row_1 {
  margin-bottom: 10px;
}

.row_1_1 {

}

/**
* Columns
*/

#column1 {
  width: 225px;
  float: left;
  font-size: 12px;
}

.col_1_1 {
  width: 225px;	
  margin-top: 5px;
  float: left;
  background-color:#e8e8e8;
  border: 1px solid #aaa;
  
}

#col_2 {
  float: left;
  width: 530px;
  font-size: 12px;

}


.col_2_1 {
  float: left;
  border-bottom: 1px solid #aaa;
  padding: 0px 0px 6px 9px;

}

.col_2_2 {
  float: left;
}


/**
 * Movie Listings
 */

TD.heading {
  font-size:14px;
  font-weight:bold;
  background-color:#D5DAE0;
  padding:2px;
  border-bottom:1px
  solid #cccccc;
}

TD.headingtext {
  font-size:14px;
  font-weight:bold;
}

TD.heading-right {
  background-color:#D5DAE0;
  padding:0px;
  border-bottom:1px
  solid #cccccc;
  text-align:center;
}

.showtimes {
  border:1px
  solid #cccccc;
}

TD.address {
  font-weight:bold;
  background-color:#cccccc;
  padding:2px;
  border-bottom:1px
  solid #cccccc;
}

TD.item {
  font-size:14px;
  color:#333333;
}

TD.detail {
  background-color:#cccccc;
  border-bottom:1px solid #cccccc;
  height: 50px;
}

/* Business Directory */

#categories {
  width: 100%;
}

#listings {
  float: right;
  width: 80%;
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 11px;
  text-decoration: none;
}

#listings td {
  padding: 5px;
}

#listings .right {
  width: 150px;
}

#listings .even {
  background-color: #F1F1F1;
}

#listings .bd_premium  p.title a {
  color: red;
  font-weight: bold;
}

#listings .bd_enhanced p.title a {
  color: blue;
  font-weight: bold;
}

#listings .bd_basic p.title a {
  color: green;
  font-weight: bold;
}

#listings .bd_free p.title a {
  font-weight: bold;
}

#categories tr {
  border-bottom: #ccc 1px solid;
}

.search_field { 
	font-weight: bold;
	padding: 3px 0 10px 0;
	width: 100%;
	text-align: center;
}

.search_form { width: 100%; }

.search { 
	width: 300px; 
	border: 0;
	background: #FFF url(http://directory.northvalley.net/template/default/images/input.gif) no-repeat;
	height: 24px;
	padding: 6px;
	color: #000;
	font-weight: bold;
}

#checkemail {
	
	font-size: .9em;
	text-align: center;
	line-height: 2.5em;
}

.bleep { padding: 0 3px 2px 6px; }

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font-size: 10px;
line-height: 14px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 9px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}

.business_nav ul {
        padding-left: 10px;
}

.business_nav a {
        color: white;
        margin-bottom: 3px;
        text-decoration: none;
}

.business_nav a:hover {
        text-decoration: underline;
}


