/*********************************************/
/***************** CUSTOM STYLES *************/
/*********************************************/

/* - General - */
select {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #999;
}

.button {
	color: #fff;
	font-size: 10px;
	background:	#666;
	padding: 2px;
	border: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.btnInput {display:inline;vertical-align:middle;}

/* - Flash Area - */
#flash_area {
	width:100%;
	height: 380px;
	background: #e7eef1;
	margin:auto;
}
.hometext {text-indent:-9999px;display:none;height:0;width:0;}

/* - What Is Colorado PTAC - */
#what_is_ptac {
	float: left;
	width: 503px;
	height: 239px;
	background: url('../images/bg_what_is_ptac.png') left top no-repeat;
	padding: 19px 0 0 18px;
}

#what_is_ptac p {
	font-size: 13px;
	line-height: 18px;
}

#what_is_ptac h1 {
	width: 329px;
	background: url('../images/headline_what_is_ptac.png') center center no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
	line-height: 18px;
}

#what_is_ptac ul {
	float: left;
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
}

#what_is_ptac ul li {
	font-size: 11px;
	margin: 0 0 6px 0;
	padding-left: 11px;
	/*letter-spacing:-0.01em;*/
	background: url('../images/bullet.gif') no-repeat 2px 2px;
}

/* - Request Contact - */
#request_contact {
	width: 340px;
	height: 203px;
	background: url('../images/bg_request_contact.png') left top no-repeat;
	padding: 18px 0 18px 18px;
	float:right;
}

#request_contact h2 {
	width: 315px;
	background: url('../images/headline_request_contact.png') center center no-repeat;
	margin-bottom: 10px;
	text-indent: -9999px;
	line-height: 17px;
}

#request_contact table td {
	background: none;
	padding: 0 0 13px 0;
}

#request_contact table td.key {
	/*width: 30%*/;
	text-align: right;
}

#request_contact table td.key label {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	vertical-align:middle;
}

/*#request_contact p#privacy_message {
	clear: both;
	color: #515151;
	font-size: 9px;
	margin: -12px 0 0 -40px;
	padding: 0;
	text-align: center;
	line-height: 5px;
}*/

#request_contact #privacy_message {
	clear: both;
	color: #515151;
	font-size: 9px;
	margin: auto;
	padding: 0;
	text-align: center;
}


span.print-text {
    display: none !important;
}










