@charset "utf-8";
/*

main style sheet containing styles universal to all pages

--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.jpg) #ffffff repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #94130B;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.no-vis {
	color:#595547;
	cursor:text; 
	text-decoration:none; 
}

embed, object {
	display: block;
}

.clearfix:after, #step-photos p:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, #step-photos p {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

html[xmlns] #step-photos p {
    display: block;
}


* html .clearfix {
    height: 1%;
}

* html #step-photos p {
    height: 1%;
}

.hr {
	border-bottom: 1px dashed #C5DB76;
	height: 1px; overflow: hidden;
	margin: 0 0 20px 0;
}
.hr hr {
	display: none;
}

@font-face {
	font-family: 'AvenirLTStd85Heavy';
	src: url('/fonts/avenirltstd-heavy-webfont.eot');
	src: local('☺'), url('/fonts/avenirltstd-heavy-webfont.woff') format('woff'), url('/fonts/avenirltstd-heavy-webfont.ttf') format('truetype'), url('/fonts/avenirltstd-heavy-webfont.svg#webfontHgJDrxXv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DidotHTFL24LightRegular';
    src: url('/fonts/didot-htf-l24-light-webfont.eot?') format('eot'),
         url('/fonts/didot-htf-l24-light-webfont.woff') format('woff'),
         url('/fonts/didot-htf-l24-light-webfont.ttf') format('truetype'),
         url('/fonts/didot-htf-l24-light-webfont.svg#webfonthVxspe0s') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* outer container 
=--------------------------------------------------*/

#wrapper {
	background: #f7f3e1;
	margin: 0 auto;
	width: 960px;
}

/* header
=--------------------------------------------------*/

#header {
	float: left;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	height: 123px;
	padding: 0 20px;
	width: 920px;}

#logo {	
	background: url(../images/backgrounds/logo.png) no-repeat;
	float: left;
	height: 80px;
	text-indent: -9999px;
	width: 460px;
}

#logo a {
	float: left;
	height: 50px;
	position: relative; top: 15px;
	text-indent: -9999px;
	width: 255px;
}


#header-contact {
	color: #848171;
	float: right;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 20px;
	padding: 25px 0 0 0;
	text-align: right;
}

#header-contact strong {
	color: #463937
}

/* nav
=--------------------------------------------------*/

#nav {
	background: url(../images/backgrounds/nav.png) repeat-x;
	float: left;
	font-size: 14px;
	height: 43px;
	width: 920px;
}

#nav ul {
	float: left;
	list-style-type: none;
	padding: 9px 0 0 0;
}

#nav ul li {
	background: url(../images/backgrounds/nav-item.gif) no-repeat 0 -200px;
	float: left;
	margin: 0 5px 0 5px;
}

#nav ul li a {
	background: url(../images/backgrounds/nav-item-inner.gif) no-repeat 0 -200px;
	color: #463937;
	float: left;
	height: 21px;
	padding: 4px 7px 0 7px;
	text-decoration: none;
}

#nav ul li:hover,
#nav ul li.hover {
	background: url(../images/backgrounds/nav-item.gif) no-repeat;
}

#nav ul li a:hover,
#nav ul li.hover a {
	background: url(../images/backgrounds/nav-item-inner.gif) no-repeat right top;
	color: #fff;
}

#nav ul li.current,
#nav ul li.current:hover,
#nav ul li.current a,
#nav ul li.current a:hover {background: none; color: #fff; margin-top: 0 !important; cursor: default;}

/* 
drop-down specifics
=----------------------------------------*/

/* top lvel */
#nav ul { position: relative; z-index: 999;}
#nav ul li { zoom: 1;}
#nav ul li a {display: block;}
#nav ul li.hover,
#nav ul li:hover {position: relative; z-index: 999;}


/* 
sub items
=----------------------------------------*/

#nav ul ul { 
	background: url(../images/backgrounds/drop-down.png) no-repeat 0 2px;
	padding: 19px 0 10px 0;
	position: absolute; top: 21px; left: 0; 
	visibility: hidden; 
	width: 208px;
	z-index: 999; 
}
		
#nav ul ul li,
#nav ul ul li:hover {
	background: url(../images/backgrounds/drop-downs-item.png) no-repeat;
	float: left; 
	margin: 0 !important;
	padding: 5px 10px 0 10px;
	width: 188px; 
	z-index: 999; 
}

#nav ul ul li.item-final,
#nav ul ul li.item-final:hover {background: url(../images/backgrounds/drop-down-item-final.png) no-repeat left bottom; 	padding-bottom: 10px;}

#nav ul ul li a	{
	background: none !important;
	color: #463937 !important;
	display: inline-block; /* IE 6 & 7 Needs Inline Block */ 
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding: 5px 10px 3px 10px;
	text-transform: uppercase;
	width: 168px; 
}

#nav ul ul li a	span {display: none;}

#nav ul ul li a:hover {
	background: #463937 !important;
	color: #fff !important;
	cursor: pointer !important;
}

/* content
=--------------------------------------------------*/

#content {
	color: #595547;
	float: left;
	padding: 20px;
	text-align: left;
	width: 547px;
}

#content.full-width {
	width: 920px;
}

/* text treatments */

h1 {
	border-top: 1px dashed #d6d1c2;
	border-bottom: 1px dashed #d6d1c2;
	color: #4e4645;
	font-family: 'DidotHTFL24LightRegular', 'Times New Roman', Times, serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 38px;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	word-spacing: 9px;}

h2 {
	border-bottom: 1px dashed #d6d1c2;
	color: #6a5f5e;
	font-family: 'Times New Roman', Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 27px;
	margin: 10px 0 15px 0;
}

h3 {
	color: #6a5f5e;
	font-family: 'Times New Roman', Times, serif;
	font-size: 15px;
	line-height: 19px;
	margin: 5px 0 5px 0;
}

h4 {
	color: #383838;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin: 0 0 10px 0;
}

#content p {
	font-size: 12px;
	line-height: 1.8;
	padding: 0 0 20px 0;
}

#content p.bread-crumbs {
	color: #999482;
	font-size: 11px;
	padding: 0 0 15px 0;
}

#content p.bread-crumbs a {
	color: #999482;
}

#content p.bread-crumbs a:hover {color: #595547;}

#content ul,
#content ol {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 20px 20px;
}

#content ol {
	padding: 0 0 20px 35px;
}

#content ul li {
	background: url(../images/backgrounds/li-arrow.gif) no-repeat 0 5px;
	list-style: none;
	padding: 0 0 8px 15px;
}

#content ol li {
	line-height: 1.8;
	padding: 0 0 8px 0;
}

/*nested lists */

#content ul ul,
#content ol ol,
#content ol ul {
	line-height: 1.3;
	padding: 10px 0 0 0;
}

#content ol ul {
	line-height: 1.0;
	padding: 0 0 5px 0;
}

#content ol ul li {
	padding: 0 0 0 15px;
}


/* general images */

.sit-left {
	background: #efebd6;
	border: 1px solid #e2ddc9;
	float: left;
	margin: 0 25px 10px 0;
	padding: 5px;
}

.sit-right {
	background: #efebd6;
	border: 1px solid #e2ddc9;
	float: right;
	margin: 0 0 10px 25px;
	padding: 5px;
}

/* highlight div */

.hilight {
	background: #efebd6;
	margin: 0 0 30px 0;
	padding: 30px 30px 0 30px;
}

.hilight h3 {
	border-bottom: 1px dashed #d6d1c2;
	color: #4e4645;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
}

#content .hilight ul li {
	background: url(../images/backgrounds/hilight-li.gif) no-repeat 0 5px;

}

#bottom-cta {
	font-size: 13px;
	font-style: italic;
	text-indent: 39px;
	padding: 10px 0 20px 0;
	width: 530px;
}

#bottom-cta a {
	background: url(../images/backgrounds/bottom-cta.gif) no-repeat;
	color: #6c6661;
	float: left;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	height: 33px;
	letter-spacing: -1px;
	margin: 0 0 3px 0;
	padding: 9px 0 0 6px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-shadow: #fff 1px 1px 1px;
	word-spacing: 1px;
	width: 535px;}

#bottom-cta a:hover {background-position: 0 -42px;}

/* three column layout for full-width pages */

.three-col {
	float: left;
	width: 920px;
}

.three-col div {
	border-top: 1px dashed #d6d1c2;
	float: left;
	padding: 3px 0 0 0;
	margin: 0 30px 0 0;
	width: 286px;
}

.three-col div h2 {
	margin: 0 0 15px 0;
}


.three-col div.end-item {
	float: right;
	margin: 0;
}

#content .three-col div p {
	line-height: 17px;
	padding: 0 0 15px 0;
}

#content .three-col div ul {
	line-height: 17px;
	padding: 0 0 15px 5px;
}

/* pop-ups
=--------------------------------------------------*/

#pop-page {
	background: none #F7F3E1;
}

#pop-page-wrapper {
	margin: 0 auto;
	padding: 30px 30px 0;
	width: 565px;
}

#pop-page-wrapper p {
	font-size: 12px;
	line-height: 1.8;
	padding: 0 0 30px 0;
}

#pop-page-wrapper ul,
#pop-page-wrapper ol {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 20px 20px;
}

#pop-page-wrapper ol {
	padding: 0 0 20px 20px;
}

#pop-page-wrapper ul li {
	background: url(../images/backgrounds/li-arrow.gif) no-repeat 0 5px;
	list-style: none;
	padding: 0 0 8px 15px;
}

#pop-page-wrapper ol li {
	padding: 0 0 15px 0;
}


/* content area buttons
=--------------------------------------------------*/

a.button {
	background: url(../images/backgrounds/button.gif) no-repeat;
	color: #4e4746;
	float: left;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 1px;
}

a.button span {
	background: url(../images/backgrounds/button-span.gif) no-repeat right top;
	cursor: pointer;
	float: left;
	height: 22px;
	line-height: 15px !important;
	padding: 6px 21px 0 14px;
}

a.blue { background:url(../images/backgrounds/blue-button.gif) no-repeat;}
a.blue span {background: url(../images/backgrounds/blue-button-span.gif) no-repeat right top;}

a.button:hover { 
	background-position: 0 -28px;
	cursor: pointer;
	color: #403a39;
}

a.button:hover span { 
	background-position: right -28px;
	cursor: pointer;
}


/* full width contact form */

#content #form-wide.hilight {}

#content #form-wide.hilight ul {
	padding: 0 0 10px 0;
}

#content #form-wide.hilight #freeform ul li {
	background-image: none;
	float: left;
	list-style: none;
	padding: 0 10px 10px 0;
	width: 233px;
}

#content #form-wide #freeform ul li.form-item-right {
	float: right;
	padding: 0 0 10px 0;
}

#content #form-wide #freeform ul li.wide {
	width: 487px;
	padding: 0 0 10px 0;
}

#content #form-wide li label {
	padding: 0 0 3px 3px;
}

#content #form-wide li label em {
	font-size: 11px;
}

#content #form-wide li label.error {
	float: left;
	clear: both;
	color: #990000;
	font-size: 11px;
	font-style: italic;
}

#form-wide li input.text {
	border: 1px solid #D1CDBA;
	padding: 3px;
	width: 230px;
}

#form-wide li textarea.textarea {
	border: 1px solid #D1CDBA;
	height: 100px;
	padding: 3px;
	width: 485px;
}

#content #form-wide ul li input.submit {
}

/* denver landing page specifics */

#content ul#denver-client-list {
	background: url(../images/backgrounds/services/denver-website-clients.png) no-repeat;
	height: 250px;
	padding: 0;
	width: 547px;
}

#content ul#denver-client-list li {
	background: none;
	float: left;
	text-indent: -9999px;
}

blockquote.no-header {
	background: url(../images/backgrounds/quotes.gif) no-repeat -5px -50px;
}

/* testimonials appearing on testimonials page*/

#accordion h2 {
	background: url(../images/backgrounds/accordion-header.gif) no-repeat;
	border: 0;
	height: 32px;
	margin: 15px 0 0 0;
}

#accordion h2:hover {
	background-position: 0 -32px;
}

#accordion h2:focus {outline:none;}

#accordion h2.ui-state-active {
	background-position: 0 -32px;
}


#accordion h2 a {
	background: url(../images/backgrounds/accordion-link.png) no-repeat 525px 11px;
	color: #6c6661;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 17px;
	float: left;
	height: 31px;
	line-height: 31px;
	outline: none;
	padding: 0 0 0 10px;
	text-decoration: none;
	text-shadow: #F7F3E1 1px 1px 1px;
	width: 537px;}

#accordion h2.ui-state-active a {background-position: 525px -36px}



div.ui-accordion-content {
	background: #f3efdd;
	border: 1px solid #e5e1d0;
	border-top: 0;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
}

blockquote {
	background: url(../images/backgrounds/quotes.gif) no-repeat -5px 0;
	border-bottom: 1px dashed #D6D1C2;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0; 
}

#content blockquote h3 {margin: 0 0 3px 0;}

#content blockquote p {
	padding: 0 0 15px 50px;
	font-style: italic;
}

#content blockquote p.quote-giver {
	color: #6b6656;
	font-style: normal;
	font-size: 11px;
	padding: 0 0 15px 0;
}

/* sidebar
=--------------------------------------------------*/

#sidebar {
	float: right;
	padding: 20px;
	text-align: right;
	width: 333px;
}

a.low-vis {color: #595051; text-decoration: none;}

a#started-button {
	background: url(../images/backgrounds/start-your-website-project-button.gif) no-repeat;
	color: #6c6661;
	float: left;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 31px;
	line-height: 17px;
	margin: 0 0 20px 0;
	padding: 12px 0 0 6px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: #fff 1px 1px 1px;
	width: 333px;}

	

.side-content-outer {
	background: url(../images/backgrounds/side-content-outer.jpg) no-repeat left bottom;
	float: left;
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	width: 333px;
}

.no-bg {
	background: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.no-bg a img {border: 0;}

.side-content {
	background: url(../images/backgrounds/side-content.jpg) no-repeat left top;
	color: #595051;
	float: left;
	font-size: 12px;
	padding: 20px;
	width: 293px;
}


.side-content h3 {
	border-bottom: 1px dashed #d6d1c2;
	color: #4e4645;
	font-family: 'Times New Roman', Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.side-content h4 {
	color: #84837c;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.side-content p {
	line-height: 1.6;
	padding: 0 0 20px 0;
}


.side-content ul {
	line-height: 1.6;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0 0 20px 0;
}

.side-content img.no-border {border: 0;}

/*side content no-background*/

.no-background {
	background: none;
	border-top: 1px dashed #d6d1c2;
	border-bottom: 1px dashed #d6d1c2;
	margin: 0 0 40px 0;
	padding: 7px 0 10px 0;
	width: 333px;
}

.no-background h4 {
	font-size: 16px;
}

.no-background img {
	border: 3px solid #e5e1d0;
	float: right;
	margin: 0 0 5px 15px;
}

.no-background img.sit-left {
	border: 3px solid #e5e1d0;
	float: left;
	margin: 0 15px 5px 0;
	padding: 0;
}

.no-background img.no-border {border: none;}


/*testimonials*/

.testimonial,
.quote {
	background: url(../images/backgrounds/quotes.gif) no-repeat;
	border-top: 1px dashed #d6d1c2;
	border-bottom: 1px dashed #d6d1c2;
	margin: 0 0 40px 0;
	padding: 7px 0 0 0;
	width: 333px;
}

.testimonial h4,
.quote h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}

.testimonial img,
.quote img {
	border: 3px solid #e5e1d0;
	float: right;
	margin: 0 0 5px 15px;
}

.testimonial p,
.quote p {
	font-style: italic;
	padding: 0 0 20px 20px;
}

.quote p {font-style: normal;}


/*featured in print*/

.featured-in {
	border-bottom: 1px dashed #d6d1c2;
	background: none;
	margin: 0 0 40px 0;
	padding: 0;
	width: 333px;
}

.print-featured {
	border: none;
}

.featured-in h3 {
	border-top: 1px dashed #d6d1c2;
	margin: 0;
	padding: 5px 0;
}

.featured-in ul {
	background: url(../images/backgrounds/vertical-dash.gif) repeat-y center top;
	color: #7e756d;
	font-size: 10px;
	line-height: 11px;
	list-style-type: none;
	padding: 0;
}

.featured-in ul li {
	border-bottom: 1px dashed #d6d1c2;
	float: left;
	padding: 20px 0 10px 0;
	text-align: center;
	width: 166px;
}

.featured-in img {}

/* sidebar contact form */

.side-form {
	background: none;
}

.side-form ul {
	background: url(../images/backgrounds/vertical-dash.gif) repeat-y 113px 0;
	list-style: none;
	padding: 0;
}

.side-form ul li {
	float: left;
	padding: 0 0 10px 0;
	width: 333px;
}

.side-form li label {
	float: left;
	width: 100px;
	text-align: right;
}

.side-form li label em {
	font-size: 11px;
}

.side-form li label.error {
	float: left;
	clear: both;
	color: #990000;
	font-size: 10px;
	font-style: italic;
	height: 12px;
	position: relative; top: -7px;
}

.side-form li input.text {
	background: #e8e3cf;
	border: 1px solid #e2ddc9;
	float: right;
	padding: 3px;
	width: 200px;
}

.side-form li textarea.textarea {
	background: #e8e3cf;
	border: 1px solid #e2ddc9;
	float: right;
	height: 100px;
	padding: 3px;
	width: 200px;
}


.side-form ul li.submit-wrapper {
	padding: 0 0 0 125px;
	text-align: left;
	width: 208px;
}

.side-form ul li input.submit {
	width: 100px;
}

.side-form p {
	color: #666666;
	font-size: 12px;
	font-style: italic;
	margin: -9px 0 0 0;
	padding: 0 0 9px 0;
	text-align: right;
}

/* project planners */

.side-content ul#planners {
	list-style-type: none;
}

.side-content ul#planners li {
	float: left;
	height: 53px;
	width: 293px;
}

.side-content ul#planners li a {
	color: #6c6661;
	float: left;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	padding: 0 40px 0 0;
	text-align: right;
	text-decoration: none;
	width: 253px;}

ul#planners li a#new-site {background: url(../images/backgrounds/download-button-yellow.gif) no-repeat;}
ul#planners li a#site-rework {background: url(../images/backgrounds/download-button-orange.gif) no-repeat;}
ul#planners li a#logo-planner {background: url(../images/backgrounds/download-button-brown.gif) no-repeat;}
ul#planners li a#seo-planner {background: url(../images/backgrounds/download-button-blue.gif) no-repeat;}

ul#planners li a:hover {
	background-position: 0 -43px !important;
	color: #4d4845;
}

/* social media icons in sidebar */

.side-content p#social-media {
	padding: 0 0 10px 0;
}

p#social-media a {
	color: #595051;
	line-height: 24px;
	padding: 0 22px 2px 0;
	text-decoration: none;
}

a#twitter-sm { background: url(../images/backgrounds/twitter-icon-sm.png) no-repeat right top;}
a#facebook-sm { background: url(../images/backgrounds/facebook-icon-sm.png) no-repeat right top;}
a#google-places-sm { background: url(../images/backgrounds/google-balloon.png) no-repeat right top;}
a#rss-sm{ background: url(../images/backgrounds/rss-icon-sm.png) no-repeat right top;}
a#linked-in{ background: url(../images/backgrounds/linked-in.png) no-repeat right top;}

p#social-media a:hover {text-decoration: underline;}

/* buttons
=--------------------------------------------------*/

a.side-button {
	background: url(../images/backgrounds/side-button.gif) no-repeat;
	color: #4e4746;
	float: right;
	font-family: 'AvenirLTStd85Heavy', Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 1px;
}

a.side-button span {
	background: url(../images/backgrounds/side-button-span.gif) no-repeat right top;
	cursor: pointer;
	float: left;
	height: 22px;
	padding: 6px 21px 0 14px;
}

a.side-button:hover { 
	background-position: 0 -28px;
	cursor: pointer;
	color: #403a39;
}

a.side-button:hover span { 
	background-position: right -28px;
	cursor: pointer;
}

/* footer
=--------------------------------------------------*/

#footer {
	background: url(../images/backgrounds/footer.jpg);
	float: left;
	height: 242px;
	padding: 40px 40px 0 40px;
	width: 880px;
}

#footer-logo {	
	background: url(../images/backgrounds/footer-logo.png) no-repeat;
	float: left;
	height: 202px;
	text-indent: -9999px;
	width: 89px;
}

.footer-column {
	color: #665d51;
	float: left;
	font-size: 12px;
	padding: 0 0 0 40px;
	position: relative;
	width: 223px;
}

.footer-column h3 {
	border-top: 1px dashed #988e81;
	border-bottom: 1px dashed #988e81;
	color: #4e4645;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 5px 0;}

.footer-column p {
	padding: 0 0 17px 0;
}

.footer-column p#soc-media {
	padding: 0;
	position: absolute; right: 0; bottom: 20px;
}

p#soc-media a {
	float: right;
	height: 0;
	margin: 0 0 0 10px;
	overflow: hidden;
	padding: 31px 0 0 0;
	width: 31px;
}

p#soc-media a#facebook {background: url(../images/backgrounds/facebook.png) no-repeat;}
p#soc-media a#twitter { background: url(../images/backgrounds/twitter.png) no-repeat;}

.footer-column ul {
	line-height: 15px;
	list-style-type: none;
}

.footer-column ul li {
	padding: 0 0 8px 0;
}

.footer-column ul li a {color: #665d51; text-decoration: none;}
.footer-column ul li a:hover {text-decoration: underline;}

img#client-logos {
	border: 0;
	position: relative; top: -10px;
}

p#after-footer {
	clear: both;
	color: #6e6560;
	font-size: 11px;
	margin: 0 auto;
	padding: 20px;
	text-align: right;
	width: 920px;
}

p#after-footer a {
	color: #6e6560;
	text-decoration: none;
}

p#after-footer a:hover {
	text-decoration: underline;
}
