﻿@charset "utf-8";
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.shadow {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.greybdrright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.greybdr {
	border: 1px solid #666666;
}
.greybdrthick {
	border: 3px solid #999999;
}
.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BC050A;
	border: 1px solid #FFFFFF;
}
.greybdrtopbtm {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.photobdr {
	border: 5px solid #C0C0C0;
}
.headingseparator {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.subcontentbg {
	background-image: url('../images/subcontentbg.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ethicsbg {
	background-image: url('../images/ethics2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutbg {
	background-image: url('../images/aboutbg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.adsbackground {
	background-image: url('../images/home/ads/adbg.jpg');
	background-repeat: no-repeat;
}

#gallery_wrap {
	width: 820px;
	height: 368px;
	padding: 25px;
	background: url(img/border.png) top left no-repeat;
}
.greydivider {
				border-top-style: solid;
				border-top-width: 1px;
				border-top-color: #C0C0C0;
}
