html, body
{
	height: 100%;
	margin: 0;
}

body
{
	margin: 0;
	color: #000000;
	min-width: 996px;
	background-color: #547260;
	font: 12px/15px georgia,"times new roman",times,serif;
}
/* General reset */
fieldset /* form, fieldset */
{
	margin: 0;
	padding: 0;
	border-style: none;
}
img
{
	border-style: none;
}
input, select, textarea
{
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* structure */
#wrapper
{
	width: 996px;
	min-height: 100%;
	margin: 0 auto;
}
* html #wrapper
{
	height: 100%;
}
#header
{
	position: absolute;
	background: url(images/bg-header.jpg) no-repeat;
	top: 0;
	left: 0;
	height: 125px;
	width: 996px;
	z-index: 1;
}
#main
{
	overflow: hidden;
	position: relative;
	padding: 125px 0 140px;
}
.main-wrap
{
	background: #f5f4e3 url(images/bg-main.gif) no-repeat 100% 0;
}
.main-bg
{
	background: url(images/bg-main-bg.gif) no-repeat 100% 100%;
	overflow: hidden;
	width: 973px;
	padding: 0 13px 12px 10px;
}
#twocolumn
{
	float: right;
	width: 774px;
	padding: 18px 0 0;
}
#content
{
	float: left;
	width: 559px;
}
.aside
{
	float: right;
	width: 207px;
}
#sidebar
{
	width: 193px;
	float: left;
	padding: 20px 0 0;
}
#footer
{
	height: 138px;
	padding: 12px 0 0;
	position: relative;
	margin-top: -150px;
	background: #000;
	overflow: hidden;
}
.footer-holder
{
	width: 996px;
	overflow: hidden;
	margin: 0 auto;
}
.footer-holder .holder
{
	float: left;
	margin: 0 13px 0 13px;
}
/* header */
.logo
{
	margin: 0;
	position: absolute;
	top: 5px;
	left: 12px;
	z-index: 20;
	width: 163px;
	height: 110px;
}
.logo strong
{
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 163px;
	height: 110px;
}
.logo a
{
	text-indent: -9999px;
	width: 151px;
	height: 102px;
	display: block;
	position: relative;
	overflow: hidden;
}
.search
{
	width: 100%;
	overflow: hidden;
}
.search fieldset
{
	overflow: hidden;
	float: right;
	padding: 12px 0 0;
}
.search .bg
{
	background: url(images/bg-search.gif) no-repeat;
	width: 124px;
	height: 20px;
	float: left;
	margin: 0 4px 0 0;
}
.search .bg input
{
	padding: 2px 4px 0;
	background: none;
	border: 0;
	width: 116px;
	font-size: 12px;
	line-height: 16px;
}
.search .btn-search
{
	float: left;
}
#header .row
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
}
* html #header .row
{
	bottom: -1px;
}
#header .navbar
{
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
#header .navbar li
{
	float: left;
	vertical-align: top;
	display: inline;
	margin: 0 18px 0 0;
	overflow: hidden;
}
#header .navbar a
{
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	float: left;
	line-height: 14px;
}
#header .navbar a:hover
{
	text-decoration: none;
}
.main-nav
{
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
}
.main-nav:after
{
	display: block;
	content: "";
	clear: both;
}
.main-nav li
{
	float: left;
	margin: 0 3px 0 0;
	position: relative;
}
.main-nav a
{
	/*font: bold 14px/18px Arial, Helvetica, sans-serif;*/	
	font: bold 12px/15px georgia,"times new roman",times,serif;
	float: left;
	height: 26px;
	overflow: hidden;
	cursor: pointer;
	line-height: 26px;
}
.main-nav a strong
{
	float: left;
	margin: 0;
	height: 26px;
	background: url(images/bg-mainnav-span.gif) no-repeat 100% 0;
	width: 5px;	
}
.main-nav span
{
	float: left;
	margin: 0;
	background: url(images/bg-mainnav-a.gif) no-repeat;
	height: 26px;
	padding: 0 5px 0 10px;
}
.main-nav a:hover span, .main-nav .active a span, .main-nav li:hover a span, .main-nav li.hover a span
{
	background: url(images/bg-mainnav-a-hover.gif) no-repeat;
	height: 26px;
	margin: 0;
	color: #B48527;
	line-height: 26px;
}
.main-nav a:hover strong, .main-nav .active a strong, .main-nav li:hover a strong, .main-nav li.hover a strong
{
	background: url(images/bg-mainnav-span-hover.gif) no-repeat 100% 0;
	height: 26px;
	margin: 0;
}
.main-nav .two-level
{
	position: absolute;
	top: 26px;
	left: -5px;
	z-index: 50;
	display: none;
}
.main-nav li:hover .two-level, .main-nav li.hover .two-level
{
	display: block;
}

.main-nav .two-level ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background: url(images/bg-mainnav-ul.png) repeat-y;
	width: 170px;
}
.main-nav .two-level li
{
	overflow: hidden;
	width: 100%;
}
.main-nav .two-level ul a
{
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	width: 158px;
	height: auto;
	color: #4B4848;
	float: left;
	padding: 0 0 0 12px;
	background: none;
}
.main-nav .two-level ul a:hover
{
	background: #B48527 !important;
	height: auto;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.main-nav .two-level .bg
{
	background: url(images/bg-mainnav-ul-bg.png) no-repeat;
	width: 170px;
	height: 11px;
}

#footer img
{
	float: left;
	border: 1px solid #666;
	margin: 0 0 0 20px;
	display: inline;
}
.nav-box
{
	overflow: hidden;
	width: 100%;
	color: #fff;
	padding: 0 0 14px;
}
.nav-box .logo2
{
	float: left;
	margin: 4px 60px 0 28px;
	display: inline;
	background: url(images/logo2.png) no-repeat;
	text-indent: -9999px;
	width: 128px;
	height: 93px;
	overflow: hidden;
	cursor: pointer;
}
.nav-box .links
{
	float: left;
	width: 750px;
	font-size: 11px;
}
.nav-box .nav
{
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
	list-style: none;
	overflow: hidden;
}
.nav-box .nav li
{
	float: left;
	background: url(images/separator-nav.gif) no-repeat 0 50%;
	margin: 0 2px 0 -2px;
	padding: 0 0 0 2px;
}
.nav-box .nav a
{
	margin: 0 5px;
	text-decoration: underline;
}
.nav-box .nav a:hover
{
	text-decoration: none;
}
.nav-box .row
{
	width: 100%;
	overflow: hidden;
	padding: 0 0 9px;
}
.nav-box .row2
{
	padding: 21px 0 7px;
}
.nav-box p
{
	float: left;
	margin: 0;
}
.nav-box a
{
	text-decoration: underline;
}
.nav-box a:hover
{
	text-decoration: none;
}
.nav-box .promo
{
	padding: 0 0 0 25px;
}
#sidebar h3
{
	color: #547260;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
}
#sidebar h4
{
	color: #7d9684;
	font-size: 14px;
	line-height: 17px;
}
#content .flash
{
	width: 555px;
	height: 336px;
	overflow: hidden;
	padding: 2px 0 0 4px;
	margin: 0 0 9px;
	background: url(images/bg-flash.png) no-repeat;
}
#content .box
{
	width: 555px;
}
.box
{
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.box .bg
{
	width: 100%;
}
.box .top, .box .bottom
{
	width: 100%;
	overflow: hidden;
}
.box .top
{
	background: url(images/bg-top.gif) repeat-x;
}
.box .bottom
{
	background: url(images/bg-bottom.gif) repeat-x;
}
.box .top .left, .box .bottom .left
{
	width: 8px;
	height: 28px;
	float: left;
	overflow: hidden;
	background: url(images/bottom-left.gif) no-repeat;
}
.box .top .right, .box .bottom .right
{
	width: 8px;
	height: 28px;
	float: right;
	overflow: hidden;
	background: url(images/bottom-right.gif) no-repeat;
}
.box .bottom .right, .box .bottom .left
{
	height: 10px;
}
.box .top .left
{
	background: url(images/top-left.gif) no-repeat;
}
.box .top .right
{
	background: url(images/top-right.gif) no-repeat;
}
.box .bg-left, .box .bg-right
{
	width: 100%;
	background: url(images/bg-left.gif) repeat-y;
	overflow: hidden;
	position: relative;
}
.box .bg-right
{
	padding: 18px 0 0;
	background: url(images/bg-right.gif) repeat-y 100% 0;
}
#content h2
{
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	padding: 6px 0 0 11px;
}
.list-holder
{
	width: 530px;
	padding: 0 0 0 20px;
	overflow: hidden;
}
#content ul.list
{
	width: 548px;
	overflow: hidden;
	margin: 0 -19px 0 0;
	padding: 0;
	list-style: none;
}
#content ul.list li
{
	float: left;
	width: 255px;
	margin: 0 19px 0 0;
	padding: 0 0 5px;
	vertical-align: top;
}
#content ul.list h3
{
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	color: #658a74;
}
#content ul.list h3 a
{
	color: #658a74;
}
#content ul.list p
{
	margin: 0;
	padding: 0 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.more
{
	width: 75px;
	height: 17px;
	float: left;
	background: url(images/bg-more.png) no-repeat;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 4px 0 0 10px;
}
.aside h3
{
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	padding: 6px 0 0 11px;
}
.aside .box .bg-right
{
	padding: 0;
}
.form-login
{
	width: 185px;
	overflow: hidden;
	padding: 4px 0 0;
	margin: 0 0 0 15px;
}
.form-login label
{
	width: 100%;
	overflow: hidden;
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 17px;
}
.form-login .row
{
	overflow: hidden;
	width: 100%;
}
.form-login input.txt
{
	width: 173px;
	float: left;
	margin: 0;
	line-height: 15px;
	color: #000;
	border: 0;
	padding: 2px 2px;
	border: 1px solid #808080;
	border-bottom: 1px solid #d4d0c8;
	border-right: 1px solid #d4d0c8;
}
.form-login a
{
	color: #B48527;
	font-size: 12px;
	line-height: 17px;
	float: left;
	margin: 6px 0 0;
	text-decoration: underline;
}
.form-login a:hover
{
	text-decoration: none;
}
.form-login .login
{
	width: 46px;
	height: 20px;
	margin: 6px 0 0;
	overflow: hidden;
	float: right;
}
.yellowpages
{
	width: 200px;
	height: 200px;
	margin: 0 auto 5px;
	padding-top: 5px;
}
.yellowpages img
{
	vertical-align: top;
}
.profile .bg-right
{
}
.profile img
{
	display: block;
	margin: 0 auto 3px;
}
.profile p
{
	margin: 0 0 0 10px;
	line-height: 14px;
}
.profile p span
{
	display: block;
}
.profile .more
{
	float: right;
	margin: 10px 8px 0 0;
	/*padding: 3px 0 0 5px;*/
	width: 73px;
}
#sidebar .txt-holder
{
	width: 160px;
	padding: 0 0 5px 15px;
	overflow: hidden;
}
#sidebar .post
{
	width: 160px;
	overflow: hidden;
	padding: 0 0 10px;
	vertical-align: top;
}
#sidebar .post h4
{
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	color: #658a74;
}
#sidebar .post h4 a
{
	color: #658a74;
}
#sidebar .post p
{
	margin: 0;
	padding: 0 0 5px;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
ul.side-nav
{
	margin: 0;
	padding: 0 0 3px;
	list-style: none;
	width: 100%;
	overflow: hidden;
	/*background: url(images/bg-sidenav.gif) no-repeat 0 100%;*/
}
ul.side-nav li
{
	width: 193px;
	/*height: 43px;*/
	background: url(images/bg-sidenav-liA.gif) no-repeat;
	overflow: hidden;
	float: left;
	vertical-align: top;
	margin-bottom: 8px;
}
/*ul.side-nav li.first
{
	background: url(images/bg-sidenav-li-first.gif) no-repeat;
}
ul.side-nav li.last
{
	background: url(images/bg-sidenav-li-last.gif) no-repeat;
}*/
ul.side-nav li a
{
	float: left;
	width: 145px;
	height: 43px;
	color: #547260;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 0 40px;
	line-height: 43px;
}
#sidebar .box h3
{
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	padding: 6px 0 0 11px;
	text-transform: uppercase;
}
.contacts .bg-right
{
	padding: 3px 0 0;
	background: url(images/bg-right.gif) repeat-y 100% 0;
	overflow: hidden;
}
#sidebar .contacts a
{
	color: #547260;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	display: block;
	padding: 0 10px 0 10px;
}

/* Added by CK */
.breadcrumbs
{
	margin: 0;
	padding: 19px 0 18px 1px;
	list-style: none;
}
.breadcrumbs li
{
	display: inline;
	padding-left: 14px;
	background: url(images/arrow5.gif) no-repeat 0 50%;
	color: #977020;
	font-weight: bold;
}
.breadcrumbs li:first-child
{
	background: none;
	padding-left: 0;
}
.breadcrumbs li a
{
	/*color: #5998C9;*/
	text-decoration: none;
}
.breadcrumbs li a:hover
{
	text-decoration: underline;
}

/*** side nav ****/
#side-nav
{
	margin: 0 0 -17px;
	padding: 11px 0 0 18px;
	list-style: none;
	position: relative;
}
#side-nav li a
{
	color: #B48527;
	font-weight: bold;
	text-decoration: none;
	background: url(images/arrow3.gif) no-repeat 0 50%;
	padding-left: 10px;
	line-height: 23px;
}
#side-nav li a:hover, #side-nav li a.active
{
	background: url(images/arrow4.gif) no-repeat 0 50%;
	color: #977020;
}

.ban-hold, .ban-hold2
{
	/*padding: 6px;
	background-color: #dcdddf;*/
	float: right;
}
.cont
{
	float: left;
	width: 604px;
	padding-left: 26px;
	padding-right: 16px;
	background-color: #ffffff;
	min-height:600px;
	line-height:1.5em;
}
.cont a
{
	color: #B48527;
}
.cont a.more
{
	color: #fff;
}

.cont  hr
{
	background: #CCCCCC none repeat scroll 0 0;
	border: medium none;
	color: #CCCCCC;
	height: 1px;
}

.cont h2
{
	margin: 0;
	font-size: 15px;
	line-height: 19px;
	color: #547260;
	padding: 6px 0 11px 0px;
}

/* ******************************** */
/* Page Numbers */
.pages
{
	font: 83%/1.4 arial, helvetica, sans-serif;
	padding: 1em 1em 1em 0em;
	margin: 0px;
	font-size: 85%;
}

.pages span
{
	padding: 0;
	margin: 0;
}

.pages a, .pages span span
{
	color: #B48527; /*display: block; 	float: left;*/
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}

.pages span.current
{
	border: 1px solid #977020;
	font-weight: bold;
	background: #977020;
	color: #fff;
}

.pages a
{
	border: 1px solid #B48527;
	text-decoration: none;
}

.pages a:hover
{
	border-color: #977020;
}

/*.pages a.nextprev
{
	font-weight: bold;
}*/

.pages span.nextprev
{
	color: #666;
}

.pages span.nextprev
{
	border: 1px solid #ddd;
	color: #999;
}
/* ******************************** */

.right
{
	float: right;
}

td.comm-left
{
	width: 250px;
	line-height: 20px;
}

td.comm-right
{
	width: 250px;
	line-height: 20px;
}

.stripeMe
{
	border-collapse: collapse;
	margin-left: 25px;
}

.stripeMe tr.alt td
{
	background: #F7EFE4;
}

.stripeMe th
{
	background: #B48527 none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	padding: 4px 10px;
	text-align: left;
	border-right: 1px solid #fff;
}

.stripeMe td
{
	padding-left: 10px;
	border-bottom: 1px solid #D8D8D8;
	vertical-align: top;
}

.stripeMe td *
{
	padding: 2px;
}


/*********************************/
.stripeMe2
{
	border-collapse: collapse;
	font-size: 0.9em;
}

.stripeMe2 tr.alt td
{
	background: #ecf6fc;
}

.stripeMe2 th
{
	background: #B48527 none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
}

.stripeMe2 td
{
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #D8D8D8;
	vertical-align: top;
}

.stripeMe2 td *
{
	padding: 2px;
}

.cont .img-wrap
{
	background-color: #7d9684;
	padding: 8px;
	float: left;
	margin: 0 23px 10px 0;
}

.cont .img-wrap-right
{
	background-color: #B48527;
	padding: 8px;
	float: right;
	margin: 0 0px 10px 13px;
}

