/**** LINKS *****/

a:link, a:visited {
 color:#005DB6;
}


/**** HTML ENTITIES *****/
* {
	font-family: Arial, Helvetica, sans-serif;
}

#content p, #content ul, #content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	margin-bottom: 12px;
	list-style: none;
}

/* Paula changed 4/29 */
#content p.caption {
	font-style:normal;
	margin-top:6px;
	margin-right:0;
	margin-bottom:3px;
	padding-left:0;
	color:#444444;
}

#content p.enlarge {
	margin-top:0px !important;
}

ul {
	margin-left:24px;
}

h1 {
	font-size: 18px;
	line-height:22px;
	color:#9A8B79;
	margin-bottom: 24px;
	list-style: none;
}

h2 {
	font-size: 14px;
	line-height:17px;
	padding-top: 6px;
	margin-bottom: 12px;
}

h3 {
  font-size: 12px;
  color: #83692E;
  margin-top:18px;
  margin-bottom: 6px;
}

h4 {
  font-size: 11px;
  color: #005DB6;
  margin-bottom: 10px;
}

h5 {
  font-size: 11px;
  color: #000000;
  margin-bottom: 10px;
}

/**** FLOATS, CLEAR DIV *****/

.floatleft {
	float:left;
	margin: 10px 18px 10px 5px;
}

.floatright {
	float:right;
	margin: 10px 0 10px 18px;
}

.divClear {
	clear:both;
	line-height:1px;
	font-size:1px;
}

/**** IMAGE WIDTHS *****/

.img120 {
	width:120px;
}

.img150 {
	width:150px;
}

/**** BORDERS *****/

.border1 {
  border:1px solid black;
}

.border2 {
  border:1px solid #DDD6Bf;
}

.border3 {
  border:1px solid #AAAAAA;
}

.border4, .border0 {
  border:none !important;
}


/**** TABLES *****/

.doubletable td {
  width: 300px;
}

table {
  border: solid #C7BC95 1px;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 11px; /* Paula K. added 4/18/08 a.m. */
  line-height:15px; /* Paula K. added 4/18/08 a.m. */

}
table td, table th {
  text-align: left;
  border-top: solid #C7BC95 1px;
  padding: 5px;
}

table .phone {
  width: 80px;
}

.plaintable {
  border: 0;
}
.plaintable td, .plaintable th {
  bordeR: 0;
  padding: 5px;
}

/**** Back-to-Top *****/

.btt {
  font-size:10px;
  text-align:right;
  padding-top: 6px;
  padding-bottom: 14px;
  margin: 0px;
}

/**** FONT CHANGES *****/

.normal {
	font-weight:normal !important;
}

.red {
	color:#CC0000;
}


/**** ENLARGE IMAGE, PLAY VIDEO -- LIGHTWINDOW *****/

.medialink {
	color:#005DB6;
	text-decoration:underline;
	cursor:pointer;
}
