/*this stylesheet is for the Contact page*/

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

p.body {
  font-family:arial;
  font-style:normal;
  font-size:12px;
  text-align:justify;
  color:#000080;
  weight:bold;
  padding-left:10px;
  padding-right:20px;
  }
  
p.bodysub {
  font-family:arial;
  font-style:normal;
  font-size:11px;
  color:#000080;
  padding-left:10px;
  padding-right:20px;
  }

p.title {  
  font-family:arial;
  font-style:normal;
  font-size: 12pt;
  font-weight:bold;
  padding-left:10px;
  padding-right:20px;  
  color:#CC1B6C;
  }

p.titleone {  
  font-family:arial;
  font-style:normal;
  font-size:10pt;
  font-weight:bold;
  padding-left:10px;  
  padding-right:20px;
  color:#000080;

  }
  
p.titletwo {  
  font-family:arial;
  font-style:normal;
  font-size:11pt;
  font-weight:bold;
  padding-left:10px;
  padding-right:20px;  
  color:#000080;  

  }
  
p.captionone {  
  font-family:arial;
  font-style:normal;
  font-size:9pt;
  font-weight:bold;
  padding-left:10px;
  padding-right:20px;  
  color:#ffffff; 
  background:#351369; 
  text-align:right;
  }
  
p.captiontwo {  
  font-family:arial;
  font-style:normal;
  font-size:9pt;
  font-weight:bold;
  padding-left:10px;
  padding-right:20px;  
  color:#ffffff;  
  background:#5e1212;
  text-align:right;
  
  }


body {
background-image:url('images/ContactBG.gif');
background-repeat:no-repeat;
background-position: 50% 0%;
  }
  
  
  
  
  /* this style sheet is used for links on IIIHS main pages */

a:link
{
	color: rgb(255,255,255); 
	font-family: Arial, Helvetica;
	font-weight: bold;
        font-size: 11;
	text-decoration: none;
}
a:visited
{
	color:#adec9b;
	font-family: Arial, Helvetica;
	font-weight: bold;
        font-size: 11;
	text-decoration: none;
} 
a:active 
{
	color: rgb(255,255,255);
	font-family: Arial, Helvetica;
	font-weight: bold;
        font-size: 11;
	text-decoration: none;

}
a:hover 
{
	color:#f8a94d;
	font-family: Arial, Helvetica;
	font-weight: bold;
        font-size: 11;
	text-decoration: none;
}

p.light
{
	color: rgb(255,255,255); 
	font-family: Arial, Helvetica;
	font-weight: bold;
    font-size: 9;
    padding-top: 5px;
    padding-bottom: 5px;
	background: rgb(54,54,120);
	line-height : 19px;
	margin-top: 0;
	margin-bottom: 0;
    text-align: center;
    opacity: .85;
	filter: alpha(opacity=85);
	width: 100% !important;

}
p.dark
{
	color: rgb(255,255,255); 
	font-family: Arial, Helvetica;
	font-weight: bold;
    font-size: 9;
    padding-top: 5px;
    padding-bottom: 5px;
	background: rgb(54,54,130);
	line-height : 19px;
	margin-top: 0;
	margin-bottom: 0;
    text-align: center;
    opacity: .85;
	filter: alpha(opacity=85);
	width: 100% !important;
}

.transparent_bgrd {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100% !important;
	height: 900px;
	}
	
.opaque_content {
	position: relative;
	top: 0;
	z-index: 2;
	}
	
	.transparent_wrapper {
		position: relative;
		height: 100%; 
		overflow: hidden;
		}
		
	.transparent {
		background: #fff;
		opacity: .10;
		filter: alpha(opacity=10);
		width: 100% !important;
		}