@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fad05a;
	width: 100%;
}
#content {
	background-image: url(images/homepagebground.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
}
#contentmain {
	background-image: url(images/homepagebground.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	width: 100%;
}
#wrapper {
	position: relative;
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bground.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

/*Header Styles------------------------------------------------------------------*/

#contactheader {
	padding-top: 10px;
}

#header {
	height: 133px;
	width: 990px;
}
#headerleft {
	float: left;
	height: 133px;
	width: 370px;
	margin-bottom:3px;
}
#odonnell a{
	background-image: url(images/logo.jpg);
	display:block;
	text-indent:-9000px;
	height: 133px;
	width: 370px;
}
#headerright h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8b0000;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
}
#headerright {
	width: 480px;
	float: left;
	height: 133px;
	margin-bottom: 3px;
	margin-left: 140px;
}
#pages li {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	list-style-type: none;
	margin-left: 25px;
	margin-top: 20px;
}
#pages li a {
	color: #000;
	text-decoration: none;
}
#wrapper #main {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
#pages li a:hover {
	color: #8b0000;
}
#clear {
	clear: both;
}

/*Footer Styles------------------------------------------------------------------*/

#footer {
	background-image: url(images/footerbground.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 138px;
	margin: 0;
	padding: 0;
}
#footer #footercontent {
	position: relative;
	width: 950px;
	height: 138px;
	padding-top: 15px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/footerimage.jpg);
	background-repeat: no-repeat;
}
#footerleft {
	width: 475px;
	float: left;
}
#footerleft h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000;
}
#footerleft h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #000;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9d771a;
	text-align: center;
	padding-top: 20px;
}
#footer #footercontent #footerbottom ul li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}
#footer #footercontent #footerbottom ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
#footer #footercontent #footerbottom ul li a:hover {
	color: #5B0400;
}
#footerright {
	float: left;
	width: 475px;
	text-align: right;
}
#footerright h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #000;
}
#footerright h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	color: #000;
}
#facebook a{
	background-image: url(images/facebook.jpg);
	display: block;
	text-indent: -9000px;
	height: 18px;
	width: 18px;
	float: left;
	margin-top: 10px;
}
#footer #footercontent #footerbottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	float: left;
	width: 950px;
	margin-top: 15px;
}
#footer #footercontent #footerbottom ul {
	float: left;
	margin-top: 15px;
}
#content #wrapper #main .postleft {
	width: 400px;
}

#content #wrapper #main #mainbar {
	float: left;
	width: 620px;
}
#content #wrapper #main #left {
	width: 620px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content #wrapper #left {
	width: 580px;
	float: left;
	padding: 20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #wrapper #left #post h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	padding-left: 5px;
}
#content #wrapper #left h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	margin-top: 10px;
}
#content #wrapper #left #post p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content #wrapper #sidebar {
	width: 329px;
	float: left;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/*Index Styles--------------------------------------------------------------------*/


#slideshow #slideshowWindow { 
	width:991px; 
	height:497px; 
	margin:0; 
	padding:0; 
	position:relative; 
	overflow:hidden; 
} 
#slideshow #slideshowWindow .slide { 
	margin:0; 
	padding:0; 
	width:991px; 
	height:497px; 
	float:left; 
	position:relative;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:991px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:991px;
	height:497px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-36px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:1000px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index: 500;
	position: absolute;
	bottom: -35px;
	left: 0;
	height: 60px;
	background: #000;
	background: rgba(0,0,0,.5);
	width: 991px;
	font-size: 20px;
	line-height: 1.33;
	color: #fff;
	border-top: 1px solid #000;
	text-shadow: none;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}
#example {
	width:991px;
	height:497px;
	position:relative;
	top: 0px;
}
#sherwin a{
	background-image: url(images/sherwin.jpg);
	display: block;
	text-indent: -9000px;
	height: 76px;
	width: 279px;
}
#benjamin a{
	background-image: url(images/benmoore.jpg);
	display: block;
	text-indent: -9000px;
	height: 62px;
	width: 279px;
}
#homedepot a{
	background-image: url(images/homedepot.jpg);
	display: block;
	text-indent: -9000px;
	height: 76px;
	width: 279px;
}
#content #wrapper #sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}