html {
	margin: 0;
	padding: 0;
}
body {
	color: #D3D3D3;
	margin: 15px 0 20px 0;
	padding: 0;
	background-image: url(../images/background-gray-repeater.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
#container {
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 950px;
}
#header {
	width: 950px;
	height: 120px;
	background-image: url(../images/header-2008.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #664A47;
}	
.fontsize18 {
	font-size: 18px;
}
.fontsize20 {
	font-size: 20px;
}

#footerWrapper {
	background-image: url(../images/footer-2008.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #664A47;
}
#contentWrapper {
	margin: 0 auto;
	width: 950px;
	position: relative;
	background-image: url(../images/contentBG2-2008.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.maincontent {
	width: 700px;
	margin: 0 0 0 250px;
	padding: 0;
	position: relative;
}
#navWorkMain {
	width: 250px;
	position: absolute;
	left: 10px;
	top: 15px;
}

p {
	line-height: 20px;
	margin: 20px 0 0 0;
}
h1 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 28px;
	font-style: italic;
	width: 720px;
	margin: 0 0 20px 5px;
	padding: 30px 0 10px 0;
	background-image: url(../images/pagetitle-fleuron.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 52px;
	color: #CBA25C;
}
h2 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #CBA25C;
	margin: 15px 0 10px 1px;
}
h3 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #B18438;
	margin: 5px 0 5px 15px;
}

h4 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #88190E;
}
h5 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #000000;
}
.Rowlight td {
	color: #000000;
	background-color: #F2F2F2;
}
.Rowdark td {
	color: #000000;
	background-color: #CCCCCC;
}
.RowBlue td {
	color: #FFFFFF;
	background-color: #203455;
}
.RowdRed td {
	color: #FFFFFF;
	background-color: #830C0E;
}
.source {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 12px;
	color: #B18438;
	font-style: italic;
	padding-left: 25px;
}
hr {
	font-size: 1px;
	color: #88190E;
	margin: 5px 0 0 0;
}
.asterisk {
	color: #B18438;
	font-size: 18px;
}

.floatRwBorder {
	float: right;
	border: 2px solid #88190E;
	margin: 0 0 5px 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A89D7;
	text-align: center;
	width: 930px;
	margin: 10px auto;
}
.pcsad, .pcsad a:link, .pcsad a:visited, .pcsad a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	width: 930px;
	margin: 10px auto;
	text-align: center;
} 
.pcsad a:hover {
	color: #FBEBC7;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
} 
.clearBoth {
	clear: both;
}

ul.index {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 15px;
	width: 630px;
}
ul.index ul {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.index li {
	display: block;
	list-style: none;
	text-indent: 15px;
	background-image: url(../images/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: inherit;
	border-bottom-color: #D3D3D3;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}
ul.index a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.index a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

ul.LTCnav {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	width: 625px;
	left: 2px;
}
ul.LTCnav ul {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.LTCnav li {
	display: block;
	list-style: none;
	text-indent: 15px;
	background-image: url(../images/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}
ul.LTCnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.LTCnav a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}


ul.LTCfacts {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	width: 625px;
	left: 2px;
}
ul.LTCfacts ul {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.LTCfacts li {
	display: block;
	list-style: none;
	text-indent: 15px;
	background-image: url(../images/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
}
ul.LTCfacts a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.LTCfacts a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}


ul.links {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	width: 600px;
	left: 2px;
}
ul.links ul {
	margin: 0;
	padding: 0;
	position: relative;
}
ul.links li {
	display: block;
	list-style: none;
	text-indent: 15px;
	background-image: url(../images/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}
ul.links a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.links a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}



a, a:link, a:visited {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 16px;
	color: #FFFF99;
	text-decoration: underline;
	line-height: 18px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}



#submitFormContact {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #303030;
	width: 390px;
}
#submitFormContact .label{
	text-align: right;
	clear: left;
	float: left;
	width: 200px;
	background-color: #EECA96;
	margin: 0 15px 5px 0;
	padding: 2px 3px 4px 0;
	font-weight: bold;
	line-height: 19px;
}
#submitForm {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #303030;
	width: 625px;
}
#submitForm .label{
	text-align: right;
	clear: left;
	float: left;
	width: 200px;
	background-color: #EECA96;
	margin: 0 15px 5px 0;
	padding: 2px 3px 4px 0;
	font-weight: bold;
	line-height: 19px;
}
#submitForm .itemnumbers{
	text-align: right;
	clear: left;
	width: 400px;
	background-color: #DE9932;
	margin: 0 15px 5px 0;
	padding: 2px 3px 4px 0;
	font-weight: bold;
	line-height: 19px;
}
input#submit {
	background-color: #DE9932;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-weight: bold;
	margin: 20px 0 0 0;
	border: 1px dashed #000000;
}

.footertext1 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 25px 0 20px 0;
	width: 175px;
	float: right;
}
.footertext2{
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin: 25px 30px 0 0;
	float: right;
	width: 250px;
}
.footertext2 a:link, .footertext2 a:visited, .footertext2 a:active{
	color: #CCCCCC;
	font-weight: bold;
}
.footertext2 a:hover{
	color: #80B3FF;
	text-decoration: underline;
	font-weight: bold;
}
.footertext3 {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 25px 0 20px 20px;
	width: 350px;
	float: left;
}

ol.instructions {
	font-size: 14px;
	color: #303030;
	margin: 10px 0 10px 35px;
	border: 1px dashed #333333;
	background-color: #EECA96;
	width: 400px;
	line-height: 26px;
	padding: 10px 0 10px 35px;
}

.picborder-red {
	border: 2px solid #88190E;
}

.mapBorder {
	border: 1px solid #395E00;
	width: 625px;
	clear: both;
}
.mapPhone {
	float: right;
	width: 250px;
}
.mapAddress {
	float: left;
	width: 400px;
}
.contactRcolumn {
	background-color: #EECA96;
	float: right;
	width: 225px;
	padding: 10px;
	border: 1px dashed #5D5D5D;
	margin: 0 0 10px 10px;
}
.floatLeft {
	float: left;
	margin: 5px 15px 10px 0;
}
.floatLeftBorder {
	float: left;
	margin: 5px 15px 10px 0;
	border: 2px solid #88190E;
}
.floatRight {
	float: right;
	margin: 10px 0 10px 15px;
}
