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

html {margin: 0; padding: 0;}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #4d686f;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
}

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;
}


img {
	border: none;
}

li {
	vertical-align: top;
}

span {
	font-weight: bold;
}

ul {
	list-style: none;
	
}

/*SEC-NAV
================================================================*/
#sec-nav {
	display: none;
}



/*WRAPPER
================================================================*/
#wrapper {
	margin: 0 auto;
	width: 960px;
}



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

/*NAV
================================================================*/
#nav {
	display: none;	
}
/*BUBBLE
================================================================*/
#bubble {
	display: none;
}


/*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 {
	display: none;
}

#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 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 {
	clear: both;
	width: 700px;
	padding: 40px 0 50px 0;
	color: #9e9e9e;
	text-align: center;
	font-size: 1.2em;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}

#footer ul {
	display: none;
}



