/* Content style go here
   !add 'content_ to be begining of all styles */

.searched_name {
  font-size: 16px;
}

/* Text treatments */
.content_copy {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #888888;
  font-weight: normal;
  text-decoration: none;

  word-spacing:2px;
  text-align: left;
  text-justify: newspaper; /* IE specific */
}

.content_copy_justify {
  text-align: justify;
  text-justify: newspaper; /* IE specific */
}

  /* multi colum 2*/
.multicolumn2 {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;

  text-indent: 1em;
}

  /* multi colum 3*/
.multicolumn3 {
  -moz-column-count: 3;
  -moz-column-gap: 50px;
  -webkit-column-count: 3;
  -webkit-column-gap: 50px;
  column-count: 3;
  column-gap: 50px;
  text-indent: 0em;
}

/* Box basic */
.content_box {
  margin-bottom: 3px;
  padding-right: 5px;
}

.content_blueborder {
  border: 1px dashed #2A799A;
}

/* Links in copy */
.content_copy a {
  color: #8CBD01;
  text-decoration: none;
}

.content_copy a:hover {
  color: #66CC33;
  text-decoration: underline;
}


/* Float */
.content_float {
 float: right;
}
.content_float_left {
 float: left;
}

.content_img {
 margin-left: 15px;
}
.content_image_pad {
 padding: 5px;
}

/* Tables */
.contentTable {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #888888;
  font-weight: normal;
  text-decoration: none;

  word-spacing:2px;
  text-align: left;
}
.contentTable th {
  background-color: #CCCCCC;
}
.blankcell {
  background-color: white;
}
/* About nav images */
.content_about_img_row_1 {
  margin-left: -3px;
}
.content_about_img_row_2 {
  margin-left: 70px;
}
.content_about_img_row_3 {
  margin-left: 160px;
}

/* general styles */
.gray {
  color: #B7B7B7;
  font-weight: normal;
  text-decoration: none;
}
/* general styles */
a.gray {
  color: #B7B7B7;
}
.content_hide {
  display: none;
}

.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #276B89; /*#3366FF*/
	text-decoration: bold;
}

/* Padding */
.content_left_10 {
  padding-left: 10px;
}

.content_right_100 {
  padding-right: 100px;
}

.term {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
/* Style treatments */
.bold {
  font-weight:bold;
}
.italics {
  font-style:italic;
}

.content_top {
  vertical-align:top;
}

.content_top_pad {
  padding-top: 35px;
}

/* colors */
.black {
  color: black;
}
.lightgray {
  color: #CCCCCC;
}
.blue {
  color: #578DA5;
}

/* for pages with no subnav */
#content_main_no_subnav {
  height: 49px;
  
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  text-decoration:none;
  
  width:640px;
  background-color:white;  
}
#content_scroll_no_subnav {
  height:420px;
  margin-top:0;
  min-height:420px;


  background-color:white;
  overflow-x:hidden;
  overflow-y:auto;
  padding-right:10px;
}

/* links in copy - overrides design.css*/
/* hide irruglarties - dots by menus */
a.content_copy:link {color:#8CBD01; text-decoration:none;} /* unvisited link */
a.content_copy:visited {color:#8CBD01; text-decoration:none;} /* visited link */
a.content_copy:hover {color:#8CBD01; text-decoration:none;} /* mouse over link */
a.content_copy:active {color:#8CBD01; text-decoration:none;} /* selected link */