html, body {
	margin: 0;
	padding: 0;
	font: normal 12px/15px 'Times new roman';
	color: #fff;
	text-align: center;
	background-color: #4d5a57;
	height: 100%;
}

h1 {
	font: 9px Arial;
	color: #cccccc;
	padding: 0;
	margin: 0px 0 0 5px;
	position: absolute;
	top: 2px;
	text-align: left;
}
img {
	border: 0;
}
#wrap{
	position: relative;
	width: 947px;
	margin: 0 auto;
	text-align: left;
}
a {
	font: normal 11px arial;
	color: #4D6A80;
	text-decoration: underline;
}
a:hover	{
	font: normal 11px arial;
	color: #4D6A80;
	color: red;
	text-decoration: none;
	text-decoration: underline;
}
.whitebrd {
	background-color: #fff;
}
#logo {
	float: left;
}
.top-contact-info {
	float: left;
	width: 160px;
	margin: 15px 0 0 0;
	font: bold 18px/20px 'Times new roman';
	color: #999999;
}
ul.menu {
	width: 100%;
	background-color: #4d5a57;
	margin: 0;
	padding: 10px 0 10px 0;
	font: bold 16px/16px 'Times new roman';
	color: #fff;
}
ul.menu li {
	display: inline;
	padding: 10px 16px 7px 18px;
}
ul.menu li a {
	font: bold 16px/16px 'Times new roman';
	color: #fff;
	text-decoration: none;
}
ul.menu li a:hover {
	font: bold 16px/16px 'Times new roman';
	color: #999999;
	text-decoration: none;
}

.thumb {
	border: 2px solid #fff;
	margin-bottom: 5px;
	text-align: center;
}
.thumb-text {
	border: 2px solid #fff;
	font: bold 14px/16px 'Times new roman';
	color: #fff;
	text-align: center;
	background-color: #6a7c77;
	padding: 5px;
}
.thumb-text2 {
	border: 2px solid #fff;
	font: bold 16px/18px 'Times new roman';
	color: #fff;
	text-align: center;
	background-color: #6a7c77;
	padding: 5px;
}

#content {
	padding: 10px 5px 50px 5px;
	font: normal 12px/15px arial;
	color: #4c4c4c;
	text-align: left;
	background-color: #fff;
}
#content a {
	font: normal 12px/15px arial;
	color: #004000;
	text-decoration: none;
}
#content a:hover {
	font: normal 12px/15px arial;
	color: #004000;
	text-decoration: underline;
}
.title {
	font: normal 18px/20px arial;
	color: #4c4c4c;
	margin-bottom: 20px;
}
.innerimage {
	float: right;
	margin: 0 0 15px 15px;
}

#sidebar {
	width: 168px;
}
#sidebar .thumb-text {
	margin-top: 7px;
}
#sidebar a, #sidebar a:hover {
	text-decoration: none;
}
/* footer */
#footer {
	margin: 20px 0 40px 0;
	padding: 6px 10px 6px 10px;
	font: normal 12px/15px 'Times new roman';
	color: #fff;
	background-color: #6a7c77;
}

.divarea {
	width: 160px;
	height: 132px;
	overflow: auto;
	border: 1px solid #5F98b4;
	background-color: #ffffff;
	color: #000;
	
}
.DivArea_td
{
 text-indent: -32px;
 padding-left: 44px;
}

#search-bar {
	width: 100%;
	height: 217px;
	padding-top: 1px;
	background-color:#D9DFC5;
	/*background: transparent url('../../images/bg-search.jpg') no-repeat top left;*/
}
#search-bar-New {
	width: 100%;
	height: 217px;
	padding-top: 35px;
	background: #DADADA no-repeat top left;
}
.Empty-search {
	width: 100%;
	height: 307px;
	background-color: #eee;
	/*background: transparent url('../../images/listing-empty.gif') repeat-x bottom left;*/
}
.gray {
	background-color: #eee;
	padding: 10px;
}
#bigphoto {
	border: 1px solid #c6c6c6;
	padding: 11px;
	background-color: #fff;
}
#thumbs {
	border: 1px solid #c6c6c6;
	border-top: none;
	padding: 11px;
	background-color: #fff;
	overflow:auto;
	overflow-x:scroll;
	overflow-y:hidden;
}
#thumbs img {
	margin-right: 10px;
}

.gray1 {
	background-color: #eee;
	padding: 10px;
}
.gray1 td {
	padding: 0px 0px 0px 0px;
}
#trrr td
{
	text-align: center;
	padding-right: 4px;
}
#trrr td div
{
	background-color: #F2F2F2;
	color: #0265CC;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	text-align: center;
	padding: 8px;
	cursor: pointer;
	font-weight: bold;
}

.input {
	font: normal 12px arial;
	color: #4c4c49;
	border: 1px solid #c6c6c6;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	margin: 0;
	width: 200px;
	background: transparent url(../../images/bg-input.gif) repeat-x bottom left;
}
.textarea {
	font: normal 12px arial;
	color: #4c4c49;
	border: 1px solid #c6c6c6;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	margin: 0;
	width: 200px;
	height: 80px;
	background: transparent url(../../images/bg-textarea.gif) repeat-x bottom left;
}
.btn {
	font: normal 14px arial;
	color: #fff;
	background: #4D5A57 url(../../images/bg-btn.gif) repeat-x 0 0;
	border: 1px solid #4D5A57;
	cursor: pointer;
}