/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
 font-size: 8pt;
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Comment /* Comment */
{
 font-size: 9pt;
}
span.f_CourierFixed /* Courier Fixed */
{
 font-size: 9pt;
 font-family: 'Courier New';
 font-weight: bold;
}
span.f_Heading1 /* Heading1 */
{
 font-size: 18pt;
}
span.f_Heading2 /* Heading2 */
{
 font-size: 14pt;
}
span.f_ImageCaption /* Image Caption */
{
 font-size: 9pt;
 color: #808080;
}
span.f_List /* List */
{
}
span.f_NewStyle /* New Style */
{
}
span.f_Notes /* Notes */
{
 font-size: 9pt;
}
/* Paragraph styles */
p /* Normal */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 12px 0px 0px 0px;
}
.p_CodeExample /* Code Example */
{
 white-space: nowrap;
 margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
 text-indent: -48px;
 margin: 12px 0px 0px 48px;
}
.p_Heading1 /* Heading1 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 12px 0px 0px 0px;
}
.p_Heading2 /* Heading2 */
{
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 12px 0px 0px 0px;
}
.p_ImageCaption /* Image Caption */
{
}
.p_List /* List */
{
}
.p_NewStyle /* New Style */
{
 margin: 12px 0px 0px 25px;
}
.p_Notes /* Notes */
{
 border-color: #999999;
 border-style: solid;
 border-width: 1px;
 border-top: none;
 border-right: none;
 border-bottom: none;
 padding: 6px 6px 6px 6px;
 margin: 6px -6px -6px 23px;
}


#hmpopupdiv /* used for javascript text popups */
{
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border:1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
{
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}

a.dropdown-toggle /* dropdown toggle caption */
{
  cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
  cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
  cursor: pointer;
}

.logo-div {
    float: left;
	width: 130px;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 15px;
}

.second-head-div {
    float: left;
    margin-top: 20px;
    margin-left: 80px;
}

.clear {
	clear: both;
}


.navbar a {
    color: #5fa2b5;
}

body {	
 font-size: 14px;
 font-family: "Open Sans", verdana, sans-serif;
}

/* heading styles */

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", verdana, sans-serif !important;
	color: #4e87b1;
	font-weight: bold !important;	
}

body h1 span {	 
	color: #4e87b1 !important;   
    font-size: 1.6rem !important;
    margin: 5px 0 30px 0 !important;
	line-height: 40px;
	border-bottom: 1px solid #4e87b1;
}


body h2 {   
    color: #4C86B0 !important;
    font-size: 1.6rem;
    margin: 5px 0 30px 0;
    padding: 0;
    text-shadow: none;
    border: medium none;
	line-height: 40px;
}


/* end heading styles */