/* Royal LePage Commercial Site Stylesheet
   WildBlue Web Solutions Inc */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #a7a9ac;
	/*background: #A17461 url(images/img01.jpg) repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}

input.text {
}

input.button {
}

h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
		color: #fff;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
	border: 0 0 0 0;
}

h3 {
	margin: 0.5em 0 0 0;
}

p, ul, ol {
	margin-top: 0.5em;
	line-height: 120%;
}

ul {
	list-style: none;
}

ul li {
}

ul ul {
	margin: 0 0 0 0px;
	border: none;
	}
	
ul ul li  {
	font-weight: 600;
	}
	
ul ul li  a{
	text-decoration: underline;
	}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0 0 0 0;
}

img.floatLeft { 
	float: left;
	margin: 6px; }

img.floatLeftClear { 
	float: left;
	clear: left;
	margin: 5px; }

img.floatRight { 
	float: right;
	margin: 6px; }

img.floatRightClear { 
	float: right;
	clear: right;
	margin: 5px; }

/* Header */

#header {
	width: 852px;
	height: 94px;
	margin: 0 auto;
	background-color: #a52a30;
	color: #fff;
	/*background: url(images/img02.jpg);*/
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .25em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header a {
	text-decoration: none;
	color: #151F5D;
}

/* Page */

#page {
	width: 852px;
	margin: 0 auto;
	background: url(images/bkgrnd-mid.jpg);
}

#pagebg {
	background: url(images/bkgrnd-btm.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 474px;
	padding: 10px 20px 20px 46px;
	background: url(images/bkgrnd1.jpg) no-repeat;
}

#content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#content ul li {
	padding: 8px 0 8px 0;
	list-style-type: none;
	border-bottom: 1px dashed #666;
	}
	
#content ul li a {
	text-decoration: none;
	color: #000;
	}
	
#content ul li a:hover {
	text-decoration: none;
	}
	
.listings  {
	margin: 0;
	color: #000;
	}
	
.listings a {
	color: #410102;
	}
	
.bio  {
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	color: #000;
	width: 770px
	}
	
.bio a {
	color: #410102;
	text-decoration: underline;
	}
	
.bio a:hover {
	color: #410102;
	font-weight: 600;
	}
	
	
#menu  {
	margin: 0;
	background-color: #464344;
	}
	
#menu ul {
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: none;
		color: #fff;
	}
	
#menu ul li {
	display: inline;
	text-decoration: none;
	padding-right: 7px;
	color: fff;
	letter-spacing: 0.10em;
	font-family: Arial, Helvetica;
	}
	
#menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;	
	}
	
#menu ul li a:hover {
	text-decoration: underline;	
	}
	


.post {
}

.post .title {
	padding-top: 05px;
	text-align: center;
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.post .meta a {
	text-decoration: none;
	color: #000;
}

.post .meta a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 26px 46px 20px 26px;
	background: url(images/bkgrnd2.jpg) no-repeat;
}

#sidebar ul {
	padding: 0;
	list-style: none;

}

#sidebar li {
	margin-bottom: 1em;
	padding: 0;
}

#sidebar li ul {
	border-bottom: 1px dotted #748AAF;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;

}

#sidebar h2 {
	margin: -16px 0 0 0;
	border: 0 0 0 0;
	padding-bottom: .5em;
	/*border-bottom: 1px solid #748AAF;*/
	text-align: center;
}

#sidebar a {
	text-decoration: underline;
	color: #000;
}

#sidebar a:hover {
	text-decoration: underline;
		color: #000;
}

.logo  {
	margin: 0px 0 0 0;
	}
	
img.floatLeft { 
	float: left;
	margin: 6px; }

img.floatLeftClear { 
	float: left;
	clear: left;
	margin: 5px; }

img.floatRight { 
	float: right;
	margin: 6px; }

img.floatRightClear { 
	float: right;
	clear: right;
	margin: 5px; }
	
.testimonial {
	font-family: .75em Helvetica, Arial, Times;
	color: #410102;
	margin: 0 15px 10px 15px;
	padding: 5px 5px 5px 5px;
	border-top: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;	
	border-left: 1px dashed #000;
	}
	
.red {
	color: #FF0000
	}


/* Footer */

#footer {
	width: 852px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/footer-back.jpg) no-repeat;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #000;
}

#footer a {
	color: #000;
}#page #pagebg #sidebar h2 {
	background-color: #FFFF99;
}
