@charset "UTF-8";
/* CSS Document */

.title {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
}

.title1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.heading {
	color: #463c3c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.heading1 { /* italic red subheading */
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:italic;
	text-align: left;
}

.heading2 { /* grey subheading */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.heading3 { /* title for div pictures */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.heading4 { /* bold red subheading */
	color: #80286d; /* same as navbar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}


.paragraph {
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
	text-indent: 0px;
    text-transform: none;
}

td p { /* default text in table */
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
	text-indent: 0px;
    text-transform: none;
}

div p { /* default text in div */
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
	text-indent: 0px;
    text-transform: none;
}

.italic {
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-style:italic;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

.italic1 { /* captions for div pictures */
	color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-style:italic;
	font-weight: normal;
    line-height: 14px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

.italic2 { /* captions for inline pictures */
	color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-style:italic;
	font-weight: normal;
    line-height: 12px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

.footing {
	color: #463c3c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

div.picleft {
	float: left;
	margin: 10px 10px 0px 0px;
}

div.picright {
	float: right;
	margin: 10px 0px 0px 10px;
}

.pic {
	border: #8B8589 solid 5px; /* taupe */
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pic-fabric {
	border: #8B8589 solid 5px; /* taupe */
	display: block;
	margin-bottom: 5px;
	margin-top:20px;
	text-align: left;
}

.piclink {
	border: #8B8589 solid 5px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.piclink:hover {
	text-decoration: none;
	outline: black solid 1px; /*nice little outline for safari and firefox - doesn't work in IE*/
	color: black;
	display: block;
}

.centre {
	text-align: center;
	background-color: #c2afe6; /*lavender PANTONE 264 C */
}

.centre table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.header td {
	width: 900px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}

.logo {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	padding-left: 25px;
	color: black;
	background-color: #bdbdbd; /* Pantone Cool Gray 4 */
	text-align: left;
	border-style: none;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align:left;
	border-color: #8B8589; /* taupe */
}

.navbar-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	color: black;
	border-color: #8B8589; /* taupe */
	border-style: solid;
}

tr td.navbar-selected {
	background-color: #5fceea; /* turquoise - PANTONE 305 C */
	width: 90px;
	/*border-width: 1px;
	border-color: white;
	border-style: thin;*/
	border-top: 1px #8B8589 solid; /* taupe */
	border-left: 1px #8B8589 solid; /* taupe */
	border-bottom: 1px #5fceea solid; /*turquoise */
	border-right: 1px #8B8589 solid; /* taupe */
}
tr td.navbar {
	background-color: #80286d;
	width: 90px;
	border-width: 1px;
	border-color: #8B8589; /* taupe */
	border-style: solid;
}

td.navbar:hover {
	/* light purple is  #9b82a2; */
	background-color: #790c07; /* from dapple */
	color: #ffcc66;
}

td.navbar-side {
	background-color: #80286d;
	border-width: 1px;
	border-color: #8B8589; /* taupe */
	border-style: solid;
	height: 35px;
}

a {
	text-decoration: underline;
	color: #333;
	font-weight: bold; 
}

a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #111;
}

a:hover img { /* this is the fix for outline in IE */
	border: #333 solid 5px;
	color: black;
}


a.navbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	text-decoration: none;
	color: #ffcc66;
	font-weight: normal;
	display:block; 
	width:100%; 
	height:100%; 
}

a.navbarlink:visited {
	text-decoration: none;
	color: #ffcc66;
}

a.navbarlink:hover {
	text-decoration:none;
	color: #ddd; /* from dapple orange = #ba3f1d */
	/*background-color: #790c07; omitted to correct IE */
}

.navbarback {
	background-image: url(../images/navbar-top.jpg);
	background-repeat: no-repeat;
	background-color: white;
	border-color: white;
	border-style: solid;
}

a.logolink {
	color: black;
	text-decoration: none;
}

a.logolink:visited {
	color: black;
	text-decoration: none;
}
a.logolink:hover {
	color: black;
	text-decoration: none;
}

.subnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	text-align: left;
	border-style: none;
}

.subnavbar-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	text-align: left;
	color: black;
	border-style: none;
}

.subnavbar-selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	text-align: left;
	color: black;
	border-style: none;
}

a.subnavbarlink {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}

a.subnavbarlink:visited {
	text-decoration: none;
	color: #666;
}

a.subnavbarlink:hover {
	text-decoration: none;
	color: black;
}

/*.subnavbarback {
	background-image: url(../images/navbar-bottom.jpg);
	border-width: 1px;
	border-color: white;
	border-style: none;
}*/

.subnavbarback-right {
	background-image: url(../images/navbar-stripe.jpg);
	border-width: 1px;
	border-color: white;
	border-style: none;
}

.subnavbarback-new {
	background-color: #5fceea; /* turquoise - PANTONE 305 C */
	border-width: 1px;
	border-color: white;
	border-style: none;
}

.footerback  {
	background-image: url(../images/footer-bottom.jpg);
	/*border-width: 1px;
	border-color: white;
	border-style: solid;*/
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 4px;
	border-style: none;
}

a.footerlink {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

a.footerlink:visited {
	text-decoration: none;
	color: black;
}

a.footerlink:hover {
	text-decoration: underline;
	color: #800000;
}

table.footer td {
	width: 900px;
	/*border-width: 1px;
	border-color: white;
	border-style: solid none none none;*/
}

a.websitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
}

a.websitelink:visited {
	color: gray;
	text-decoration: none;
}

a.websitelink:hover {
	text-decoration: underline;
	color: white;
}

td.inset {
	background-color: #bdaaa8;
	padding: 10px 20px 20px 20px;
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
	vertical-align: top;
}

div.inset {
	background-color: #bdaaa8;
	padding: 10px 20px 20px 20px;
	margin: 10px;
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
	text-indent: 0px;
    text-transform: none;
}

td.picbox {
	background-color: #c2afe6; /* lavender */
	text-align: center;
	vertical-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;/* default text will be .caption */
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	padding-top: 5px;
	
}

table.maintext {
	padding: 10px;
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;/* default text will be .paragraph */
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

tr.horizspacer {
	line-height: 20px;
}