/* content_style.css */

/* Container Syles */
.container {
    position: absolute;
    left: 210px;
    top: 106px;
    width: 500px;
    /* height: 400px; */
    margin-top: 5px;
	
	/* transparency settings */
    filter: alpha( opacity = 90 );	/* for IE */
	opacity: 0.9;     				/* CSS3 standard */
}

.container-header {
    width: 500px;
    height: 40px;
}

.container-header-text {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 150%;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    top: -40px;
    left: 10px;
}

.container_auto {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
    /* background-color: #eae275; */
    width: 500px;
	
	/* transparency settings */
    filter: alpha( opacity = 90 );	/* for IE */
	opacity: 0.9;     				/* CSS3 standard */
}


/* Section Styles */
.top_section {
    background: #eae275;
    width: 500px;
    /* height: 400px; */
    margin-top: -20px;

}

.map_top_section {
    background: #eae275;
    width: 500px;
    /* height: 400px; */
    margin: 5px;
	

}

.boxed_text {
	text-align: center;
	border-style:solid;
	padding: 5px;
}

.highlight  {
    color: #FF0000;
	font-size: 120%;
    padding-left: 15px;
	padding-right: 15px;
	font-weight:bold;
}

.sub_section {
	clear: both;
    background: #eae275;
}

div.sub_section h2 {
    background: #034ba2;
    height: 25px;
    margin-top: 20px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 120%;
    padding-left: 10px;
	/* border-top: thin ridge #eae275; */
	border-bottom: thin ridge #eae275;
}

div.sub_section h4 {
    color: #014ab6;
	font-size: 90%;
    padding-left: 10px;
}

/* Text Styles */
.main_text {
    font-size: 100%;
    line-height: 1.5em;
    color: #014ab6;
    padding: 5px 10px 10px 10px;
}

.sub_text {
    font-size: 90%;
    line-height: 1.5em;
    color: #014ab6;
    padding: 5px 10px 10px 10px;
}

.caption_text {
    font-size: 100%;
	font-weight: bold;
    line-height: 1.5em;	
    color: #014ab6;
	text-align: center;
	
}

.centered_text {
	text-align: center;
}

.note_text {
	color: red;
	font-style: italic;
	font-weight: normal;
	padding-left: 2em;
}

/* Image Styles */
.image_float_right {
    padding: 20px;	
    float: right;
}

.image_float_left {
    padding: 20px;
    float: left;
}

.image_centered {
    padding: 20px;	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Table Styles */
.tabular_content {
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border: 2px inset;
    padding: 2px;
    border-spacing: 2px;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.5em;
    color: #014ab6;
}

table.tabular_content tr {
    margin-bottom: 5px;
}

table.tabular_content td, th {
    text-align: left;
    vertical-align: top;
    padding: 1px 4px;
}

tr.numeric td {
    text-align: right;
    vertical-align: top;
    padding: 1px 4px;
}


/* List Styles */
.list_content {
    color: #014ab6;
}


ul.list_content {
	margin-left: 0em;
	padding-left: 0em;
	line-height: 0em;

	list-style: none;
	list-style-type: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 90%;
}

ul.list_content h3 {
	/* text-indent: -1em; */
	font-size: 100%;
}

ul.list_content h4 {
	/* text-indent: -1em; */
}

ul.list_content p {
	line-height: 1em;
	text-indent: 2em;
}

.list_content {
    color: #014ab6;
}


ul.item_list1 {
	/* margin-left: 0em; */
	/* padding-left: 0em; */
	/* line-height: 0em; */
	/* list-style: disc; */
	/* font-family: Verdana, Helvetica, Arial, sans-serif; */
	padding-top: .5em;	
    font-size: 100%;
}

ul.item_list1 h4 {
	/* text-indent: -1em; */
}

ul.item_list1 p {
	/* line-height: 1em; */
	text-indent: 2em;
	margin-left: 1em;
}

ul.item_list1 li {
	line-height: 1.5em;
}

ul.item_list2 {
	margin-left: 2em;

	/* padding-left: 0em; */
	/* line-height: 0em; */
	/*
	list-style:  square;
	list-style-type:  none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 90%;
    */
}

ul.item_list2 h4 {
	/* text-indent: -1em; */
}

ul.item_list2 p {
	/* line-height: 1em; */
	/* text-indent: 2em; */
}

ul.gallery {
    margin: 5px;
	padding: 5px;
}

ul.gallery li {
	display: inline; 
}

ul.gallery li a {
    margin: 5px;
    display: block;
    text-decoration: none;
	border-top: 1px solid blue;		
}

ul.gallery li a img {
	margin-left: auto;
	margin-right: auto;		
    display: block;
	padding: 5px;
}

.gallery li a span {
    font-size: 9px;
    position: relative;
    top: 103px;
    color: #666;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 101px;
    overflow: hidden;
}

.gallery li a:hover span {
    color: red;
}
	

/* Anchor Styles */
a.info {
    font: 100% Verdana;
	font-weight: bold;
	text-decoration: none;
    color: #014ab6;
	position: relative;
}

a.info span {
	display: none
}

a.info:hover {
	background-color: #dbe4f2;	/* To fix IE bug */
}
 
a.info:hover span {
  display: block;
  position: absolute;
  top: -15px;
  left: 30px;
  width: 180px;
  text-align: center;
  font-weight: normal;
  color: red;
  border: 1px solid #0cf;
  background-color:#cff; 
  } 

  
a.image-info {
    font: 100% Verdana;
	font-weight: bold;
	text-decoration: none;
    color: #014ab6;
	position: relative;
}

a.image-info span {
	display: none
}

a.image-info:hover {
	background-color: #dbe4f2;	/* To fix IE bug */
}
 
a.image-info:hover span {
  display: block;
  position: absolute;
  bottom: 25px;
  right: -10px;
  width: 150px;
  text-align: center;
  font-weight: normal;
  color: red;
  border: 1px solid #0cf;
  background-color:#cff; 
  } 



a img {
	border:0;
} 

