/* reset most all and rebuild for consistency */
html {
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0;  not supported in IE, leave alone*/
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
em {font-weight:600; font-style:italic;}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.bigger {font-size: 120%;}
.strikethrough {text-decoration: line-through;}

ol, ul {list-style: none;}
ul.disc {list-style: disc;}
ul.square {list-style: square;}
ul.circle {list-style: circle;}

/* TO DO: RE-STYLE UL,OL,LI,BLOCKQUOTE,DL,DD,DT  MARGINS */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
  vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	line-height: 1.3; /* slightly higher than 1.23 of FF */
	color: black;
	background: white;
}
p {margin: 3px 0;}
h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 89%;}
h6 {font-size: 60%;}
h1,h2,h3,h4,h5,h6 {margin:0.5em 0;}
h3,h4,h5,h6 {font-weight:600;}

:focus {
	outline: invert dotted 1px; /* NOT IN IE */
}

input[type="text"], textarea {
  border: 2px ridge #636363;
}
input[type="text"]:focus, textarea:focus {
/* border: 2px dotted #636363; */
 border: 2px inset #636363;
  outline: none;
}

/* do only on certain elements
:active {
	outline: invert solid 1px;
}
*/

/* Always put this inside body.center to center entire page */
#wrapper {
  min-width: 770px;
  max-width: 1270px;
  text-align: left;
  /* this centers on most browsers */
  margin: 0 auto;
  color: #000;
}
#navigation li {display:inline;}

/* Center 'wrapper' on old IE browsers*/
.align-center, .center {text-align: center;}

.align-left, .text-left {text-align: left;}
.align-right {text-align: right;}
.width-full {width:100%;}
.width-half {width:50%;}
.red-text {color: red;}
.green-text {color: green;}
.larger {font-size: 110%;}
.medium {font-size: medium;}
.smaller {font-size: 90%;}
.content {padding: 12px 20px;}
.content-dot-top {
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px dotted #ccc;
}
.content-dot-bottom {
  margin: 10px 0;
  padding: 0 0 6px;
  border-bottom: 1px dotted #ccc;
}

a:link, a:visited {
/*  padding: 1px 2px 0; */
  text-decoration: none;
  border: 1px solid transparent;
   /* stupid IE 5- */
  _border:none;
  _padding-left: 1px;
  border-bottom: 1px dotted #2F4F4F;
}
a:hover {
  border: 1px dotted #2F4F4F;
}
/* External link */
a.ext:link, a.ext:visited {
  padding-right: 14px; /* img width */
  background: center right url(../images/external_link.gif) no-repeat;
}

.background-white {background-color:white;}

/* use to suppress printing */
@media print {
  .noPrint { display: none; }
}

.indent {margin-left:20px;}
.inline {display: inline;}
.text-smaller {
  font-size: smaller;
}
.justify {
  text-align: justify;
}
.serif {
  font-family: "Times New Roman", Times, serif;
}
.sans-serif {
  font-family: Tahoma, Arial, sans-serif;
}

table.layout, table.layout tbody, table.layout tr /*, table.layout td*/ {
/*  border-collapse: collapse;  VERY BAD IN IE?*/
  border-spacing: 0;
  width: 100%;
}
div.float-right {
  float: right;
}
div.float-left {
  float: left;
}
/* optimized for 8px shadow
 soft 1px on top, bottom*/
div.drop-shadow-soft {padding: 3px 5px 6px 3px;}
/* no shadow top,bottom */
div.drop-shadow {padding: 0 5px 6px 0;}

input[type="text"], textarea {
  padding: 2px; margin-bottom: 3px;
  border: 2px inset #B4B4B4;
  width: 100%;
}
/* must use a class, not "type" */
input.radio, input.checkbox {
  padding: 0;
  border: none;
  margin: 4px 4px 1px 3px;
}
/* put wrapped text to right of radio/checkbox */
div.text-wrap {
  line-height: 1.2;
  vertical-align: top;
}
input.text-wrap {
  float: left;
}

fieldset {
  margin: 6px 0;
  padding: 4px 10px 10px;
  border: 1px solid #636363;
}
legend {padding: 0 4px;}

img.float-left {margin: 0 15px 10px 0; float: left;}
img.float-right {margin: 0 0 10px 15px; float: right;}
.pad10 {padding:10px;}
.v-middle {vertical-align: middle;}


/* Highslide popup */
.highslide-html-blur {}
.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(../images/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}
.highslide-html-content {display:none;}
/* Added when popup triggered */
.highslide-wrapper {background-color: white;}
.highslide-wrapper .highslide-html-content {
  padding: 0 5px 5px;
  position: absolute;
  background-color: white;
  color: black;
}
.highslide-header {
  padding-bottom: 2px;
  border-bottom: 2px groove white;
  min-height: 1em;
}
/*cm addition*/
div.hs-title {
  font-size: 110%;
  font-weight: 600;
  margin: 2 18px 0 0;
  text-align: center;
}
/* encloses "X"  DON'T STYLE THIS
div.highslide-close
*/

/* "X" top rt corner */
a.close-x {
  float: right;
  text-decoration: none;
  width: 16px;
  height: 16px;
  padding: 1px;
  border:none;
  opacity: .6;
  filter: alpha(opacity=60); /* IE crap */
  background: url(../images/close-oct_16.png) no-repeat;
}
a.close-x:hover {
  border:none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.highslide-wrapper div.highslide-footer {
  padding-top: 2px;
  height: 11px;
  border-top: 2px ridge white;
}
.highslide-wrapper div.highslide-body {
  margin: 1px 8px 1px 6px;
  text-align: left;
}
.highslide-resize {
  float: right;
  height: 11px;
  width: 11px;
  background: url(../images/resize.gif);
  cursor: nw-resize;
}
.highslide-move {cursor: move;}
.highslide-dimming {
	background: #DDDDDD;
	position: absolute;
}
/* These must be the last of the Highslide rules */
.highslide-display-block {display: block;}
.highslide-display-none {display: none;}
