/* ============================ common ============================== */

body { 
	color: #fff; background: #0e0e0e url(../img/bg-body.gif) repeat-x 0 0;
	font: normal 69% Arial, sans-serif;
}

a:link, a:visited { color: #f06; text-decoration: none; }
a:link:hover, a:visited:hover{ text-decoration: underline; }
a:active, a:focus { color: #0e0e0e; text-decoration: none; }

img { display: block; }
a img { border: none; }

.clearfix:after,
#header:after,
.posts-list li:after,
.properties-list li:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix,
#header,
.posts-list li,
.properties-list li{ display: inline-table; display: block; height: 1%; }

.input-text{
	display: block;
	width: 176px;
	padding: 6px 0 0 0;
	background: url(../img/bg-input-text-top.gif) no-repeat 0 0;
}
input.text{
	width: 164px;
	padding: 2px 5px;
	color: #fff; background: #333 url(../img/bg-input-text.gif) no-repeat 0 0;
	font-size: 1.1em;
	border: 1px solid #000; border-top: none;
}
.textarea{
	display: block;
	width: 230px;
	padding: 5px 0 0 0;
	background: url(../img/bg-input-text-top.gif) no-repeat 0 0;
}
textarea{
	width: 218px;
	padding: 2px 5px;
	color: #fff; background: #333 url(../img/bg-input-text.gif) no-repeat 0 0;
	font-size: 1.1em;
	border: 1px solid #000; border-top: none;
}


.wide-textarea{
	display: block;
	width: 510px;
	padding: 5px 0 0 0;
	background: url(../img/bg-input-text-top.gif) no-repeat 0 0;
}
.wide-textarea textarea{
	width: 498px;
}


#verify-row input {
	float: left; margin-right: 10px;
}
.input-verify {
	float: left;
}

.apply {
	margin-top: 30px;
}
.apply-btn {
	background: url(../img/apply-btn.jpg) no-repeat;
	width: 59px; height: 11px; border: none;
	cursor: pointer;
}

/* ========================== common end ============================ */

/* ============================ layout ============================== */

.holder{ 
	position: relative;
	width: 799px;
	margin: 0 auto;
	z-index: 10;
}

#header{ background: url(../img/bg-header.gif) repeat-x 0 0; }
	#header .holder{
		position: relative;
		height: 139px;
		z-index: 100;
	}

#content{ 
	position: relative; float: right;
	width: 558px;
	margin: 0 0 25px 0;
}
	#content .top{
		height: 28px;
		background: url(../img/bg-content-top.png) no-repeat 0 0;
	}
	#content .mid{
		padding: 0 21px 20px 21px;
		background: url(../img/bg-content-mid.png) repeat-y 0 0;
	}
	#content .bottom{
		height: 9px;
		background: url(../img/bg-content-bottom.png) no-repeat 0 0;
	}
	

#side-bar{ 
	float: left;
	width: 236px;
	margin: 0 0 25px 0;
}
	#side-bar .top{
		height: 28px;
		background: url(../img/bg-side-bar-top.png) no-repeat 0 0;
	}
	#side-bar .mid{
		padding: 0 21px;
		background: url(../img/bg-side-bar-mid.png) repeat-y 0 0;
	}
	#side-bar .bottom{
		height: 9px;
		background: url(../img/bg-side-bar-bottom.png) no-repeat 0 0;
	}

#tag{
	position: absolute;
	right: -94px; bottom: 35px;
	width: 98px; height: 97px;
	background: url(../img/tag.png) no-repeat 0 0;
	text-indent: -666em; overflow: hidden;
	display: none;
}

#footer{
	clear: both;
	height: 10em;
	padding: 7px 0 0 0;
	background: #1a1919 url(../img/bg-footer.gif) repeat-x 0 0;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header h1{
	float: left;
	width: 166px;
}

#header h2{
	clear: both;
}

#navigation{
	float: right;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	z-index: 100;
}
#navigation li{
	position: relative; float: left;
	padding: 0.3em;
	margin-right: 5px;
	z-index: 100;
}
#navigation li a{ color: #fff; }
#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active{ color: #f06; background: transparent; text-decoration: none; }

#navigation li .sub{
	position: absolute;
	top: 1.3em; left: -666em;
	width: 207px;
	z-index: 100;
}
#navigation li:hover .sub,
#navigation li:focus .sub,
#navigation li:active .sub{ left: 0; }
#navigation li .sub .top{
	width: 100%; height: 20px;
	background: url(../img/bg-sub-top.png) no-repeat 0 0;
}
#navigation li .sub .bottom{
	width: 100%; height: 15px;
	background: url(../img/bg-sub-bottom.png) no-repeat 0 0;
}
#navigation li .sub ul{
	width: 100%;
	background: url(../img/bg-sub.png) repeat-y 0 0;
}
#navigation li .sub li{
	display: block; float: none;
	margin: 0 15px; padding: 2px;
	background: url(../img/line.gif) repeat-x 0 100%;
	font-size: 0.8em;
}
#navigation li .sub li a{ color: #f06; }
#navigation li .sub li a:hover{ text-decoration: underline; }
#navigation li .sub li a:active, #navigation li .sub li a:focus { color: #0e0e0e; background: #f06; text-decoration: none; }

#search-form{
	position: absolute;
	bottom: 0; right: 0;
	width: 214px;
	z-index: 10;
}
#search-form label{
	display: block;
	width: 37px; height: 12px;
	background: url(../img/lbl-search.gif) no-repeat 0 0;
	text-indent: -666em;
	overflow: hidden;
}
#search-form .input-text{
	float: left;
	width: 190px;
}
#search-form .input-text input{
	width: 178px;
}
#search-form .submit{ float: right; }

/* ========================== header end ============================ */

/* ========================== sub-header ============================ */

#sub-header{
	position: relative;
	width: 100%; height: 150px;
	background: url(../img/h2-subheader.gif) no-repeat 0 0;
	text-indent: -666em; overflow: hidden;
	z-index: 10;
}

/* ======================== sub-header end ========================== */

/* ============================ content ============================= */

#content h2{
	margin: 0 0 0.5em 0;
	font-size: 1.8em; font-weight: normal;
	color: #f99d32;
}

.posts-list{}
.posts-list li{
	position: relative;
	width: 492px;
	margin: 15px 0 30px 0; padding: 10px 0 0 10px;
}
.posts-list h3{
	float: left;
	padding: 5px;
	color: #fff; background: #c1a884;
	font-size: 2.2em; font-weight: normal;
}
.posts-list small{
	display: block; clear: left; float: left;
	padding: 5px;
	color: #fff; background: #c1a884;
	font-size: 1.3em;
}





.jobs-list{}
.jobs-list li {
	position: relative;
	width: 492px;
	margin: 15px 0 30px 0; padding: 10px 0 10px 0;
	background: url(../img/line.gif) repeat-x bottom left;
}
.jobs-list h3{
	float: left;
	padding: 5px;
	color: #fff; background: #c1a884;
	font-size: 2.2em; font-weight: normal;
}
.jobs-list h3 a {
	color: #fff;
}
.jobs-list small{
	display: block; clear: left; float: left;
	padding: 5px;
	color: #fff; background: #c1a884;
	font-size: 1.3em;
}
.jobs-list .job-description {
	clear: both; padding: 10px 0;
}
.jobs-list a.read {
	float: right;
}
.post h4 {
	color: #F99D32;
	font-size: 18px;
	clear: both;
}




.events-list small{
	font-size: 0.85em;
}

.events-list li {
margin-bottom: 10px;
}

#content p.sched {
color: #efefef;
padding-top: 18px;
}

.posts-list a{
	clear: both; float: right; position: relative;
	right: -10px; bottom: -10px;
	width: 112px; height: 22px;
	padding: 5px 0 0 0;
	color: #fff; background: url(../img/bg-more.gif) no-repeat 0 0;
	font-size: 1.3em; font-weight: bold; text-transform: uppercase; text-align: center;
}

.events-list li{
	font-size: 1.3em; line-height: 1.5em;
}

a.more{
	display: block;
	width: 502px;
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 1.3em; text-align: right;
}

.properties-list li{
	margin: 0 0 5px 0; padding: 8px;
	color: #999; background: #201f1f url(../img/bg-properties-list.png) repeat-x 0 100%;
}
.properties-list img{
	float: left;
	margin: 0 8px 8px 0;
	display: inline;
}
.properties-list h3{ font-size: 1.4em; font-weight: bold; }
.properties-list p{
	margin: 0 0 4px 0;
	font-size: 1.2em;
}
.properties-list p.meta-data{ color: #666; }
.properties-list dt{
	float: left;
	color: #fff;
	font: bold 0.9em "Arial Black", Arial, sans-serif; text-transform: uppercase;
}
.properties-list dd{
	float: left;
	margin: 3px 10px 0 5px;
	display: inline;
}
.properties-list dd img{ margin: 0; }

.post{
	margin: 0 0 1em 0; padding: 0 0 1em 0;
	background: url(../img/line.gif) repeat-x 0 100%;
	clear: both;
}
.post h3{
	float: left;
	padding: 5px;
	color: #fff; background: #c1a884;
	font-size: 2.2em; font-weight: normal;
}
.post h3 a {
	color: #ffffff;
}

.post small{
	display: block; clear: left; float: left;
	margin: 0 0 8px 0; padding: 5px;
	color: #fff; background: #c1a884;
	font-size: 1.3em;
}
.post small.meta {
	font-style: italic;
}

.post img{
	clear: both;
	margin: 0 0 1em 0;
}
.post p,
.post ul,
.post ol
.post strong,
.post font,
.post span {
	clear: both;
	margin: 0 0 1em 0;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.4em;
}

.post li {
	list-style:disc outside;
	margin-left:15px;
	margin-bottom:5px;
}

.comments{
	color: #666;
}
.comments h4{
	color: #666;
	font-size: 1.3em; font-weight: normal; line-height: 1.4em;
}
.comments ol{ margin: 0 0 1em 0; }
.comments ol li{
	width: 466px;
	margin: 15px 0 0 0; padding: 0 15px 15px 15px;
	background: url(../img/bg-comments-li.gif) no-repeat;
	border-bottom: 1px solid #171616;
	font-size: 1.2em; line-height: 1.4em;
}

.comments ol li .avatar-box {
	height: 77px; position: relative;
}
.comments ol li .avatar-box img {
	position: absolute; left: 2px; top: 14px;
}

.comments ol li cite{
	float: left;
}
.comments ol li small{
	float: right;
	padding: 0 0 10px 20px;
	background: url(../img/ico-calendar.gif) no-repeat 0 0;
}
.comments ol li em{
	clear: both;
	display: block;
	font-style: italic;
	color: #fff;
}
.comments ol li p{
	clear: both;
}
.comments ol li p img{ display: inline; }
.comments label{
	display: block;
	margin: 1em 0 0 0;
	font-size: 1.3em;
}
.comments label small{ font-size: 0.8em; }
.comments .textarea{
	float: left;
	margin: 0 0 15px 0;
}
.comments .submit{
	margin: 125px 0 0 0;
}

/* ========================== content end =========================== */

/* =========================== homepage ============================= */

.post-scroller {
	background: #191818 url(../img/line.gif) repeat-x bottom left;
	padding-bottom: 25px; margin-bottom: 30px;
	position: relative;
}
.post-scroller.last {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


.post-nav {	
	position: absolute;
	top: 0; right: 5px;
}
.post-nav li {
	float: left;
	margin-right: 5px;
}
.next-btn {
	background: url(../img/next-btn.jpg) no-repeat;
	width: 14px; height: 14px; text-indent: -2010%;
	display: block; cursor: pointer;
}
.prev-btn {
	background: url(../img/prev-btn.jpg) no-repeat;
	width: 14px; height: 14px; text-indent: -2010%;
	display: block; cursor: pointer;
}


.post-slides {
	width: 512px;
}
.post-slides li {
	float: left;
	width: 512px;
	height: 137px;
}
.post-slides li ul li {
	background: url(../img/line2.gif) no-repeat top right;
	float: left;
	width: 170px;
	margin-right: 4px;
	text-transform: uppercase;
	font-size: 10px;
}
.post-slides li ul li.last {
	width: 162px;
	background: none;
	margin-right: 0;
}

.post-slides li ul li img {
	margin: 15px 0 5px 0;
}
.post-slides li ul li h3 {}
.post-slides a:link { color: #666666; }
.post-slides a:visited { color: #666666; }
.post-slides li ul li h3 a:hover { color: #fff; text-decoration: none; }
.post-slides li ul li span {
	color: #ff0066;
}

/* ========================== homepage end ========================== */

/* ============================ side-bar ============================ */

#side-bar h2{
	margin: 0;
	font-size: 1.8em; font-weight: normal;
	color: #f99d32;
}

.side-nav{ margin: 0 0 1em 0; }
.side-nav li{
	padding: 2px 0;
	background: url(../img/line.gif) repeat-x 0 100%;
	font-size: 1.2em;
}

#recent-comments { margin: 0 0 40px 0; }
#recent-comments li{
	padding: 2px 0;
	background: url(../img/line.gif) repeat-x 0 100%;
	font-size: 1.2em;
}

#advetisment{ margin: 0 0 15px 0; }

#mailing{
	padding: 5px 0 0 0;
	background: url(../img/line.gif) repeat-x 0 0;
}
#mailing .name{
	display: block;
	width: 33px; height: 19px;
	background: url(../img/lbl-name.gif) no-repeat 0 0;
	text-indent: -666em;
	overflow: hidden;
}
#mailing .email{
	display: block;
	width: 33px; height: 19px;
	background: url(../img/lbl-mail.gif) no-repeat 0 0;
	text-indent: -666em;
	overflow: hidden;
}
#mailing .last{
	float: left;
	margin: 0 0 15px 0;
}


#calendar-block table{
	width: 100%;
}
#calendar-block caption{
	font-size: 2em; text-decoration: none; text-transform: uppercase; text-align: center;
}
#calendar-block caption a{
	color: #333;
}
#calendar-block th,
#calendar-block td{
	padding: 3px;
	text-align: center;
}

#calendar-block td.ec3_eventday {
background: #000;
}
#calendar-block tr{
	/*background: url(../img/line.gif) repeat-x 0 100%;*/
}
#calendar-block .nav tr{ background: none; }
#calendar-block table tbody a{ background: #000; }
#calendar-block table.nav tbody a{ background: none; }
#calendar-block table.nav tbody a:active, #calendar-block table.nav tbody a:focus { color: #0e0e0e; background: #f06; text-decoration: none; }

#calendar-block h3{
	margin: 1em 0 0.3em 0;
	font-size: 1.6em; color: #333;
}

.ec3_events{ margin: 0 0 1em 0; }
.ec3_events li{
	padding: 2px 0;
	background: url(../img/line.gif) repeat-x 0 100%;
	font-size: 1em;
}

#coming-soon li {
	padding: 2px 0 6px 2px;
	background: url(../img/line.gif) repeat-x 0 100%;
	font-size: 1em;
	list-style: none;
}

#coming-soon {
margin-bottom: 2em;
}

#recruitment {
	margin-top: 2em;
	margin-bottom: 2em;
}
#recruitment ul {
	background: url(../img/line.gif) repeat-x top left;
	padding-top: 10px;
}
#recruitment ul li {
	color: #666666;
	margin-bottom: 3px;
}
#recruitment ul li span {	
	float: right;
}



#poll-block {
	margin-bottom: 2em;
}
#poll-block ul {
	background: url(../img/line.gif) repeat-x top left;
	padding-top: 10px;
}
#poll-block .wp-polls-ans {
	margin: 10px;
	text-transform: uppercase;
	line-height: 180%;
}

#poll-block .wp-polls-ans .Buttons {
	text-indent: -2010px; border: none;
	background: url(../img/submit-btn.gif) no-repeat;
	width: 67px; height: 11px; float: right;
	margin-right: 10px; cursor: pointer;
}


/* ========================== side-bar end ========================== */

/* ============================= footer ============================= */

#members-login{
	float: right;
	width: 100%;
	margin: 0 0 10px 0;
}
#members-login a{
	display: block; float: right;
	width: 58px; height: 16px;
	background: url(../img/member-login.gif) no-repeat 0 0;
	text-indent: -666em;
	overflow: hidden;
}

#sitemap{
	clear: both; float: left;
}

#copyright{
	float: right;
	font-size: 1.1em;
	color: #666;
}
#copyright ul{ display: inline; }
#copyright li{
	display: inline;
	padding: 0 0 0 0.3em;
}
#copyright a{ color: #fff; }
#copyright .privacy a{ color: #666; }

/* =========================== footer end =========================== */

.ddsg-wrapper h2 {
padding-top: 15px;
}

.ddsg-wrapper ul {
margin: 0 0 0 15px;
font-size: 14px;
}

.ddsg-wrapper li ul {
margin: 5px 10px 10px 15px;
}

.ddsg-wrapper li {
margin: 0;
padding: 0;
}

.ddsg-wrapper p {
display: none;
}