/*
Company:	Quakenbush
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #f2fcfb;
}
body {

}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 900px;
	height: 184px;
	background: url(../images/content-hd.jpg) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bd.gif) repeat-y 0 0;
}

/* Footer */
div#ft {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bd.gif) repeat-y 0 0;
}
div#ft-inner {
	width: 900px;
	overflow: hidden;
	background: url(../images/content-ft.gif) no-repeat 0 100%;
	padding: 0 0 60px 0;
}
div#ft p.copyright {
	color: #9d9fa2;
	font-size: 77%;
	margin: 0;
	padding: 0 92px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 310px;
	height: 75px;
	text-indent: -9000px;
	position: absolute;
	margin: 85px 0 0 550px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 420px;
	margin: 0 0 0 92px;
	padding: 30px 0;
	float: left;
	display: inline;
}
div.main-thin {
	width: 390px;
	margin-bottom: 20px;
}

/* Side */
div.side {
	width: 215px;
	margin: 0 127px 0 0;
	padding: 30px 0;
	float: right;
	display: inline;
}

/* Featured Work */
p.featured-recent-link {
	margin-bottom: 20px;
	margin-left: -8px;
}
p.featured-recent-link a {
	display: block;
	background: url(../images/featured-shelly.jpg) no-repeat 0 0;
	width: 417px;
	height: 111px;
}
p.featured-recent-link a:hover {
	background-position: 0 -111px;
}

/* Services Callout */
div#si-identity a {
	display: block;
	width: 128px;
	height: 81px;
	background: url(../images/we-do-identity.jpg) no-repeat 0 0;
}
div#si-identity a:hover {
	background-position: 0 -81px!important;
}

div#si-website a {
	display: block;
	width: 128px;
	height: 81px;
	background: url(../images/we-do-website.jpg) no-repeat 0 0;
}
div#si-website a:hover {
	background-position: 0 -81px!important;
}

div#si-campaigns a {
	display: block;
	width: 128px;
	height: 81px;
	background: url(../images/we-do-campaigns.jpg) no-repeat 0 0;
}
div#si-campaigns a:hover {
	background-position: 0 -81px!important;
}

div#si-collateral a {
	display: block;
	width: 128px;
	height: 81px;
	background: url(../images/we-do-collateral.jpg) no-repeat 0 0;
}
div#si-collateral a:hover {
	background-position: 0 -81px!important;
}

div.services-callout div.service-icon {
	width: 128px;
	margin: 0 0 0 -8px;
	padding: 0 0 10px 0;
	float: left;
	display: inline;
}
div.services-callout div.service-desc {
	width: 290px;
	padding: 0 0 10px 0;
	float: right;
	display: inline;
}

/* Side Buttons */
div.side-buttons {
	margin: 0 0 20px 0;
}
p.side-btn-subscribe {
	height: 23px;
	text-indent: -9000px;
	margin: 0 0 8px 0;
}
p.side-btn-subscribe a {
	display: block;
	height: 100%;
	background: url(../images/btn-subscribe.gif) no-repeat 0 -23px;
}
p.side-btn-subscribe a:hover {
	background-position: 0 0;
}
p.side-btn-clients-say {
	height: 23px;
	text-indent: -9000px;
	margin: 0 0 0 0;
}
p.side-btn-clients-say a {
	display: block;
	height: 100%;
	background: url(../images/btn-our-clients-say.gif) no-repeat 0 -23px;
}
p.side-btn-clients-say a:hover {
	background-position: 0 0;
}

/* Side Blog */
div.side-blog {
	margin: 0 0 15px 0;
}

/* Side Contact */
div.side div.side-contact {
	color: #6d6e70;
}
div.side div.side-contact a:link, div.side div.side-contact a:visited {
	color: #6d6e70;
	text-decoration: underline;
}
div.side div.side-contact a:hover {
	text-decoration: none;
}
div.side div.side-contact p {
	margin: 0 0 5px 0;
}

/* HR */
div.hr {
	height: 4px;
	background: url(../images/hr.gif) no-repeat 0 0;
	margin: 0 0 15px -8px;
	width: 100%;
}

/* About Nav */
div#about-nav {
	margin: 0 0 20px 0;
}
div#about-nav ul {
	margin: 0;
	padding: 0;
}
div#about-nav ul li {
	list-style: none;
}
div#about-nav ul li a {
	display: block;
	width: 106px;
}
div#about-nav ul li#an-overview a {
	background: url(../images/about-nav.gif) no-repeat 0 0;
	height: 19px;
	text-indent: -9000px;
}
div#about-nav ul li#an-overview a.active {
	background-position: -106px 0;
}
div#about-nav ul li#an-team a {
	background: url(../images/about-nav.gif) no-repeat 0 -19px;
	height: 23px;
	text-indent: -9000px;
}
div#about-nav ul li#an-team a.active {
	background-position: -106px -19px;
}
div#about-nav ul li#an-history a {
	background: url(../images/about-nav.gif) no-repeat 0 -42px;
	height: 23px;
	text-indent: -9000px;
}
div#about-nav ul li#an-history a.active {
	background-position: -106px -42px;
}

/* Person */
div.person {
	padding: 0 0 30px 0;
}
div.person div.person-pic {
	width: 114px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.person div.person-info {
	width: 250px;
	float: left;
	display: inline;
}

/* Contact Page */
p.contact-text {
	padding: 30px 0 0 92px;
	margin: 0;
}

/* Contact Right Col */
div.contact-right-col {
	width: 430px;
	padding: 25px 0 30px 30px;
	color: #6d6e70;
	float: left;
	display: inline;
}
div.contact-right-col p {
	font-size: 93%;
	line-height: 150%;
}
div.contact-right-col p a:link, div.contact-right-col p a:visited {
	color: #6d6e70;
	text-decoration: underline;
}
div.contact-right-col p a:hover {
	text-decoration: none;
}

/* Work Left Col */
div.work-left-col {
	width: 188px;
	margin: 0 0 0 92px;
	padding: 30px 0;
	float: left;
	display: inline;
}
div.work-left-col a:link, div.work-left-col a:visited {
	color: #6d6e70;
	text-decoration: underline;
}
div.work-left-col a:hover {
	text-decoration: none;
}

/* Work Right Col */
div.work-right-col {
	width: 216px;
	margin: 0 65px 0 0;
	float: right;
	display: inline;
}

/* Work Nav */
div#work-nav {
	padding: 0 0 30px 0;
}
div#work-nav ul {
	margin: 0;
	padding: 0;
}
div#work-nav ul li {
	list-style: none;
	font-size: 85%;
	padding: 5px 0;
}
div#work-nav ul li a:link, div#work-nav ul li a:visited {
	color: #bbc061;
	text-decoration: none;
}
div#work-nav ul li a:hover {
	text-decoration: underline;
}
div.wn-uho-active li#wn-uho, div.wn-dunbar-active li#wn-dunbar, div.wn-bowen-active li#wn-bowen, div.wn-lastbell-active li#wn-lastbell, div.wn-shelly-active li#wn-shelly, div.wn-hamilton-active li#wn-hamilton, div.wn-citynoblesville-active li#wn-citynoblesville {
	font-weight: bold!important;
}

/* Work Tabs */
ul.work-tabs {
	margin: 0;
	padding: 10px 0 0 0;
	width: 216px;
}
ul.work-tabs li {
	list-style: none;
	width: 72px;
	height: 72px;
	float: left;
	display: inline;
}
ul.work-tabs li a {
	display: block;
	width: 72px;
	height: 72px;
}

ul.work-tabs li#wt-uho-logo a {
	background: url(../images/uho-logo-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-logo a:hover, ul.work-tabs li#wt-uho-logo a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-main a {
	background: url(../images/uho-main-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-main a:hover, ul.work-tabs li#wt-uho-main a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-airline a {
	background: url(../images/uho-airline-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-airline a:hover, ul.work-tabs li#wt-uho-airline a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-brochure a {
	background: url(../images/uho-brochure-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-brochure a:hover, ul.work-tabs li#wt-uho-brochure a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-landing a {
	background: url(../images/uho-landing-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-landing a:hover, ul.work-tabs li#wt-uho-landing a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-accidents a {
	background: url(../images/uho-accidents-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-accidents a:hover, ul.work-tabs li#wt-uho-accidents a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-nothing a {
	background: url(../images/uho-nothing-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-nothing a:hover, ul.work-tabs li#wt-uho-nothing a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-cast a {
	background: url(../images/uho-cast-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-cast a:hover, ul.work-tabs li#wt-uho-cast a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-uho-dental a {
	background: url(../images/uho-dental-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-uho-dental a:hover, ul.work-tabs li#wt-uho-dental a.current {
	background-position: 0 -72px;
}

/* BDA Tabs */
ul.work-tabs li#wt-bda-logo a {
	background: url(../images/bda-logo-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bda-logo a:hover, ul.work-tabs li#wt-bda-logo a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bda-stationary a {
	background: url(../images/bda-stationary-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bda-stationary a:hover, ul.work-tabs li#wt-bda-stationary a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bda-web a {
	background: url(../images/bda-web-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bda-web a:hover, ul.work-tabs li#wt-bda-web a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bda-document a {
	background: url(../images/bda-document-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bda-document a:hover, ul.work-tabs li#wt-bda-document a.current {
	background-position: 0 -72px;
}

/* Bowen Tabs */
ul.work-tabs li#wt-bowen-sign a {
	background: url(../images/bowen-sign-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bowen-sign a:hover, ul.work-tabs li#wt-bowen-sign a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bowen-web a {
	background: url(../images/bowen-web-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bowen-web a:hover, ul.work-tabs li#wt-bowen-web a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bowen-handout a {
	background: url(../images/bowen-handout-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bowen-handout a:hover, ul.work-tabs li#wt-bowen-handout a.current {
	background-position: 0 -72px;
}

/* Last Bell Tabs */
ul.work-tabs li#wt-bell-logo a {
	background: url(../images/bell-logo-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bell-logo a:hover, ul.work-tabs li#wt-bell-logo a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bell-bizcard a {
	background: url(../images/bell-bizcard-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bell-bizcard a:hover, ul.work-tabs li#wt-bell-bizcard a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-bell-brochure a {
	background: url(../images/bell-brochure-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-bell-brochure a:hover, ul.work-tabs li#wt-bell-brochure a.current {
	background-position: 0 -72px;
}

/* Shelly Tabs */
ul.work-tabs li#wt-shelly-logo a {
	background: url(../images/shelly-logo-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-shelly-logo a:hover, ul.work-tabs li#wt-shelly-logo a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-shelly-bizcard a {
	background: url(../images/shelly-bizcard-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-shelly-bizcard a:hover, ul.work-tabs li#wt-shelly-bizcard a.current {
	background-position: 0 -72px;
}

ul.work-tabs li#wt-shelly-letterhead a {
	background: url(../images/shelly-letterhead-thumb.jpg) no-repeat 0 0;
}
ul.work-tabs li#wt-shelly-letterhead a:hover, ul.work-tabs li#wt-shelly-letterhead a.current {
	background-position: 0 -72px;
}

/* Work Panes */
div.work-panes div.work-pic {
	width: 310px;
	position: absolute;
	margin-left: -320px;
}
h4.company-name {
	color: #bbc061;
	font-size: 93%;
	margin: 0 0 10px 0;
}
h5.work-category {
	color: #9d9fa2;
	font-style: italic;
	font-size: 77%;
	font-weight: normal;
	margin: -10px 0 15px 0;
}

/* Work Pager */
div.work-pager {
	width: 375px;
	padding: 40px 0 5px 0;
	float: right;
	display: inline;
}
div.work-pager a {
	padding: 5px;
}
div.work-pager a:link, div.work-pager a:visited {
	color: #c7d162;
	text-decoration: none;
}
div.work-pager a:hover {
	font-weight: bold;
}

/* Work Overlay */
div#workpop {
	text-align: center;
	width:800px;
	height:620px;
}

div#workpop div.wrap {
	overflow: auto;
	height: 620px;
	width: 800px;
}

div#workpop div.close {
	right:21px;
	top:22px;
}

/* Blog */
div.blog p.posted {
	font-weight: bold;
	color: #9d9fa2;
	font-size: 85%;
}
div.blog div.side {
	width: 205px;
}
div.blog div.side a:link, div.blog div.side a:visited {
	color: #9d9fa2;
	text-decoration: none;
}
div.blog div.side a:hover {
	text-decoration: underline;
}

div.blog div.side ul {
	margin: 0;
}
div.blog div.side ul li {
	list-style: none;
}
div.blog div.side h2 {
	font-size: 93%;
	text-transform: uppercase;
}

div.blog div.side ul.archives li {
	font-size: 85%;
}

div.blog div.side form {
	text-align: left!important;
	margin: 0!important;
}
div.blog div.side form label {
	display: none;
}
div.blog div.side form input#s {
	font-size: 85%;
	padding: 3px!important;
	width: 130px!important;
	border: 1px solid #ecedec;
}
div.blog div.side form input {
	vertical-align: middle;
}

/* Blog HR */
div.side-blog-hr {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ecedec;
	height: 1px;
	overflow: hidden;
	margin: 0 0 20px 0;
}


/* Navigation */
.navigation {
	clear: both;
}
.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html .navigation {height: 1%;}
.navigation {display: block;}
/* End hide from IE-mac */


/* Callout We Love */
p.callout-we-love a {
	display: block;
	width: 389px;
	height: 92px;
	background: url(../images/callout-we-love.gif) no-repeat 0 -92px;
	text-indent: -9000px;
}
p.callout-we-love a:hover {
	background-position: 0 0;
}

/* Spacer */
.spacer {
	margin: 0 0 40px 0;
}
/* @end */

/* @group Common Text Styles */
div.main, div.side, div.work-left-col, div.work-right-col {
	color: #6d6e70;
}
div.main p, div.side p, div.work-left-col p, div.work-right-col p {
	font-size: 85%;
	line-height: 150%;
}
div.main p span.name {
	color: #afbd21;
	font-weight: bold;
}

.error {
	color: red!important;
}
.italic {
	font-style: italic!important;
}
.lightnote {
	color: #999!important;
}
/* @end */

/* @group Default Headings */
h2.hd-featured-project {
	margin: 0 0 10px 0;
	background: url(../images/hd-featured-project.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 16px;
	margin-left: -8px;
}

h2.hd-what-we-do {
	margin: 0 0 10px 0;
	background: url(../images/hd-what-we-do.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 16px;
	margin-left: -8px;
}

h2.hd-from-blog {
	margin: 0 0 10px 0;
	background: url(../images/hd-from-blog.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 16px;
	margin-left: -8px;
}

h2.hd-work {
	margin: 0 0 10px 0;
	background: url(../images/hd-work.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 16px;
	margin-left: -8px;
}

h2.hd-contact-us {
	margin: 0 0 10px 0;
	background: url(../images/hd-contact-us.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 16px;
	margin-left: -8px;
}

h2.hd-our-team {
	margin: 0 0 10px 0;
	background: url(../images/hd-our-team.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 16px;
	margin-left: -8px;
}

div.service-desc h3 {
	margin: 0 0 2px 0;
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, sans-serif;
}
div.service-desc h3 a:link, div.service-desc h3 a:visited {
	color: #8f9535;
	text-decoration: none;
}
div.service-desc h3 a:hover {
	color: #bbc061;
	text-decoration: none;
}
/*h3.link-identity-brand-dev a {
	display: block;
	height: 10px;
	background: url(../images/link-identity-brand-dev.gif) no-repeat 0 0;
}
h3.link-identity-brand-dev a:hover {
	background: url(../images/link-identity-brand-dev-h.gif) no-repeat 0 0;
}*/

/*h3.link-web-design {
	margin: 0 0 5px 0;
	text-indent: -9000px;
	height: 10px;
	overflow: hidden;
}
h3.link-web-design a {
	display: block;
	height: 10px;
	background: url(../images/link-web-design.gif) no-repeat 0 0;
}
h3.link-web-design a:hover {
	background: url(../images/link-web-design-h.gif) no-repeat 0 0;
}

h3.link-campaigns-project {
	margin: 0 0 5px 0;
	text-indent: -9000px;
	height: 10px;
	overflow: hidden;
}
h3.link-campaigns-project a {
	display: block;
	height: 10px;
	background: url(../images/link-campaigns-project.gif) no-repeat 0 0;
}
h3.link-campaigns-project a:hover {
	background: url(../images/link-campaigns-project-h.gif) no-repeat 0 0;
}

h3.link-collateral-material {
	margin: 0 0 5px 0;
	text-indent: -9000px;
	height: 10px;
	overflow: hidden;
}
h3.link-collateral-material a {
	display: block;
	height: 10px;
	background: url(../images/link-collateral-material.gif) no-repeat 0 0;
}
h3.link-collateral-material a:hover {
	background: url(../images/link-collateral-material-h.gif) no-repeat 0 0;
}*/

div.main h4.name {
	font-size: 85%;
	color: #9d9fa2;
	font-weight: normal;
	margin: 0 0 5px 0;
}
div.main h4.name span.title {
	font-style: italic;
}
div.side-blog h4 {
	margin: 0 0 0 0;
	font-weight: normal;
	font-size: 93%;
}


div.blog h2 {
	color: #bbc061;
	font-size: 116%;
	font-weight: bold;
	margin: 0 0 2px 0;
}
div.blog h3 {
	color: #bbc061;
	font-family: "futura condensed medium", "Arial Narrow", arial, sans-serif;
	font-size: 123.1%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
div.blog div.post {
	border-bottom: 1px solid #ecedec;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
div.blog div.post p.comments-link {
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 353px;
	height: 29px;
	margin: 142px 0 0 89px;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 29px;
	background: url(../images/nav.gif) no-repeat 0 0;
	text-indent: -9000px;
}

div#nav ul li#n-home a {
	width: 56px;
	background-position: 0 0;
}
div#nav ul li#n-home a:hover, div.n-home-active ul li#n-home a {
	background-position: 0 -29px!important;
}

div#nav ul li#n-about a {
	width: 91px;
	background-position: -56px 0;
}
div#nav ul li#n-about a:hover, div.n-about-active ul li#n-about a {
	background-position: -56px -29px!important;
}

div#nav ul li#n-work a {
	width: 69px;
	background-position: -147px 0;
}
div#nav ul li#n-work a:hover, div.n-work-active ul li#n-work a {
	background-position: -147px -29px!important;
}

div#nav ul li#n-blog a {
	width: 65px;
	background-position: -216px 0;
}
div#nav ul li#n-blog a:hover, div.n-blog-active ul li#n-blog a {
	background-position: -216px -29px!important;
}

div#nav ul li#n-contact a {
	width: 72px;
	background-position: -281px 0;
}
div#nav ul li#n-contact a:hover, div.n-contact-active ul li#n-contact a {
	background-position: -281px -29px!important;
}
/* @end */

/* @group Forms */
/* Newsletter Subscribe Form */
div#subscribe-overlay {
	width:300px!important;
	height:215px!important;
}

/* Side Contact Form */
form.contact-form label {
	display: block;
	/*background: url(../images/label-your-name.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 12px;*/
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 93%;
	margin: 0 0 3px 0;
}
/*form.contact-form label.your-email {
	display: block;
	background: url(../images/label-your-email.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 12px;
	margin: 0 0 5px 0;
}
form.contact-form label.your-message {
	display: block;
	background: url(../images/label-your-message.gif) no-repeat 0 0;
	text-indent: -9000px;
	height: 12px;
	margin: 0 0 5px 0;
}*/

form.contact-form input.txt, form.contact-form textarea {
	border: 1px solid #d7d7d6;
	background-color: #f7f8f4;
	padding: 3px;
	margin-bottom: 15px;
	color: #333;
}

/* Side Form */
div.side-contact-form form.contact-form {
	margin: 0 0 20px 0;
}
div.side-contact-form form.contact-form input.txt {
	width: 170px;
}
div.side-contact-form form.contact-form textarea {
	width: 170px;
	height: 90px;
}

/* Contact Page Form */
div.contact-page-form {
	width: 245px;
	float: left;
	display: inline;
}
div.contact-page-form form.contact-form h2 {
	display: none;
}
div.contact-page-form form.contact-form input.txt {
	width: 170px;
}
div.contact-page-form form.contact-form textarea {
	width: 220px;
	height: 90px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #bbc061;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */