/* Standard Tag Definitions */
a:link, a:active, a:visited {
	color: #991C1F;
	text-decoration: none;
	-moz-outline: 0px; /* Firefox 1.0x */
}
a:hover {
	color: #623D2C;
	text-decoration: none;
}
body {
	margin: 0px;
	color: #623D2C;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	background-image: url(http://knottstreethealth.com/layout08/bk.gif);
	background-repeat: repeat;
}
p	{
	padding:0;
	margin:0;
}


/* Custom Tag Definitions */
a.inverseLink:link, a.inverseLink:active, a.inverseLink:visited {
	color: #991C1F;
	text-decoration: none;
}
a.inverseLink:hover {
	color: #623D2C;
	text-decoration: none;
}
a.subnavLink:link, a.subnavLink:active, a.subnavLink:visited {
	color: #623D2C;
	font-size: 12px;
	text-decoration: none;
	padding-bottom:10px;
	padding-right: 5px;
}
a.subnavLink:hover {
	color: #991C1F;
	text-decoration: none;
}
a.botnavLink:link, a.botnavLink:active, a.botnavLink:visited {
	color: #623D2C;
	font-size: 10px;
	text-decoration: none;
	text-transform:lowercase;
}
a.botnavLink:hover {
	color: #991C1F;
	text-decoration: none;
}
a.editLink:link, a.editLink:active, a.editLink:visited {
	color: #991C1F;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 2px;
}
a.editLink:hover {
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}
a.eventLinks:link, a.eventLinks:active, a.eventLinks:visited {
	color: #991C1F;
	text-decoration: none;
	-moz-outline: 0px; /* Firefox 1.0x */
}
a.eventLinks:hover {
	color: #623D2C;
	text-decoration: none;
}
.botnavActive {
	color: #991C1F;
	font-size: 10px;
	text-decoration: none;
	text-transform:lowercase;
}
.activeSub	{
	color: #991C1F;
	font-size: 12px;
	text-decoration: none;
	padding-bottom:5px;
	padding-right: 5px;
}

.staticCell	{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.subnavCell	{
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 0px;
}
.subcontentCell	{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-top: 15px;
}
.bodyContent	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #623D2C;
}
.eventContent	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #623D2C;
}
.eventContainer	{
	padding-top:5px;
	padding-bottom:20px;
	padding-left:20px;
}
.eventTime	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #623D2C;
}
.subTitle	{
	text-align:right;
	font-size: 12px;
	text-transform: uppercase;
	padding-left:4px;
}
.subText	{
	font-size: 12px;
}

.splashEvent	{
	font-size:16px;
	font-weight:bold;
}
.splashPract	{
	font-size:12px;
	font-weight:normal;
}
.splashBody		{
	font-weight:bold;
}
.subBox	{
	padding-bottom:6px;
}


/* Div Definitions */
#container	{
	width: 100%;
	height: 100%;
}
#quickLinks {
	position:absolute;
	left:0px;
	top:348px;
	width:208px;
	height:104px;
	z-index:1;
}
#qlFull {
	position:absolute;
	left:0px;
	top:0px;
	width:208px;
	height:104px;
	z-index:2;
	background-image: url(http://knottstreethealth.com/layout08/qlinks_full.jpg);
	visibility: hidden;
}
#qlSmall {
	position:absolute;
	left:0px;
	top:0px;
	width:26px;
	height:104px;
	cursor:pointer;
	z-index:1;
	visibility: visible;
}
#qlInner1 {
	position:absolute;
	left:0px;
	top:0px;
	width:26px;
	height:104px;
	cursor:pointer;
	z-index:1;
	visibility: inherit;
	overflow: hidden;
}
#qlInner2 {
	position:absolute;
	left:26px;
	top:0px;
	width:182px;
	height:104px;
	z-index:1;
	visibility: inherit;
}
#qlX {
	position:absolute;
	left:170px;
	top:0px;
	width:12px;
	height:12px;
	cursor:pointer;
	z-index:2;
	visibility: inherit;
}
