/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */ 

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	color: #003;
	width: 558px;
	height: auto;
	margin: 0px 10px 6px 10px;
	padding: 30px 0px 10px 10px;
	border: 1px dashed #ccc;
	border-top: 0px;
	border-right: 0px;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	color: #00D6D6;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #8B0305;
	letter-spacing: 1px;
	padding-top: 0px;
	margin-top: 0px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #8a7349;
	font-weight: bold;
	letter-spacing: 1px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #759B59;
	font-weight: bold;
}




/* call out box definitions */
.callout {
	background: url(/ltc/images/callouthead.gif) no-repeat;
	float: right;
	width: 200px;
	margin: 0 0 15px 15px;
}

.callout-noheading {
	background: url(/ltc/images/callouthead-empty.gif) no-repeat;
	float: right;
	width: 200px;
	padding: 13px 0 0 0;
	margin: 0 0 15px 15px;
}


.callout div, .callout-noheading div {
	background-image: url(/ltc/images/calloutback2.gif);
	background-repeat: repeat-y;
	padding: 0 10px 0px 10px;
	zoom: 1;
	line-height: inherit;
}

.callout h3, .callout-noheading h3 {
	margin: 0;
	padding: 3px;
	text-align: center;
	color: white !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: medium;
}

.callout ul, .callout-noheading ul {
	margin: 0 0 0 0 !important;
	padding-left: 30px;
	padding-top: 10px;
}
.callout ul ul, .callout-noheading ul ul {
	padding-top: 0;
}

.callout ul li, .callout-noheading ul li {
	margin: 0 5px 0px 0px
}

#breadcrumbs {
	margin: 0px !important;
	padding: 4px 0px 4px 0px !important;
	margin-left: 1px;
	margin-bottom: 0px;
	font: normal normal 1em Verdana, Arial, Helvetica, sans-serif;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #604375;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #759B59;
	text-decoration: underline !important;
}


/* menu starts here */


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
#news{ width:143px}


.callout li, .callout-noheading li {
	list-style: url(/ltc/art/top.gif);
	margin-left: -22px; 
	margin-bottom: 0px; 
	font-style: normal; 
	color: #000000;
}


li.home {
	list-style: url(/ltc/art/top.gif);
	margin-left: -22px; 
	margin-bottom: 0px; 
	font-style: normal; 
	color: #000000;

}


.link{
text-align:right; 
margin-right:10px;
}

.inlinecontact {
	float: right; 
	font-size: small; 
	color: #000; 
	text-align: right; 
	font-weight: bold; 
	padding: 0px 5px 0 0;
}

#nav, #nav ul {
	float: left;
	width: 588px;
	list-style: none;
	line-height: 1.1em;
	background: #d6c291;
	font-weight: bold;
	padding: 0;
	border: 1px solid black;
	border-width:1px 0px 1px 1px;	
	margin: 0;
}

#nav a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0.25em 0.25em 0 0.25em;
}

#nav a.daddy {
	background: url(../art/arrowright.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0px;

/*	width: 9em;*/
	width: 110px;
	margin:0px;
	border-right: 1px solid black;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.5em;
	font-weight: normal;
	border-width: 1px solid black;
	margin: 0px;
}

#nav li li {
	width: 13.5em;
}

#nav li ul {
	border-bottom: 0;
}

#nav li ul li a {
	width: 13em;
	margin: 0;
	line-height: 1.1em;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}

#nav li ul ul {
	margin: -1.4em 0 0 13.3em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #bda15e;
}
A {
	color: #009;
	text-decoration: underline;
}



