/* CSS Document */

body
	dl {width: 210px;}
	dl,dd {margin: 0; }
	dt {background: #FFF; font-size: 13px; padding: 5px; margin: 2px; border-bottom: thin solid #CCCCCC;}
	dt a {color: #00A6AC;}
	dd a {color: #00A6AC;}
	dd {display:none;}
	ul {list-style: none; padding: 5px; font-size: 13px;}
	li a {padding: 0 2px 1px 10px; background: #fff url(images/link.jpg) left center no-repeat;}
	li a:hover {padding: 0 2px 1px 10px; background: #fff url(images/active.jpg) left center no-repeat;}
	a  {text-decoration: none; color: #0796AB;}
	
#container {
	width: 960px;
	height: 639px;
	margin: 20px auto 0;
	border: thin #00A6AC;
}

#accordion {
	color: #0796AB;
	width: 215px;
	float: right;
	margin-left: 28px;
}

#accordion ul {
	text-indent: 15px;
	list-style: none;
	padding: 5px;
	font-size: 13px;
}

#viewer {
	width: 500px;
	height: 619px;
	float: right;
	border: thin solid #CCCCCC;
}

#logo {
	width: 133px;
	height: 133px;
	float: left;
	border: thin solid #CCCCCC;
	margin:  0 0 30px 12px;
	background-image: url(images/logo.gif)
}

#header {

	font-family: baskerville;
	width: 175px;
	height: auto;
	float: right;
	border-bottom: thin solid #CCCCCC;
	margin-right: 28px;
}

#description {
	font-family: baskerville; font-size: 11px; color: #8c9295;
	width: 175px;
	height: auto;
	float: right;
	border-bottom: thin solid #CCCCCC;
	margin:  0 28px 0 0;
}

#contact {
	position: absolute;
	bottom: 100px; 
	font-family: baskerville; font-size: 9px; color: #00A6AC;
	width: auto;
	height: 14px;
	float: left;
	border-right: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	padding: 0 5px 0 5px;
	margin:  0 0 0 40px;

}

.primary {
	font-family: baskerville;
	font-size: 16px;
	color: #c82654;
	display: block;
}

.secondary {
	font-family: baskerville;
	font-variant: small-caps;
	font-size: 13px;
	color: #0796AB;
	display: block;
	margin-bottom: 17px;
}

.medium {
	font-family: baskerville;
	font-size: 13px;
	font-variant: small-caps;
	color: #0796AB;
	display: block;
	margin-bottom: 17px;
}

.info {
	letter-spacing: 0px;
	font-size: 13px;
	color: #c82654;
}