/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
body {
	color: #222;
	font-family: arial, helvetica;
	text-align: left;
	margin: 15px 0 40px;
	background-color: #9f7f56;
	behavior:url(css/csshover.htc);
}

ul                                      { margin: 0 0 25px 25px; }
ul li                                   {
	margin: 0 0 8px 0;
	font-size: 15px;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	font-family: Georgia, serif;
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 25px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, serif;
	margin-bottom: 5px;
}
h3 {
	font-size: 22px;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, serif;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h5 {
	font-size: 36px;
	font-weight: normal;
	font-family: Georgia, serif;
	line-height: 38px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-style: italic;
}
h6 {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, serif;
	margin-bottom: 25px;
	margin-top: 5px;
}
td { text-align: left; }
p {
	margin-bottom: 10px;
}
img {
}
#preloadedImages { display: none; }
#audioplayer {
	float: right;
	width: 135px;
}
#outerwrap		{
	color: #222;
	width: 925px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	overflow: hidden;
	border: 2px solid #000;
	background-image: url(../images/Side-Nav-back-lines.jpg);
	background-repeat: repeat-y;
}
.spacer {
	padding-top: 10px;
}
.spacerBottom {
	padding-bottom: 15px;
}
.NavSpacer {
	padding-top: 15px;
	color: #6F4829;
}
.indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 15px;
	line-height: 17px;
	text-indent:-15px;
}
.tm {
	font-size:0.55em;
	vertical-align:top;
	line-height: 100%;
}
.smaller {
	font-size: 0.9em;
	font-family: arial;
	vertical-align: text-top;
}
.diamond {
	font-size: .8em;
}
#mediaspace {
	margin-bottom: 35px;
}
.imgLeftBorder {
	float: left;
	border: 3px solid #fff;
	padding: 1px;
	background-color: #000;
	margin-right: 15px;
	margin-top: 2px;
}
.imgRightBorder {
	float: right;
	border: 3px solid #fff;
	padding: 1px;
	background-color: #000;
	margin-left: 15px;
	margin-top: 5px;
}
.imgLeft {
	float: left;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgRight {
	float: right;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.RightPageNav {
	float: right;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.RightAlign {
	float: right;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.RightAlign img {
	border: 3px solid #fff;
	padding: 1px;
	background-color: #000;
	margin-bottom: 3px;
}
/*Navigation
*/
a:link , a:visited{
	text-decoration: none;
	color: #6F4829;
}
a:hover {
	color: #3f240a;
	text-decoration: underline;
}
.teamNav {
	width: 500px;
}
.teamNav td{
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideNav {
	background-image: url(../images/Side-Nav-back.jpg);
	background-repeat: repeat-y;
	width: 220px;
	float: left;
	background-position: right;
}
#LeftNav {
	width: 220px;
	float: left;
	margin-top: 5px;
}
#LeftNav p { }
#LeftNav a {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: right;
	height: 22px;
	margin: 0;
	display: block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#LeftNav a:hover {
	color: #fff;
	background-color: #c09d6f;
	text-decoration: none;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 18px;
	height: 18px;
}
#LeftNav ul {
	margin: 0 0 0;
	padding: 0;
}
#LeftNav li {
	width: 213px;
	float: left;
	clear: left;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
.button {
	border: 2px solid #7C4927;
}
.button:hover, .button:focus {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.buttonNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttonNoBorder:hover, .buttonNoBorder:focus {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.buttonBorder  {
	border: 3px solid #C69D6C;
	padding: 1px;
}
.buttonBorder:hover , .buttonBorder:focus{
	border: 4px solid #FFF;
	padding: 0px;
}
.mapLocation {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: 15px;
}
.mapLocation:hover, .mapLocation:focus {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.CurrentButton  {
	border: 4px solid #FFF;
}
#commentWrapperJewelry {
	left: 50%;
	position: absolute;
	margin-left: 275px;
	width: 280px;
	font-size: 12px;
}
#commentWrapperGOD {
	left: 50%;
	position: absolute;
	margin-left: 268px;
	width: 280px;
	font-size: 12px;
}
#commentWrapperLive {
	left: 50%;
	position: absolute;
	margin-left: 335px;
	width: 320px;
}

#comment {
	position: absolute;
	top: 0px;
	margin-top: 20px;
}
#comment h2{
	font-size: 20px;
}
#comment p{
	font-size: 16px;
	margin-top: 10px;
}

#comment.fixed {
  position: fixed;
  top: 0;
}
#comment2 {
	position: absolute;
	top: 0px;
	margin-top: 0px;
	width: 180px;
}
#comment2 img{
	margin-bottom: 15px;
}
#comment2 h2{
	font-size: 20px;
	margin-top: 10px;
}
#comment2 h3{
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
#comment2 h4{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#comment2 p{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 15px;
}
#comment2.fixed {
  position: fixed;
  top: 0;
}
.associations {
}
.associations td{
	padding-top: 15px;
	padding-bottom: 15px;
}
.associations spacer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.events {
}
.events .divider{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 25px;
	padding-bottom: 15px;
}
.events .dividerNoLine{
	padding-top: 25px;
	padding-bottom: 15px;
}
.events .divider2{
	padding-top: 25px;
	padding-bottom: 20px;
	background-image: url(../images/diamond-line.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.events img {
	margin-bottom: 10px;
}
#TopWrap {
	background-color: #000;
	width: 695px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: 220px;
}
#ContentWrap {
	text-align: left;
	vertical-align: top;
	float: left;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	background-color: #000;
	width: 705px;
	margin: 0px;
	padding: 0px;
}
#ContentContainer {
	width: 645px;
	float: left;
	background-color: #e2c197;
	color: #222;
	padding: 30px;
}
#ContentContainerDualColumn {
	width: 705px;
	float: left;
	background-color: #e2c197;
	color: #222;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-image: url(../images/QA-panel-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#ContentContainerDualColumnLive {
	width: 705px;
	float: left;
	background-color: #e2c197;
	color: #222;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-image: url(../images/Live-panel-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#ContentContainerDualColumnLive .innerLeft{
	width: 510px;
	float: left;
	color: #222;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#ContentContainerDualColumn .innerLeft{
	width: 440px;
	float: left;
	color: #222;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#ContentContainerDualColumn .innerRight{
	width: 185px;
	float: left;
	color: #222;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 20px;
}
#bioqa {
	width: 158px;
	float: right;
	padding-top: 15px;
	padding-right: 27px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#bioqa h3{
	margin-top: 15px;
	margin-bottom: 5px;
}
#bioqa h4{
	font-size: 20px;
}
#bioqa img {
	border: 3px solid #fff;
	padding: 1px;
	background-color: #000;
}
#bioqa ul {
	line-height: 16px;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#bioqa li { margin: 0 0 15px; padding: 0; }
.Contact		table{
	overflow: auto;
}
.Contact		td{
	padding-right: 10px;
	line-height: 18px;
}
.Contact		p{
	margin-bottom: 15px;
}
.TDspacerShort		{
	padding-top: 0px;
	padding-bottom: 40px;
}
.TDspacerTall		{
	padding-top: 0px;
	padding-bottom: 20px;
}
.Jewel		{
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.Jewel		h2{
	overflow: auto;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 28px;
	line-height: 32px;
}
.Jewel		a{
	overflow: auto;
}
.Jewel		table{
	overflow: auto;
}
.Jewel		td{
	line-height: 18px;
	padding-bottom: 4px;
	font-size: 15px;
}
/* Footer */
#footer			{
	color: #000;
	font-size: 13px;
	line-height: 18px;
	width: 925px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
}
#footer ul		{ position: relative; left: 15px; margin: 0; padding: 0; list-style: none; white-space: nowrap; }
#footer li		{display: inline; font-size: 12px;}
#footer a:link, #footer a:visited	{
	text-decoration: none;
	color: #000;
}
#footer a:hover						{ text-decoration: underline; }
#footer h1			{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
#footer h1 strong  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
/* Forms*/
form		{
	margin: 0px;
	border: 0;
	padding: 0px;
}
.searchform {
	width: 260px;
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.searchform select{
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
}
input {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	margin-top: 5px;
}
file {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
select {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	margin-top: 3px;
}
textarea {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-top: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.forminputLong {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
	border-left-color: #BBB;
	width: 300px;
}
.forminputLong:hover, .forminputLong:focus {
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #161616;
}
.forminputMedium {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
	border-left-color: #BBB;
	width: 200px;
}
.forminputMedium:hover, .forminputMedium:focus {
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #161616;
}
.forminputShort {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #2E2E2E;
	border-bottom-color: #2E2E2E;
	border-left-color: #BBB;
	width: 75px;
}
.forminputShort:hover, .forminputShort:focus {
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #161616;
}
.textareainput {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-color: #ccc #666 #666 #ccc;
	border-style: solid;
	border-width: 1px;
	padding-right: 0px;
}
.textareainput:focus {
	background-color: #eee;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: solid 1px #666;
}
.formsectionwrapper {
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
}
.sectionwrapper {
	width: 420px;
	float: left;
	padding-bottom: 25px;
}
.sectionwrapper2 {
	width: 520px;
	float: left;
}

body#live a#livenav,
body#holiday a#holidaynav,
body#testimonial a#testimonialnav,
body#tzjewel a#tzjewelnav,
body#tzshoe a#tzshoenav,
body#tzhome a#tzhomenav,
body#tzwedd a#tzweddnav,
body#god a#godnav,
body#events a#eventsnav,
body#tzspeaks a#tzspeaksnav,
body#media a#medianav,
body#engage a#engagenav,
body#testimonials a#testimonialnav,
body#contact a#contactnav,
body#assoc a#assocnav,
body#team a#teamnav,
body#buster a#teamnav,
body#tracy a#teamnav,
body#jim a#teamnav,
body#tammy a#teamnav,
body#tiki a#teamnav,
body#amanda a#teamnav,
body#christy a#teamnav,
body#whitney a#teamnav,
body#leanne a#teamnav,
body#priscilla a#teamnav,
body#toni a#teamnav,
body#kearstyn a#teamnav,
body#michelle a#teamnav,
body#whitneyr a#teamnav,
body#annemarie a#teamnav,
body#ashley a#teamnav,
body#kayna a#teamnav,
body#amandas a#teamnav,
body#liz a#teamnav,
body#laura a#teamnav,
body#cathy a#teamnav,
body#diamonds a#tzjewelnav,
body#bridal a#tzjewelnav,
body#sterling a#tzjewelnav,
body#titanium a#tzjewelnav,
body#pearls a#tzjewelnav,
body#gem a#tzjewelnav,
body#watches a#tzjewelnav,
body#artwork a#godnav,
body#bracelets a#godnav,
body#mugs a#godnav,
body#decals a#godnav,
body#notecards a#godnav,
body#ornaments a#godnav,
body#pendants a#godnav,
body#rings a#godnav,
body#tee a#godnav,
body#tietacs a#godnav
{
	color: #000;
	line-height: 18px;
	background: #c09d6f;
	height: 18px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

body#buster img#buster,
body#tracy img#tracy,
body#jim img#jim,
body#tammy img#tammy,
body#tiki img#tiki,
body#amanda img#amanda,
body#christy img#christy,
body#whitney img#whitney,
body#leanne img#leanne,
body#priscilla img#priscilla,
body#toni img#toni,
body#kearstyn img#kearstyn,
body#michelle img#michelle,
body#cathy img#cathy,
body#whitneyr img#whitneyr,
body#annemarie img#annemarie,
body#ashley img#ashley,
body#kayna img#kayna,
body#amandas img#amandas,
body#liz img#liz,
body#laura img#laura,
body#diamonds img#diamonds,
body#bridal img#bridal,
body#sterling img#sterling,
body#titanium img#titanium,
body#pearls img#pearls,
body#gem img#gem,
body#watches img#watches,
body#artwork img#artwork,
body#bracelets img#bracelets,
body#mugs img#mugs,
body#decals img#decals,
body#notecards img#notecards,
body#ornaments img#ornaments ,
body#pendants img#pendants,
body#rings img#rings,
body#tee img#tee,
body#tietacs img#tietacs
{
	border: 4px solid #FFF;
	padding: 0px;
}
