/* 
	CSS Document
	Author:		Jeffrey Barke
	Title:		Stellar Concierge interior 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
----------------------------------------------- */
.interior #pageBody { background: #fff none; }
.interior #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;
}
.interior #breadcrumbs li {
	color: #999;
	display: inline;
}
.interior #breadcrumbs li a { color: #f36230; }
.interior #breadcrumbs li a:hover { text-decoration: none; }
.interior #col1 {
	min-height: 400px;
	width: 406px;
}
.interior #col1 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;
}
/* .interior #col1 div, */
.interior #col1 p {
	color: #3a1531;
	font: 95% normal Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: 0 29px 0 22px;
}
.interior #col1 h3 {
	color: #3a1531;
	font: 120% bold Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: 0 29px 0 22px;
}
.interior #col1 ul {
	color: #3a1531;
	font: 95% normal Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: auto 29px 0 22px;
}
.interior #col1 ul li {
	padding-bottom: 1em;
	padding-right: 22px;
}
.interior #col1 ul li ul {
	padding-top: 0.5em;
}
.interior #col1 ul li ul li {
	padding-bottom: 0.1em;
	padding-left: 0;
}
.interior #col1 ul.tightList li {
	padding-bottom: 0;
}

.interior #col2 {
	min-height: 400px;
}
.interior #col2 {
	background: #7e2265 url(../images-new/backgrounds/pageBody.png) bottom left repeat-x;
	margin: 0;
	padding: 0;
	width: 618px;
}
.interior #col2 h2 {
	background: transparent url(../images-new/backgrounds/col1h1.png) bottom left repeat-x;
	color: #fff;
	font: 100% bold CachetBold, Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 35px;
	margin: 1px 1px 0 1px;
	padding-left: 22px;
	text-transform: uppercase;
}

/* service blocks
----------------------------------------------- */
.interior .serviceRow {
	background: #7e2265 url(../images-new/backgrounds/pageBody.png) bottom left repeat-x;
	margin: 0;
}
.interior .serviceBlock {
	margin-bottom: 18px;
	margin-top: 13px;
}