/* CSS for DC Design House*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Helvetica, Trebuchet MS, sans-serif;
  height: 100%;
  background: #0071bc;
}

a {color: #0071bc; text-decoration: none;}
a:link {color: #0071bc;}
a:visited {color: #0071bc;}
a:hover {text-decoration: underline;}
a:active {color: #0071bc;}

h1 {
	color: #8f3092;
	font-size: 1.5em;
	margin: 14px 0 10px 0;
}


h2 {
	color: #4a8ecb;
	font-size: 1.3em;
	margin: 15px 0 10px 0;
}
h3 {
	color: #0072bc;
	font-size: 1.1em;
	margin: 15px 0 10px 0;
  text-transform: uppercase;
}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 10px 0; }

a img{ border: 0; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .89em; }
.t-c { text-align: center; }
.t-r { text-align: right; }

img.logo{
  float: left;
  margin-left: 20px;
}

#main{
  height: 100%;
}


#top-border{ 
  background: #fff url("/images/bg-top-border.png");
  height: 58px;
}

#bg{
  background: #fff url("/images/bg-body.gif") 0 -116px repeat-x;
}

#left-border{
  min-width: 920px;
  position: relative;
  top: -20px;
  background: url("/images/bg-left-border.png") top left repeat-y;
}

#right-border{
  min-width: 920px;
  background: url("/images/bg-right-border.png") top right repeat-y;
}

#bwm-copy{
  width: 785px;
  padding: 0 58px;
  margin: 0 auto 0 auto;
  padding-top: 53px;
  padding-bottom: 48px;
}

#nav-holder{
  position: absolute; 
  width: 100%; 
  z-index: 100;
}

#nav{
  width: 885px;
  padding: 10px 0 0 0;
  margin: -14px auto 0 auto;
}

#nav ul { /* all lists */
  width: 885px;
  margin: 0 auto;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
  color: #fff;
	font-weight: bold;
  font-size: 1.1em;
	text-align: center;
  text-decoration: none;
	width: 70px;
	margin: 0 3px 0 3px;
	padding: 5px;
}

#nav a:hover {background-color: #009247;}

#nav li:hover {background-color: #8e2f91;}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav ul li a:hover {
	background-color: #8e2f91;
}

#nav li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	background-color: #009247;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	padding: 5px 13px 5px 10px;
	width: 147px;
	text-align: left;
	margin: 0;
}

#nav li ul li a:hover {
	background-color: #f4982f;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#home-page-tr{
  background: url("/images/home-page-tr.png");
  width: 282px;
  height: 334px;
  text-align: center;
  float: right;
  padding-top: 24px;
  margin-right: 30px;
  display: inline;
}
#home-page-tr2{
  
  width: 282px;
  height: 334px;
  text-align: center;
  float: right;
  padding-top: 24px;
  margin-right: 120px;
  display: inline;

  
}
#home-page-tr-wide{
  background: url("/images/image-wide-tr.png") top left no-repeat;
  width: 399px;
  height: 335px;
  text-align: left;
  float: right;
  padding-top: 24px;
  margin-right: 0px;
  display: inline;
}
#home-page-tr-wide img { margin: 0 0 0 24px; }

#home-page-tr1{
  width: 400px;
  height: 100%;
  text-align: left;
  float: right;
  padding-top: 24px;
  margin-right: 0px;
  display: inline;
}

#home-page-tr p{
  text-align: left;
  padding: 4px 25px 0 25px;
  color: #6f7073;
	line-height: 1em;
  text-transform: uppercase;
}
#home-page-tr .small { font-size: .69em; }

#home-page-left{
  width: 399px;
  float: left;
}

#home-page-left h2{
  color: #f39830;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#home-page-right{
  float: right;
  width: 384px;
  margin-top: 40px;
}

#top{
  height: 340px;
}

#top p{
  float: right;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em;
	width: 230px;
	margin: 0;
	padding: 0;
}

#top p a {color: #8e3092;}
#top p a:link {color: #8e3092;}

#top h1 {
	color: #8f3092;
	font-size: 2.3em;
	margin: 0 0 10px 0;
  padding-top: 75px;
  width: 377px;
  height: 150px;
  float: right;
}

h1.master-bath {background: url("/images/bg-master-bathroom.gif") top right no-repeat;}
h1.master-bedroom {background: url("/images/bg-master-bedroom.gif") top right no-repeat;}
h1.garden {background: url("/images/bg-garden.gif") top right no-repeat;}
h1.dining-room {background: url("/images/bg-dining-room.gif") top right no-repeat;}
h1.powder-room {background: url("/images/bg-powder-room.gif") top right no-repeat;}
h1.entry-hall {background: url("/images/bg-entry-hall.gif") top right no-repeat;}
h1.living-room {background: url("/images/bg-living-room.gif") top right no-repeat;}
h1.guest-bed-1 {background: url("/images/bg-guest-bed-1.gif") top right no-repeat;}
h1.guest-bed-2 {background: url("/images/bg-guest-bed-2.gif") top right no-repeat;}
h1.lower-level-bath {background: url("/images/bg-bath.gif") top right no-repeat;}
h1.kitchen {background: url("/images/bg-kitchen.gif") top right no-repeat;}
h1.lower-level-media-room {background: url("/images/bg-media-room.gif") top right no-repeat;}


/* 2009 Designer Backgrounds */

h1.lower-level-media-room {background: url("/images/bg-media-room.gif") top right no-repeat;}
h1.kitchen-2009 { background: url("/images/backgrounds-2009/kitchen.gif") top right no-repeat; }
h1.library-2009 { background: url("/images/backgrounds-2009/library.gif") top right no-repeat; }
h1.powder-room-2009 { background: url("/images/backgrounds-2009/powder-room.gif") top right no-repeat; }
h1.guest-sitting-room-2009 { background: url("/images/backgrounds-2009/guest-sitting-room.gif") top right no-repeat; }
h1.vestibule-2009 { background: url("/images/backgrounds-2009/vestibule.gif") top right no-repeat; }
h1.guest-bedroom-2009 { background: url("/images/backgrounds-2009/guest-bedroom.gif") top right no-repeat; }
h1.little-girls-room-2009 { background: url("/images/backgrounds-2009/little-girls-room.gif") top right no-repeat; }
h1.stair-hall-2009 { background: url("/images/backgrounds-2009/stair-hall.gif") top right no-repeat; }
h1.garden-2009 { background: url("/images/backgrounds-2009/garden.gif") top right no-repeat; }
h1.master-sitting-room-bath-2009 { background: url("/images/backgrounds-2009/master-sitting-room-bath.gif") top right no-repeat; }
h1.master-bedroom-2009 { background: url("/images/backgrounds-2009/master-bedroom.gif") top right no-repeat; }
h1.laundry-2009 { background: url("/images/backgrounds-2009/laundry.gif") top right no-repeat; }
h1.living-room-2009 { background: url("/images/backgrounds-2009/living-room.gif") top right no-repeat; }
h1.dining-2009 { background: url("/images/backgrounds-2009/dining.gif") top right no-repeat; }
h1.porch-2009 { background: url("/images/backgrounds-2009/porch.gif") top right no-repeat; }


/* 2010 Designer Backgrounds */

h1.conservatory-terrace-2010 { background: url("/images/backgrounds-2010/conservatory-terrace.gif") top right no-repeat; }
h1.guest-sitting-room-2010 { background: url("/images/backgrounds-2010/guest-sitting-room.gif") top right no-repeat; }
h1.convervatory-2010 { background: url("/images/backgrounds-2010/conservatory.gif") top right no-repeat; }
h1.dining-room-2010 { background: url("/images/backgrounds-2010/dining-room.gif") top right no-repeat; }
h1.master-dressing-room-2010 { background: url("/images/backgrounds-2010/dressing-room.gif") top right no-repeat; }
h1.deck-patio-2010 { background: url("/images/backgrounds-2010/deck-patio.gif") top right no-repeat; }
h1.living-room-2010 { background: url("/images/backgrounds-2010/living-room.gif") top right no-repeat; }
h1.family-living-room-2010 { background: url("/images/backgrounds-2010/family-living-room.gif") top right no-repeat; }
h1.boys-bedroom-2010 { background: url("/images/backgrounds-2010/boys-bedroom.gif") top right no-repeat; }
h1.guest-bedroom-2010 { background: url("/images/backgrounds-2010/guest-bedroom.gif") top right no-repeat; }
h1.reception-room-2010 { background: url("/images/backgrounds-2010/reception.gif") top right no-repeat; }
h1.girls-bedroom-2010 { background: url("/images/backgrounds-2010/girls-bedroom.gif") top right no-repeat; }
h1.study-2010 { background: url("/images/backgrounds-2010/study.gif") top right no-repeat; }
h1.kitchen-2010 { background: url("/images/backgrounds-2010/kitchen.gif") top right no-repeat; }
h1.master-bedroom-2010 { background: url("/images/backgrounds-2010/master-bedroom.gif") top right no-repeat; }
h1.sun-room-2010 { background: url("/images/backgrounds-2010/sun-room.gif") top right no-repeat; }
h1.entry-stair-2010 { background: url("/images/backgrounds-2010/entry-stair.gif") top right no-repeat; }
h1.entry-2010 { background: url("/images/backgrounds-2010/entry.gif") top right no-repeat; }
h1.studio-2010 { background: url("/images/backgrounds-2010/studio.gif") top right no-repeat; }
h1.library-2010 { background: url("/images/backgrounds-2010/library.gif") top right no-repeat; }
h1.golf-room-2010 { background: url("/images/backgrounds-2010/golf-room.gif") top right no-repeat; }
h1.pool-2010 { background: url("/images/backgrounds-2010/pool.gif") top right no-repeat; }

#headshot{
  position: absolute;
  height: 153px;
  width: 138px;
  padding: 25px;
  background: url("/images/bg-headshot.png") no-repeat;
  margin-left: 380px;
  margin-top: 124px;
}
#wide-headshot{
  position: absolute;
  height: 142px;
  width: 160px;
  padding: 19px 20px;
  background: url("/images/bg-headshot-wide.png") no-repeat;
  margin-left: 360px;
  margin-top: 124px;
}

#left-col{
  width: 399px;
  float: left;
}

#left-col h2{
  color: #f39830;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#gallery{
  width: 360px;
}

#gallery a img{
  border: 2px solid #159d58;
  margin: 5px;
}

#gallery p{
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 10px 0 30px 0;
	font-size: .9em;
}

#gallery a:hover img{
  border: 2px solid #f4982f;
}

#right-col.application09 {
padding: 20px 15px 20px 15px;

}

.application09 a{
border: medium double #f4982f;
padding: 20px;


}
.application09 a:hover {
border: medium double #0071bc;
padding: 20px;
color: #f4982f;
text-decoration: none;

}

#right-col{
  float: right;
  width: 384px;
}

#right-col h1 {text-transform: uppercase;}
#right-col h2{
  color: #009348;
  text-transform: uppercase;
  font-size: 1em;
}

#right-col p{
  color: #666666;
  line-height: 1.4em;
  font-size: .92em;
}
#right-col li{
  color: #666666;
	margin: 0 0 5px 0;
}

#home-page-right p{
  color: #6f7073;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  float: right;
  text-align: justify;
  width: 220px;
  font-size: 1.22em;
  line-height: 1.42em;
}

#home-page-right p a{
  text-align: right;
  display: block;
  font-size: .88em;
}

#bwm-copy a.blue{
  color: #0072bc;
}

#bwm-copy a.green{
  color: #009348;
}

#img-nav{
  margin-top: 20px;
  padding-top: 15px;
}

#img-nav.index{
  border-top: 1px solid #d1d1d2;
}

#img-nav div{
  width: 125px;
  float: left;
  text-align: center;
  font-size: .92em;
}

#img-nav div a{
  color: #ed1d24;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#img-nav div a:hover{
  text-decoration: underline;
}

#home-page-right h2{
  color: #009349;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  margin-left: 20px;
  display: inline;
}

#bottom-border{
  background: url("/images/bg-bottom-border.png") repeat-x;
  height: 70px;
  margin-top: -91px;
  width: 100%;
}

#footer-holder{

}

#footer{
  width: 785px;
  margin: 58px auto 0 auto;
  padding: 20px 58px;
  padding-top: 20px;
}

#footer p{
  text-align: center;
  color: #fff;
}

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

#footer a:hover{
  text-decoration: underline;
}

#footer p.text-nav a{
  margin: 0 15px;
}

.block-list {
	width: 115px;
  color: #9fa0a5;
	float: left;
	text-align: center;
	padding: 0 5px 10px 0;
}
.block-list-wide {
	width: 185px;
  color: #9fa0a5;
	float: left;
	text-align: center;
	padding: 0 5px 10px 0;
}

#vendors strong {text-transform: capitalize;}

.bios {
		float: left;
		height: 145px;
		width: 125px;
		padding: 18px 0 0 0;
		text-align: center;
		background: url("/images/bio-head-bg.gif") no-repeat;
	}
	.bios img {border: 0;}
	.bios h2 {padding: 0 5px 0 5px; margin: 10px 0 0 0;}

.img-right {float: right; border: 5px solid #CCCCCC; margin: 0 0 0 5px;}	
	
h4 {color: #FFFFFF; font-size: 1.6em; margin: 30px 0 2px 0; padding: 3px 0 3px 5px; clear: both;}
.sponsors {margin: 10px; float: left;}
#view-sponsors {float: right; margin: 20px 50px 0 0;}		

a#top-notice {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px;
	top: 0;
	left: 0;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
	z-index: 999;
	text-align: center;
}
a#top-notice:hover { background-color: #009247; text-decoration: none; }

a#top-notice.alert-2008 { background-color: #912f92; }
a#top-notice.alert-2008:hover { background-color: #009247; text-decoration: none; }

a#top-notice.alert-2009 { background-color: #F3972F; }
a#top-notice.alert-2009:hover { background-color: #8E2F91; text-decoration: none; }

.green-box { 
	float: left;
	background-color: #009247;
	width: 100%;
	margin-bottom: 20px;
}
.green-box a {
	display: block;
	border: 2px solid #FFFFFF;
	padding: 10px;
	margin: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.green-box:hover { background-color: #8e2f91; }
.green-box a:hover { text-decoration: none; }


.blue-box { 
	float: left;
	background-color: #0070BB;
	width: 100%;
	margin-bottom: 20px;
}
.blue-box a {
	display: block;
	border: 2px solid #FFFFFF;
	padding: 10px;
	margin: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.blue-box:hover { background-color: #F4982F; }
.blue-box a:hover { text-decoration: none; }


#vote-box { 
	float: left;
	background-color: #0070BB;
	width: 100%;
	margin-bottom: 20px;
}
#vote-box a.block {
	display: block;
	border: 2px solid #FFFFFF;
	padding: 10px;
	margin: 10px 10px 0 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#vote-box a { color: #FFFFFF; }

#vote-box a.block:hover { background-color: #F4982F; text-decoration: none; }

#vote-box small { display: none; }
#vote-box p { float: none; text-align: left; padding: 0; margin: 0; text-transform: none; color: #FFFFFF; font-size: 14px; width: auto; }
#vote-box .designer { 
  float: left; 
  width: 128px; 
  padding: 0 0 10px 0;
  color: #FFFFFF;
  text-align: center; 
}
#vote-box .designer img { border: 1px solid #FFFFFF; margin: 0 0 3px 0; }

.orange-box { 
	float: left;
	background-color: #F3972F;
	width: 100%;
	margin-bottom: 20px;
}
.orange-box span {
	display: block;
	border: 2px solid #FFFFFF;
	padding: 10px;
	margin: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#p-gall { margin:20px 0 20px 0;}
#p-gall a img { width:100px; height:67px; border:solid 1px #CCCCCC; padding:2px; margin:5px; outline:none;}

#voting input.radios { height: 55px; margin-right: 15px; }
#voting img { border: 2px solid #9E9FA4; margin: 5px 0; }
#voting small { color: #0070BB; display: block; padding: 3px 0 0 0;}
#voting .percent { font-weight: bold; color: #F4982F; }