/* General Settings */
html { background:#002143 url(../images/bg-body.gif) repeat-x; }
body {
	margin:0;
	color:#666;
	background:url(../images/bg-page.jpg) no-repeat 50% 0;
	min-width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border-style:none;
	bottom: auto;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a { color:#5d9e42; text-decoration:none; }
a:hover { text-decoration:none; color:#323232; }
a:active, a:focus {outline:0}
input, textarea, select { vertical-align:middle; font-family: Arial, Helvetica, sans-serif; font-size: 100%; }
form, fieldset { margin:0; padding:0; border:none; }

/* Wrapper */
#wrapper { width:100%; overflow:hidden; margin-left:auto; margin-right:auto; }

/* Wrapper Sub Elements */
.w-main { width:1004px; margin:0 auto; overflow:hidden; }
.w-top { background:url(../images/bg-w-main-top.png) no-repeat; height:50px; text-indent:-9999px; overflow:hidden; }
.w-bottom { overflow:hidden; text-indent:-9999px; background:url(../images/bg-w-main-bottom.png) no-repeat; height:101px; width:100%; float:left; }
.w-content { background:url(../images/bg-w-main-content.png) repeat-y; width:960px; padding:0 22px; float:left; }
.main-wrapper { float:left; margin:-28px 0 -76px; position:relative; width:960px; }

/* Topbar/Header */
#header { width:100%; background:url(../images/bg-header.gif) no-repeat; }
#header .top {
	width:100%;
	/* [disabled]overflow:hidden; */
	margin:0 0 0;
	height:100px;
}
#header .logo {
	height:90px;
	float:left;
	display:inline;
	overflow:hidden;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 27px;
}
#header .tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#bababa;
	padding-top:20px;
	padding-left:26px;
	float:left;
	height:50px;
	display:inline;
	background-image: url(../images/bg-slogan.gif);
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-right: 0px;
}
#header .tagline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#bababa;
	padding-top:20px;
	padding-left:15px;
	float:left;
	height:50px;
	display:inline;
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-right: 0px;
}

/* Phone Number */
#header .call-box {
	float:right;
	color:#696969;
	padding:35px 24px 0 0;
	letter-spacing:1.5px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: right;
}
#header .call-box strong { float:left; margin:0 8px 0 0; font-weight:normal; }
#header .call-box em {
	float:left;
	color:#5d9e42;
	font-style:normal;
	bottom: 50px;
}

/* Navigation Holder */
#header .holder { background:url(../images/bg-nav-holder.gif) no-repeat; width:940px; margin:0 0 6px 10px; height:39px; }

/* Navigation */
#nav { margin:0; padding:0; float:left; font-size:14px; line-height:26px; position:relative; z-index:2000 }
#nav li { float:left; list-style:none; padding:1px 8px 0 6px; background-image: url(../images/nav-separator.gif); background-repeat: no-repeat; background-position: 100% center; position:relative; }
#nav a { color:#fff; height:33px; float:left; padding:5px 0 0; text-decoration:none; }
#nav li.selected a { background-image: url(../images/bg-nav.gif); background-repeat: no-repeat; background-position: 50% bottom;}
#nav a span { float:left; cursor:pointer; }
#nav span.c span { padding:0px 14px 0; }
#nav a:hover span.c { background:url(../images/bg-nav-hover.gif) no-repeat; }
#nav a:hover span.c span { height:27px; background:url(../images/bg-nav-hover.gif) no-repeat 100% 100%; }

/* Sub Navigation */
#nav li ul { display:none; text-align:left; background:transparent; position:absolute; top:39px; left:10px; padding:0; padding-top:6px; font-size: 11px; line-height:28px; }
#nav li:hover ul { display:block; }
#nav li ul li { float:none; background-image:none; background-color:#555555; padding:0; margin:0; display:block; }
#nav li ul li a { float:none; display:block; height:28px; background-color:#555555; padding:0; padding-left:10px; padding-right:16px; border-bottom:1px solid #333333; width:160px; }
#nav li ul li a:hover { background-color: #444; background-image: url(../images/dropdown-arrow.gif); background-repeat: no-repeat; background-position: 165px center; }
#nav li.selected ul li a { background-image:none; }
#nav li.selected ul li a:hover { background-image: url(../images/dropdown-arrow.gif); background-repeat: no-repeat; background-position: 165px center; }

/* Nav Fix Target Firefox 1.5 and newer [!] */
*:first-child+html #nav { margin:-1px 0 0; }

/* Search */
.form-search { background:url(../images/bg-form-search.gif) no-repeat scroll 0 0 transparent; display:inline; float:right; height:24px; margin:7px 8px 0 0; padding:1px 0 0; width:202px; }
.form-search fieldset { float:left; }
.form-search .txt { float:left; width:161px; color:#4f8438; font:11px Arial, Helvetica, sans-serif; background:none; height:15px; border:0; margin-top: 0; margin-right: 1px; margin-bottom: 0; margin-left: 0; padding-top: 5px; padding-right: 7px; padding-bottom: 4px; padding-left: 7px; }
.form-search .btn-search { float:left; background:url(../images/btn-search.gif) no-repeat; width: 24px; height: 23px; font-size:0; line-height:0; text-indent:-9999px; overflow:hidden; cursor:pointer; border:0; padding:0; margin:0; }

/* Firefox 3+ Search Padding Fix */
.form-search .txt, x:-moz-any-link, x:default {padding-top:4px;}

/* Home Page Lower Banner */
.lower-banner { width:940px; overflow:hidden; padding:16px 0 30px; background: #252525 url(../images/bg-lower-banner.png) no-repeat 0 100%; }
.lower-banner .holder { padding:0 0 0 20px; overflow:hidden; width:1000px; position:relative; }
.lower-banner .col {
	float:left;
	width:273px;
	color:#000;
	font-size:12px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.lower-banner .col h2 {
	font-weight:bold;
	font-size:16px;
	color:#069;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0;
	left: 50px;
}
.lower-banner .col h2 a { text-decoration:none; color:#ffffff; }
.lower-banner .col p {
	line-height:18px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.lower-banner .more { color:#5d9e42; padding:0 10px 0 0; background:url(../images/arrow-more.gif) no-repeat 100% 6px; }
.lower-banner .more:hover {
	color:#000;
	text-decoration:none;
}

/* Lower Section */
.lower-section { width:100%; overflow:hidden; border-top:1px solid #d8d8d8; clear: both; }
.lower-section-home { border:0; }
.lower-section .col-holder { padding:24px 25px 39px 30px; overflow:hidden; background:#f1f1f1 url(../images/bg-col-holder.gif) repeat-x 0 100%; border-bottom:1px solid #fcfcfc; width:905px; }
.lower-section-home .col-holder { background:#ffffff url(../images/home-bottom.gif) repeat-x 0 100%; }
.lower-section .col-holder .holder { width:1000px; overflow:hidden; position:relative; }
.lower-section .col-holder .col { float:left; width:275px; margin-top: 0; margin-right: 38px; margin-bottom: 0; margin-left: 0; }
.lower-section .col-holder h3 { font-weight:normal; font-size:18px; margin-top: 0; margin-right: 0; margin-bottom: 9px; margin-left: 0; padding-top: 2px; padding-right: 40px; padding-bottom: 5px; padding-left: 0; color:#323232; }
.lower-section .col-holder p { line-height:18px; margin-top: 0; margin-right: 0; margin-bottom: 18px; margin-left: 0; }
.lower-section .col-holder a { color:#5d9e42; }
.lower-section .col-holder a:hover { color:#323232; text-decoration:none; }
.lower-section .bottom { background:url(../images/bg-bottom.png) no-repeat scroll 0 100% transparent; height:39px; overflow:hidden; padding:0 15px 0 31px; width:914px; }
.lower-section .bottom .txt-holder { overflow:hidden; color:#727272; font-size:12px; padding:11px 0 0; }
* html .lower-section .bottom .txt-holder { overflow:visible; height:1%; }
.footer-nav a:hover {
	color:#0CF;
}
.more-dark { padding:0 10px 0 0; background:url(../images/arrow-more-dark.gif) no-repeat 100% 6px; }
.lower-section .bottom .txt-holder p { margin:0 0 0; }
.lower-section .bottom a { color:#47842e; }
.lower-section .bottom a:hover { text-decoration:none; color:#323232; }

/* Newsletter Form in Lower Section */
.form-add { width:102%; overflow:hidden; margin: 0px; padding: 0px; }
.form-add .row { width:102%; overflow:hidden; margin:0 0 5px; }
.form-add label { font-weight:bold; width:93px; margin:0 8px 0 0; float:left; color:#746f6e; font-size:12px; line-height:20px; }
.form-add .txt input { float:left; background:none; width: 163px; height: 15px; padding:4px 0; margin:0; font:12px Arial, Helvetica, sans-serif; border:0; color: #555555; }
.form-add .txt { background:url(../images/bg-form-txt.gif) no-repeat; width: 163px; padding:0 7px; float:left; }
.form-add .btn-holder { overflow:hidden; padding-top: 6px; padding-right: 0; padding-bottom: 0; padding-left: 101px; }
.form-add .btn-add { padding:0; margin:0 9px 0 0; border:0; float:left; background:url(http://www.artivity.co.uk/templates/debonair/preview/images/btn-signup.gif) no-repeat; width: 82px; height: 26px; font-size:0; line-height:0; text-indent:-9999px; cursor:pointer; }
.form-add .btn-holder a { float:left; padding:5px 0 0; }

/* Follow Us Icons */
.lower-section .follow-box { float:right; margin-left: 25px; }
.lower-section .follow-box strong { color:#727272; float:left; margin-right: 10px; padding-top: 11px; }
.lower-section .follow-box ul { float:left; list-style:none outside none; margin:0; padding:7px 0 0; }
.lower-section .follow-box li { float:left; margin:0 0 0 8px; display:inline; }
.lower-section .follow-box a { float:left; width:24px; height:24px; overflow:hidden; text-indent:-9999px; }
.lower-section .follow-box a.facebook { background:url(../images/icon-facebook.gif) no-repeat; }
.lower-section .follow-box a.twitter { background:url(../images/icon-twitter.gif) no-repeat; }
.lower-section .follow-box a.rss { background:url(../images/icon-rss.gif) no-repeat; }
.lower-section .follow-box a.facebook:hover { background:url(../images/icon-facebook-hover.gif) no-repeat; }
.lower-section .follow-box a.twitter:hover { background:url(../images/icon-twitter-hover.gif) no-repeat; }
.lower-section .follow-box a.rss:hover { background:url(../images/icon-rss-hover.gif) no-repeat; }

/*----- Home Banner Icons (32x32px) -----*/
.lower-banner h2.icon1 {
}
.lower-banner h2.icon2 {
}
.lower-banner h2.icon3 {
}

/*----- Lower Section Icons for Home Page and Inner Pages (32x32px) -----*/
.lower-section h3.icon1 { background:url(../images/lower-icon1.png) no-repeat 100% 0; }
.lower-section h3.icon2 { background:url(../images/lower-icon2.png) no-repeat 100% 0; }
.lower-section h3.icon3 { background:url(../images/lower-icon3.png) no-repeat 100% 0; }

/* Contact Us Map & Info */
.map-box { width:100%; overflow:hidden; padding:5px 0 0; }
.map-box .map { margin:0 0 22px; }
.map-box .map img { display:block; }
.map-box .info-box { width:100%; margin:0 0 13px; color:#746f6e; font-size:12px; }
.map-box .info-box strong {
	display:block;
}
.map-box .info-box p { margin:0; }
.map-box .location-box { padding:3px 0 0; }

/* Contact Form */
.form-post { width:588px; overflow:hidden; padding:0 0 28px; }
.form-post h3 { margin:0 0 14px; }
.form-post h2 {
	color:#252525;
	font-size:18px;
	margin:0 0 38px;
	line-height:20px;
	font-weight: normal;
	padding-right: 30px;
}
.form-post .area { overflow:hidden; width:614px; margin:0 0 12px; }
.form-post .box { float:left; width:188px; margin:0 12px 0 0; }
.form-post label { display:block; margin:0 0 6px; color:#746f6e; font-size:12px; }
.form-post .txt input { background:none; width: 172px; height: 15px; margin:0; font:12px Arial, Helvetica, sans-serif; color:#555555; border:0; padding: 4px 0; }
.form-post .txt { width: 172px; background:url(../images/bg-txt.gif) no-repeat; padding-right: 10px; padding-left: 6px; padding-top: 0; padding-bottom: 0; }
.form-post .textarea { width:588px; margin:0 0 14px; background:url(../images/bg-textarea.gif) repeat-y -1176px 0; }
.form-post .textarea-t { background:url(../images/bg-textarea.gif) no-repeat; }
.form-post .textarea-b { background:url(../images/bg-textarea.gif) no-repeat -588px 100%; padding:5px; width:578px; }
.form-post textarea { border:0; font:12px Arial, Helvetica, sans-serif; color:#746f6e; margin:0; padding:0; width:578px; max-width:578px; min-width:578px; height:63px; overflow:auto; background-color: transparent; }
.message-form textarea { height:184px; }
.message-form .area { margin:0 0 16px; }
.form-post .btn-holder { width:588px; overflow:hidden; }
.form-post .txt-area {
	color:#797979;
	line-height:15px;
	padding:45px 0 25px;
}
.form-post .txt-area p {
	margin:0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

/* Form Buttons */
.formbutton {
	text-align: center;
	border: 0;
	overflow: visible;
	background-image: url(../images/button-bg-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	margin-right:8px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float:left;
	cursor:pointer;
}
.formbutton span {
	position: relative;
	display: block;
	white-space: nowrap;
	height: 26px;
	color: #fff;
	background-image: url(../images/button-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	text-shadow: 0px 1px 0px #35621d;
}
.formbutton:hover { background-image: url(../images/button-bg-right-hover.gif); }
.formbutton:hover span { background-image: url(../images/button-bg-hover.gif); }
.rightalign { float:right; margin-right:0px; }
.formbutton::-moz-focus-inner { border: 0; padding: 0; }
.formbutton:focus {outline:none;}
.formbutton:active {    -ms-background-position-y: 1px; outline:none; }

/* Inner Page Layout Full Width */
#main { width:940px; padding:0 10px; }
.main { background:url(../images/bg-main.gif) no-repeat; padding:25px 20px 0; width:900px; overflow:hidden; }

/* Inner Page Layout With Sidebar */
.sidebar-main { width:900px; padding:25px 20px 0; background:url(../images/bg-main-area.gif) no-repeat; }
.sidebar-main:after { clear: both; content:''; display: block; }
.sidebar-main a:hover { color:#323232; }
.sidebar-main .leftcolumn { float:left; width:588px }

/* Page Content */
.pagecontent h2 {
	color:#252525;
	font-size:18px;
	font-weight:normal;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.pagecontent h3 {
	color:#069;
	line-height26p:x;
	font-size:18px;
	font-weight:bold;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-top: 15px;
}
.pagecontent .txt-content {
	width:100%;
	overflow:hidden;
	line-height:20px;
	color:#797979;
	margin:0 0 0px;
	font-size: 12px;
}
.pagecontent .txt-content p { margin:0 0 15px; }
.pagecontent .box-holder { width:980px; overflow:hidden; }
.pagecontent .box-holder .sidelayout { width:660px; overflow:hidden; } /* For use with sidebar page layout */
.pagecontent .box-holder ul { list-style:none; margin:0; padding:0; }
.pagecontent .box-holder li {
	width:275px;
	vertical-align:top;
	margin-right: 38px;
	padding-bottom: 35px;
	float: left;
	text-align: left;
}
.pagecontent .box-holder .img img { vertical-align:top; text-align:center; }
.pagecontent .box-holder .img { margin:0 0 15px; border-bottom:2px solid #c7c7c7; }
.pagecontent .box-holder .img-box { margin:0 0 15px; text-align:center; }
.pagecontent .box-holder .img-box a { text-align:center; position:relative; }
.pagecontent .box-holder .img-box img {
	vertical-align:middle;
}
.pagecontent .box-holder .img a { border:1px solid #9a9a9a; display:block; text-align:center; padding:1px; }
.pagecontent .box-holder .img a:hover { border:1px solid #666666; }
.pagecontent .box-holder h3 { color:#323232; font-size:18px; font-weight:normal; margin:0 0 7px; }
.pagecontent .box-holder p {
	color:#797979;
	line-height:18px;
	margin:0 0 10px;
}
.pagecontent .table { margin-bottom: 35px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: solid; border-color: #cccccc; }
.pagecontent .table th { background-color:#e2e2e2; padding:4px; font-size:12px; font-weight: bold; color:#444444; text-align:left; border-right: 1px solid #cccccc; }
.pagecontent .table td { padding:4px; border-right: 1px solid #cccccc; border-bottom:1px solid #cccccc; }

/* Inner Page Heading Banner */
.pageheader {
	background:url(../images/bg-visual.jpg) no-repeat;
	width: 900px;
	height: 90px;
	padding:0 20px;
	margin:0 0 7px;
}
.pageheader .holder { overflow:hidden; }
.pageheader h1 {
	font-size:24px;
	color:#ffffff;
	font-weight:normal;
	margin:0px;
}
* html .pageheader .holder { overflow:visible; height:1%; }

/* Inner Page Sidebar */
#sidebar { float:right; width:230px; }
#sidebar h1 { color:#3c3c3c; font-size:18px; margin:0 0 18px; font-weight: normal; }
#sidebar h2,h3 { color:#3c3c3c; font-size:16px; margin:0 0 18px; font-weight: normal; }
#sidebar p {line-height:20px;}
#sidebar blockquote { margin:0; font-style:italic; }
#sidebar blockquote p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 21px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #999;
	text-align: left;
}
#sidebar blockquote q { color:#727272; line-height:26px; }
#sidebar blockquote cite { color:#aaa; }
q { quotes: none; }
q:before { content:""; }
q:after { content:""; }

/* Blog RSS Button */
.btn-rss { float:right; margin:30px 0 0; font-size:14px; color:#fff; line-height:28px; overflow:hidden; background:url(../images/btn-rss.gif) no-repeat; }
.btn-rss:hover { text-decoration:none; color:#fff; }
.btn-rss span {
	float:none;
	padding:0 11px 0 25px;
	height:29px;
	background:url(../images/btn-rss.gif) no-repeat 100% 100%;
	cursor:pointer;
}

/* Breadcrumbs */
.breadcrumbs { width:100%; overflow:hidden; font-size:11px; color:#a5a5a5; padding:19px 0 0; margin:0 0 3px; }
.breadcrumbs li { float:left; background:url(../images/separator03.gif) no-repeat 100% 5px; padding:0 12px 0 0; list-style:none; }
.breadcrumbs a { float:left; color:#a5a5a5; }
.breadcrumbs a:hover { color:#ffffff; }

/* Blog Post Holder */
.post-holder { width:100%; padding:35px 0 0; }
.post { background:url(../images/bg-post.gif) no-repeat 0 100%; width:588px; position:relative; padding:0 0 85px; margin:-35px 0 0; }
.post .img-box { background-color:#e1e1e1; border-bottom:1px solid #c7c7c7; padding:3px 0 0; margin:0 0 35px; }
.post .img-box img { display:block; margin:0 auto; }
.post .img-box span { display:block; padding:12px 0 8px 9px; color:#797979; }
.post h2, .post h2 a:link, .post h2 a:visited { color:#252525; font-size:22px; font-weight:normal; margin-top: 0; margin-right: 0; margin-bottom: 19px; margin-left: 0; padding-right: 10px; }
.post .heading { width:100%; overflow:hidden; margin:0 0 20px; }
.post .heading .info { width:100%; overflow:hidden; }
.post .heading .info p { float:left; color:#b1b1b1; font-style:italic; margin:0; }
.post .heading .info em { float:left; background:url(../images/separator04.gif) no-repeat 0 2px; padding:0 0 0 14px; margin:0 0 0 11px; display:inline; }
.post .heading .info a { color:#5d9e42; }
.post .txt-content { width:100%; overflow:hidden; color:#797979; line-height:22px; }
.post .txt-content a { color:#5d9e42; }
.post .txt-content a:hover { color:#323232; }
.post .txt-content p { margin:0 0 20px; }
.post .more-holder { width:100%; overflow:hidden; text-align:right; }
.post .more-holder a { color:#5d9e42; }
.post .more-holder a:hover, .post .heading .info a:hover { text-decoration:none; color:#323232; }
.post .more-holder a span { color:#443c39; }
.post .date-box { position:absolute; left:-50px; top:6px; z-index:100; }
.post .date-box div { background:url(../images/bg-date-box.png) no-repeat; width: 38px; height: 36px; text-align:center; color:#fff; padding:4px 0 0; font-size:10px; }
.post .date-box strong { display:block; font-size:18px; line-height:16px; }

/* Popular Blog Posts */
.post-box { width:100%; overflow:hidden; }
.post-box ul { list-style:none; margin:0; padding:0; width:100%; overflow:hidden; }
.post-box li { width:100%; margin:0 0 17px; float:left; }
.post-box ul p { margin:0 0 6px; line-height:18px; }
.post-box ul em { display:block; color:#b1b1b1; font-style:normal; font-size:10px; }
#sidebar .post-box ul p a { color:#4c4c4c; }
#sidebar .post-box ul p a:hover { color:#5d9e42; text-decoration:none; }

/* Pagination */
.pagination-holder { width:100%; overflow:hidden; background-color:#fff; margin:0; padding:30px 0 35px; position:relative; }
.pagination { list-style:none; margin:0; padding:0; float:left; }
.pagination li { float:left; margin:0 5px 0 0; }
.pagination a { float:left; line-height:18px; color:#5d9e42; background:url(../images/bg-pagination.gif) no-repeat; }
.pagination a span { float:left; height:18px; padding:0 5px 0; cursor:pointer; background:url(../images/bg-pagination.gif) no-repeat 100% 100%; }
.pagination a:hover, .pagination a:hover span { background:#272727; text-decoration:none; color:#fff; }
.pagination strong { float:left; line-height:18px; background:#5d9e42; color:#fff; padding:0 5px 0; }

/* Blog Comments */
.comment-box { width:100%; overflow:hidden; margin:-35px 0 0; position:relative; }
.comment-box h3 { color:#252525; font-size:18px; margin:0 0 22px; font-weight:normal; }
.comment-box h3 span { color:#ababab; }

/* Blog Posted Comment */
.posted-comment { width:100%; overflow:hidden; margin:0 0 60px; }
.posted-comment .user-info { width:100%; overflow:hidden; margin:0 0 12px; }
.posted-comment .user-info .img { float:left; border:1px solid #d7d7d7; padding:2px; margin:0 7px 0 0; }
.posted-comment .user-info .img img { display:block; }
* html .posted-comment .user-info .img { margin-right:4px; }
.posted-comment .user-info .txt-holder { overflow:hidden; padding:4px 0 0; }
* html .posted-comment .user-info .txt-holder { overflow:visible; height:1%; }
.posted-comment .txt-holder p { margin:0; font-size:14px; color:#797979; }
.posted-comment .txt-holder .row { width:100%; overflow:hidden; }
.posted-comment .txt-holder .row a { font-weight:bold; color:#5d9e42; }
.posted-comment .txt-holder .row a:hover { text-decoration:none; color:#323232; }
.posted-comment .txt-holder .row em { font-style:normal; color:#ababab; }
.posted-comment .txt-comment { width:100%; overflow:hidden; color:#797979; line-height:22px; }
.posted-comment .txt-comment p { margin:0; }

/* Blog Archives */
.archive-box { width:100%; overflow:hidden; margin:0 0 35px; padding:5px 0 0; }
.archive-box ul { list-style:none; margin:0; padding:0; font-size:12px; }
.archive-box li { padding:0 0 3px; }
.archive-box a { color:#FFFFFF; }

/* Footer */
#footer { width:1004px; margin:0 auto; overflow:hidden; text-align:center; font-size:12px; color:#FFFFFF; padding:25px 0 30px; background:url(../images/bg-footer.png) no-repeat 50% 0; }
#footer .w1 { position:relative; left:50%; float:left; }
#footer .w2 { float:left; position:relative; left:-50%; }
#footer p { margin:0; }
#footer p a { color:#FFFFFF; }
.footer-nav { width:100%; overflow:hidden; position:relative; margin:0 0 12px; }
.footer-nav ul { list-style:none; margin:0; padding:0; float:left; overflow:hidden; font-weight:bold; font-size:12px; }
.footer-nav li { float:left; background:url(../images/separator02.gif) no-repeat 0 3px; padding:1px 12px 0 13px; display:inline; margin:0 13px 0 -13px; }
.footer-nav a { color:#FFFFFF; }
