﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #FF6262;
}
a {
	color:#990033;	
}
#left_col {
	margin: 0px;
	padding: 5px;
	width: 190px;
	float: left;
	height: 100%;
	position: fixed;
	background-color: #990000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #FFFFFF;
	top: 0px;
	min-height: 20em;
	/**/overflow:auto;/**/
}
#page_content {
	padding: 0px 10px 0px 10px;
	margin-left: 200px;
	top: 0px;
	margin-top: 0px;
/*	text-align: justify;*/
}
#page_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:2.5em;
}
#container {
	margin: 0px;
	padding: 0px;
	min-width: 600px;
	top: 0px;
	bottom: 0px;
	height: 100%;
}
/*
#tc_pic {
	width: 150px;
	min-height: 112px;
	background:blue;
	background-image:url('../images/c02164_2011-06-24_17.13.45.jpg');
}
*/
#top_corner {
	border-bottom-style: inset;
	border-color: #FFFFFF;
	border-width: thin;
	text-align: center;
}
#subsection_menu {
	border-bottom-style: inset;
	border-color: #FFFFFF;
	border-width: thin;
}
#subsection_menu ul {
	margin-left:10px;
}
#section_menu {
	border-bottom-style: inset;
	border-color: #FFFFFF;
	border-width: thin;
}
#section_menu ul {
	margin-left:10px;
}

#site_menu {
	border-bottom-style: inset;
	border-color: #FFFFFF;
	border-width: thin;
}

#left_col ul {
	list-style-type: none;
	padding-left: 0px;
}
#left_col li img {
	margin-bottom: 2px;
}
#legalese {
	
	font-size:x-small;
}
/*
#tc_pic:after {
	
	content: "The Kirshenbaum/Slater Family";
}
*/
#left_col img {
	vertical-align: middle;
}
.nav_section_title {
	text-align: center;
	font-weight: bold;
}
.nav_menu ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px  #ff6262 dotted;
	font-size: 0.8em;
	text-transform: uppercase;

}
.nav_menu a {
	color: white;
	text-decoration: none;
}
.nav_menu a:hover {
	background-color: #ff6262;
	color: #990000;
}

.nav_menu ul li a {
	
}
.note {
	margin-left: 40px;
	margin-right: 40px;
	font-size: larger;
	font-weight: bold;
	border-width: thin;
	border-style: solid;
	padding: 5px;
	color: #FFFFFF;
	background-color: #000000;
}
.note a {
	color:#FFCCCC;
}

@media print {
	#left_col {
		visibility:hidden;
	}
	#page_content {
		margin-left:0px;
	}
	#body {
		background-color: white;
	}
}
