/*--------------------------- HMVAL CSS - COPYRIGHT JOHN KAPPA  - PERCEPTION DESIGN --------------------------- */

ul, li {
	color:#6d6d6d;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	list-style-image: url(../i/bullet.gif);
	list-style-position: outside;
}
.MainContent {
	color:#626262;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.Titles {
	color:#18427c;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.BlueTitles {
	color:#18427c;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.GreenTitles {
	color:#00ac36;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.LinkLrg {
	color:#00ac36;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.LinkLrg:hover {
	color:#00ac36;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00AC36;
	background-color: #f7fbf0;
}
.Links {
	color:#00ac36;
	text-decoration:none;
	text-underline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}
.Links:hover {
	color:#00ac36;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00AC36;
	background-color: #f7fbf0;
}
.IntroContent {
	color:#626262;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.Copyright {
	color:#5778a6;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.CopyrightLink {
	color:#5778a6;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5778A6;
}
.CopyrightLink:hover {
	color:#95b2db;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #95b2db;
}

/*--------------------------- MENU --------------------------- */
#dropmenudiv{
	position:absolute;
	line-height:16px;
	z-index:100;
	font-family: Arial;
	font-size: 11px;
	color: #18427d;
	filter: Alpha(Opacity=90);

	-moz-opacity: 0.9;
	opacity: .9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #18427D;
	border-left-color: #18427D;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #18427d;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #18427D;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #B2D76A;
	color: #18427D;
}

.TxtBox {
	color:#4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #B2D76A;
}
.BoldGreen {
	color:#B2D76A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

/*--------------------------- IMAGE DROPSHADOW --------------------------- */
.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap0 {
  float:left;
  background:url(../i/shadow2.gif) right bottom no-repeat;
  }
.wrap1 {
  background:url(../i/shadow180.gif) no-repeat;
  }
.wrap2 {
  background:url(../i/corner_bl.gif) -16px 100% no-repeat;
  }
.wrap3 {
	background:url(../i/corner_tr.gif) 100% -16px no-repeat;
	padding: 4px;
  }
.box {
	padding: 10px;
	background: #FFFFF5;
	border: 1px solid;
	border-color:#ccc #999 #999 #ccc;ul {

	color:#6d6d6d;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/*--------------------------- AJAX PAGES --------------------------- */
#leftcolumn {
	float:left;
	width:280px;
	height: 300px;
}
#rightcolumn {
	float:left;
	width:450px;
	min-height: 400px;
}
