/* JU 6-27-2006               */
/* VISALIA MEDICAL CLINIC            */

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */


body
{
    background: #bec6ba /*sage*/ url("images/bg.jpg") repeat-x;
	margin: 0;
	padding: 0;
	font-size: small;
	text-align:center;
}

HTML {
   /*overflow: -moz-scrollbars-vertical;*/
}

.clear{clear:both;}


#mainContent h4{
	margin: 10px 0 0 10px;
	padding: 0;
	font-size: 120%;
	color: #193F16 /* FOREST GREEN */;
	font-weight: bold;

	width: 700px;
}

#mainContent h5{
	margin:  0 0 0 10px;
	padding: 0;
	font-size: 90%;
	color: #193F16 /* FOREST GREEN */;
	font-family: Georgia;
	font-weight: normal;
}

table {
margin:-1px;
border-collapse:collapse;
font-size: 110%;
}



/*=========================================================*/
/*
/*
/* LAYOUT
/*
/*
/*=========================================================*/

#container
{
    background: white;
    width: 1010px;
	/*max-width: 1400px;
	min-width: 300px;*/
	position:relative; /* must have this to hide 'sideBarBg.gif' bug in IE */	margin: 0 auto;
	text-align: left;
	border: 1px solid #a0a599 /*grayGreen*/;
	border-width: 0 1px;
}

#innerContainer{/*width: 1024px; border: 1px solid orange;*/}

#colContainer{margin:10px 0 0 10px; width: 680px;  }
#leftCol{float: left; width: 320px; padding: 0; margin: 0; }
    #loginArea{background: url("images/loginBg.gif") no-repeat; width:320px; height:258px; padding: 0; margin: 0; }
    #loginArea h3{width: 100%; text-align: center; padding-top: 5px; margin: 0;}
    #loginButton{background: url("images/loginButton.gif") repeat-x; height: 31px; outline:none; cursor:pointer; margin: 0 0 0 20px; font-weight: bold; padding: 0 20px; text-align: center;}
#rightCol{float: left; margin-left: 10px; width: 325px; }


/*=========================================================*/
/*
/*
/* LINKS
/*
/*
/*=========================================================*/

#mainContent dl a:link{
	font-family: "Times New Roman";
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}
#mainContent dl a:visited{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}
#mainContent dl a:hover{
	font-family: "Times New Roman";
	background: #193F16 /* FOREST GREEN */;
	color: white;
	font-size: 90%;
	text-decoration: none;
}
#mainContent dl a:active{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: none;
}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */

/*=========================================================*/
/*
/*
/* CONTACT FORM FIELDSET
/*
/*
/*=========================================================*/

.contactForm{
	margin: 10px;
	padding: 10px;
	width: 350px;
	background: url(images/fieldsetBackground.gif) repeat-x bottom left;
	border: 1px solid #193F16 /* FOREST GREEN */;
}
.contactForm legend{
	color:  #908F3F /* MAIZE */;
	font-size: 120%;
	font-weight: bold;
}
.contactForm label {
  display: block;
  float: left;
  width: 100px;
  padding: 16px 0 0 0;
  margin: 0 0 0 0;
  text-align: right;
  color: #193F16 /* FOREST GREEN */;
  font-weight: bold;
  cursor: pointer;
}
.contactForm input, .contactForm select{
	margin: 10px 0 0 5px;
	background: #DDDDC5 /* DESAT MAIZE */;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	font-family: "Times New Roman";
	padding: 2px;
	/*float: left;*/

}
.contactForm textarea{
	margin: 10px 0 0 5px;
	padding: 2px;
	background: #DDDDC5 /* DESAT MAIZE */;
	color: #193F16 /* FOREST GREEN */;
	width: 127px;
	height: 100px;
	overflow: auto;
	font-size: 90%;
	font-family: "Times New Roman";
}



/*=========================================================*/
/*
/*
/* HEADER
/*
/*
/*=========================================================*/

#header {
	margin: 0;
	padding: 0;
	background:  /*url(images/headerLeftBg.gif) no-repeat top left */;
	/*border-bottom: 3px solid #908F3F /* MAIZE */;
	height: 79px;
	overflow: hidden; /* this keeps IE from growing past the 79px spec'd height */
}
	#header h1 {
		/*background:  url(images/logo.gif)  no-repeat 99% 10%;*/
		padding:  10px 100px 19px 0;
		margin: 0 0 0 50px;
		font-family: "Times New Roman";
		font-size: 270%;
		color: #193F16 /* FOREST GREEN */;
		font-weight: bold;
		letter-spacing: 2px;
		height: 79px;
	}
	#header a{
		display: hidden;
	}


/*=========================================================*/
/*
/*
/* MAIN CONTENT
/*
/*
/*=========================================================*/

#mainContent{
	float: left;
	width: 700px;
	background: WHITE;/*url(images/welcomeBg.gif) repeat-x top left*/;
	position: relative; /* THIS PREVENTS HOVER BUG ON PHYSICIANS PAGE */
}
	#mainContent p{
		color: black;
		padding: 0;
		margin: 10px;
		font-family: "Times New Roman";
		font-size: small;
	}




blockquote{
	font-weight: normal;
	font-style: italic;
	color: #908F3F /* MAIZE */;
	border: 1px solid  #908F3F /* MAIZE */;
	padding: 10px;
	background: #D8D8C8 /* LIGHTER TAN */ url(images/blockQuoteBackground.gif) no-repeat 95% 5%;
	clear: both;
}

#privacyPractices p{
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	font-family: "Times New Roman";
	padding: 10px;
}

/*=========================================================*/
/*
/*
/* NOTE BOX
/*
/*
/*=========================================================*/

#mainContent .note {
		width: 245px;
		padding: 0 0 14px 0;
		margin: 10px !important ;
		margin: 5px;
		background: url(images/noteBox.gif) bottom left no-repeat;
		float: left;
	}
		#mainContent .note h3 {
		margin: 0;
		color: #193F16 /* FOREST GREEN */;
		padding: 7px 10px 3px 10px;
		background: url(images/noteBox.gif) top left no-repeat;
		font-size: 100%;
	}
		#mainContent .note p, .note a.more {
		margin: 0;
		padding: 10px 10px 10px 10px;
		border: 1px solid #d8d8d8;
		border-width: 0 1px;
		background: white;
	}
		#mainContent .note a.more {
		display: block;
		text-align: right;
		background: url(images/bullet.gif) 360px 50% no-repeat;
		padding: 0 24px 0 0;
		text-decoration: none;
		color: #44a;
	}
		#mainContent .note a.more:hover {
		text-decoration: underline;
	}


/*=========================================================*/
/*
/*
/* SPECIALTIES / PHYSICIAN COMPREHENSIVE  TABLE LIST
/*
/*
/*=========================================================*/

#specialitesPhysiciansTable{
	margin: 10px;
	padding: 0;
	width: 96%;
	clear: both;
}

table.specialitesTable {
	font-family: "Times New Roman";
	font-size: 90%;
	background: white;
	margin: 0 0 0 0 !important ;
	margin: 20px 0 0 0;
	}

table.specialitesTable caption {
	margin: 10px 0 0 0;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	padding: 2px 2px 2px 8px;
	text-align: left;
	background:  #193F16 /* FOREST GREEN */ url(images/topLeftCornerPhysInfo.gif) no-repeat top left;
}
table.specialitesTable thead th{
	font-family: "Times New Roman";
	font-size: 120%;
	color: #193F16 /* FOREST GREEN */ ;
	background:  #D8D8D8 /* LIGHT GRAY */ url("images/tableCorner.gif") no-repeat top left;
	padding: 5px;
	border-top:none ;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: none ;
	/*white-space: nowrap;*/
}
tfoot tr th.toTop a:link{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTopWhite.gif) no-repeat 100% 50%;
	font-size: 80%;
	color: white;
}
tfoot tr th.toTop a:visited{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTopWhite.gif) no-repeat 100% 50%;
	font-size: 80%;
	color: white;
}
tfoot tr th.toTop a:hover{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTopWhite.gif) no-repeat 100% 50%;
	font-size: 80%;
	color: white;
	text-decoration: none;
}
tfoot tr th.toTop  a:active{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTopWhite.gif) no-repeat 100% 50%;
	font-size: 80%;
	color: white;
}
table.specialitesTable thead th.specialtiesTablePhoneNumber{
	width: 30%;
}

table.specialitesTable thead th.specialtiesTablePhysician{
	width: 70%;
}

table.specialitesTable tbody tr{
	background:  #DDDDC5 /* DESAT MAIZE */;
}

table.specialitesTable tbody tr td{
	border-top: none ;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: none ;
	text-align: center;
	padding:  5px ;

}

table.specialitesTable tbody tr.specialtiesTableOdd{
	background: #BAC5B9 /* DESAT FOREST GREEN */;
	border-top: none ;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: none;

}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */


table.specialitesTable tfoot{
	text-align: right;
	background: #193F16 /* FOREST GREEN */;
	color: white;
}

table.specialitesTable tfoot tr th{
	padding: 5px;
	border-top: none ;
	border-right: none;
	border-bottom: none;
	border-left: none ;
	background: #193F16 /* FOREST GREEN */;
}

table.specialitesTable tbody tr td.specialtiesTableLinks a:link{
	color: #193F16 /* FOREST GREEN */;
	padding: 0 ;
}

table.specialitesTable tbody tr td.specialtiesTableLinks a:visited{
	color: #193F16 /* FOREST GREEN */;
	padding: 0 ;
}

table.specialitesTable tbody tr td.specialtiesTableLinks a:active{
	color: #193F16 /* FOREST GREEN */;
	padding: 0 ;
}

table.specialitesTable tbody tr td.specialtiesTableLinks a:hover{
	color: white;
	text-decoration: none;
	background: #193F16 /* FOREST GREEN */;
	padding: 0 ;
}

table.specialitesTable tbody tr td.menuTrainingWebExDate{
	width: auto;
}

table.specialitesTable tbody tr td.menuTrainingWebExNew {
	background-image: url(images/trainingMenuNew.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	border-top: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	padding: 0 0 0 23px;
}

/*=========================================================*/
/*
/*
/* IMPORTANT PHONE NUMBERS DEFINITION LIST STYLES
/*
/*
/*=========================================================*/

.specialties dl{
	margin: 10px;
	padding: 0;
	float: left;
}
.specialties dl dt{
	font-weight: bold;
	color: #193F16 /* FOREST GREEN */;
	font-size: 100%;
	margin: 10px 0 5px 0;
}
.specialties dl dd{
	border-left: 2px solid white;
	padding: 5px 0 5px 5px;
	margin: 0 0 0 10px;
	border-color: #908F3F /* MAIZE */;
}


/*=========================================================*/
/*
/*
/* PHYSICIAN NAV
/*
/*
/*=========================================================*/

.physicianNav{

}
#mainContent .physicianNav p{
	margin:0;
	padding: 10px 0 5px 10px;


}

/*=========================================================*/
/*
/*
/* ALL SPECIALTIES PAGE
/*
/*
/*=========================================================*/

#mainContent .specialties {
	padding: 0;
	margin: 15px 10px 10px 10px !important ;
	margin: 15px 10px 10px 5px;
	background: #D8D8D8 /* LIGHT GRAY */ url(images/specialtiesBackground.gif) no-repeat 99% 99%;
	border-bottom: 1px solid  #193F16 /* FOREST GREEN */;
	width: 93%;
	float: left;
}

#mainContent .specialties img{
  padding: 3px;
  border: 1px solid #BAC5B9 /* DESAT FOREST GREEN */;
  background: #D8D8D8 /* LIGHT GRAY */;
  margin: 10px 0 0 10px;
  float: left;

}

#mainContent .specialties h5{
	background:  #193F16 /* FOREST GREEN */ url(images/topLeftCornerPhysInfo.gif) no-repeat top left;
	color: white;
	padding: 2px 0 2px 7px;
	margin: 0;
	text-align: left;
	font-size: 120%;
}

#mainContent .specialties p{
	padding: 7px;
	margin: 0;
	color:  #193F16 /* FOREST GREEN */;
	clear: both;

}

.specialties a:link{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}

.specialties a:visited{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}

.specialties a:hover{
	font-family: "Times New Roman";
	background: #193F16 /* FOREST GREEN */;
	color: white;
	font-size: 90%;
	text-decoration: none;
}

.specialties a:active{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: none;
}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */


/*=========================================================*/
/*
/*
/* PHYSICIANS MOUSE OVER IMAGE POP UP
/*
/*
/*=========================================================*/


.thumbnail{
	position: relative;
	z-index: 1;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 500;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color:  #DDDDC5 /* DESAT MAIZE */;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #193F16 /* FOREST GREEN */;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 500;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-top: none;
	border-right: 2px solid #193F16 /* FOREST GREEN */;
	border-bottom: 2px solid #193F16 /* FOREST GREEN */;
	border-left: none;
	padding: 2px;
	z-index: 500;
	background: white;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -125px;
	z-index: 500;
	left: 200px; /*position where enlarged image should offset horizontally */
	padding: 10px;
}

.physicianInfo a:link{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}

.physicianInfo  a:visited{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}

.physicianInfo  a:hover{
	font-family: "Times New Roman";
	background: #193F16 /* FOREST GREEN */;
	color: white;
	font-size: 90%;
	text-decoration: none;
}

.physicianInfo  a:active{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: none;
}


/*=========================================================*/
/*
/*
/* PHYSICIAN NAME
/*
/*
/*=========================================================*/

#mainContent .physicianName{
	margin: 30px 10px 10px 10px;
	padding: 0;
	position: relative; /* MUST BE HERE TO PREVEN BOTTOM BORDER FROM DISAPPEARING IN IE */
}

/* PHYSICIAN NAME*/

#mainContent .physicianName h3{
	color: #193F16 /* FOREST GREEN */;
	font-weight: bold;
	font-size: 140%;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #908F3F /* MAIZE */;
}

/* PHYSICIAN SPECIALTY */

#mainContent .physicianName h4{
	color: #193F16 /* FOREST GREEN */;
	font-weight: bold;
	font-size: 120%;
	padding: 0;
	margin: 0;
}


/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */

/*=========================================================*/
/*
/*
/* PHYSICIAN PICTURE
/*
/*
/*=========================================================*/

.physicianPicture{
	float: left;
	margin: 15px 0 10px 10px !important ;
	margin: 15px 0 10px 5px ;
	padding: 0 0 0 0 ;
	width: 150px;

	/*height: auto;*/
	/*border-right: 2px dotted #193F16 /* FOREST GREEN */
}

.physicianPicture img {
	border-top: 1px solid #908F3F /* MAIZE */;
	border-right: 2px solid #193F16 /* FOREST GREEN */;
	border-bottom: 2px solid #193F16 /* FOREST GREEN */;
	border-left: 1px solid #908F3F /* MAIZE */;
	padding: 2px;

}

/*=========================================================*/
/*
/*
/* PHYSICIAN INFO
/*
/*
/*=========================================================*/

.physicianInfoWrapper{
	margin: 15px 0 10px 180px;
	height: auto;
	width: auto;
	display: block;
	padding: 0;
}

.physicianInfo {
	padding: 0;
	float: left;
	margin: 0 10px 15px 0;
	border-bottom: 1px solid  #193F16 /* FOREST GREEN */;
	width: 330px;
	background: #D8D8D8 /* LIGHT GRAY */ url(images/physicianInfoBg.gif) no-repeat bottom right;
}

#mainContent .physicianInfo h5{
	background:  #193F16 /* FOREST GREEN */ url(images/topLeftCornerPhysInfo.gif) no-repeat top left;
	color: white;
	padding: 2px 0 2px 5px;
	margin: 0;
	text-align: left;
	font-family: "Times New Roman";
}

#mainContent .physicianInfo p{
	padding: 5px;
	margin: 0;
	color: black;
}

#mainContent .physicianInfo img{
	float: left;
	margin: 10px;
}

#mainContent  p.toTop a:link{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTop.gif) no-repeat 100% 50%;
	font-size: 80%;
}

#mainContent p.toTop a:visited{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTop.gif) no-repeat 100% 50%;
	font-size: 80%;
}

#mainContent p.toTop a:hover{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTop.gif) no-repeat 100% 50%;
	font-size: 80%;
	color: #908F3F /* MAIZE */;
}

#mainContent p.toTop a:active{
	padding: 0 10px 0 0;
	margin: 0;
	background: url(images/toTop.gif) no-repeat 100% 50%;
	font-size: 80%;
}

/*=========================================================*/
/*
/*
/* PHYSICIAN ANCHOR LINKS
/*
/*
/*=========================================================*/

ul.physicianAnchorLinks {
	margin: 0 0 0 8px;
	padding: 0;
}

ul.physicianAnchorLinks li{
	list-style: none;
	border-right: 1px solid #908F3F /* MAIZE */;
	display: inline;
	padding: 0 3px 0 1px !important ;
	padding: 0 2px 0 5px;
	font-size: 90%;
}

ul li.physicianAnchorLinksLast {
	list-style: none;
	border:none;
	display: inline;
	padding: 0 0 0 5px;
}
ul.physicianAnchorLinks li a:link{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
}
ul.physicianAnchorLinks li a:visited{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
}
ul.physicianAnchorLinks li a:hover{
	font-family: "Times New Roman";
	background: #193F16 /* FOREST GREEN */;
	color: white;
	text-decoration: underline;
}
ul.physicianAnchorLinks li a:active{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */

/*=========================================================*/
/*
/*
/* READ MORE
/*
/*
/*=========================================================*/

#mainContent p.readMore {
	padding: 0 0 0 0;
	margin: 0;
	text-indent: 15px;

}

#mainContent p.readMore a:link{
	padding: 0 16px 0 0;
	margin: 0 0 0 0;
	background:  url(images/readMore2.gif) no-repeat 98% 50%;
	font-weight: normal;
	font-size: 70%;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
	text-transform: uppercase;
}
#mainContent p.readMore a:visited {
	padding: 0 16px 0 0;
	margin: 0 0 0 0;
	background:   url(images/readMore2.gif) no-repeat 98% 50%;
	font-weight: normal;
	font-size: 70%;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
	text-transform: uppercase;
}
#mainContent p.readMore a:hover {
	padding: 0 16px 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 70%;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: none;
	text-transform: uppercase;


}
#mainContent p.readMore a:active {
	padding: 0 16px 0 0;
	margin: 0 0 0 0;
	background:   url(images/readMore2.gif) no-repeat 98% 50%;
	font-weight: normal;
	font-size: 70%;
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
	text-transform: uppercase;
}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */


/*=========================================================*/
/*
/*
/* DEFINITION LIST ALTERNATING IMAGES
/*
/*
/*=========================================================*/

.visaliaAlternatingImages{
  float: left;
  width: 95%;
  border: 0;
  padding: 10px 0;
  margin: 10px 0 0 0;
  }
.visaliaAlternatingImages dl {
  width: 100%;
  float: left;
  margin: 10px 20px 10px 20px;
  padding: 0 0 10px 0;
  display: inline; /* fixes IE/Win double margin bug */
  border-bottom: 1px solid #908F3F /* MAIZE */;
  }

.visaliaAlternatingImages dt {
  width: 200px;
  float: right;
  margin: 0 370px 0 0;
  padding: 0;
  font-size: 120%;
  /*letter-spacing: 2px;*/
  color: black;
  font-weight: bold;
  display: none;

  }

.visaliaAlternatingImages dd {
  margin: 0 0 0 220px;
  padding: 0;
  font-size: 90%;
  line-height: 1.5em;
  color: black;
  display: block;

}
.visaliaAlternatingImages dd p{
	color: black;
}

.visaliaAlternatingImages dd p b{
	color: #193F16 /* FOREST GREEN */;
}

dd.firstLine p:first-line {
	color: black ;
	font-weight: bold;
}

.visaliaAlternatingImages dd.img img {
  float: left;
  margin: 0 8px 0 0;
  padding: 3px;
  border: 1px solid #D9E0E6;
  background: white;

  }

.visaliaAlternatingImages dl dd.img {
	margin: 0;
}

/* reverse float */

.visaliaAlternatingImages .alt dd {
	margin: 0 220px 0 0;
}
.visaliaAlternatingImages .alt dd p {
	color: black;
}
.visaliaAlternatingImages .alt dt {
  float: left;
  }
.visaliaAlternatingImages .alt dd.img img {
  float: right;
  margin: 0 0 0 5px;
  }


/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */


/*=========================================================*/
/*
/*
/* SIDEBAR
/*
/*
/*=========================================================*/

#sideBar
{

	float: right;
	width: 29%;
	margin: 0;
	padding: 0;
	position: relative;
	clear:right; /*prevent IE from pushing this down when browser is reduced to 800x600*/

}

	.sideBarBox{
		/*border: 1px solid #22454C /* DARK BLUE */;
		padding: 0;
		margin: 15px 15px 15px 15px !important;
		margin: 15px 15px 15px 15px;
		background: white;
		border-bottom: 1px solid  #193F16 /* FOREST GREEN */;
	}

	.sideBarBox h2 {
		padding: 0;
		margin: 0;
		text-align: center;
		font-family: times;
		font-size: 130%;
		font-weight: bold;
		background: #908F3F /* MAIZE */ url(images/bgh2.gif) repeat-x;
		color: black;
		position: relative;  /* must have this for background color to show up in IE */
		border-bottom: 2px solid  #193F16 /* FOREST GREEN */;
	}

	 .sideBarBox h3{
	 	padding: 5px 0 0 5px;
		margin: 5px 0 0 5px;
		font-size: 100%;
		font-weight: bold;
		color: #193F16 /* FOREST GREEN */;
		line-height: 90%;
	 }

	 .sideBarBox p{padding: 0 0 0 20px;}

#sideBar a:link{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}
#sideBar a:visited{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}
#sideBar a:hover{
	font-family: "Times New Roman";
	background: #193F16 /* FOREST GREEN */;
	color: white;
	font-size: 90%;
	text-decoration: none;
}
#sideBar a:active{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: none;
}


/*=========================================================*/
/*
/*
/* TOOLTIP
/*
/*
/*=========================================================*/

ul.tooltip, li.tooltip{
    list-style: none;
    margin: 0;
    padding: 0;
   }

a.tooltip{
    position: relative; /* this is the key */
    z-index: 24;
    background-color: none;
    color: black;
    text-decoration: none;
}

a.tooltip:hover{
    z-index: 25;
    background: none; /* this must remain to work in IE */
    cursor: help;
    text-decoration: none;
    color: #51811D /* LIME GREEN */ ;
}

a.tooltip span{
    display: none;
}

a.tooltip:hover span{ /* the span will display just on :hover state */
    display: block;
    position: absolute; /* this must be absolute to prevent DIV pushing */
    top: 5px;
    left: 40px;
    width: 120px;
    border: 1px solid #193F16 /* FOREST GREEN */;
    background-color: #908F3F /* MAIZE */;
    color: white;
    text-align: left;
    font-size: 10px;
    font-family: verdana;
    text-decoration: none;
    padding: 2px;
   }




/*=========================================================*/
/*
/*
/* FOOTER
/*
/*
/*=========================================================*/

#footer{
	background: url(images/footerBg.gif) repeat-x ;
	border-top: 3px solid #908F3F /* MAIZE */;
	height: 30px;
	color: #2c490e /*green*/;
	margin: 0;
	padding: 2px;
	clear: both;
	position: relative;
	height: 25px;
}

	#footer p{
		font-family:"Times New Roman";
		font-weight: normal;
		padding: 3px 0 0 0;
		margin: 0 ;
		color: #2c490e /*green*/;

	}

	#footer a{color: #2c490e /*green*/;}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */

/*=========================================================*/
/*
/*
/* FOOTER LINKS
/*
/*
/*=========================================================*/

ul.footerLinks {
	margin: 0;
	padding: 0;
}

ul.footerLinks li {
	display: inline;
	color: #D8D8D8 /* LIGHT GRAY */;
	border-right: 1px solid 	#D8D8D8 /* LIGHT GRAY */;
	padding: 0 5px 0 5px ;
	margin: 0 0 0 0;
	float: left;
}
ul.footerLinks li.footerLinksLastLink {
	display: inline;
	color: #D8D8D8 /* LIGHT GRAY */;
	border:none;
	padding: 0 5px 0 5px ;
	margin: 0 0 0 0;
	float: left;
}
ul.footerLinks li a:link{
	color: #D8D8D8 /* LIGHT GRAY */;
	text-decoration: underline;
	background: none;
}
ul.footerLinks li a:visited{
	color: #D8D8D8 /* LIGHT GRAY */;
	text-decoration: underline;
	background: none;
}
ul.footerLinks li a:hover{
	color: #193F16 /* FOREST GREEN */;
	text-decoration: none;
	background: #D8D8D8 /* LIGHT GRAY */;
}
ul.footerLinks li a:active{
	color: #193F16 /* FOREST GREEN */;
	text-decoration: underline;
	background: #D8D8D8 /* LIGHT GRAY */;
}



/*=========================================================*/
/*
/*
/* VISALIALIST
/*
/*
/*=========================================================*/

/* VISALIA SUB LIST */



/*===================================*/

ul.visaliaList{
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style: none;
}
ul.visaliaList li{
	background: url(images/bullet.gif) no-repeat 0% 50% !important ;
	background: url(images/bullet.gif) no-repeat 0% 50% ;
	padding: 0 0 0 18px;
	position: relative; /* PREVENT PEEK A BOO BUG IN IE */
}
ul.visaliaList li a:link{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}
ul.visaliaList li a:visited{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}
ul.visaliaList li a:hover{
	font-family: "Times New Roman";
	background: #193F16 /* FOREST GREEN */;
	color: white;
	text-decoration: underline;
}
ul.visaliaList li a:active{
	font-family: "Times New Roman";
	background: none;
	color: #193F16 /* FOREST GREEN */;
	font-size: 90%;
	text-decoration: underline;
}




/*=========================================================*/
/*
/*
/* MENU NAVIGATION
/*
/*
/*=========================================================*/

.menu {
width:100%;
height: 30px;
position:relative;
font-size:80% !important ; /*For Firefox*/
font-size:70%;             /*for IE*/
padding: 0;
background: url("images/navBG.gif") repeat-x /*#193F16 /* FOREST GREEN */;
float: left;
z-index: 200;

}

.menu ul {
padding:0;
margin:0;
list-style-type: none;
}

.menu ul li {
float:left;
position:relative;

}

.menu ul li a, .menu ul li a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
display:block;
text-decoration:none;
margin-top: 0px;
font-weight: normal;
color: #193F16 /* FOREST GREEN */;
width:105px; /* adjust the width of the buttons for Firefox ONLY */
height:24px;
border-top: 0 /*1px solid #d8d8d8*/;
border-right: 1px solid #D8D8D8 /* LIGHT GRAY */;
border-bottom: 0 /*1px solid #D8D8D8 /* LIGHT GRAY */;
border-left: none /*1px solid #D8D8D8 /* LIGHT GRAY */;
border-width:0px 1px 0 0;
background: /*#193F16 /* FOREST GREEN */;
padding: 5px 0 0 5px;
line-height:18px;
text-align: left;
overflow: hidden;
}

* html .menu ul li a, .menu ul li a:visited {
width:149px;
w\idth:105px; /* adjusts the width of the buttons for IE ONLY*/

}
.menu ul li ul {
display: none;
}




/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */

/* specific to non IE browsers */
.menu ul li:hover a, .menu ul li a:hover {
color: #193F16 /* FOREST GREEN */;
background: url("images/navHighlighBG.gif") repeat-x /*#D8D8D8 /* LIGHT GRAY */;
}

.menu ul li:hover ul, .menu ul li a:hover ul {
display:block;
position:absolute;
    top:30px;
    margin-top:0px;
    left:0;
width:150px;
}

* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:0px;
}

.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
visibility:hidden;
position:absolute;
height:0;
width:0;
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
display:block;
background:  #615f4a /*brown*/;
color: #D8D8D8 /* LIGHT GRAY */;
height:auto;
line-height:12px;
padding:5px 10px;
margin: 0 0 0 0;
width:129px;
border-bottom: 1px solid white;
}

* html .menu ul li a:hover ul li a {
width:150px;
w\idth:129px;
}

.menu ul li:hover ul li a.drop, .menu ul li a:hover ul li a.drop {
background: #615f4a /*brown /*#908F3F /* MAIZE */ url(images/drop3.gif)  right no-repeat;
}

.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
background: #adac97 /*tan D8D8D8 /* LIGHT GRAY */;
color:  #193F16 /* FOREST GREEN */;

}

/*=========================================================*/
/*
/*
/* COLORS
/*
/*
/*=========================================================*/
/*
/*	#908F3F /* MAIZE */
/*   #DDDDC5 /* DESAT MAIZE */
/*   #193F16 /* FOREST GREEN */
/*   #BAC5B9 /* DESAT FOREST GREEN */
/*   #D8D8C0 /* LIGHT TAN */
/*   #D8D8C8 /* LIGHTER TAN */
/*	#D8D8D8 /* LIGHT GRAY */
/*	#51811D /* LIME GREEN */

.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {
visibility:visible;
position:absolute;
left:150px;
top:0;
width:150px;
}

.menu ul li:hover ul li:hover ul.left, .menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}

.important{border: 1px solid red; background: #fee;}

img.right{float:right;}
img.left{float:left;}
img.noBorder {border:0;}