/*CSS for Trigger Hill*/

@charset "utf-8";

/* Safari Browser Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	html{		
		/*
		need this so that Safari3 can 
		use window.getMatchedCSSRules to collect CSSStyleRule later
		*/		
		list-style-image:none; 
	}
	.your_own_selector{
		color:red;
	}
}

/* apDivs*/
#apDiv1 {
	position: absolute;
	left: 50%;
	margin-left: -477px;
	width:955px;
	height:auto;
	z-index:1;
	visibility: visible;
}

#apDiv2{
	position: absolute;
	left: 41%;
	top: 53px;
	width: 538px;
	height: 411px;
	z-index: 2;
	visibility: inherit;
}

/* Image Position */
#imageleft {
  float:left;
  padding-right:7px;
  padding-bottom:7px;
  padding-top:0px;
  }
  
#imageright {
  float:right;
  padding-left:7px;
  padding-bottom:7px;
  padding-top:0px;
  }

/* Link Fix 
*a{position:relative;}*/

/* Site Text */
.sitetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #172016;
	text-decoration: none;
}

.sitetext A:link 
{
color: #172016;
text-decoration: underline;
}

.sitetext A:visited 
{
color: #172016;
text-decoration: underline;
}

.sitetext A:hover 
{
color: #c66612;
text-decoration: underline;
}

.sitetext A:active 
{
color: #172016;
text-decoration: underline;
}

/* Copyright */
.copyrt
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}

.copyrt A:link 
{
color: #ffffff;
text-decoration: underline;
}

.copyrt A:visited 
{
color: #ffffff;
text-decoration: underline;
}

.copyrt A:hover 
{
color: #c66612;
text-decoration: underline;
}

.copyrt A:active 
{
color: #ffffff;
text-decoration: underline;
}

/* Bold */
.bold 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #981F01;
	text-decoration: none;
	font-style: normal;
}

/* Captions */
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #172016;
}

/* indigo8 */
.indigo8
{
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}

.indigo8 A:link 
{
color: #ffffff;
text-decoration: none;
}

.indigo8 A:visited 
{
color: #ffffff;
text-decoration: none;
}

.indigo8 A:hover 
{
color: #c66612;
text-decoration: underline;
}

.indigo8 A:active 
{
color: #ffffff;
text-decoration: none;
}

/* Subitle */
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d51;
}

/* White */
.White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/* White2 */
.White2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}