/* 
	CSS Document
	Author:		Jeffrey Barke
	Title:		Stellar Concierge form screen styles
	Version:	28 January 2008
	License:	This style sheet and all imported style sheets are licensed
				under a Creative Commons Attribution-ShareAlike 3.0 License.

	http://creativecommons.org/licenses/by-sa/3.0/us/

	Licensor contact: jeffrey.barke@themechanism.com
*/

/* page body
----------------------------------------------- */
.form #pageBody {
	background: #fff none;
}
.form #breadcrumbs {
	background-color: #000;
	clear: both;
	font-size: 90%;
	line-height: 28px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 18px;
	min-height: 28px;
}
.form #breadcrumbs li {
	color: #999;
	display: inline;
}
.form #breadcrumbs li a {
	color: #f36230;
}
.form #breadcrumbs li a:hover {
	text-decoration: none;
}
.form h1 {
	background: transparent url(../images-new/backgrounds/col2h2.png) bottom left repeat-x;
	color: #cc104a;
	font: 100% bold CachetBold, Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 1px 1px 1em 1px;
	padding-left: 22px;
	text-transform: uppercase;
}
.form #col1 {
	width: 350px;
}
.form #col1 p {
	color: #3a1531;
	font: 95% normal Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: 0 29px 0 22px;
}
.form #col1 p#contactUs {
	font-size: 120%;
	line-height: 1.5em;
}
.form #col2 {
	width: 674px;
}
#col4 {
	float: left;
	margin: 0;
}
.form #col4 {
	width: 110px;
}
.form #col4 p {
	color: #3a1531;
	font: 95% normal Geneva, Arial, Helvetica, sans-serif;
}

/* service blocks
----------------------------------------------- */
.serviceBlock-img img { border: 1px solid #343434; }
.serviceBlock-img img:hover { border: 1px solid #343434; }
.serviceBlock h3, .serviceBlock p {
	color: #000;
}