body
{
	background-color: #CEFFCE;
	font-family: arial;
	font-size: 12pt;
	line-height: 1.1em;
}

#nav-bar
{
	background-color: #088439;
	text-align: center;
}

div.nav
{
	width: 790px;
	margin-left:auto;
	margin-right: auto;
	height: 30px;
	text-align: left;
	padding-top: 4px;
}

div.nav ul
{
	width: auto !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.nav ul li
{
	width: auto !important;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 4px;
}

div.nav a
{
	width: auto !important;
	color: #EFEFEF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 0;
}

#topnav
{
	width: 790px;
	margin-left:auto;
	margin-right: auto;
	height: 30px;
	text-align: left;
	padding-top: 4px;
	background-color: #CDFFFF;
}

#header
{
	width: 100%;
	background-color: #CDFFFF;
}

#banner img, #banner a
{
	margin: 0;
	padding: 0;
	border: 0;
}

#banner td
{
	line-height: 0;
}

#body
{
	text-align: left;
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -395px;
	background-color: white;
	border-left: 1px solid #088439;
	border-right: 1px solid #088439;
	border-bottom: 1px solid #088439;
	padding: 10px;
}

#footer
{
	clear: left;
	text-align: center;
}

div.inner
{
	padding: 4px;
}

div.section
{
	padding-top: 10px;
}

/*****
 fonts
 *****/
h1
{
	color: #10108C;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	margin-bottom: 4px;
	line-height: 1.4em;
}

h1.title
{
	color: black;
	font-size: 16pt;
}

h2
{
	color: black;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	margin-bottom: 4px;
	line-height: 1.4em;
}

td, th
{
	vertical-align: top;
}

p
{
	color: #666666;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12pt;
	line-height: 1.3em;
	margin-bottom: 15px;
}

p.note
{
}

ul
{
	margin-left: 10px;
	list-style: none;
	margin-bottom: 10px;
}

li
{
	color: #088439;
	color: red;
	font-family: arial;
	font-size: 12pt;
	line-height: 1.3em;
}

li a
{
	color: #088439;
	font-family: arial;
	font-size: 12pt;
	line-height: 1.3em;
}

.col1
{
	width: 150px;
	float:left;
	margin: 15 0 30 15;
}
.col2
{
	width: 550px;
	float:left;
	margin: 15 0 30 30;
}

table.businesses td
{
	padding-right: 20px;
	font-family: arial;
	font-size: 12pt;
	line-height: 1.3em;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666666;
}

table.businesses .name a
{
	font-weight: bold;
}

#business .address
{
	background-color: #eeeeee;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 4px;
	width: 150px;
}

.shortDescription
{
	color: #666666;
	font-size: 10pt;
}

.description
{
	whitespace: pre;
}

table.list
{
	margin-bottom: 10px;
}

table.list th
{
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	border-bottom: 1px solid black;
}

table.list td
{
	padding-top: 4px;
	padding-right: 20px;
	line-height: 1em;
}

a.button
{
	font-size: 8pt;
	text-decoration: none;
	background-color: #088439;
	color: white;
	padding: 1px 2px 1px 2px;
	border: 1px dotted black;
}

/* forms */

legend
{
	font-weight: bold;
}

label
{
	display: block;
	text-align: right;
	float: left;
	width: 150px;
	margin-right: 10px;
}

input, select, textarea
{
	margin-bottom: 4px;
}

input[type="submit"]
{
	margin-left: 160px;
}

/* home page styles */

.homecol1
{
	width: 60%;
	float:left;
	margin: 15 0 30 15;
}
.homecol2
{
	width: 30%;
	float:left;
	margin: 15 0 30 30;
}

div.inner ul
{
	list-style-type: square;
}

div.inner li
{
	margin-left: 20px;
}

#page .menu
{
	float: right;
}

/******** 
 css tabs 
 ********/

#tabmenu 
{
	color: #000;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}
 
#tabmenu li 
{
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}
 
#tabmenu a, a.active 
{
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}
  
#tabmenu a.active 
{
	background: #cccccc; 
	border-bottom: 2px solid #cccccc;
}
 
#tabmenu a:hover 
{
	color: #fff;
	background: #ADC09F; 
}
 
#tabmenu a:visited 
{
	color: #E8E9BE; 
}
 
#tabmenu a.active:hover 
{
	background: #ABAD85;
	color: #DEDECF; 
}
		
