/* WFT site-required (locked) type/color styles only */
/* XUI lib compatible (Dec 2008 version) */


/* Special type required by special regions */


#headNav h1 {
	/* text-indent: -500em; */
	float: right;
	font: 25px "Trebuchet MS",helvetica,arial,sans-serif;
	font-weight: bolder;
	text-align: right;
	vertical-align: bottom;
	padding: 1px 16px 0 0;

}


#headNav ul {
	padding: 11px 0 0 16px;
}

#headNav li {
	font-family:  arial, verdana, helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 14px;
	padding-right: 16px;
	float: left;
}


#headNav a, #footNav a {
	text-decoration: none;
	background: transparent;
	color: #ccc; 
 }

#headNav a.current, #footNav a.current {
	color: #fff; 
	background: transparent;
	}

#headNav a:hover, #footNav a:hover {
	color: #fc0;
}


#footNav ul {
	padding: 18px 0 18px 0;
	overflow: hidden;
	width: 100%;
}

#footNav li {
	font-family:  arial, verdana, helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 14px;
	padding-right: 16px;
	float: left;
}

#footNav p {
	font-family:  arial, verdana, helvetica, sans-serif; 
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	color: #222;
}

#contactBlock p.phone {
	float: left;
	vertical-align: middle; 
	padding-left: 27px;
	background: url(./img/phone.gif) no-repeat 3px 4px;
	font-weight: bold;
	font-size: 12px;
}

p a.video {
	float: left;
	vertical-align: middle; 
	padding-left: 27px;
	font-family:  arial, verdana, helvetica, sans-serif; 
	font-weight: bolder;
	font-size: 13px;
	text-decoration: none;
	background: url(./img/play.gif) no-repeat 3px 4px;
}


hr {
	border: dashed #aaa; 
	border-width: 1px 0 0; 
	height: 0;
}


form label {
	font-family:  arial, verdana, helvetica, sans-serif; 
	font-weight: normal;
	font-size: 10pt;
}

form input, form select, form textarea {
	margin-bottom: 12px;
}

