/*
	$Id: screen.css 8979 2008-09-18 23:53:28Z mjhorne $
/* {literal} */
div#banner {
	height: 143px;
	background: url(../../images/public/layout/banner.png) 0px 122px no-repeat;
}

ul#mainMenu li {
	background-image: url(../../images/public/layout/mainMenuRight.png);
}

ul#mainMenu li a {
	background-image: url(../../images/public/layout/mainMenuLeft.png);
}

span.portfolioItemHeading {
	font-weight:	bold;
	/*margin-right:	10px;*/
}

div.portfolioItemDescription {
	/*margin-left:	10px;*/
}

div.portfolioImage {
	float:			right;
	margin-left:	25px;	
	margin-bottom:	20px;	
}

ul#photoGalleryCategories li, ul#photoGalleryPhotos li {

	float: left;
	width: 200px;
	height: 210px;
	text-align: center;
	list-style-type: none;
	margin-right: 20px;
}

ul#photoGalleryCategories li.last, ul#photoGalleryPhotos li.last {
	margin-right: 0px;
}

/*
 * Htdig styling section.
 */
ul#searchResults {
	margin-left: 0;
}

ul#searchResults li {
	list-style-type:		none;
	margin-top:				15px;
	border-top:			solid 1px #cccccc;
}

div#results {
	margin-top:			40px;
}

div#searchFooter {
	margin-top:			35px;
}

ul#searchResults span.title {
	font-size:			19px;
	font-weight:		bold;
	margin-bottom:		5px;
}

ul#searchResults span.title a {
	color:				#555555;
	font-weight:		bold;
}

ul#searchResults p.description {
	font-size:			14px;
}

/* {/literal} */

