@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #ab772e;
	background-image: url(Artwork/bg.jpg);
}
.thrColLiqHdr #container {
	width: 940px;
	height: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin: 0 auto;
	left: auto;
	right: auto;
	top: 0px;
	background: #FFF;
} 
.thrColLiqHdr #header {
	width: 940px;
	position: relative;
	height: 165px;
	clear: right;
	top: 0px;
	left: 0px;
} 

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left;
	position: relative;
	background-color: #FFF;
	padding: 0px;
	margin-left: 10px;
	margin-right:10px;
	top: 0px;
	width: 150px;
	height: 475px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AF7A2B;
	position: relative;
	height: 450px;
	width: 540px;
	margin-left:5px;
	margin-right:1px;
	top: 0px;
	float: right;
	overflow: auto;
	display: block;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AF7A2B;
	}
.thrColLiqHdr #sidebar2 {
	width: 175px;
	background-color: #FFF;
	position: relative;
	height: 450px;
	text-align: center;
	border: 2px solid #736E2E;
	float: right;
	right: 0px;
	left: 0px;
	font-family: "Segoe UI", Arial, "Trebuchet MS";
	font-size: 12px;
	color: #733E09;
	margin-right: 10px;
	margin-left: 10px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	font-size: small;
	position: relative;
	top: 1px;
	padding: 0px;
	background-color: #FFF;
}

.thrColLiqHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 80px;
	position: relative;
	clear: both;
	top: 15px;
	width: 940px;
	background-color: #FFF;
	color: #ADADAD;
	background-image: url(Artwork/ftrbg.gif);
	background-repeat: repeat-x;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Logo {
	float: left;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	top: -300px;
	left: 14px;
}
.contactinfo {
	float: right;
	display: block;
	top: 0px;
	right: 0px;
	position: absolute;
	padding: 5px;
}
.smnav {
	position: absolute;
	clear: right;
	top: 0px;
	height: 43px;
	width: 145px;
	margin-right: 15px;
	margin-left: 15px;
	vertical-align: top;
	margin-top: 0px;
	left: 0px;
}
.Galtweet {
	position: absolute;
	right: auto;
	top: 62px;
	left: 2px;
	bottom: auto;
}

.twitterupdate {
	position: relative;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	list-style-type: none;
	width: 150px;
	height: auto;
}
#testimonial {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #743f0b;
	font-size: x-small;
	width: 350px;
	font-weight: normal;
	text-align: left;
	height: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 8px;
	background-image: url(Artwork/quotes.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}
#headernav {
	position: relative;
	float: right;
	top: -32px;
	right: 580px;
}
#middlebar {
	position: relative;
	width: 940px;
	height: 20px;
	padding-bottom: 5px;
	clear: right;
}
#sharethis {
	width: 135px;
	left: 515px;
	position: absolute;
	height: 20px;
	padding: 3px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #D8D8D8;
	margin-top: 5px;
	margin-bottom: 5px;
}
#printthis{
	position: relative;
	left: 655px;
	width: 75px;
	height: 15px;
	color: #595959;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-left-color: #D8D8D8;
		
}
#twitter_div{
	list-style-type:none;
	width: 150px;
}
#twitter-link{
	padding-right: 7px;
}
#twitterinsidebar2{
	position: absolute;
	width: 152px;
	height: 150px;
	margin-right: 10px;
	background-color: #FFF;
	padding: 5px;
	margin-left: 4px;
	border: thin solid #736F2F;
	text-align: left;
	top: 90px;
	clear: right;
	left: 0px;
	
}#bloginsidebar2{
	position: absolute;
	width: 152px;
	margin-right: 10px;
	margin-left: 4px;
	background-color: #FFF;
	margin-top: 5px;
	font-family: "Segoe UI", Arial, "Trebuchet MS";
	font-size: x-small;
	color: #726E2D;
	border: thin solid #736F2F;
	text-align: left;
	list-style-type: none;
	padding: 5px;
	height: 180px;
	overflow: hidden;
	left: 0px;
	top: 250px;
}
.contactuslink {
	position: absolute;
	z-index: 2;
	top: 3px;
	right: 5px;
}
.thrColLiqHdr #container #footer ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-type: none;
	position: relative;
	left: 15px;
	top: 0px;
}
	.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none;
}
.feedburnerFeedBlock {
	text-align: right;
	padding-right: 0px;
}
div.feedburnerFeedBlock ul li span.headline {
	font-weight:normal;
	display:block;
	margin-left:10px;
	list-style-type: none;
	text-align: left;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0;
}
#googlesearch{
	padding-top: 3%;
	padding-bottom: 3%;
	position: absolute;
	top: auto;
	bottom: 15px;
	clear: right;
	left: -7px;
	width: 173px;
	height: 20px;
	text-align:center;
}
#pictureinmain1{
	display: block;
	height: auto;
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#pictureinmain2{
	display: block;
	float: right;
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 30px;
	margin-right: 60px;
}
#photomainleft{
	padding: 10px;
	display: block;
	width: 250px;
	height: 170px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #736E2E;
	
}
#photomainright{
	padding: 10px;
	padding-right: 20px;
	display: block;
	width: 250px;
	height: 180px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #736E2E;
}
#equalizationtable{
	padding: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#photomainrightlong{
	padding: 10px;
	padding-right: 10px;
	display: block;
	width: 200px;
	height: auto;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #736E2E;
}
#photomainleftlong{
	padding: 10px;
	display: block;
	width: 200px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #736E2E;
	
}
#photomainmiddle{
	padding: 10px;
	display: block;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #736E2E;
	}
#aboutussidebar{
	position: absolute;
	width: 158px;
	height: 100px;
	right: 2px;
	margin-left:5px;
	top: 355px;
}
#aboutuslidiv{
	position: absolute;
	top: 92px;
	width: 165px;
	height: 275px;
	margin-left: 2px;
	
}
#maincontentpodcast{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	color: #736E2E;
}

				
.list1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	list-style-type: circle;
	margin-left: 35px;
	margin-right: 50px;
	color: #3F4A2D;
	font-weight: normal;
	font-style: italic;
}
#joy {
	width: 350px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-style:double;
	border-color:#D9D9D9;
		
	}
#blurb {
	width: 168px;
	height: 195px;
	position: relative;
	right: 0px;
	float: right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
	padding-top:0px;
}
#wid {
	width: 168px;
	height: 178px;
	position: relative;
	left: 0px;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#726e2d;	
	margin-top: 4px;
}
#recentnews{
	width: 400px;
	height: 325px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:#706a00;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top:0px;
	margin-top: 10px;
	border-width:thin;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
#bookrelease {
	width: 375px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align:center;
	
	
		
	}
	#blurb2 {
	width: 200px;
	height: 180px;
	position: relative;
	right: 0px;
	float: right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 0px;
	padding-top:0px;
	}
	
	#contactformbutton{
	position: absolute;
	top: 30px;
	clear: right;
	width: 158px;
	height: 25px;
	left: 10px;
	}
ul#contactformlisting{
	list-style-type: none;
	position: relative;
	left:0px;
	top:0px;
	float:right;
	width: 158px;
	height: 25px;
	text-align:center;
	color: #FFF;
	display: block;
	font-family: "Segoe UI", "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 14px;
	
}
ul#contactformlisting li{
	list-style-type: none;
	padding-top: 3%;
	padding-bottom: 3%;
	position: relative;
	float:right;
	left:0px;
	top:0px;
	width: 158px;
	height: 25px;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: "Segoe UI", "Trebuchet MS", Arial;
}
ul#contactformlisting li a{
	display: block;
	font-family:"Segoe UI", "Trebuchet MS", Arial;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	position: relative;
	float:right;
	left:0px;
	top:0px;
	width: 158px;
	height: 25px;
	background-color: #7b772d;
	border-color:#af7a2b;
	border-style:outset;
	background-image:url(Artwork/emailformbutton.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:3%;
	padding-bottom:3%;
	}
ul#contactformlisting li a:hover{
	list-style-type:none;
	display:block;
    position: relative;
	float:right;
	left:0px;
	top:0px;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 158px;
	height: 25px;
	text-align:center;
	font-family:"Segoe UI", "Trebuchet MS", Arial;
	color: #FFF;
	font-weight: bold;
	font-style:normal;
	font-size: 14px;
	background-color: #af7a2b;
	border-color:#7b772d;
	border-style:outset;
	background-image:url(Artwork/emailformbuttonhover.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
	

	
#contactusimage{
	position: absolute;
	left: 7px;
	float: left;
	top: 3px;
}

#contactusform {
	width:450px;
	border: thin;
	border-style: double;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 10px;
}