/*  CSS styles for 5 Star web site */

body {font-family: Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #1f3f6f;}

p {color: #223c6c;}

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #105080;
	font-weight: bold;
	padding-bottom: 8px;}

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #105080;
	font-weight: bold;}

a:link, a:visited {text-decoration: none;}

a:hover {text-decoration: none;}

/* div styles */

td#leftcol {
	background-image: url(images/left_shading.gif);
	background-repeat: repeat-y;
  	background-color: transparent;}
  	
td#rightcol {
 	background-image: url(images/right_shading.gif);
 	background-repeat: repeat-y;
  	background-color: transparent;}

#menu {
	font-size: 14px;
	color: #a48423;
	font-weight: normal;
	padding: 6px 12px 10px 18px;}

/* class styles */

.bodytext {border: double #dfdfdf 1px;
	padding: 20px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify;}

.lists {font-size: 11px;
	line-height: 1.4em;
	color: #223c6c;}

.subheading {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #105080;
	line-height: 1.4em;
	font-weight: bold;}

.small {font-size: 9px;
	color: #566376;
	line-height: 1.4em;}

.caption {font-size: 9px;
	color: #566376;
	line-height: 1.2em;
	text-align: center;}

.tableheader {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;}

.tablecell {font-size: 11px;
	line-height: 1.4em;
	padding-right: 20px;}

.cellborder {border: double #dfdfdf 1px;
	padding: 10px;}

a.inline:link, a.inline:visited {
	font-size: 11px;
	border-bottom: 1px dashed #dfdfdf;
	color: #5072a6;}

a.inline:hover {color: #a48423;}

a.leftmenu:link, a.leftmenu:visited {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
	color: #105080;}

a.leftmenu:hover {color: #a48423;}

a.current {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
	color: #a48423;}

.footer {text-align: center;
	font-size: 9px;
	line-height: 1.8em;
	color: #a48423;
	padding-top: 10px;
	padding-bottom: 10px;}

a.footer:link, a.footer:visited {
	font-size: 9px;
	color: #5072a6;}

a.footer:hover {color: #a48423;}

a.credit:link, a.credit:visited {
	font-size: 9px;
	color: #846403;}

a.credit:hover {color: #a48423;}

/* interactive house diagram styles */

.bodytext_alt {border: double #dfdfdf 1px;
	padding: 15px;
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify;}

.popupbox {
	position: absolute;
	left: 0px;
	top: 0px;
	border: solid 1px #105080;
	background-color: #f0f5f5;
	padding: 10px;
	display: none;}

#popuptext {font-family: Tahoma;
	font-size: 11px;
	color: #223c6c;}

/* site development styles */

/*.toDo {font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #966e6e;}