﻿@import url(reset.css);
@import("patches/ie5mac.css");
@import url(mainnav/layout.css);
@import url(footernav/layout.css);
@import url(subnav/layout.css);
@import url(text.css);
@import url(paging.css);
@import url(snippets.css);
@import url(../search/search.css);
@import url(../Portfolio/portfolio.css);

html {
	background-color: #dedede;
	}
form {
	margin: 0; 
	padding: 0;
	}
body {
	padding: 26px 0 0 0;
	margin: 0;
	text-align: center;
	}	
div.frame {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-top: 4px solid #c49e4c;
	position: relative;
	}	
div.con-printlogo {
	display: none;
	}		
div.con-header {
	position: relative;
	z-index: 100;
	background-color: #fff;
	width: 980px;
	height: 211px;
	}	
div.con-wrapper {
	width: 980px;
	padding: 0 0 40px 0;
	}	
div.con-banner {
	width: 720px;
	position: absolute;
	left: 260px;
	top: 38px;
	}
div.con-supp-1 {
	float: left;
	width: 218px;
	padding: 36px 21px 0 21px;
	}
div.con-supp-2 {
	float: left;
	display: none;
	}
div.con-supp-1 p {
	font-size: 90.9%;
	margin: 10px 0 0 0;
	padding: 0;
	}
div.con-supp-1 em {
	color: #000;
	font-weight: normal;
	font-style: normal;
	}		
div.con-main {
	float: left;
	width: 720px;
	background: transparent url(../library/bg-con-main.png) no-repeat 0 0;
	padding: 0 0 25px 0;
	/*min-height: 300px;*/
	}
div.con-main div.col-1 {
	float: left;
	width: 438px;
	padding: 36px 0 0 24px;
	}
div.con-main div.col-2 {
	float: left;
	width: 237px;
	padding: 15px 0 0 21px;
	}
div.con-main h2.intro-text {
	width: 360px;
	padding: 75px 0 0 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	background: transparent url(../library/img-intro-text.png) no-repeat 0 0;
	color: #000;
	font-size: 127.3%;
	font-weight: normal;
	}
div.con-main h2.intro-text span {
	display: none;
	}					
div.con-footer {
	background-color: #fff;
	}
div.con-search-title {
	position: absolute;
	top: 170px;
	left: 286px;
	display: block;
	width: 122px;
	z-index: 10001;
	}	
div.con-search-title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	height: 11px;
	}	
div.mod-sitelogo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	}
div.mod-search {
	position: absolute;
	top: 161px;
	left: 408px;
	display: block;
	width: 500px;
	z-index: 10001;
	background: transparent url(../library/bg-mod-search.png) no-repeat 0 0;
	}

div.mod-content {
	float: left;
	padding: 36px 24px 0 24px;
	width: 672px;
	}

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}

#mod-search-quick {
	display: none;
	padding: 0 5px 5px 5px;
	background: transparent url(../library/bg-mod-search-quick.png) no-repeat left bottom;
	left: -153px;
	position: absolute;
	top: 50px;
	width: 551px;
	}
#loading {
	padding: 10px 0 10px 10px;
	}
#results li {
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 8px;
	}
#results li.results-last {
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	}
.fullsearch {
	padding: 0 0 0 392px;
	}
.fullsearch a {
	background: transparent url(../library/icn-link.png) no-repeat right center;
	padding-right: 13px;
	}
#results img {
	/*height: 35px;*/
	}
#results .type {
	padding: 8px;
	background-color: #969696;
	color: #fff;
	font-weight: bold;
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
#results .results-details {
	float: left;
	padding-left: 20px;
	width: 400px;
	}
#results .results-details p {margin: 0!important;}	
#results .results-image {
	float: left;
	width: 100px;
	text-align: center;
	}	
#results .title {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	float: none;
	width: auto;
	}
#results .description {
	margin: 0;
	padding: 0;
	}


