/* 
Project Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com
*/

body {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	background:url(../images/bg.jpg) repeat;
}

.spt {
	background:url(../images/feed.png) no-repeat 0 0;
}

#wrap {
	width:960px;
	margin:0 auto;
	color:#090f03;
}

#bg {
	background:url(../images/bg-int.png) repeat-x 0 100px;
}

.home #bg {
	background:url(../images/bg-home.png) repeat-x 0 100px;
}

a {
	color:#025c9b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* header */
header {
	position:relative;
	height:145px;
	z-index:100;
	background:url(../images/bg-header.jpg) no-repeat;
}

header h3 a {
	display:block;
	width:330px;
	height:100px;
	text-indent:-9000px;
}

header nav {
    bottom: 0;
    height: 45px;
    left: 146px;
    position: absolute;
    width: 817px;
}

.ie6 header nav {
	bottom:-1px;
}

header ul {
	list-style:none;
	margin:0;
}

header li {
	float:left;
	margin:0;
	position:relative;
}

header li a {
	display:block;
	text-indent:-9000px;
}

header nav li a {
	height:45px;
	background:url(../images/nav.png) no-repeat 0 0;
}

header #about a {
	width:119px;
	background-position:0 0;
}

header #about a:hover, header #about:hover a, header #about a.active {
	background-position:0 -45px;
}

header #programs a {
	width:115px;
	background-position:-119px 0;
}

header #programs a:hover, header #programs:hover a, header #programs a.active {
	background-position:-119px -45px;
}

header #calendar a {
	width:103px;
	background-position:-234px 0;
}

header #calendar a:hover, header #calendar a.active {
	background-position:-234px -45px;
}

header #training a {
	width:163px;
	background-position:-337px 0;
}

header #training a:hover, header #training a.active {
	background-position:-337px -45px;
}

header #blog a {
	width:70px;
	background-position:-498px 0;
}

header #blog a:hover, header #blog a.active {
	background-position:-498px -45px;
}

header #resources a {
	width:127px;
	background-position:-568px 0;
}

header #resources a:hover, header #resources:hover a, header #resources a.active {
	background-position:-568px -45px;
}

header #contact a {
	width:118px;
	background-position:-695px 0;
}

header #contact a:hover, header #contact a.active {
	background-position:-695px -45px;
}

header .sub {
	display:none;
	position:absolute;
	top:45px;
	left:0;
	width:180px;
	z-index:100;
	background:rgb(235,232,221);
	background:rgba(235,232,221,.9);
	border:3px solid #7D3613;
}

header #programs .sub {
	width:320px;
}

header .sub ul {
	padding:1em 1.5em;
}

header #programs .sub ul {
	padding:1em 1.5em 1em 7em;
	border-bottom:1px dashed #b6b2a3;
}

header #programs .sub ul.noBdr {
	border-bottom:0;
}

header #topnav .sub li {
	float:none;
}

.ie6 header #topnav .sub li {
	display:inline;
}

header #topnav .sub a {
	display:block;
	text-indent:0;
	width:auto;
	height:auto;
	font-size:.85em;
	color:#222;
	padding-left:11px;
	text-decoration:none;
	background:url(../images/arrow-subnav.png) no-repeat 0 7px;
}

header #topnav li .sub a:hover {
	text-decoration:underline;
}

header #topnav li .sub h4 {
	font-size:1em;
	margin-bottom:.3em;
}

header #topnav li .sub h4 a {
	font-size:1em;
	color:#A5471A;
	padding-left:0;
	background:none;
}

header #topnav li .sub img {
	position:absolute;
	top:18px;
	left:1.5em;
	border:2px solid #C5BEAD;
}

header #topnav li .sub img.gs {
	top:128px;
}

.webkit header #topnav li .sub img.gs {
	top:123px;
}

header #topnav li .sub img.jp {
	top:256px;
}

.webkit header #topnav li .sub img.jp {
	top:247px;
}

header aside {
	position:absolute;
	top:11px;
	right:0;
	width:450px;
}

aside#sec ul {
	float:right;
	width:172px;
}

aside#sec li a {
	width:36px;
	height:36px;
	margin-left:7px;
	background:url(../images/social-icons.png) no-repeat 0 0;
}

aside#sec li a.tw {
	background-position:-43px 0;
}

aside#sec li a.yt {
	background-position:-85px 0;
}

aside#sec li a.fe {
	background-position:-127px 0;
}

aside#sec fieldset { 
	float:right;
	padding:.6em;
	border-top:1px solid #ABABAB;
	border-bottom:1px solid #ECEBE8;
	background:rgb(202,201,189);
	background:rgba(202,201,189,.8);
	margin-left:.6em;
}

aside#sec fieldset p {
	width:106px;
	height:13px;
	text-indent:-9000px;
	margin:0 0 .2em 0;
	background:url(../images/nl-signup.png) no-repeat;
}

aside#sec fieldset input {
	width:160px;
	padding:3px 4px;
	color:#353736;
	height:12px;
	font-size:.8em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ie aside#sec fieldset input {
	float:left;
}

.win aside#sec fieldset input {
	padding:4px;
	height:14px;
}

.ie aside#sec fieldset input#email {
	width:154px;
	height:12px;
}

aside#sec fieldset input#nlSignUp {
	display:inline-block;
	position:relative;
	left:-4px;
	height:24px;
	width:53px;
	border:0;
	text-indent:-9000px;
	background:url(../images/signup.png) no-repeat;
}

.ie aside#sec fieldset input#nlSignUp, .ie #nlSignup input#submitBtn, .ie #commentForm input#submitBtn {
	font-size: 0px;display:block;line-height: 0px;
}

	
/* home content area */
.ie6 #homeContent, .ie7 #homeContent {
	margin-bottom:4em;
}

#homeContent .main {
	margin:1.5em 0 1em 0;
	width:960px;
	height:343px;
	text-indent:-9000px;
	background:url(../images/home-main.jpg) no-repeat;
}

#homeContent .main ul {
	list-style:none;
}

#homeContent .box {
	position:relative;
	float:left;
	width:268px;
	height:61px;
	padding:53px 23px 5px 23px;
	margin-bottom:4em;
	background:url(../images/home-boxes.png) no-repeat 0 0;
}

#homeContent .box.group {
	background-position:-322px 0;
	margin:0 8px 4em 8px;
}

#homeContent .box.junior {
	background-position:-644px 0;
}

#homeContent .box h3 {
	display:none;
}

#homeContent .box a {
	display:block;
	position:absolute;
	right:23px;
	top:11px;
	width:85px;
	height:30px;
	text-indent:-9000px;
}

#homeContent .box img {
	float:left;
	display:block;
	border:2px solid #fff;
	box-shadow:1px 1px 0 #CBC8BB;
	-moz-box-shadow:1px 1px 0 #CBC8BB;
	-webkit-box-shadow:1px 1px 0 #CBC8BB;
}

#homeContent .box p {
	font-size:.85em;
	color:#464646;
	font-family:Verdana, "Lucida Grande", Arial, sans-serif;
	margin-left:70px;
}

.aboutBlock {
	float:left;
	width:230px;
	height:208px;
	margin-right:30px;
	padding:5px 7px;
	background:url(../images/content/home-about-block.jpg) no-repeat;
}

.aboutBlock a {
	display:inline-block;
	width:112px;
	height:48px;
	text-align:center;
	color:#000;
	font-weight:bold;
	padding:160px 0 0 0;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
}

.aboutBlock a:hover {
	text-decoration:none;
}

#testimonial-wrap{
	margin-bottom:30px;
}

/* content area */
#contentWrap {
	margin-bottom:2em;
}

.home #contentWrap {
	margin-bottom:0;
}

#contentWrap h1 {
	font-size:1.7em;
	font-weight:normal;
	color:#fff;
	line-height:67px;
	margin-bottom:2em;
	text-shadow:1px 1px 1px #18191A;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	background:url(../images/title-bg.png) no-repeat 0 0;
}

#content {
	float:left;
	width:600px;
	padding:15px 30px;
	background:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	min-height:580px;
}
#content.wide {
	width:900px;
}

.home #content {
	min-height:0;
}

#content.cal {
	float:left;
	width:auto;
	padding:15px 30px;
	background:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.home #content {
	width:620px;
	padding:0;
	background:none;
}

#sidebar {
	float:right;
	width:282px;
}

.home #sidebar {
	width:310px;
}

h2 {
	font-size:1.3em;
	line-height:1.6em;
	margin-bottom:1.8em;
}

#content h3 {
	font-size:1.3em;
	color:#070D01;
	padding-bottom:.4em;
	margin-bottom:.8em;
	border-bottom:2px dotted #8F8C7D;
}

#content h4 {
	line-height:1.6em;
}

table {
	width:400px;
	margin:1em auto 3em auto;
}

td {
	border-bottom:1px solid #C3C0B0;
	background:#F9F8F2;
}

th {
	color:#fff;
	border:0;
	text-align:left;
	background:#9D9881;
}

small {
	font-size:.85em;
}

h4.price {
	margin-bottom:1em;
}

h4.price strong {
	display:inline-block;
	font-size:1.1em;
	color:#317343;
	padding:.5em .8em;
	text-shadow:0 1px #F0EFEA;
	background:#DEDDD1;
	box-shadow:0 1px 1px #B8B4A3;
	-moz-box-shadow:0 1px 1px #B8B4A3;
	-webkit-box-shadow:0 1px 1px #B8B4A3;
}

p.disclaimer {
	font-style:italic;
	font-size:.9em;
}

#content ul {
	list-style:none;
	margin:0 0 2em 1em;
}

#content li {
	margin-bottom:.8em;
	padding-left:15px;
	background:url(../images/arrow-green.png) no-repeat 0 4px;
}

#content img {
	display:inline-block;
	border:3px solid #DBDACE;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 1px 1px #AAAAAA;
	-moz-box-shadow:0 1px 1px #AAAAAA;
	-webkit-box-shadow:0 1px 1px #AAAAAA;
}

#content img.noBorder {
	border:none;
	border-radius:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	}
	
a.cal{
	display:block;
	background:url(../images/cal.png) top left no-repeat;
	padding-left:60px;
	height:40px;
	padding-top:3px;
	float:left;
	margin-top:20px;
}

a.signUp{
	float:left;
	margin-right:30px;
	margin-top:20px;
}

/* about us */
#content.aboutRita {
	position:relative;
	top:-2em;
	background:#fff url(../images/about-rita.jpg) no-repeat;
}

#content.aboutNancy {
	position:relative;
	top:-2em;
	background:#fff url(../images/about-nancy.jpg) no-repeat;
}

#content.aboutRita p.headline{
	font-size:1.1em;
	height:362px;
	line-height:1.6em;
	padding:35px 0 0 240px;
}

#content.aboutNancy p.headline {
	font-size:1.1em;
	height:362px;
	line-height:1.5em;
	padding:20px 0 0 220px;
}

/* blog */
.post hgroup {
	margin-bottom:1.2em;
	padding:1em 0 .3em 0;
	border-bottom:2px dotted #8F8C7D;
}

.post hgroup h2 {
	color:#376A45;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 .4em 62px;
}

.post hgroup h4 {
	float:left;
	width:44px;
	height:50px;
	padding:3px 0 0 0;
	margin:.5em 0;
	color:#fff;
	font-weight:normal;
	font-size:.85em;
	line-height:1.4em;
	text-align:center;
	background:url(../images/post-date.png) no-repeat top left;
}

.post hgroup h4 strong {
	display:block;
	font-weight:normal;
	font-size:1.8em;
}

.post hgroup p {
	font-size:.9em;
	color:#636363;
	margin-left:62px;
}

.post hgroup p span {
	padding:.3em .5em;
	background:#F3F3F3;
}

.post hgroup p strong {
	color:#aa4814;
}

.postContent {
	padding-bottom:1em;
}

.postContent img {
	display:inline-block;
	margin:0 1.5em  1em 1.5em;
}

#comments {
	padding:2.5em 0 1.5em 0;
	margin:0 0 2em 0;
	border-top:2px dotted #8F8C7D;
	border-bottom:2px dotted #8F8C7D;
}

#comments h3, #commentForm h3 {
	font-size:1.4em;
	color:#aa4814;
	border:0;
	font-weight:normal;
	margin-bottom:.7em;
}

#commentForm h3 {
	color:#306945;
}

#comments span.num {
	display:block;
	position:absolute;
	width:40px;
	left:-40px;
	top:0;
	padding-top:1em;
	font-weight:bold;
	background:url(../images/comment-arrow.png) no-repeat right 12px;
}

.comment {
	position:relative;
	margin:0 0 1.2em 40px;
	padding:.8em 1em;
	background:#F6F5F1;
	border:1px solid #E5E3D9;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.comment.author {
	background:#E9F3EA;
	border:1px solid #C7D6CC;
}

#comments .comment.author span.num {
	background:url(../images/comment-arrow-author.png) no-repeat right 12px;
}

.comment .comTop {
	margin-bottom:.7em;
	border-bottom:1px solid #E5E3D9;
}

.comment .comTop h4 {
	display:inline-block;
	font-size:1em;
}

.comment .comTop p {
	float:right;
	font-size:.9em;
	color:#929190;
	margin:0;
}

.comment .comDesc {
	line-height:1.4em;
}

#commentForm fieldset ul {
	list-style:none;
	margin:0 0 2em 0;
}

#commentForm fieldset li {
	float:left;
	width:280px;
	padding:0;
	background:none;
}

#commentForm li label {
	float:none;
	display:block;
	width:auto;
}

#commentForm li label em {
	font-weight:normal;
	font-style:normal;
	color:#999;
	font-size:.9em;
}

#commentForm li.message {
	float:right;
	margin:0;
}

#commentForm input, #commentForm textarea {
	padding:.6em;
	border:1px solid #E7E5DF;
	background:#F6F5F1;
	box-shadow: inset 1px 1px 0 #C8C7C4;
	-moz-box-shadow: inset 1px 1px 0 #C8C7C4;
	-webkit-box-shadow: inset 1px 1px 0 #C8C7C4;
}

#commentForm input {
	width:260px;
}

#commentForm textarea {
	width:275px;
	height:125px;
	font-size:.9em;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

input#submitBtn {
	text-indent:-9000px;
	display:block;
	width:64px;
	height:30px;
	border:0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background:url(../images/submit.png) no-repeat 0 0;
}

#commentForm input#submitBtn {
	margin:.5em 0 0 225px;
}

/* sidebar */
#sidebar .sbBox {
	position:relative;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
}

#sidebar .sbBox h3 {
	color:#fff;
	margin:0;
	padding:.6em .8em;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	background:#9D9881;
}

#sidebar a.feed {
	position:absolute;
	width:24px;
	height:24px;
	top:7px;
	right:12px;
	background-position:0 0;
}

#sidebar .sbBox ul {
	list-style:none;
	margin:0;
	padding-bottom:8px;
	background:#EDEBE2 url(../images/sbBox-bg.png) no-repeat bottom left;
}

#sidebar .sbBox ul {
	margin-bottom:1.5em;
}

#sidebar .sbBox ul.arrow a{
	display:block;
	font-size:.9em;
	font-weight:bold;
	padding-left:18px;
	background:#EDEBE2 url(../images/arrow-brown.png) no-repeat left 5px;
}

#sidebar .sbBox li {
	margin:0;
	padding:.8em 1.2em;
	border-bottom:1px solid #CDC9B6;
	border-top:1px solid #F7F7F4;
}

#sidebar .sbBox li:last-child {
	border-bottom:0;
}

#sidebar #fbPromo {
	border-bottom: 2px dotted #8F8C7D;
    margin: 0 0 1.5em;
    padding-bottom: 1.5em;
}

#sidebar #fbPromo a {
	color:#000;
}


#upEvents {
	margin-bottom:1.5em;
}

.home #upEvents {
	margin-bottom:0;
}

#upEvents li {
	clear:both;
}

#upEvents p {
	margin:0;
	padding:.5em;
	color:#4f4a38;
	line-height:1.3em;
}

#upEvents p a {
	display:block;
	font-weight:bold;
}

#upEvents p.date {
	display:block;
	position:relative;
	float:left;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5f5846;
	text-transform:uppercase;
	margin:0 1em 0 0;
	width:27px;
	height:28px;
	line-height:1.1em;
	padding:10px 10px;
	background:url(../images/icons.png) no-repeat 0 -107px;
}

#upEvents p.date strong {
	display:block;
	color:#b04614;
}

#nlSignup, #twPromo {
	border-bottom:2px dotted #8F8C7D;
	padding-bottom:1.5em;
	margin:0 0 1.5em;
}

#nlSignup {
	width:282px;
	height:88px;
	padding-top:45px;
	background:url(../images/bg-newsletter.png) no-repeat 0 0;
}

#nlSignup h3 {
	display:none;
}

#nlSignup input#emailAddy {
	display:block;
	width:225px;
	margin:0 0 0 17px;
	padding:.5em;
	border:1px solid #E1DFD6;
	box-shadow: inset 1px 1px 0 #C8C7C4;
	-moz-box-shadow: inset 1px 1px 0 #C8C7C4;
	-webkit-box-shadow: inset 1px 1px 0 #C8C7C4;
}

#nlSignup input#submitBtn {
	margin:1em 0 0 190px;
}

#twPromo h3 a {
	display:block;
	width:280px;
	height:47px;
	text-indent:-9000px;
	background:url(../images/twitter-promo.png) no-repeat 0 0;
}

#twPromo ul {
	list-style:none;
	margin:0;
}

#twPromo p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:.3em;
	padding:.5em 1em;
}

#twPromo a.time {
	color:#878375;
	font-size:.9em;
	padding:0 1em;
	text-decoration:underline;
}

#twPromo a.time:hover {
	text-decoration:none;
}
/*pages*/
.fittings{
	margin-top:30px;
	text-transform:uppercase;
	text-align:center;
}

.fittings img{
	padding:15px;
	margin-top:-10px;
	-moz-box-shadow:0 1px 1px #B8B4A3;
}

/* subnav */
#subnav {
	list-style:none;
	border-bottom:2px dotted #8F8C7D;
	padding-bottom:1.5em;
	margin:0 0 1.5em;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
}

#subnav li {
	margin:0 0 .5em 0;
}

#subnav li ul {
	list-style:none;
	margin:0;
}

#subnav li li {
	margin-bottom:0;
}

.ie6 #subnav li li {
	display:inline-block;
}

#subnav a {
	display:block;
	font-size:1.1em;
	margin:0 4px;
	text-decoration:none;
	padding:.8em 1.2em;
	color:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#A6A18B;
	background: -webkit-gradient(linear, left top, left bottom, from(#ACA793), to(#A19C86));
	background: -moz-linear-gradient(top,  #ACA793,  #A19C86);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ACA793', endColorstr='#A19C86');
	box-shadow:0 1px 0 #757058;
	-moz-box-shadow:0 1px 0 #757058;
	-webkit-box-shadow:0 1px 0 #757058;
	text-shadow:0 1px 0 #898472;
	font-weight:bold;
}

#subnav a:hover {
	background:#9D9881;
	background: -webkit-gradient(none);
	background: -moz-linear-gradient(none);
	filter: progid:DXImageTransform.Microsoft.gradient(none);
}

#subnav a.sub {
	color:#fff;
	text-shadow:0 1px 0 #31663E;
	background:#437E50;
	background: -webkit-gradient(linear, left top, left bottom, from(#528B5E), to(#327142));
	background: -moz-linear-gradient(top,  #528B5E,  #327142);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#528B5E', endColorstr='#327142');
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}

#subnav a.sub:hover {
	background:#34784b;
	background: -webkit-gradient(none);
	background: -moz-linear-gradient(none);
	filter: progid:DXImageTransform.Microsoft.gradient(none);
}

#subnav a span {
	display:block;
	background:url(../images/icons.png) no-repeat 226px -257px;
}

#subnav a.sub span {
	background-position:222px -199px;
}

#subnav li li a {
	padding-left:2.2em;
	color:#2b2b2b;
	border-bottom:1px solid #CDC9B6;
	background:#FAF8F2 url(../images/icons.png) no-repeat -28px 18px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-shadow:none;
	font-weight:normal;
}

#subnav li.active li a:hover {
	background:#FAF8F2 url(../images/icons.png) no-repeat -28px 18px;
	color:#A13E0A;
}

#subnav li li:last-child a {
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	box-shadow:0 1px 0 #B9B7AA;
	-moz-box-shadow:0 1px 0 #B9B7AA;
	-webkit-box-shadow:0 1px 0 #B9B7AA;
}

#subnav li li.active {
	background:url(../images/subnav-active.png) no-repeat 1px bottom;
}

#subnav li li.active a {
	color:#fff;
	margin:0;
	padding:.8em 1.2em 1em 2.6em;
	border:0;
	text-shadow:0 1px 0 #672B0B;
	background-color:transparent;
	background-position:-24px 18px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

#subnav li li.active a:hover {
	color:#fff;
	background-color:transparent;
	background-position:-24px 18px;
}

/* sub-footer */
#subFooter {
	padding:2em 0;
}

#subFooter .box, #promos .box {
	float:left;
	width:290px;
	padding:1em 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:0 1px 0 #ADAB9F;
	-moz-box-shadow:0 1px 0 #ADAB9F;
	-webkit-box-shadow:0 1px 0 #ADAB9F;
	background:#FDFBF7;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#promos .box {
	width:262px;
	margin-bottom:1.5em;
}

#subFooter .box.training {
	margin:0 14px;
}

.ie6 #subFooter .box.training {
	margin:0 12px;
}

#subFooter .box img, #promos .box img {
	float:left;
	padding-right:1.8em;
}

#subFooter .box h3, #promos .box h3 {
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:.4em;
}

#subFooter .box p, #promos .box p {
	color:#636363;
	font-size:.85em;
	margin-bottom:.5em;
}

#subFooter .box a.cta, #promos .box a.cta {
	font-weight:bold;
	color:#cc4600;
	padding-left:12px;
	background:url(../images/icons.png) no-repeat -45px -45px;
}

blockquote.testimonial {
	text-align:center;
	margin:1em 0 2em 0;
}

blockquote.testimonial h3 {
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a473c;
	font-size:1.5em;
	font-weight:normal;
}

blockquote.testimonial cite {
	font-style:normal;
	color:#928a6f;
	font-size:1.1em;
}

/* footer */
footer {
	background:#323231 url(../images/bg-footer.png) repeat-x;
}

footer .footerCopy {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-size:.9em;
	color:#8e8a7d;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:175px 0 2em 0;
	background:url(../images/bg-footer-logos.jpg) no-repeat center 9px;
}

footer .footerCopy a, footer .footerCopy span {
	display:inline-block;
	margin:0 .5em;
}

footer .footerCopy a {
	color:#8e8a7d;
	padding-left:20px;
	background:url(../images/footer-icons.png) no-repeat;
}

footer .footerCopy a.nl {
	background-position:0 3px;
}

footer .footerCopy a.contact {
	background-position:0 -21px;
}

footer .footerCopy a.sc {
	background-position:0 -44px;
}

/* events */
table#events{
	width:100%;
}

table#events th.first{
	-moz-border-radius:8px 0 0 0;
}

table#events th.last{
	-moz-border-radius:0 8px 0 0;
}

table#events td{
	background:none;
}

table#events tr{
	background:#F9F8F2;
}

table#events tr:hover{
	background:#edebe2;
}

/*Contact*/

#content #contact-form{
	margin-top:20px;
}

#content #contact-form ul {
	margin-left:0;
}

#content #contact-form li {
background:none;
margin-bottom:0.8em;
padding-left:0;
}

#content #contact-form input, #content #contact-form textarea{
border:#9d9881 1px solid;
width:300px;
padding:5px 10px;
margin-left:30px;
}

#content #contact-form input#contactsubmit {
background:#B63406;
border:medium none;
color:#FFFFFF;
margin:5px 0 10px 155px;
font-size:1.1em;
padding:3px 8px;
width:auto;
text-transform:uppercase;
}
