/*CSS developed for Rearrangements Home Staging
by CarricDesign, Kingston, Ontario
February 2010
*/



h1, h2, h3, h4, h5, h6 {
	font-family: century gothic, verdana, arial, sans-serif;
	font-weight: normal;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #4d686f;
	color: #4d686f;
	font-size: 1.4em;
}

/*SEC-NAV
================================================================*/
#sec-nav {
	color: #fff;
}

/*HEADER
================================================================*/
#header {
	padding: 30px 0 0 0;
	height: 130px;	
}

#header-left {
	float: left;
	width: 286px;
	padding: 20px 0 0 0;
}

/*BUBBLE
================================================================*/
#bubble {
	float: right;
	margin: 0;
	padding: 0;
	width: 360px;
	height: 124px;
	background-image: none;
}

#bubble div.homeowners, #bubble div.agents, #bubble div.builders,
#bubble div.homeowners-selected, #bubble div.agents-selected, #bubble div.builders-selected {
	float: left;
	height: 124px;
	width: 113px;
	padding: 0 0px 0 0;
}

#bubble div.homeowners a, #bubble div.agents a, #bubble div.builders a,
#bubble div.homeowners-selected, #bubble div.agents-selected, #bubble div.builders-selected {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -3000px;
}

#bubble div.homeowners a{
	background: url(../images/homeowners-sm.jpg) top left no-repeat;
}

#bubble div.agents a{
	background: url(../images/agents-sm.jpg) top left no-repeat;
}

#bubble div.builders a{
	background: url(../images/builders-sm.jpg) top left no-repeat;
}

#bubble div.homeowners a:hover {
	background: url(../images/homeowners-sm.jpg) top right no-repeat;
}

#bubble div.agents a:hover {
	background: url(../images/agents-sm.jpg) top right no-repeat;
}

#bubble div.builders a:hover {
	background: url(../images/builders-sm.jpg) top right no-repeat;
}

#bubble div.homeowners-selected {
	width: 113px;
	background: url(../images/homeowners-sm.jpg) top right no-repeat;
}

#bubble div.agents-selected {
	width: 113px;
	background: url(../images/agents-sm.jpg) top right no-repeat;
}

#bubble div.builders-selected {
	width: 113px;
	background: url(../images/builders-sm.jpg) top right no-repeat;
}


/*MAIN
================================================================*/
#main {
	width: 949px;
	background: url(../images/inner-top2.gif) top no-repeat;
	background-color: #fff;
	color: #454545;
	line-height: 1.5em;
	padding: 0 0 40px 0;
}

#main a {
	color: #4f1212;
	font-weight: bold;
}

#main h3 {
	border: none;
	width: 500px;
	color: #4f1212;
	font-size: 1em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	padding: 15px 0 0 0;
}

#main img.title {
	padding: 20px 0 0 10px;
	float: left;
}

#main div.left {
	clear: both;
	float: left;
	width: 350px;
}

#main div.left img {
	margin: 40px 0 0 20px;
	padding: 2px;
	border: 1px solid #9e9e9e;
}

#main div.left p {
	width: 300px;
	padding: 20px 0 20px 25px;
}

#main div.left p.quote {
	width: 275px;
	margin: 20px 0 20px 21px;
	border: 2px solid #4d686f;
}

#main div.left span.quote {
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
}

#main div.left embed {
	margin: 0 0 0 25px;
	height: 248px;
	width: 300px;
}

#main div.right {
	float: left;
	width: 595px;
}

#main div.right span.testimonial {
	font-weight: normal;
	color: #4f1212;
	font-style: italic;
}

#main div.right ul.num {
	list-style-type: none;
}

#main p {
	width: 550px;
}

#main p.small {
	text-align: right;
	font-size: 0.9em;
}

#main h2 {
	margin: 45px 0 0 0;
}

#main li {
	width: 540px;
}

#main ul {
	list-style: square;
	vertical-align: top;
}


/*MEMBERSHIPS
================================================================*/
#memberships {
	width: 949px;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	background: #fff;
	color: #9e9e9e;
}

#memberships a {
	color: #4f1212;
	font-weight: bold;
}

#memberships table {
	margin: 0 0 0 60px;

}

#memberships tr {
	height: 110px;
}

#memberships td {
	width: 150px;
	text-align: center;
	padding: 0 20px 5px 0;
	border-bottom: 1px dotted #9e9e9e;
}

#memberships td.caption {
	width: 150px;
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 0;
	border-bottom: 0px;
}


/*FOOTER
================================================================*/
#footer {
	width: 950px;
	padding: 0;
	padding: 20px 0 50px 0;
	text-align: center;
	font-size: 0.9em;
}

#footer a{
	color: #9e9e9e;
}


#footer form {
	margin: 0 auto;
	margin-top: 20px;
	width: 280px;
}

#footer li{
	display: inline;
	line-height: 1.5em;
	color: #9e9e9e;	
}

#footer ul {
	padding: 0 0 40px 0;
}

p.clear {
	clear: both;
}

p.copyright {
	font-size: 0.8em;
}
