/* CSS KEMPHOOGSTAD common */

/***************** basic text elements ************************/

h1 {
	font-size: 13.5pt;
	color: #c10065;
	padding: 4px 10px 4px 10px;
	&padding-bottom: 5px;
	margin: 0 0 0 0;
	font-weight: normal;
	border-bottom: 1px solid #ebebeb;
}

h2.super {
	font-size: 12px;
	color: #c10065;
	padding: 7px 0 4px 0;
}

h2, h3, h4 {
	font-size: 12px;
	color: #c10065;
	padding: 7px 0 2px 0;
	margin: 0;
	
}

h4 {
  color: #666666;
  font-size: 11px;
  margin-bottom: -7px;
  
}


p {
	padding: 7px 0 0 0;
	margin: 0 0 7px 0;
}

h2, h3, h4 > p {
  margin: 0 0 -7px 0;	
}

a{
	text-decoration: underline;
	color: #666666;
}

a:hover{
	color: #c10065;
}

a img{border: 0;}

a.blank {
  background: url("../images/ico_blank.gif") no-repeat center right;
  padding-right: 14px;
}

a.email, span.email {
  background: url("../images/ico_email.gif") no-repeat center left;
  padding-left: 14px;
}

a.phone, span.phone {
  background: url("../images/ico_phone.gif") no-repeat center left;
  padding-left: 14px;
}



.inbutton {
	padding: 3px 10px;
	margin: 0;
   	white-space:nowrap;
   	text-decoration: none;
   	vertical-align:middle;
   	background: #0394c3;
   	color: #ffffff;
	border: 0;
	cursor:pointer;
	cursor: hand;
	background: url("../images/bg_inbutton.gif") repeat-x left top;
}

/***************** lists ************************/

ul{
margin: -5px 0 7px 1px;
padding: 0px;
}
ul ul{
margin: -5px 0 -5px 0px;
}
ol{
margin: 10px 0 10px 35px;
padding: 0;
}
ul ol{
margin: 2px 0 5px 35px;
}

ul li{
list-style-type: none;
background: url("../images/ico_listitem.gif") no-repeat left 6px;
padding: 1px 0 1px 10px;
}

ul li ul li{
background: url("../images/ico_listitem.gif") no-repeat left 6px;
padding: 1px 0 1px 10px;
}

ol li{
list-style-type: decimal;
background: none;
padding: 0;
}

ul.more-padding li {
background: url("../images/ico_listitem.gif") no-repeat left 8px;
padding: 3px 0 3px 10px;
}

/***************** forms ************************/

form{
	margin:0;
}

input, select {
font-family: Arial, Verdana;
font-size: 8.25pt;
color: #666666;
}

textarea {
font-family: Arial, Verdana;
font-size: 8.25pt;
color: #666666;
}

input.check{
width: auto;
border: 0;
}

input.radio{
width: auto;
border: 0;
}

input.button{
width: auto;
border: 0;
}

/***************** common elements ************************/

.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 6px;
		height: 12px;
		font-size: 0pt;
		line-height: 0pt;
}
.hr_line{
		background: url("../images/common/bg_hr_line.gif") repeat-x 0 6px;
		height: 12px;
		font-size: 0pt;
		line-height: 0pt;
}

.clear {
	height: 0px;
	clear: both;
	font-size: 0pt;
	line-height: 0pt;
}

.high{
color: #297200;
}

.ico{
margin: 3px 5px -2px 0;
}


.none_display{
	display: none;
}
.none_bg{
	background: url("../images/common/none.gif");
}
.none_border{
	border:0;
}

.note{
font-style: italic;
color: #999999;
font-size: 8.25pt;
}

.back{
margin: 5px 0 5px 0;
}

/***************** colors ************************/

.red{
color:#c10065;
}

.grey {
  color: #bebebe;
}
