@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #f3f6ff;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
}
.robotic {
	display: none;
}
p {
	margin: 0px 0px 12px;
}
.wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
.wrapper .faqLeft {
	float: left;
	width: 480px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	height: 140px;
}
.header .logo {
	float: left;
	padding-top: 55px;
	height: 55px;
	width: 600px;
	background-image: url(../images/logos/winsorConstructionLogo.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.menuHolder {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-bottom: 20px;
}
.menu {
	width: 800px;
	font-size: 15px;
	font-weight: bold;
	background-color: #595b8c;
	height: 35px;
	padding-top: 10px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	float: left;
	margin: 0px;
	padding-left: 5px;
	padding-top: 1px;
}
.subMenu  {
	padding-bottom: 20px;
}
.wrapper .subMenu .subMenuItems {
	padding: 5px 5px 5px 10px;
	background-color: #f3f6ff;
	color: #595b8c;
	font-size: 13px;
}
h1 {
	margin: 0px 0px 15px;
	font-size:18px;
	color: #595b8c;
	border-bottom: 1px solid #c2c7de;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	margin: 0px 0px 15px;
	font-size:18px;
	color: #595b8c;
	border-bottom: 1px solid #c2c7de;
	/* [disabled]padding-top: 10px; */
	padding-bottom: 10px;
}
h3 {
	margin: 0px 0px 15px;
	font-size:16px;
	color: #595b8c;
}
h4 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*menu links */

.menu a:link {
	text-decoration: none;
	color: #fff;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	padding: 10px;
}
.menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.menu a:hover {
	background-color: #f3f6ff;
	text-decoration: none;
	color: #595b8c;
}
.menu a:active {
	text-decoration: none;
	color: #FFF;
}
.selected {
	background-color: #f3f6ff;
	color: #595b8c;
}

/*white links */

.whiteLink a:link {
	text-decoration: none;
	color: #fff;
}
.whiteLink a:visited {
	text-decoration: none;
	color: #fff;
}
.whiteLink a:hover {
	text-decoration: underline;
	color: #fff;
}
.whiteLink a:active {
	text-decoration: none;
	color: #fff;
}

/* general links */

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #595b8c;
}
a:visited {
	text-decoration: none;
	color: #595b8c;
}
a:hover {
	text-decoration: none;
	color: #595b8c;
}
a:active {
	text-decoration: none;
	color: #595b8c;
}

.end {
}

.listy ul {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
}
.listy li {
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.footer {
	clear: both;
	width: 800px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
.wrapper .servicesCol {
	float: right;
	width: 310px;
}
.phoneNumbers {
	background-color: #5b5d8d;
	border: double 6px #fff;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #FFF;
}
.phoneNumbers a {
    color: white;
    text-decoration: none;
}
.wrapper .slideHolder {
	background-color: #f3f6ff;
	width: 450px;
	float: left;
	margin-bottom: 20px;
}
.wrapper .slideHolder img {
	padding: 10px;
}
#slideshow {
	position:relative;
	height:343px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

a img {
	zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: aplha .3s ease-in-out;
}
a img:hover {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
}
.survey  {
	float: right;
	text-align: center;
	padding-top: 30px;
	line-height: 14px;
}
.handy {
	cursor: pointer;
}
form {
	color: #595b8c;
	font-weight: bold;
}
.wrapper .botSection {
	border-bottom: 1px solid #c2c7de;
	text-align: center;
}
.botSection img {
}
.colOne   {
	float: left;
	width: 310px;
	margin-right: 40px;
}
.wrapper .separator {
	clear: both;
	width: 800px;
	border-bottom: 1px solid #c2c7de;
	margin-bottom: 20px;
}
.wrapper .botSection .colRight {
	float: right;
	width: 300px;
}
.wrapper .botSection.style1 .colRight img {
}
.SurveyForm {
	width: 540px;
	text-align: center;
	background-image: url(../images/window.gif);
	background-repeat: no-repeat;
	background-position: 520px 0px;
}
.wrapper .slideHolder .topLeftCol {
	float: left;
	width: 300px;
}
.wrapper .clientPic {
	float: left;
	width: 280px;
	background-color: #F3F6FF;
	padding: 10px;
	margin-bottom: 20px;
}
.doubleCol {
	float: left;
	width: 620px;
}
.galleryThumb {
	float: left;
	/* [disabled]background-color: #eee; */
	margin: 0px;
	padding: 20px 20px 0px 0px;
	width: 175px;
}
.galleryThumbHolder {
	background-color: #EEE;
	padding-left: 20px;
	padding-bottom: 20px;
	clear: both;
}
.author {
	text-align: right;
	color: #595b8c;
	font-style: italic;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.numberTop {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	float: right;
    line-height: auto;
	margin-top: 1px;
    padding-right: 5px;
}
.footerBottom {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .servicesPics {
	float: left;
	width: 440px;
	background-color: #f3f6ff;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.wrapper .servicesPics .imgThumb img{
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]float: left; */
}
.wrapper .servicesPics .imgThumb {
	width: 210px;
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.thumbDesc {
	color: #FFF;
	background-color: #595B8C;
	font-weight: bold;
}
.clientName {
	color: #595B8C;
}
.wrapper .servicesCol .backToTop {
	/* [disabled]text-align: right; */
	padding-top: 6px;
}
.homepageButton {
	font-size: 20px;
	line-height: 20px;
	background-color: #5b5d8d;
	border: double 6px #fff;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #FFF;
}
.larger {
	padding: 5px;
	font-size: 16px;
}