/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org
----------------------------------------------------------------------- */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0
}
body {
	line-height: 1.5
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption, th, td {
	font-weight: normal;
	text-align: left
}
table, td, th {
	vertical-align: top
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}
blockquote, q {
	quotes: "" ""
}
a img {
	border: none
}
/* typography.css */
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter
}
h1 {
	color: #000;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px
}
#pagetitle-align h1 {
	color: #fff;
	font-size: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold
}
h1 span {
	color: #97B01C;
	display: block
}
h2 {
	color: #4e432a;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px
}
h2 span {
	font-size: 14px;
	display: block
}
h3 {
	color: #4e432a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
}
h3 span {
	color: #97b01c;
	font-size: 12px;
	line-height: 0;
	display: block;
	margin-top: 3px
}
h4 {
	color: #97b01c;
	font-size: 15px;
	margin-bottom: 10px
}
h5 {
	color: #97b01c;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px
}
h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0 25px 0 0;
	float: right
}
p {
	color: #5c4f31;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
.cal-right-contain p {
	font-size: 13px;
	margin-bottom: 15px
}
div.left-bus p, div.right-bus p {
	font-size: 12px;
	margin-bottom: 10px
}
.emphasis {
	color: #85c440;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	padding-left: 5px
}
.emphasis2 {
	font-size: 12px
}
a:focus, a:hover {
	color:#000;
	outline: none;
}
a {
	color: #85c440;
	text-decoration: underline
}
#latest-news a {
	color: #000;
	font-style: italic;
	background-image: url("../images/btn_more.gif");
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	display: block;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em
}
.twocol-leftcol ul {
	margin-top: 10px;
	margin-bottom: 20px
}
.twocol-leftcol ul li {
	color: #4e432a;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	list-style-image: url("../images/bullet.gif");
	margin-bottom: 10px;
	padding-left: 5px
}
ol {
	list-style-type:decimal;
}
ol li {
	list-style-type: decimal
}
ol li li {
	font-weight: normal;
	list-style-type: lower-roman
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom: 1.4em;
	width: 100%
}
.twocol-leftcol table, .threecol-leftcol table {
	width: 100%
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
}
tr.even td {
	background: #eff1dd
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size: 11px;
	margin-bottom: 5px
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.light {
	color: #999
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin: 0;
	padding: 0
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* grid.css */
.container {
	margin: 0 auto
}
div.twocol-leftcol, div.twocol-rightcol, .left-bus, .right-bus {
	float: left
}
.last, div.last {
	margin-right: 0
}
div.twocol-leftcol {
	width: 739px
}
div.twocol-rightcol {
	width: 226px
}
div.left-bus {
	width: 317px
}
div.left-bus img {
	margin-bottom: 10px
}
div.right-bus {
	width: 338px
}
div.content-align {
	padding: 10px 60px 0 20px
}
div.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee;
}
div.colborder {
	padding-right:24px;
	margin-right:25px;
	border-right:1px solid #eee;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	height: 0;
	clear: both
}
/* forms.css */
label {
	color: #4e432a;
	font-size: 14px;
	font-weight: bold;
	display: block
}
label.flr {
	color: #000;
	margin-right: 10px;
	float: left
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
.submit1 {
	position: relative;
	top: 5px;
	width: 78px;
	height: 28px;
	float: left
}
.submit2 {
	position: relative;
	top: 8px;
	width: 104px;
	height: 28px;
	float: right
}
.submit3 {
	margin: 5px 0 0;
	padding: 0;
	position: relative;
	right: 0;
	width: 78px;
	height: 28px;
	float: right
}
.submit4 {
	margin-right: 10px;
	position: relative;
	top: 8px;
	width: 104px;
	height: 28px;
	float: right
}
.submit5 {
	position: relative;
	top: 8px;
	width: 104px;
	height: 28px;
	float: left
}
#site-search input {
	float: left
}
.search {
	font-size: 12px;
	margin-right: 8px;
	padding: 1px;
	width: 190px
}
.search-btn {
	font-size: 11px;
	margin-top: 2px
}
.form-bg {
	background-image: url("../images/form_field.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 189px;
	height: 33px
}
.form-bg input {
	color: #4e432a;
	font-size: 15px;
	background-color: transparent !important;
	margin: 0;
	padding: 0;
	position: relative;
	top: 8px;
	left: 7px;
	width: 93%;
	float: left;
	border: 0
}
.qk-email {
	background-image: url("../images/quick_emailbkd.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 35px;
	margin-bottom: 5px;
	width: 303px;
	height: 49px
}
.qk-email input {
	color: #4e432a;
	font-size: 17px;
	background-color: transparent !important;
	margin: 0;
	padding: 7px 0;
	position: relative;
	top: 8px;
	left: 7px;
	width: 94%;
	float: left;
	border: 0
}
#business_directory_form {
	border-spacing: 0px;
}
#business_directory_form input[type=text], #business_directory_form textarea {
	width: 100% !important;
	margin-bottom: 10px;
	margin-right: 10px;
}
#business_directory_form th, #business_directory_form td, #business_directory_form caption {
	padding-right: 20px;
	padding-bottom: 10px
}
#business_directory_form label {
	margin-bottom: 5px;
}
textarea {
	margin: 0;
	padding: 5px;
	height: 68px
}
.panel-align textarea {
	margin-top: 4px;
	width: 530px;
	height: 110px
}
.panel-align select {
	position: relative;
	top: -3px
}
.twocol-leftcol textarea, .threecol-leftcol textarea {
	padding: 0;
	width: 300px;
	height: 100px
}
.twocol-leftcol input, .threecol-leftcol input {
	width: auto !important
}
.error, .notice, .success {
	border:2px solid #ddd;
}
.error {
	border-color:#FF6633;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
label.error {
	width: 0px;
	height: 0px;
	display: none;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* SKIN-layout.css */
body {
	background-color: #EEF5C0;
	background-image: url("../images/bdy_bkd.jpg");
	background-repeat: repeat-y;
	background-position: center top
}
#header-contain {
	background-image: url("../images/header_contain.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 9999;
	height: 173px
}
#header {
	background-image: url("../images/header_bkd.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9999;
	width: 965px;
	height: 173px
}
div.logo-btn {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9000;
	top: 19px;
	left: 13px;
	width: 439px;
	height: 101px;
	float: left
}
div.logo-btn a:link, div.logo-btn a:visited {
	background: url("../images/logo.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 439px;
	height: 101px
}
div.logo-btn a:hover, div.logo-btn a:active {
	background: url("../images/logo.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 439px;
	height: 101px
}
ul#topnav {
	font-size: 1.1em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
	width: 100%;
	float: left
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
}
ul#topnav a.home {
	background: url("../images/tp_nav1.gif") no-repeat;
	width: 94px
}
ul#topnav a.what-we-do {
	background: url("../images/tp_nav2.gif") no-repeat;
	width: 200px
}
ul#topnav a.who-we-are {
	background: url("../images/tp_nav3.gif") no-repeat;
	width: 148px
}
ul#topnav a.business-dir {
	background: url("../images/tp_nav4.gif") no-repeat;
	width: 201px
}
ul#topnav a.faqs {
	background: url("../images/tp_nav5.gif") no-repeat;
	width: 89px
}
ul#topnav a.news {
	background: url("../images/tp_nav6.gif") no-repeat;
	width: 91px
}
ul#topnav a.contact {
	background: url("../images/tp_nav7.gif") no-repeat;
	width: 138px
}
ul#topnav li .sub {
	display: none;
	position: absolute;
	z-index: 999;
	top: 44px;
	left: 0;
	float: left;
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}
ul#topnav li .sub.bkd1 {
	background-image: url("../images/sub_bg2.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 bottom;
	padding: 20px 20px 30px 40px
}
ul#topnav li .sub.bkd2 {
	background-image: url("../images/sub_bg2.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 bottom;
	padding: 20px 30px 30px
}
ul#topnav li .row {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	clear: both
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left
}
ul#topnav .sub ul li {
	color: #5c4c0b;
	width: 100%
}
ul#topnav .sub h2 {
	color: #5c4f31;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}
h2.underline {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #5c4f31
}
ul#topnav .sub ul li h2 a {
	color: #5c4c0b;
	font-size: 16px;
	background-image: none;
	padding: 5px 0 0;
	border: 0
}
ul#topnav .sub ul li a {
	color: #5c4c0b;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-indent: 0;
	display: block;
	padding: 4px 5px 4px 0;
	height: auto;
	float: none
}
ul#topnav .sub ul li a:hover {
	color: #5c4c0b;
	text-decoration: underline;
	background-position: 5px 12px
}
#contentArea {
	background-image: url("../images/content_area.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	width: 965px
}
#cycle-nav-contain {
	position: absolute;
	z-index: 9999;
	top: 227px;
	left: 45px;
	width: 150px;
	height: 35px;
	float: left
}
ul#cycle-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
	top: 8px;
	width: 150px;
	height: 10px;
	float: left
}
ul#cycle-nav li {
	text-indent: -999em;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	z-index: 1;
	height: auto;
	float: left;
	border-style: none
}
ul#cycle-nav li a {
	color: #fff;
	font-size: 10px;
	font-family: Arial, "Trebuchet MS", "Helvetica LT Std", Arial, sans-serif;
	text-decoration: none;
	background-position: 0 -10px !important;
	display: block;
	margin-left: 17px;
	padding: 0;
	z-index: 1;
	width: 10px;
	height: 10px
}
ul#cycle-nav li a:hover {
	background-position: 0 0px !important
}
ul#cycle-nav li:hover a.select {
	background-position: 0 0px !important;
	position: relative;
	z-index: 9999
}
ul#cycle-nav li a.current {
	background-position: 0 0px !important
}
ul#cycle-nav a.activeSlide {
	background-position: 0 0px !important
}
ul#cycle-nav li.one a {
	color: #ebf3ff;
	background-image: url("../images/cyc-nav1.gif");
	background-repeat: no-repeat;
	background-position: left top
}
ul#cycle-nav li.two a {
	color: #ebf3ff;
	background-image: url("../images/cyc-nav2.gif");
	background-repeat: no-repeat;
	background-position: left top
}
ul#cycle-nav li.three a {
	color: #ebf3ff;
	background-image: url("../images/cyc-nav3.gif");
	background-repeat: no-repeat;
	background-position: left top
}
ul#cycle-nav li.four a {
	color: #ebf3ff;
	background-image: url("../images/cyc-nav4.gif");
	background-repeat: no-repeat;
	background-position: left top
}
ul#cycle-nav li.five a {
	color: #ebf3ff;
	background-image: url("../images/cyc-nav5.gif");
	background-repeat: no-repeat;
	background-position: left top
}
#cycle-contain {
	background-image: url("../images/slider_bkd.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	position: relative;
	width: 739px;
	height: 281px;
	float: left
}
#cycler-contain {
	position: relative;
	top: 2px;
	width: 739px;
	height: 270px;
	float: left;
	overflow: hidden
}
.cycle-panel1 {
	background-image: url("../images/cycle_panel1.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 33px;
	padding: 0;
	position: relative;
	width: 699px;
	height: 270px
}
.cycle-panel2 {
	background-image: url("../images/cycle_panel2.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 33px;
	padding: 0;
	position: relative;
	width: 699px;
	height: 270px
}
.cycle-panel3 {
	background-image: url("../images/cycle_panel3.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 33px;
	padding: 0;
	position: relative;
	width: 699px;
	height: 270px
}
.cycle-panel4 {
	background-image: url("../images/cycle_panel4.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 33px;
	padding: 0;
	position: relative;
	width: 699px;
	height: 270px
}
.cycle-panel5 {
	background-image: url("../images/cycle_panel5.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 33px;
	padding: 0;
	position: relative;
	width: 699px;
	height: 270px
}
.cycle-panel-align {
	position: relative;
	top: 27px;
	width: 415px;
	height: 174px
}
.cycle-panel-align p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0
}
#whats-happening {
	background-image: url("../images/whats_happening.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 226px;
	height: 281px
}
#wh-align {
	position: relative;
	top: 67px;
	left: 22px;
	width: 188px;
	height: 189px
}
#tool-kit {
	background-image: url("../images/tool_kit.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 965px;
	height: 456px;
	float: left
}
ul#toolnav {
	font-size: 10px;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	top: 29px;
	left: 3px;
	width: 962px;
	float: left
}
ul#toolnav li {
	margin: 0;
	padding: 0;
	position: relative;
	height: 61px;
	float: left
}
ul#toolnav li a {
	text-indent: -9999px;
	height: 61px;
	float: left
}
ul#toolnav li:hover a, ul#toolnav li a:hover {
	background-position: left bottom;
}
ul#toolnav li a.selected {
	background-position: left bottom;
}
ul#toolnav a.lifestyle-guide {
	background: url("../images/tn_1.gif") no-repeat;
	width: 109px
}
ul#toolnav a.discover-the-life {
	background: url("../images/tn_2.gif") no-repeat;
	width: 125px
}
ul#toolnav a.business-directory {
	background: url("../images/tn_3.gif") no-repeat;
	width: 124px
}
ul#toolnav a.assess-yourself {
	background: url("../images/tn_4.gif") no-repeat;
	width: 111px
}
ul#toolnav a.tips-for-city {
	background: url("../images/tn_5.gif") no-repeat;
	width: 129px
}
ul#toolnav a.whats-happening {
	background: url("../images/tn_6.gif") no-repeat;
	width: 139px
}
ul#toolnav a.learning-seminars {
	background: url("../images/tn_7.gif") no-repeat;
	width: 126px
}
ul#toolnav a.quick-email {
	background: url("../images/tn_8.gif") no-repeat;
	width: 99px
}
#toolpanel-contain {
	position: relative;
	top: 93px;
	width: 963px;
	height: 338px
}
.toolpanel1 {
	background-image: url("../images/toolpanel_1.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 0 0 32px;
	position: relative;
	height: 338px;
	vertical-align: top
}
.toolpanel2 {
	background-image: url("../images/toolpanel_2.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 2px 0 32px;
	position: relative;
	z-index: 9999;
	top: -5px;
	height: 339px;
	vertical-align: top
}
.toolpanel4 {
	background-image: url("../images/toolpanel_3.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 2px 0 32px;
	position: relative;
	height: 338px;
	vertical-align: top
}
.toolpanel5 {
	background-image: url("../images/toolpanel_4.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 2px 0 32px;
	position: relative;
	height: 338px;
	vertical-align: top
}
.toolpanel6 {
	background-image: url("../images/toolpanel_5.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 2px 0 32px;
	position: relative;
	height: 338px;
	vertical-align: top
}
.toolpanel-null {
	margin: 0 0 0 32px;
	position: relative;
	height: 338px;
	vertical-align: top
}
.panel-align {
	width: 630px
}
.panel-align2 {
	width: 600px
}
.panel-align3 {
	width: 550px
}
.panel-align-full {
	padding-right: 40px;
	padding-left: 5px;
	position: relative;
	top: 0;
	height: 238px;
	overflow: hidden
}
#panel-meet {
	background-image: url("../images/panels_meet.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 25px;
	position: relative;
	width: 965px;
	height: 284px;
	float: left
}
.panel-meet-align {
	margin-top: 21px;
	margin-right: 65px;
	margin-left: 34px;
	padding-top: 50px;
	position: relative;
	width: 233px;
	height: 195px;
	float: left
}
#panel-meet2 {
	margin-top: 40px;
	margin-bottom: 10px;
	position: relative;
	left: 5px;
	width: 226px;
	height: 285px
}
.panel-meet2-birgit {
	background-image: url("../images/panel-cycleright1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 226px;
	height: 285px
}
.panel-meet2-design {
	background-image: url("../images/panel-cycleright1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 226px;
	height: 285px
}
.panel-meet2-design div.button a {
	z-index:9999;
}
.panel-meet2-design div.personel2 img {
	z-index:8888;
}
.panel-meet2-mary {
	background-image: url("../images/panel-cycleright2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 226px;
	height: 285px
}
.panel-meet2-sabine {
	background-image: url("../images/panel-cycleright3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 226px;
	height: 285px
}
.personel {
	position: absolute;
	z-index: 9990;
	top: -25px;
	left: -35px;
	width: 102px;
	height: 287px
}
.personel2 {
	position: absolute;
	z-index: 1;
	top: -25px;
	left: -25px;
	width: 192px;
	height: 287px
}
.before-after {
	position: absolute;
	z-index: 9000;
	top: 50px;
	left: 19px;
	width: 185px;
	height: 133px
}
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
img.b {
	position: absolute;
	left: 0;
	top: 0;
}
ul#mnav {
	font-size: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	right: 5px;
	bottom: 0;
	width: 205px;
	float: left
}
ul#mnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#mnav li a {
	text-indent: -9999px;
	height: 30px;
	float: left
}
ul#mnav li:hover a, ul#mnav li a:hover {
	background-position: left bottom;
}
ul#mnav li a.selected {
	background-position: left bottom;
}
ul#mnav a.birgit {
	background: url("../images/mnav_4.gif") no-repeat;
	width: 96px
}
ul#mnav a.mary {
	background: url("../images/mnav_2.gif") no-repeat;
	width: 45px
}
ul#mnav a.sabine {
	background: url("../images/mnav_3.gif") no-repeat;
	width: 63px
}
div.button {
	text-indent: -9999px;
	z-index: 9990
}
div.button a:link, div.button a:visited {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-indent: -9999px;
	display: block
}
div.button a:hover, div.button a:active {
	background-position: left bottom
}
a.button1 {
	background-image: url("../images/meet_team_btn.png");
	position: absolute;
	bottom: 3px;
	left: -13px;
55px;
	width: 128px;
	height: 28px
}
a.button2 {
	background-image: url("../images/button2.gif");
	position: absolute;
	bottom: 3px;
	left: -15px;
	width: 104px;
	height: 28px
}
a.button3 {
	background-image: url("../images/button3.gif");
	position: absolute;
	bottom: 3px;
	left: -18px;
	width: 116px;
	height: 28px
}
a.button4 {
	background-image: url("../images/btn_business.gif");
	position: relative;
	width: 196px;
	height: 32px;
	float: left
}
a.button5 {
	background-image: url("../images/btn_help.gif");
	margin-top: 2px;
	margin-left: 5px;
	position: relative;
	width: 33px;
	height: 28px;
	float: left
}
a.button6 {
	font-size: 10px;
	line-height: 0;
	background-image: url("../images/prev.gif");
	margin: 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	top: 1px;
	left: -23px;
	width: 27px;
	height: 26px;
	float: left
}
a.button7 {
	font-size: 10px;
	line-height: 0;
	background-image: url("../images/next.gif");
	margin: 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	top: 1px;
	left: 148px;
	width: 27px;
	height: 26px;
	float: left
}
a.button8 {
	background-image: url("../images/button1.gif");
	position: absolute;
	right: 21px;
	bottom: 55px;
	width: 104px;
	height: 28px
}
a.button8a {
	background-image: url("../images/button2.gif");
	position: absolute;
	right: 21px;
	bottom: 55px;
	width: 104px;
	height: 28px
}
a.button8b {
	background-image: url("../images/button3.gif");
	position: absolute;
	right: 21px;
	bottom: 55px;
	width: 116px;
	height: 28px
}
a.button9 {
	background-image: url("../images/facebook.jpg");
	margin-top: 20px;
	position: relative;
	width: 222px;
	height: 153px
}
a.button10 {
	background: url("../images/cal_prev.gif") no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 26px;
	float: left
}
a.button11 {
	background: url("../images/cal_next.gif") no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 26px;
	float: left
}
a.button12 {
	background: url("../images/btn_nexttip.gif") no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 80px;
	height: 30px;
	float: left
}
a.button13 {
	background: url("../images/btn_more.gif") no-repeat;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	width: 70px;
	height: 19px;
	float: left
}
a.button14 {
	background-image: url("../images/meet_team_btn.png");
	position: absolute;
	right: 21px;
	bottom: 55px;
	width: 128px;
	height: 28px
}
.interior {
	background-image: url("../images/title_interior.gif");
	background-repeat: no-repeat;
	background-position: left top
}
.financial {
	background-image: url("../images/title_financial.gif");
	background-repeat: no-repeat;
	background-position: left top
}
.life-coach {
	background-image: url("../images/title_life.gif");
	background-repeat: no-repeat;
	background-position: left top
}
#meet-staff {
	margin-bottom: 20px;
	position: relative;
	width: 673px;
	height: 445px
}
#meet-staff2 {
	margin-bottom: 20px;
	position: relative;
	width: 673px;
	height: 306px
}
#accolade {
	position: absolute;
	right: 20px;
	bottom: 75px;
	width: 190px;
	height: 127px;
	float: right
}
.meet-staff-align {
	position: relative;
	top: 110px;
	left: 135px;
	width: 525px;
	height: 190px
}
.meet-staff-align2 {
	position: relative;
	top: 110px;
	left: 160px;
	width: 525px;
	height: 190px
}
.meet-staff-align3 {
	position: relative;
	top: 110px;
	left: 143px;
	width: 525px;
	height: 190px
}
.meet-staff-align4 {
	position: relative;
	top: 130px;
	left: 280px;
	width: 400px;
	height: 190px;
}
.meet-staff-align5 {
	position: relative;
	top: 110px;
	left: 182px;
	width: 400px;
	height: 190px;
}
.design-team {
	background-image: url("../images/meet_designbkd.jpg");
	background-repeat: no-repeat;
	background-position: left top
}
.btn_meet_cindy {
	width:107px;
	height:28px;
	background-image:url(../images/btn_meet_cindy.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}
.btn_meet_cindy:hover {
	background-position:0px -28px;
}
.cindy {
	background-image: url("../images/meet_cindybkd.jpg");
	background-repeat: no-repeat;
	background-position: left top
}
.ken {
	background-image: url("../images/meet_kenbkd.jpg");
	background-repeat: no-repeat;
	background-position: left top
}
.birgit {
	background-image: url("../images/meet_birgitbkd.jpg");
	background-repeat: no-repeat;
	background-position: left top
}
.mary {
	background-image: url("../images/meet_marybkd.jpg");
	background-repeat: no-repeat;
	background-position: left top
}
.sabine {
	background-image: url("../images/meet_sabinebkd.jpg");
	background-repeat: no-repeat;
	background-position: left top
}
.question {
	background-image: url("../images/question_bkd.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 672px;
	height: 72px
}
.question p {
	font-size: 16px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 70px
}
.answer {
	background-image: url("../images/answer_bkd.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 672px
}
.answer p {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 40px 0 50px
}
.cal-right-contain {
	margin-top: 20px;
	margin-left: 40px;
	position: relative;
	width: 630px;
	float: left
}
.cal-contain {
	background-image: url("../images/cal2_bkd.gif");
	background-repeat: no-repeat;
	background-position: center 28px;
	position: relative;
	top: 20px;
	width: 245px;
	float: left
}
#cal-month-cycle {
	color: #514b1d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 244px;
	height: 26px
}
.cal-contain th, .cal-contain td, .cal-contain caption {
	color: #808846;
	font-size: 15px;
	font-weight: bold;
	background-image: url("../images/cal_td.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 32px;
	vertical-align: middle
}
.cal-contain td a {
	color: #3f2e09;
	text-decoration: underline
}
.cal-contain td:hover {
	color: #3f2e09;
	text-decoration: none;
	margin: -3px;
	padding: 0;
	width: 25px;
	height: 25px;
	border: inset 3px #000
}
.cal-contain td.current {
	color: #3f2e09;
	text-decoration: none;
	width: 27px;
	height: 29px;
	border: solid 3px #000
}
th.null, td.null, caption.null {
	background-image: url("../images/cal_null.gif");
	background-repeat: no-repeat;
	background-position: right bottom
}
.cal-contain table {
	margin-top: 20px;
	border-top: 1px solid #886b2b;
	border-left: 1px solid #886b2b
}
#contact-form {
	position: relative;
	width: 320px;
	float: left
}
#contact-info {
	margin-right: 15px;
	position: relative;
	width: 320px;
	float: left
}
#footer_contain {
	background-image: url("../images/footer_contain.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	height: 261px
}
#footer {
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 9990;
	width: 965px;
	height: 261px
}
#footer-btn {
	position: relative;
	top: 15px;
	right: 10px;
	width: 239px;
	height: 32px;
	float: right
}
#footer-your-logo {
	position: absolute;
	top: 1px;
	width: 203px;
	height: 66px;
	float: left
}
#footer img {
	margin: 0;
	padding: 0
}
#footer p {
	color: #5a502d;
	font-size: 10px;
	padding: 35px 25px 0 0;
	position: absolute;
	bottom: 10px;
	float: left
}
#footer a {
	color: #7d6d48;
	text-decoration: none;
	display: inline
}
#footer a:hover {
	text-decoration: underline
}
#logo-contain {
	position: absolute;
	top: 15px;
	width: 621px;
	height: 159px
}
div.privacy-policy p {
	font-size:13px
}
div.privacy-policy ol {
	color: #5c4f31;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 25px;
	list-style:none
}
div.privacy-policy dl {
	color: #5c4f31;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
}
div.privacy-policy dt {
	padding-left:35px;
	font-weight:normal
}
div.privacy-policy dd {
	padding-left:45px
}
#tipshow div {
	background-color: white;
}

