/* ------------ DHTML MENU ------------ */
#dropmenudiv {
	position:absolute;
	border-top: 1px solid white;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	text-align:left;
}
#dropmenudiv a {
	display: block;
	text-indent: 3px;
	padding: 3px 0 4px 5px;
	text-decoration: none;
	font-weight: normal;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #D0E1EB;
}
/* --------------------------------------- */
body {
	text-align: center;
	margin: 0;
	background: #fff url(../i/shadow.gif) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	color: #666;
	background-color: white;
}
INPUT.but {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: bold;
	color: #666;
	background-color: #e8e8e8;	
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
}
/* ------------ TEXT ------------ */
h1 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	font-size: 22px;
	color:#A95400;
	margin:14px 0 8px 14px;
}
h2 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	font-size: 17px;
	font-weight: normal;
	color:#369;
	margin: 4px 0 8px 0;
}
h3 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	color:#369;
	margin:0 0 8px 0;
}
h4 {
	font-size: 11px;
	color:#A95400;
	margin-top:4px;
	margin-bottom:1px;
}
h1.grey {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	font-size: 21px;
	color:#999;
	margin:18px 0 2px 14px;
}
h1.brown {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	font-size: 21px;
	color:#A95400;
	margin:1px 0 23px 14px;
}
li { font-size: 11px; }
ul.bulleted li {
	list-style-image: url(../i/bullet-large.gif);
	margin-bottom: 6px;
}
ul.verbose {
	margin-left: 14px;
	padding-left: 14px; 
}
ul.verbose li {
	margin-bottom: 8px;
	line-height: 15px; 
}
p { margin-top:2px; line-height: 15px; }
p.small { 
	font-size:10px; 
	line-height: 15px; 
	text-align: justify;
}
.bodyTextDark {
	text-align: justify;
	color: #333;
	line-height: 18px;
}
.fineprint { 
	color: #999; 
	font-size: 9px; 
	line-height:14px; 
}
.alert { 
	color: #F93;
	font-size: 10px; 
}
/* for map */
.add1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.add2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#000;
}
/* ------------ LAYOUT ------------ */
#tabBar {
	position:absolute;
	top:212px;
	left:9px;
	width: 780px;
	color: #999;	
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
#tabBar td { height: 21px; line-height:18px; }
td.tab1Off, td.tab2Off, td.tab3Off { background-color:#ededed;}
.tab1On { width: 90px; background: #fff url(../i/nav/but1-o.gif) no-repeat; }
.tab2On { width: 167px; background: #fff url(../i/nav/but2-o.gif) no-repeat; }
.tab3On { width: 156px; background: #fff url(../i/nav/but3-o.gif) no-repeat; }
.tab1Off { width: 90px; background: #fff url(../i/nav/but1.gif) no-repeat; }
.tab2Off { width: 167px; background: #fff url(../i/nav/but2.gif) no-repeat; }
.tab3Off { width: 156px; background: #fff url(../i/nav/but3.gif) no-repeat; }
.fl { float:left; }
.fr { float:right; }
.stock { 
	border: 1px solid #CCC; 
	display:inline;
}
div#navBar	{
	width:780px;
	position:relative;
}
div#wrapper	{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
div.content {	
	padding: 8px 10px 0 8px;
	background: #fff url(../i/work-blend.gif) repeat-x;
}
div#copybox {	
	width: 562px; 
	margin-left: 190px;
	margin-bottom: 40px;
}
div#copyboxWide {	
	width: 562px; 
	margin: 12px 0 40px 190px;
}
div#copyboxHome {	
	width: 457px; 
	margin: 12px 0 0 8px;
}
#head {	width: 780px; }
#footer {	
	padding: 6px 10px 0 10px;
	font-size: 10px;
	color: #787878;
	margin:16px 0 8px 0;
	background: #fff url(../i/background-footer.gif) repeat-x;
}
#footer .btmargin {	margin-bottom:12px; }
/* -- LINKS -- */
#footer a { text-decoration: underline;  color: #888; }
#footer a:hover { text-decoration: none; }

#tabBar a { text-decoration: none;  color: #4F78A6; }
#tabBar a:hover { text-decoration: underline; }

a { text-decoration: underline;  color: #039; }
a:hover { text-decoration: none; }