/* page areas */
body{margin-left: 6px; height:100%;font: Arial, Helvetica, sans-serif;}
h1 {font: bold 22px Arial, Helvetica, sans-serif; color: #666; margin-top: 10px; margin-bottom: 8px;	margin-left: 15px;}
h2 {font: bold 14px Arial, Helvetica, sans-serif; color: #000; margin-top: 10px; margin-bottom: 3px; margin-left: 15px;}
h3 {font-size: 12px; font-weight: bold; color: #000; margin-left: 15px; margin-top: 0px; margin-bottom: 2px;}
ul {list-style-type: square; list-style-image: url("orangebw.gif"); margin-left: 15px; padding-left: 15px;}
li {margin-bottom: 10px; margin-left: 2px;}
ul.nobullet {list-style-type:none; list-style-image:none; margin: 0px; padding-left: 0px; margin-bottom: 10px;}
ul.squarebullet{list-style-type:square;list-style-image:none; margin-top: -10px;}
ul.squarebullet li{margin-bottom: 2px; margin-left: 2px;}
ul ul.sublist {list-style-type: none; margin: -2px 0 5px -13px;list-style-image:none; }
ul ul.sublist li {margin: 5px 0 0 0;list-style-type: none;}
a {color: #000;}
form{margin:5px 0 10px 0;}
form br {clear:left;}
label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-right: 20px;
	text-align: right;
}
textarea {font: 12px Arial, Helvetica, sans-serif;}
img {border: none;}
img.right {margin: 10px; float: right;}
img.left {margin: 15px; float: left;}



/* two column table for list of services and prices */
table.services {
	width: 580px;
	border: 0;
	margin: 20px 5px 10px 15px;
}
table.services th {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
	height: 35px;
	background-color: #FF6600;
	background: url("bkg_orap.jpg") bottom repeat-x;
}
table.services .rightcol {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	/* width: 80px; */
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
}
table.services .addcol {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	/* width: 80px; */
	border-bottom: 1px dotted #999;
}
table.services .addcolheader {
	font: bold 11px Arial, Helvetica, sans-serif;
	/* width: 80px; */
	padding: 3px 0px 3px 7px;
}
table.services .leftcol {
	font: 12px Arial, Helvetica, sans-serif;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px dotted #999;
}
#tabbedlistarea p {margin-left: 0px;}
table.services .itemname {font: bold 12px Arial, Helvetica, sans-serif;}



table.services2 {
	width: 580px;
	border: 0;
	margin: 0px 5px 10px 15px;
}
table.services2 th {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 5px;
	height: 35px;
	background-color: #FF6600;
	background: url("bkg_orap.jpg") bottom repeat-x;
}
table.services2 .rightcol {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	/* width: 80px; */
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
}
table.services2 .addcol {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	/* width: 80px; */
	border-bottom: 1px dotted #999;
}
table.services2 .addcolheader {
	font: bold 11px Arial, Helvetica, sans-serif;
	/* width: 80px; */
	padding: 3px 0px 3px 7px;
	background-color: #ddd;
}
table.services2 .leftcol {
	font: 12px Arial, Helvetica, sans-serif;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	border-bottom: 1px dotted #999;
}
#tabbedlistarea p {margin-left: 0px;}
table.services2 .itemname {font: bold 12px Arial, Helvetica, sans-serif;}




