@charset "UTF-8";
body/* CSS Document */

  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #336699;
	background-repeat: repeat-x;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 100px;
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px;
} 
.twoColFixLtHdr #header  {
	height: 150px;
	padding-top: 0;
	padding-bottom: 0px;
	background-color: #FBFBFB;
	background-image: url(images/MDHeader3.jpg);
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#left  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	height: 600px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9C0002;
}
#right  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #9C0002;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9C0002;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
} 
#center {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
.mainimage {
	background-position: center;
}
#centerfixed {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	height: 100%;
	width: 990px;
	float: left;
}
#centerfixed_repairs {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 550px;
}
#centerproducts {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
#tour {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom: 0;
	border-right-width: 2px;
	clear: none;
	width: 686px;
	height: 450px;
	background-image: url(images/tour_01.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #670101;
	border-right-color: #670101;
	border-bottom-color: #670101;
	border-left-color: #670101;
}
#menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #666666;
	background-position: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	color: #666666;
	letter-spacing: 2px;
	vertical-align: middle;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-decoration: none;
}

#menu a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(images/mdmenubg2.jpg);
	background-repeat: repeat-x;
}
.heading {
	color: #336699;
	font-weight: bold;
}
.bulletinfo {
	color: #333333;
	font-weight: bold;
	list-style-type: circle;
	list-style-position: outside;
}
.readfullarticle {
	font-size: small;
	font-style: italic;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.wrappicright {
	float: right;
}
.tm {
}
.footertext {
	font-size: small;
	color: #CCCCCC;
}
.twoColFixLtHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	height: 65px;
	text-align: center;
	background-color: #666666;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
#right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
}
.videobox {
	background-color: #9C0002;
	height: 50px;
	width: 200px;
	padding: 3px;
	text-align: center;
	border: 1px groove #999999;
}
.pic_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
}
.borderframeleft {
	border: 4px double #336699;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.pic_right {
	float: right;
	margin-left: 5px;
}
.copyright {font-size: x-small}
a:link {
	color: #336699;
}
a:visited {
	color: #666666;
}
#leftfront {
	width: 880px;
	height: 100%;
	left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border: 2px solid #336699;
	float: left;
	padding-bottom: 20px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center center;
	background-color: #CCCCCC;
	margin-bottom: 20px;
}
.designinsidecontainer {
	width: 100%;
	height: 100%;
}
#DesignBuildWrapper {
	height: auto;
	width: 100%;
}
#rightfront {
	width: 320px;
	height: 318px;
	left: auto;
	right: auto;
	background-color: #EBEBEB;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 2px solid #336699;
	float: left;
	background-image: url(images/playhouse.jpg);
	clear: none;
}
#collage {
	height: 150px;
	background-image: url(images/mdcollage2.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.archdiv1 {
	float: left;
	height: 100%;
	width: 400px;
}
.archdiv2 {
	height: 100%;
	width: 220px;
	float: left;
	text-align: left;
	padding-right: 20px;
}
.archdiv3 {
	height: 380px;
	width: 240px;
	float: left;
	background-image: url(images/arch02.jpg);
}
#DesignBuildBottomWrapper {
	height: 100%;
	width: 880px;
}
#DesignLeftDiv {
	height: 323px;
	width: 430px;
	position: relative;
	float: left;
	background-image: url(images/playhouse-design.jpg);
	background-repeat: no-repeat;
}
#DesignRightDiv {
	width: 420px;
	left: 30px;
	position: relative;
	height: 234px;
	background-image: url(images/playhouse-drawing.jpg);
	float: left;
}
#DesignBottomDiv {
	clear: both;
	float: left;
	height: 565px;
	width: 880px;
	margin-top: 20px;
	background-image: url(images/playhouse-elevations.jpg);
	background-repeat: no-repeat;
}
#ArchWrapperTop {
	width: 880px;
	float: left;
}
#ArchWrapper {
	width: 880px;
	float: left;
}
