/*
	Page-Specific Stylesheet for 2009 redesign
	Rules in this sheet should be applied to one or two pages of the site at most.
	If a rule will apply to more pages than that, add it to global.css instead.
	All rules should be prefaced with the unique ID attribute from the body tag of the page it applies to.
*/

/* Portfolio -------------------------------------------------- */
#portfolio #headline {
	height: 500px;
	margin: 0;
	text-indent: -9999px;
}


/* Homepage -------------------------------------------------- */
#homepage #header {
	padding: 35px;
}
#homepage .updates {
	padding: 0px;
}
#homepage #news {
	padding-top: 0;
}


#headline {
	padding: 0;
	margin: 0;
	width:760px;
			border-left: 1px solid #333;

		border-right: 1px solid #333;

}



#homepage .updates h3 {
	height: 20px;
	_height: 9px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/subhead-designnews.gif") no-repeat;
}
#homepage #events h3 {
	background: transparent url("../images/subhead-events.gif") no-repeat;
}
#homepage .updates .more {
	margin: 0;
}
#homepage .updates .more a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	margin: 0;
	background: transparent url("../images/subhead-more-designnews.gif") no-repeat;
}
#homepage #events .more a {
	background: transparent url("../images/subhead-more-events.gif") no-repeat;
}
#homepage .updates .more a:hover,
#homepage #events .more a:hover {
	background-position: bottom left;
}
 .updates ul {
	margin: .5em 0 .75em;
}
 .updates li {
	margin: 0;
	padding
	margin-bottom: 3px;
}


#homepage .updates a {
	text-decoration: none;
}
#homepage .updates a:hover {
	color: #0c597f;
	text-decoration: underline;
}

#homepage .updates img {
float: left;
	clear:both;

}



#box_1, #box_2, #box_3, #box_4 {
margin:0px 0px 10px 10px;; /*top left bottom right*/
padding:0px;
float:left;
width:172px;
}


#box_1 p, #box_2 p, #box_3 p, #box_4 p {
font-size:1em;
color:#000000;
margin: 0;
padding: 0;
}

#box_1 h2, #box_2 h2, #box_3 h2, #box_4 h2 {
font-size: 1.2em;
margin: 0;
padding: 0;
margin-bottom:.3em;
} 



#box_1 {
margin:0 5px 2em 0;
}

#box_2 {
margin:0 5px 2em 5px;
}

#box_3 {
margin:0 5px 2em 5px;
}

#box_4 {
margin:0 0 2em 5px;
}
