/* HTML5 Element *************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
[hidden] { display: none; }

/* Standard HTML Element *************************************/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	background: #14110e;
}
b, strong {
	font-weight: bold;
	color: #fff;
}
i, em { font-style: italic; }
hr {
	display: block;
	clear: both;
	height: 1px;
	border: 0;
	border-top: 1px solid #2d2821;
	margin: 0 0 22px;
	padding: 0;
}
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small, .small { font-size: 85%; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
td { vertical-align: top; }
p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #666;
}
ul, ol { padding-left: 35px; }
ul ul, ul ol, ol ol, ol ul { padding-left: 20px; }
p, ul, ol, td, a { font: 14px/22px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif; }
p, ul, ol { margin-bottom: 22px; }
a {
	color: #fff;
	text-decoration: underline;
}
a:hover { color: #e1e1e1; }
h1, h1 a, .h1 {
	color: #fff;
	margin: -60px 0 31px;
	padding-bottom: 6px;
	text-transform: uppercase;
	background: url(/template-images/footer-hr.png) no-repeat -260px bottom;
	font: bold 28px/40px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
h2, h2 a, .h2 {
	font: bold 19px/24px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 6px;
}
h3, h3 a, .h3 {
	font: 21px/24px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	margin-bottom: 6px;
}
h4, h4 a, .h4 {
	font: bold 16px/24px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	margin-bottom: 6px;
	text-transform: uppercase;
}

/* Header *************************************/
#header {
	width: 100%;
	height: 105px;
	padding: 20px 0 65px;
	background: #f8f3f2;
	border-bottom: 1px solid #14110e;
}
#header .wrap { margin: 0 auto; }

	/* Logo and Date *************************************/
	#logo {
		float: left;
		display: block;
		margin: 0 0 0 10px;
	}
	#logo img { border: none; }

	/* Main Navigation *************************************/
	#main-navigation {
		float: right;
		margin: 48px -10px 0 0;
	}
	#main-navigation ul { list-style: none;}
	#main-navigation li { float: left;}
	#main-navigation li a {
		float; left;
		display: block;
		padding: 0 20px;
		color: #392d1e;
		text-decoration: none;
		font: 17px/44px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;

	}
	#main-navigation li a:hover {
		text-decoration: underline;
		background: url(/template-images/nav-hl.png) repeat-x left bottom;

		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-shadow: 1px 1px 3px #dbdbdb;

	}

/* Content Area *************************************/
#column-wrap, #column-wrap .top {
	width: 100%;
	height: 100%;
}
#column-wrap { background: url(/template-images/main-bg.jpg) repeat left top; }
#column-wrap .top { background: url(/template-images/content-top-HL.png) repeat-x left top; }
#column-wrap .column-wrap-bottom {
	height: 3px;
	overflow: hidden;
	position: relative;
	bottom: -3px;
	left: 0;
	background: url(/template-images/content-bottom-shadow.png) repeat-x left bottom;
}

	/* Main Column *************************************/
	#main-column {
		margin: 0 auto;
		padding: 0;
		width: 948px;
		min-height: 476px;
		position: relative;
		top: -60px;
		background: url(/template-images/shadow-repeat.png) repeat-y center top;

	}
	#main-column .top {
		margin: 0 auto;
		position: absolute;
		z-index: 10;
		left: 0;
		top: -10px;
		background: url(/template-images/shadow-top.png) no-repeat center top;
	}
	#main-column .main-bottom {
		height: 10px;
		position: absolute;
		z-index: 20;
		bottom: 0;
		left: 5px;
		width: 938px;
		background: #14110e;
	}

		/* Main Column - Home *************************************/
		.home #main-column .top, .home #main-column .main-bottom {
		margin: 0 auto;
		width: 948px;
		position: absolute;
		z-index: 10;
		left: 0;
		height: 10px;
		overflow: hidden;
		}
		.home #main-column .top {
			top: -10px;
			background: url(/template-images/shadow-top.png) no-repeat center top;
		}
		.home #main-column .main-bottom {
			bottom: -10px;
			background: url(/template-images/shadow-bottom.png) no-repeat center top;
		}
		#rotator {
			width: 938px;
			height: 486px;
			position: absolute;
			z-index: 20;
			top: -6px;
			left: 5px;
		}
		#rotator .rotator-wrap {
			width: 938px;
			height: 486px;
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			z-index: 25;
			top: 0;
			left: 0;
		}
		#rotator .rotator-wrap li {
			position: relative;
			z-index: 25;
			width: 938px;
			height: 486px;
			display: block;
		}
		#rotator .rotator-wrap li .caption {
			position: absolute;
			display: block;
			padding: 20px 30px;
			margin: 0;
			color: #5e554a;
			border: 1px solid #fff;
			font: 24px/normal "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
			z-index: 25;
			right: 1px;
			bottom: 1px;
			background: url(/template-images/white-overlay.png) repeat left top;

			-webkit-box-shadow: -1px -1px 2px 0 #666;
			box-shadow: -1px -1px 2px 0 #666;
		}
		#rotator .rotator-controls {
			width: 278px;
			height: 18px;
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			z-index: 50;
			left: 8px;
			bottom: 8px;
		}
		#rotator .rotator-controls li {
			width: 18px;
			height: 18px;
			margin: 0 3px 0;
			padding: 0;
			display: block;
			float: left;
			background: url(/template-images/rotator-navigation.png) no-repeat left top;
		}
		#rotator .rotator-controls .active { background: url(../template-images/rotator-navigation.png) no-repeat right top; }

		/* Main Column - Sub *************************************/
		.inner-wrap {
			width: 904px;
			min-height: 400px;
			padding: 326px 17px 15px;
			position: relative;
			overflow: hidden;
			z-index: 20;
			top: -6px;
			left: 5px;
			background: #ffffff url(../template-images/header-images/sub-page-header4.jpg) no-repeat center 15px;
		}

		.inner-wrap a {
			color: #402722;
			text-decoration:underline;
		}
		.inner-wrap a:hover {
			text-decoration:none;
		}
		.about .inner-wrap { background-image: url(../template-images/header-images/sub-page-header5.jpg); }
		.contact .inner-wrap { background-image: url(../template-images/header-images/sub-page-header2.jpg); }
		.testimonials .inner-wrap { background-image: url(../template-images/header-images/sub-page-header4.jpg); }

		.inner-wrap #main-content, .gallery .inner-wrap #main-content {
			width: 618px;
			position: relative;
		}
		.inner-wrap .header-caption {
			position: absolute;
			display: block;
			padding: 20px 30px;
			margin: 0;
			color: #5e554a;
			border: 1px solid #fff;
			font: 18px/normal "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
			z-index: 25;
			background: url(/template-images/white-overlay.png) repeat left top;

			-webkit-box-shadow: -1px -1px 2px 0 #666;
			box-shadow: -1px -1px 2px 0 #666;
		}
		.about .inner-wrap .header-caption {
			top: 82px;
			right: 20px;
		}
		.contact .inner-wrap .header-caption {
			top: 35px;
			right: 20px;
		}
		.testimonials .inner-wrap .header-caption {
			top: 42px;
			left: 19px;
		}

		/* New Gallery *************************************/

		.test h1 {
			color: #5e554a;
			margin: 15px 0 31px;
			background-position: -100px bottom;
		}
		.test #column-wrap .column-wrap-bottom,
		.test #main-column .main-bottom {
		 	display: none;
		 	background-image: none;
		}
		.test .inner-wrap,
		.test .inner-wrap #main-content {
			width: 904px;
		}
		.test #main-column {
			top: 0;
			margin-top: -60px;
			margin-bottom: 20px;
		}
		.test .inner-wrap {
			min-height: 448px;
			background-image: none;
			padding: 15px 17px;
			margin-bottom: -30px;
		}
		.test #gallery-wrap,
		.test #pager-wrap {
			position: relative;
		}
		.test #gallery-wrap,
		.test #grid-wrap {
			clear: both;
		}

		.test .button-left,
		.test .button-right {
			display: block;
			float: left;
			position: relative;
			z-index: 200;
			margin-top: -10px;
			margin-bottom: 20px;
		}
		.test .button-right {
			float: right;
		}

		.test #grid-wrap,
		.test #grid-wrap li {
			list-style: none;
			list-style-image: none;
			margin: 0 -15px;
			padding: 0;
		}
		.test #grid-wrap li {
			overflow: hidden;
			display: inline-block;
			max-width: 30%;
			margin: 0 10px 15px;
		}
		.test #grid-wrap a {
			display: block;
			text-decoration: none;
			border: 5px solid transparent;
		}
		.test #grid-wrap a:hover {
			border-color: #f8f3f2;
			background-color: #f8f3f2;
		}
		.test #grid-wrap img {
			display: block;
			width: 100%;
			height: auto;
			max-width: 100%;
			border: 0 solid transparent;
		}
		.test #grid-wrap a:hover strong {
			text-decoration: underline;
		}
		.test #grid-wrap strong {
			display: block;
			clear: both;
			color: inherit;
			line-height: 2;
		}

		.test #rotator-wrap {
			width: 100%;
			height: auto;
			min-height: 412px;
			padding: 0;
			margin-top: 30px;
			overflow: hidden;
			position: relative;
			list-style: none;
		}
		.test #rotator-wrap li {
			background-image: none;
			list-style: none;
			width: 100%;
			min-height: 412px;
			padding: 0;
			margin: 0;
			display: none;
			text-align: center;
		}
		.test #rotator-wrap li:first-child { display: block; }
		.test #rotator-wrap li img,
		.test #pager-wrap li img {
			border: none;
			display: block;
			margin: 0 auto;
			width: 100%;
			height: auto;
			max-width: 100%;
		}
		.test #rotator-wrap li img {
			max-height: none;
		}

		.test #pager-wrap li {
			cursor: pointer;
			background-color: #aaa7a4;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: alpha(opacity=50);
			opacity: 0.5;
		}
		.test #pager-wrap li:hover,
		.test #pager-wrap .cycle-slide-active {
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity: 1;
		}
		.test #pager-wrap li img {
			height: auto;
			width: auto;
			max-height: 116px;
		}
		.test #pager-wrap .prev-next {
			top: 0;
			margin: 0;
		}
		.test #pager-wrap .prev-next .prev,
		.test #pager-wrap .prev-next .next {
			height: 116px;
		}

		.test .play-pause {
			position: absolute;
			right: 0;
			top: 25px;
			text-align: right;
		}
		.test .play-pause .play,
		.test .play-pause .pause {
			position: static;
			display: block;
		}
		.test .play-pause .play.hide,
		.test .play-pause .pause.hide {
			display: none;
		}
		.test .prev-next,
		.test .prev-next .prev,
		.test .prev-next .next {
			position: absolute;
			z-index: 200;
			left: 0;
			top: 0;
		}
		.test .prev-next {
			top: 50%;
			margin-top: -50px;
			right: 0;
			width: 100%;
		}
		.test .prev-next .next {
			left: auto;
			right: 0;
		}

		/* Gallery *************************************/
		.gallery .inner-wrap {
			width: 904px;
			min-height: 450px;
			padding: 15px 17px;
			position: relative;
			overflow: hidden;
			z-index: 20;
			top: -6px;
			left: 5px;
			background: #fff;
		}
		.gallery .inner-wrap #main-content {
			width: 618px;
			position: relative;
		}
		.gallery #aside h2:first-child { margin-top: 0; }

		/* Side Column *************************************/
		#aside {
			width: 263px;
			padding: 0;
			background: url(../template-images/side-column-repeat.png) repeat-y left top;
		}
		#aside p, #aside ul, #aside ol, #aside a, #aside h2 { color: #eee2e2; }
		#aside .side-bottom {
			width: 217px;
			position:  relative;
			min-height: 500px;
			padding: 16px 23px 23px;
			background: url(../template-images/side-column-bottom.png) repeat-x left bottom;

		}
		#aside h2 {
			padding: 0 23px 20px;
			margin: 0 -23px 24px;
			color: #eee2e2;
			border-bottom: 2px solid #000;
		}
		#aside h2:first-child { margin-top: -33px; }
		#aside h2 a { text-decoration: none; }
		#aside h2 a:hover { text-decoration: underline; }
		#aside hr {
			width: 263px;
			margin: 0 -23px 24px;
			border-top: 2px solid #000;
		}
		#aside .side-bottom .testimonial {
			padding: 25px 38px 0;
			margin: 0 -23px 0;
			color: #eee2e2;
			background: url(../template-images/side-column-quote-top.png) no-repeat 20px top;
		}
		#aside .side-bottom .testimonial-bottom {
			padding: 0 38px;
			margin: 0 -38px;
			color: #eee2e2;
			background: url(../template-images/side-column-quote-bottom.png) no-repeat 170px bottom;
		}
		#aside .side-bottom .testimonial p, aside .side-bottom .testimonial h2, aside .side-bottom .testimonial h3, aside .side-bottom .testimonial h4, aside .side-bottom .testimonial h5, aside .side-bottom .testimonial h6 {
			color: #977474;
			font: italic bold 17px/19px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
		}
		#aside .side-bottom .navigation {
			padding: 0 23px 12px;
			margin: 0 -23px;
		}
		#aside .side-bottom .navigation ul {
			list-style: none;
			padding: 0;
		}
		#aside .side-bottom .navigation li {
			background: url(../template-images/side-column-hr.png) no-repeat center bottom;
			margin-bottom: 12px;
		}
		#aside .side-bottom .navigation li a {
			display: block;
			font-size: 115%;
			padding-bottom: 12px;
		}
		.home #aside {
			display: none;
			position: absolute;
			height: 0;
			width: 0;
			visibility: hidden;
		}

/* Footer *************************************/
#footer {
	width: 938px;
	overflow: hidden;
	margin: 24px auto 52px;
}
#footer .logo {
	display: block;
	margin-bottom: 12px;
}
#footer a:hover.logo {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: 0.85;
}
#footer .logo img { border: none; }
#footer p, #footer a {
	color: #aaa7a4;
	white-space: nowrap;
	font: 14px/24px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
#footer a:hover { color: #e8e8e8; }
#footer p .push { padding: 0 10px; }
	/* Footer - Home *************************************/
	.home #footer {
		width: 690px;
		padding: 0 95px 30px;
		background: url(/template-images/footer-hr.png) no-repeat center bottom;
	}
	.home #footer .logo {
		float: left;
		padding-right: 30px;
		border-right: 1px solid #2b2620;
	}
	.home #footer .right {
	margin: 12px 0 0 0;
}

	/* Footer - Sub *************************************/
	#footer .left { width: 540px; }
	#footer .right {
		width: 230px;
		text-align: right;
	}
	#footer .right h3 {
		color: #aaa7a4;
		font: 17px/24px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
		margin-bottom: 12px;
	}
	#footer .right p, #footer .right a { font: 13px/20px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif; }
	#footer .associations {
		list-style: none;
		padding: 0;
		margin: 30px 0 12px;
		width: 540px;
	}
	#footer .associations li { float: left; }
	#footer .associations a {
		float: left;
		display: block;
		margin: 0 15px 20px 0;
	}
	#footer .associations a img { border: none; }
	#footer .copy {
		clear: left;
		display: block;
		font: italic 12px/20px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	}
	#footer .copy .right {
		width: auto;
		padding-right: 30px;

	}

		/* Footer Navigation *************************************/
		#bottom-navigation {
			overflow: hidden;
			padding: 0 48px 15px 0;
			background: url(/template-images/footer-hr.png) no-repeat -260px bottom;
			width: 540px;

		}
		#bottom-navigation ul {
			list-style: none;
			padding: 0;
		}
		#bottom-navigation li { float: left; }
		#bottom-navigation li a {
			color: #fff;
			margin: 0 15px 0 0;
			text-decoration: none;
			font: 13px/20px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
		}
		#bottom-navigation li a:hover {
			text-decoration: underline;
			color: #aaa7a4;
		}

/* Gallery **************************************/
 .play, .pause  {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	padding: 2px 8px;
	text-decoration: underline;
	cursor: pointer;
	color: #432A25;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
}
.pause  { display: none; }
.play:hover, .pause:hover {
	color: #432A25;
	text-decoration: none;
}
.prev, .next {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	width: 60px;
	height: 90px;
	padding: 0;
	margin: 0;
	top: 200px;
	overflow: hidden;
	display: block;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
	opacity: .35;
}
.prev {
	left: 0;
	background: #000 url(../template-images/back-btn.png) no-repeat center center;
}
.next {
	right: 0;
	background: #000 url(../template-images/forward-btn.png) no-repeat center center;
}
.prev:hover, .next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}
#rotator-wrap {
	width: 618px;
	height: 620px;
	padding: 0;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	list-style: none;
}
#rotator-wrap li {
	background-image: none;
	list-style: none;
	width: 618px;
	height: auto !important;
	max-height: 620px;
	min-height: 478px;
	padding: 0;
	margin: 0;
	display: none;
	text-align: center;
}
#rotator-wrap li:first-child { display: block; }
#rotator-wrap li .caption {
	position: absolute;
	color: #5E554A;
	z-index: 20;
	bottom: 0;
	left: 0;
	display: block;
	padding: 10px 20px;
	border: 1px solid #fff;
	width: 576px;
	text-align: left;
	background: url(/template-images/white-overlay.png) repeat left top;
	font: bold 15px/normal "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;

	-webkit-box-shadow: -1px -1px 2px 0 #666;
	box-shadow: -1px -1px 2px 0 #666;
}
#rotator-wrap li img {
	border: none;
	display: inline;
	margin: 0 auto;
	max-width: 618px;
	max-height: 620px;
	height: auto;
}
#thumb-wrap {
	clear: both;
	padding: 0;
	min-height: 400px;
	margin-top: 20px;
	overflow: hidden;
}
#thumbnails {
	margin: 0;
	padding: 0;
	width: 220px;
}
#thumbnails li {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 68px;
	height: 68px;
	background-image: none;
	list-style: none;
	overflow: hidden;
	border: 2px solid transparent;
}
#thumbnails li img {
	display: block;
	width: 110px;
	margin: -1px -22px;
	height: auto;
	border: 2px solid transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#thumbnails li:hover,
#thumbnails li.active:hover {
	border: 2px solid #fff;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#thumbnails li.active {
	border: 2px solid #eee2e2;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#controls {
	clear: both;
	float: left;
	width: 217px;
	margin: 20px 0 10px;
	position: relative;
	overflow: visible;
}
#controls a {
	color: #eee2e2;
	cursor: pointer;
	padding: 0 5px;
	margin-right: 5px;
	float: left;
	text-decoration: none;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: .45;
}
#controls a:hover {
	color: #fff;
	background-color: #14110e;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#controls .jp-previous, #controls .jp-next {
	padding: 0;
	margin: 0;
	display: block;
	float: left;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: .45;
}
#controls a:hover.jp-previous, #controls a:hover.jp-next { background-color: transparent; }
#controls .jp-previous {
	padding-left: 20px;
	background: transparent url(../template-images/back-btn.png) no-repeat left center;
}
#controls .jp-next {
	padding-right: 20px;
	background: transparent url(../template-images/forward-btn.png) no-repeat right center;
}
#controls .jp-previous:hover, #controls .jp-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#controls .jp-disabled { display: none; }
#controls .jp-current { border: 1px solid #eee2e2; }
#controls a:hover.jp-current {
	border: 1px solid #fff;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Contact Forms *************************************/

.contact form table {
	background: #fff;
	width: 480px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.contact form table td {
	padding: 8px 12px;
	border-bottom: 2px solid #fff;
}
.contact form table td input[type="text"], .contact form table td textarea {
	width: 240px;
	padding: 2px;
	font: 12px/18px "Lucida Sans", "Lucida Bright", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
.contact form table td input[type="submit"] {
	float: right;
	margin: 10px 60px 10px 0;
}
.contact form table label {
	width: 124px;
	color: #666;
}

/* Global Classes *************************************/
.clear { clear: both; }
.small { font-size: 85%; }
.large { font-size: 115%; }
.left, .left-align { float: left; }
.right,  .right-align, .more { float: right; }
.left-align { padding: auto 15px 15px auto; }
.right-align { padding: auto auto 15px 15px; }
.wrap { width: 960px; }
.no-show, #form_default_value { display: none; }

/* Print Styles *************************************/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* IE only *************************************/
