/* @override /style.css */

body {
	color:#797B7A;
	padding: 0;
	margin:0;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	padding: 0;
	margin:0 auto;
	width:800px;
	background: #FFF url(../images/wh-wrap-bg.gif) no-repeat center top;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding:0;
}

h1 {
	font-size:30px;
}

h3 {
	font-size:12px;
	color:#007d27;
	font-weight:bold;
}

ul, p {
	padding-bottom: 1em;
}

a {
	text-decoration:none;
}

#main {
	width:770px;
	margin:0 auto;
	padding: 0;
}

#header {
	width:770px;
	margin:0 auto;
	padding: 0;
}

#logo {
	width: 770px;
	height: 100px;
}

#content {
	float:left;
	width:450px;
	border-right:1px solid #BCBDBC;
	padding: 0px 40px;
	margin: 20px 0 20px 0px;
}

#content ul {
	margin-left: 20px;
}
#content dd {
	margin-bottom: 20px;
}

#content h2{
	font-size:24px;
	color:#0460a1;
	font-weight:normal;
	padding-bottom:5px;
}

#content a,#rightbar a {
	color:#0460a1;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover,#rightbar a:hover {
	color:#90a6d5;
	font-weight:bold;
	text-decoration:none;
}

ul#nav_categories {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#rightbar {
	float:left;
	width:217px;
	padding:0px 10px;
	margin:20px 0px;
	background-color: #fff;
}

#rightbar h2{
	font-size:24px;
	color:#797B7A;
	padding-bottom:5px;
}

#leftbarindent {
	padding:0px 40px 0px 120px;
}

#bottom {
	width:770px;
	margin: 0 auto;
	color:#fff;
	clear:both;
	background-color:#0460a1;
}

#bottom p {
	color:#fff;
	padding:10px 20px;
}

#bottom a {
	color: #fff;
} 
#bottom a:hover{
	color:#90a6d5;
}

#copyright {
	float:right;
}

.section_image {
	margin: 0 auto;
	padding: 0;
	height: 132px;
	width: 770px;
	clear: both;
}

div.section_image h1 {
	float: right;
	padding-right: 40px;
	padding-top: 20px;
	color: #fff;
	font-size:28px;
}

div.section_image h2 {
	clear: both;
	float: right;
	padding-right: 40px;
	padding-top: 0;
	color: #fff;
	font-size:24px;
	font-weight: normal;
}

p.email {
	font-size: 10px;
	overflow: hidden;
}

a.edit {
    line-height: 20px;
    background: url(/images/icons/pencil.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
a.add {
    line-height: 20px;
    background: url(/images/icons/add.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
a.rss {
    line-height: 20px;
    background: url(/images/icons/feed.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
}
p.sold {
    line-height: 20px;
    background: #eef url(/images/icons/information.png) no-repeat 5px center;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #0460a1;
	margin-top: 1em;
	margin-bottom: 1em;
}
div.sold {
	position:relative;
	top:-2.5em;
	text-align: center;
	color: red;
	width: 90px;
	height: 1em;
	z-index: 10;
}
ul.downloads li {
	list-style: none;
    line-height: 20px;
    background: url(/images/icons/page.png) no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	
}
li.PDF {
    background: url(/images/icons/page_white_acrobat.png) no-repeat !important;
}
li.Word {
    background: url(/images/icons/page_white_word.png) no-repeat !important;
}
li.Excel {
    background: url(/images/icons/page_white_excel.png) no-repeat !important;
}
li.Other {
    background: url(/images/icons/page.png) no-repeat !important;
}
ul.links li {
	list-style: none;
	padding-left: 0;
}

.meta {
    text-align:right;
}
.lcol {
	float:left;
	width:135px;
	margin:15px 15px 0 0;
	text-align: center;
}

.mcol {
	float:left;
	width:135px;
	margin:15px 15px 0 0;
	text-align: center;
}

.rcol {
	float:left;
	width:135px;
	margin:15px 0 0 0;
	text-align: center;
}


table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
table td{
	padding: 5px;
	margin: 0;
}
.white {
	background-color: #fff;
}

.gallery_image {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	background-color: #fff;
}
.gallery_image:hover {
	border: 1px solid #90a6d5;
}
#rightbar h3 {
	padding-top: 20px;
	clear: both;
}
.blue {
	background-color: #ebeffe;
}

img {
	border: 0;
}

/* RESULTS PAGE */

.ResultsHeader {
	border-bottom: 5px solid #fff;
	padding: 5px
}

.SearchResult {
	margin-bottom: 5px;
}


.SearchResultAlt {
	background: #cddfec;
	border-top: 5px solid #cddfec;
	border-bottom: 5px solid #cddfec;
}


.SearchResultTitle {
	line-height: 2em;
	padding: 5px;
	font-size: 1.1em
}

.SearchResultDesc {
	padding: 5px;
	
}

tr.ResultsHeader td {
	padding: 5px;
}