/* Main Font Styles*/
* {
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	margin: 0;
	padding: 0;
	background: #e6e3d6 url(../images/body-bg.gif) top left repeat-x;
	font-size: 62.5%;
	}

p, li, dd, td {
	font-size: 1.2em;
	color: #645f49;
	}

p {
	line-height: 1.3em;
	}
li {
	margin: 6px 0;
	}
strong {

	}

a:link {
	color: #ac3900;
	text-decoration: underline;
	}
a:visited {
	color: #9c3400;
	text-decoration: underline;
	}
a:hover {
	color: #c84200;
	text-decoration: none;
	}
a:active {
	color: #ac3900;
	text-decoration: underline;
	}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #acb0b6;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: both;
	}
div > hr {
	margin: 8px 0;
}
	
/* ie vanishing backgrounds */
ul, ol, dl {
	position: relative;
	}
	
/* Definition List Styles*/
	
dl dt {
	color: #0b1e49;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 20px;
	}
/*Whitespace Bug*/
dl {
	display: inline;	
	}
dl dt a:link, dl dt a:visited, dl dt a:active {
	color: #0b1e49;
	text-decoration: none;
	}
dl dt a:hover {
	text-decoration: underline;
	}
	
dl dd {
	position: relative;
	display: table;
	margin: 6px 0 6px 0;
	padding: 0;
	color: #645f49;
	line-height: 1.3em;
	height: 85px;
	}
dl dd a:link, dl dd a:visited  {
	display: block;
	color: #645f49;
	text-decoration: none;
	}
dl dd a:hover {
	text-decoration: underline;
	color: #645f49;
	}
dl dd img {
	float: left;
	position: relative;
	}
dl dd strong, dl dd li {
	font-size: 1em;
	}
.landscape {
	width: 100px;
	height: 66px;
}
.portrait {
	width: 100px;
	height: 149px;
}
dl dd div {
	position: relative;
	float: left;
	margin-right: 14px;
	border: #a3a8af 5px solid;
}

div.crop {
	width: 100px;
	height: 66px;
	overflow: hidden;
}

dl.homeShows dd {
	position: relative;
	display: inline;
	margin: 6px 0 6px 0;
	padding: 0;
	color: #645f49;
	line-height: 1.3em;
	height: 85px;
	}
dl.homeShows dd a:link, dl dd a:visited  {
	display: inline;
	color: #645f49;
	text-decoration: none;
	}
dl.homeShows dd a:hover {
	text-decoration: underline;
	}
dl.homeShows dt {
	width: 315px;
	}	

/* Heading Styles*/

h1 {
	color: #0b1e49;
	font-size: 2em;
	font-weight: normal;
	line-height: 30px;
	}

h2 {
	color: #fffdcb;
	font-weight: normal;
	font-size: 1.6em;
	background: url(../images/h2-endCap.gif) top right no-repeat;
	line-height: 24px;
	padding-left: 6px;
	margin: 0 0 0 12px;
	}
.h2-startCap {
	background: url(../images/h2-startCap.gif) top left no-repeat;
	height: 24px;
	}
.h2-bg {
	background: #3c3c3c url(../images/h2-bg.gif) top left repeat-x;
	height: 24px;
	}
.h2box {
	background-color: #d1cbc5;
	border-left: #c1bdb4 solid 1px;
	border-right: #c1bdb4 solid 1px;
	border-bottom: #c1bdb4 solid 1px;
	border-top: #c1bdb4 solid 1px;
	padding: 0 14px 0 14px;
	min-height: 75px;
	height:auto !important;
	height: 80px;
	}
.h2box p {
	color: #2c2c2c;
	}


h3 {
	color: #61666d;
	font-size: 1.8em;
	font-weight: normal;
	margin: 6px 0 16px 0;
	padding: 1px 0 0 28px;
	line-height: 22px;
	background: url(../images/h3-icon.gif) top left no-repeat;
	}
.h3box {
	background: #dce1e8 url(../images/h3-bg.gif) top left repeat-x;
	border-left: #acb0b6 solid 1px;
	border-right: #acb0b6 solid 1px;
	border-bottom: #acb0b6 solid 1px;
	border-top: #acb0b6 solid 1px;
	padding: 0 14px 0 14px;
	margin-top: 10px;
	position: relative;
	}

h4 {
	color: #0b1e49;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 20px;
	}
	
/* Layout Specific Styles*/

#wrapper {
	}

#header {
	width: 794px;
	height: 101px;
	margin: 0 auto;
	}

#flash {
	width: 794px;
	margin: 0 auto;
	}

#content {
	width: 794px;
	margin: 0 auto;
	display: table;
	background: url(../images/frame-bg.gif) top center repeat-y;
	min-height: 600px;
	height:auto !important;
	height: 600px;
	}

#pageBottom {
	width: 794px;
	height: 133px;
	margin: 0 auto;
	background: url(../images/screen-bottom.jpg) top center no-repeat;
	clear: both;
	}

#c2 {
	position: relative;
	float: right;
	top: 0;
	left: -22px;
	/* IE  Workaround */
	left: expression('-20px');
	width: 544px;
	background: #d9d5c8;
	min-height: 1360px;
	height: auto !important;
	height: 1360px;
	}
#c2-iefix {
	padding: 0 6px 6px 6px;
	}

#c1 {
	position: relative;
	float: left;
	width: 203px;
	border-top: 1px #b3ab8e solid;
	border-left: 1px #b3ab8e solid;
	position: relative;
	top: 0;
	left: 22px;
	min-height: 1360px;
	height:auto !important;
	height: 1360px;
	overflow: hidden;
	}

#c1 h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 17px 0 0 24px;
	padding: 2px 0 0 15px;
	color: #7a704c;
	line-height: 1.2em;
	background: url(../images/h2-subnavIcon.gif) top left no-repeat;
	}

#c1 ul {
	margin: 6px 14px 24px 14px;
	padding: 0;
	}
#c1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*Whitespace Bug*/
	display: inline;
	}
#c1 li a:link, #c1 li a:visited, #c1 li a:hover, #c1 li a:active {
	margin: 0 0 1px 0;
	padding: 2px 12px;
	color: #554f39;
	background-color: #d1d1ce;
	border-left: #c1c1be 3px solid;
	text-decoration: none;
	display: block;
	}
#c1 li a:hover {
	color: #554f39;
	background-color: #d1d1ce;
	border-left: #c1c1be 6px solid;
	text-decoration: underline;
	}
	
#headAD img {
	border: 1px solid #888c91;
	position: relative;
	top: 9px;
	}
	
div#headAD {
	background: url(../images/AD-headerBar.gif) top left no-repeat;
	position: relative;
	top: 3px;
	}
	
div.squareBanner {
	position: relative;
	display: block;
	top: 0;
	background: url(../images/AD-showBar.gif) top left no-repeat;
	left: 14px;
	width: 175px;
	}
	
div.showAD1 {
	position: relative;
	top: -100px;
	right: -14px;
	float: right;
	width: 175px;
	background: url(../images/AD-showBar.gif) top left no-repeat;
	border: none;
	}
div.showAD1 img, div.showAD2 img, div.squareBanner img {
	border: 1px solid #888c91;
	position: relative;
	top: 9px;
	width: 173px;
	}	
div.showAD2 {
	position: relative;
	top: -45px;;
	float: right;
	right: -14px;
	width: 175px;
	background: url(../images/AD-showBar.gif) top left no-repeat;
	border: none;
	}

#searchBox {
	width: 245px;
	height: 75px;
	position: relative;
	left: 549px;
	top: -63px;
	background-color: #373737;
	}
#searchBox form {
	padding: 0;
	margin: 0;
	}

.searchButton {
	float: right;
	position: relative;
	right: 10px;
	top: 22px;
	width: 69px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(../images/darkButton.gif) top center no-repeat;
	}
.searchButton a, .searchButton a:visited {
	line-height: 28px;
	padding: 5px 14px;
	color: #ececec;
	text-decoration: underline;
	}

.searchBar {
	position: relative;
	top: 18px;
	float: left;
	margin: 10px 0 0 14px ;
	}
	
.signupButton {
	position: relative;
	top: 0;
	left: -12px;
	float: right;
	width: 55px;
	height: 23px;
	margin: 12px 12px;
	padding: 0;
	background: url(../images/submitButton.gif) top center no-repeat;
	}
.signupButton a, .signupButton a:visited {
	line-height: 22px;
	padding: 2px;
	margin: 12px 12px;
	color: #3c3624;
	text-decoration: none;
	}

.signupBar {
	float: left;
	margin: 0 12px;
	}
	
#signup p {
	margin: 12px 0 0 12px;
	}

#showPhoto {
	position: relative;
	float: right;
	width: 195px;
	margin-left: 20px;
	}
#showPhoto img {
	position: relative;
	border: #a3a8af 5px solid;
	}
#showPhoto p {
	text-align: center;
	font-style: italic;
	}

#showAudio {
	float: right;
	width: 250px;
	}
	
a.rssfeed {
	display: block;
	background: url(../images/rss.gif) center left no-repeat;
	line-height: 25px;
	margin: 8px 0 0 12px;
	padding: 0 0 0 35px;
	font-size: 1.2em;
	color: #dd4e26;
	}
a.podcast {
	display: block;
	background: url(../images/podcast.gif) center left no-repeat;
	line-height: 25px;
	margin: 24px 0 0 12px;
	padding: 0 0 0 35px;
	font-size: 1.2em;
	color: #7c1f61;
	}
	
#partners {
	position: relative;
	left: 16px;
	background: url(../images/AD-showBar.gif) top left no-repeat;
	width: 175px;
	top: 0;
	}
#partners img {
	border: 1px solid #888c91;
	position: relative;
	top: 9px;
	width: 173px;
	}

#footer {
	background: #171717 url(../images/footer-bg.gif) top left repeat-x;
	height: 115px;
	padding: 20px 0 0 0;
	}
#footer a {
	color: #969696;
	padding: 0 4px;
	}
#footer p {
	color: #626262;
	text-align: center;
	width: 794px;
	margin: auto;
	}
#footer hr {
	height: 1px;
	margin: 10px 0;
	padding: 0;
	background-color: #3b342b;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: both;
	}

.imgBorder {
	border: 5px solid #a3a8af;
	}
#bigcontainer
{
width:205px;
margin:0px;
padding:0px;
}
#coffeeimagecontainer
{
margin-left:15px;
float:left;
margin-right:5px;
}
#coffeeimage
{
background-image:url("../images/coffeepackage.jpg");
width:23px;
height:60px;

}
#coffeetext
{
}

/* DOM Collapse Styles */
.trigger{
	cursor:pointer;
	}		
.trigger:hover{
	cursor:pointer;
	background:#DCF0FB;
	}		
.expanded{
	background:#ddd;
	cursor:pointer;
	}
.expanded:hover{
	background:#fff;
	cursor:pointer;
	}
.show{
	}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
	}
