	@charset "UTF-8";
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
p {
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-size: 90%;
	font-weight: bold;
}
h3 {
	font-size: 80%;
	font-weight: bold;
}
h4 {
	font-size: 70%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: 400;
}
h6 {
	font-size: 9px;
	line-height: 11px;
}
/*Links*/
a:link {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	background-color: #006699;
	color: #FFFFFF;
}
a:active {
    background-color: #006699;
}
a #here {
    border-left-color: #fff;
    background-color: transparent;
    color: #660000;
}
#wrap {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
/*Header Footer*/
#header {
	background-color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
#footer {
	vertical-align: middle;
}
#footer p {
	font-size: .7em;
	font-style: normal;
	line-height: .9em;
	font-weight: normal;
	text-align: center;
}
#footerstory {
padding: 0px 10px 10px; 
width: 450px; 
margin-left: 140px;
border-left-width: 2px;
border-left-style: dotted;
border-left-color: #006699;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #999999;
}
/*Left Nav total width 120*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	height: 100%;
	margin-top: 12px;
	position: relative;
}

#nav ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#nav li {
	font-size: 75%;
	display: block;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}


/* Left Nav Second*/
#sideleftnav {
	display: block;
	width: 120px;
	text-decoration: none;
	list-style-image: none;
	margin-top: 24px;
}
#sideleftnav a:visited {
	color: #006699;
padding-right: 12px;
text-decoration: none;
background: url(Nav/vlink.gif) no-repeat 100% 50%;
}
#sideleftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#sideleftnav li {
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	font-size: 70%;
	line-height: 100%;
	margin-bottom: 1em;
	font-weight: 200;
}
#sideleftnav h2 {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	line-height: 1.4em;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#sideleftnav h3 {
	list-style-type: none;
	margin: .5em 0 1em;
	padding: 0;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	color: #006600;
	line-height: 1em;
}
/*Right Nav total width 250*/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	position: relative;
	font-family: "Lucida Grande", Optima, "ITC Officina Sans Book", sans-serif;
}
#sidebar2 p {
	color: #000000;
	}
#siderightnav {
	display: block;
	width: 220px;
	padding-left: 10px;
	margin: 10px 0;
	text-decoration: none;
	list-style-image: none;
}
#siderightnav a:visited {
	color: #006699;
padding-right: 12px;
text-decoration: none;
background: url(Nav/vlink.gif) no-repeat 100% 50%;
}
#siderightnav p {
	font-size: 80%;
}
#siderightnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#siderightnav li {
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	font-size: 80%;
	line-height: 100%;
	margin-bottom: 1em;
	font-weight: 200;
}
#siderightnav h2 {
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	line-height: 1.4em;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#siderightnav h3 {
	list-style-type: none;
	margin: .5em 0 1em;
	padding: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	color: #CC6633;
	line-height: 1em;
}
/* Resources*/
#resource {
	vertical-align: top;

	margin-right: 10px;
	padding-right: 10px;
}
#resource a:visited {
	color: #006699;
padding-right: 12px;
text-decoration: none;
background: url(Nav/vlink.gif) no-repeat 100% 50%;
}
#resource ul {
	text-decoration: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;	
}
#resource li {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1em;
	margin-left: 0;
}
#resource p {
	font-size: 80%;
	line-height: 130%;
	font-weight: 400;
	color: #666666;
	text-indent: 0pt;
	margin: 0px;
}
#resource h2 {
	font-size: 95%;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
#resource h3 {
	color: #006600;
	font-size: 90%;
	margin-top: .5em;
	margin-bottom: 0;
}
#resource h4 {
	font-size: 80%;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
/*StoryText total width 500*/
#story {
	vertical-align: top;
	width: 450px;
	padding: 0px 10px 10px;
	margin: 0 140px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #006699;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 1%;
	
}
#story a:visited {
	color: #006699;
padding-right: 12px;
text-decoration: none;
background: url(Nav/vlink.gif) no-repeat 100% 50%;
}
#story p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-weight: normal;
	color: #000000;
	font-size: 95%;
}
#story h1 {
	font-size: 95%;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
#story h2 {
	font-size: 95%;
	font-weight: bold;
	font-style: italic;
	color: #006600;
	background-color: none;
	font-family: "Lucida Grande", Optima;
}
#story h3 {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	line-height: 140%;
}
#story h4 {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	background-color: #6699CC;
	}
#story h5 {
	font-size: 70%;
	line-height: 120%;
	font-weight: 400;
	color: #000000;
}
#story h6 {
	font-size: 9px;
	line-height: 11px;
}
#story ul {
	font-size: 80%;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
#story li {
	line-height: 120%;
	color: #000000;
	margin-bottom: 12px;
}
#story dl {
	text-decoration: none;
	list-style-type: none;
}
#story dt {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1em;
}
#story dd {
	font-size: 80%;
	line-height: 110%;
	font-weight: 400;
	color: #000000;
}
#story .subhead2 {
	line-height: 150%;
	font-weight: 800;
	color: #333333;
	font-style: normal;
	font-family: "Lucida Grande", Optima;
	font-size: 85%;
}
#story .strong {
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
#story .storypull {
	font-weight: 200;
	background-color: #FFCC66;
	border: thin solid #666666;
	padding: 10px;
	margin: 20px;
	color: #000000;
	line-height: 100%;
	text-align: justify;
}
.pullquote {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #660000;
	margin-left: 300px;
	border-left-width: medium;
	border-left-style: inset;
	border-left-color: #FFCC66;
	font-size: 100%;
	padding-left: 20px;
}
.subhead {
	font-style: italic;
	font-weight: bold;
	color: #006600;
	line-height: 20px;
}
.subhead2 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #660000;
	font-weight: bold;
	text-align: center;
}
.caption {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold
}
/* Story Body Resources*/
#resource_body {
	vertical-align: top;
	background-color: #CCFFCC;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#resource_body a:visited {
	color: #006699;
padding-right: 12px;
text-decoration: none;
background: url(Nav/vlink.gif) no-repeat 100% 50%;
}
#resource_body ul {
	text-decoration: none;
	list-style-type: none;
}
#resource_body li {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1em;
	margin-left: 0;
}
#resource_body p {
	font-size: 85%;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	text-indent: 0pt;
	margin: 0px;
}
#resource_body h2 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
#resource_body h3 {
	font-size: 80%;
	color: #006600;
	margin-top: 0.5em;
	margin-bottom: 0;
}
#resource_body h4 {
	font-size: 80%;
	color: #666666;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;in
	background-color: #CCFFCC;
}
#resource_body dl {
	text-decoration: none;
	list-style-type: none;
}
#resource_body dt {
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1.5em;
}
#resource_body dd {
	font-size: 70%;
	line-height: 110%;
	font-weight: 400;
	color: #000000;
}
	/* Event Listings */
#events {
	vertical-align: top;
	width: 450px;
	padding: 0px 10px 10px;
	margin: 0 140px;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #660000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: "Lucida Grande", Optima, "ITC Officina Sans Book", sans-serif;
	height: 1%;
}
#events p {
	margin: 0px 0px 0px 10px;
	font-weight: 400;
	line-height: 130%;
}
#events h2 {
	color: #FFCC66;
	background-color: #660000;
	text-align: center;
	
}
#events h3 {
	list-style-type: none;
	margin: .7em 0em 0em;
	padding: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 120%;
}
#events h4 {
	font-weight: bold;
	color: #666666;
	font-size: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 120%;
}
#events ul {
font: 400 normal 70% Verdana, Arial, Helvetica, sans-serif;
border: 0;
margin: 0;
padding: 0;
height: 20px;
display: inline;
list-style-type: none;
text-align: center;
}
#events ul li {
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}
#events ul li a {
	background: #fff;
	height: 18px;
	border-top: 1px solid #99CCCC;
	border-left: 1px solid #99CCCC;
	border-bottom: 1px solid #99CCCC;
	color: #006699;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#events ul li a:hover {
color: #006699;
background: #99CCCC;
}
#events a:active {
background: #006699;
color: #fff;
}
#events li#active a {
background: #006699;
border: 1px solid #006699;
color: #fff;ev
}
.pullevent {
	font-family: "Times New Roman", Times, serif;
	line-height: 140%;
	color: #006600;
	font-size: 100%;
	padding-left: 20px;
}

/* Directory Listings*/
#info {
	vertical-align: top;
	width: 450px;
	padding: 0px 10px 10px;
	margin: 0 140px;
	border-left-width: 2px;
	border-left-style: groove;
	border-left-color: #660000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: "Lucida Grande", Optima, "ITC Officina Sans Book", sans-serif;
	height: 1400px;
}
#info a:visited {
	color: #006699;
padding-right: 12px;
text-decoration: none;
background: url(Nav/vlink.gif) no-repeat 100% 50%;
}
#info p {
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	text-indent: 0pt;
	margin: 0px;
	font-size: 80%;
}
#info h2 {
	color: #666666;
	background-color: #99CCCC;
}
#info h4 {
	font-size: 80%;
	color: #666666;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
#info dl {
	text-decoration: none;
	list-style-type: none;
}
#info dt {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1.5em;
}
#info dd {
	font-size: 80%;
	line-height: 110%;
	font-weight: 400;
	color: #000000;
}
#info ul {
	text-decoration: none;
	list-style-type: none;
}
#info li {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1em;
	margin-left: 0;
}


/* Map */
#maploc {
	vertical-align: top;
	margin-left: 20px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #006600;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #006600;
	text-align: center;
}
#maploc dl {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	width: 350px;
}
#maploc dt {
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-top: 1.5em;
}
#maploc dd {
	font-size: 70%;
	line-height: 110%;
	font-weight: 400;
	color: #000000;
}
/*Getaway*/
#getaway {
	vertical-align: top;
	padding: 0px 10px 10px;
	width: 450px;
	margin-left: 140px;
	border-left: 3px solid #333366;
	border-right-width: 1px;
	border-right-style: solid;
}
#getaway h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333366;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
#getaway h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
#getaway h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #660000;
	text-align: center;
}

#getaway p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	line-height: 140%;
	font-weight: bold;
}
#getaway ul {
}
#getaway li {
}
/*Page Nav*/
#navinfo {
	padding: 0;
	height: 20px;
	width: 420px;
	text-align: center;
}
#navinfo ul {
font: 400 normal 70% Verdana, Arial, Helvetica, sans-serif;
border: 0;
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
text-align: center;
}
#navinfo ul li {
font-size: 90%;
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}
#navinfo ul li a {
	background: #fff;
	height: 18px;
	border-top: 1px solid #99CCCC;
	border-left: 1px solid #99CCCC;
	border-bottom: 1px solid #99CCCC;
	color: #006699;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#navinfo ul li a:hover {
color: #006699;
background: #99CCCC;
}
#navinfo a:active {
background: #006699;
color: #fff;
}
#navinfo li#active a {
background: #006699;
border: 1px solid #006699;
color: #fff;
}

/*Pictures*/
.floatright {
	float: right;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}
.floatright {
	float: right;
	margin: 0 10px 10px 0px;
	padding: 10px;
}
.floatright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0px;
	padding: 10px;
}
.floatleft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
}
#pictureWrapper {
float: right;
margin: 0 20px 0 10px;
}
.picBorder {
	background-color: #CCFFCC;
	padding: 10px;
	border: 2px solid #CC3399;
}
/*Comments*/
#comment {
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#comment p {
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	}


/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 */
.AccordionPanelTab {
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	background-color: #CCFFCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 500px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFF99;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #990000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #006600;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #CCFFCC;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFFF99;
}

#banner {
	/*padding: 3px;*/
	margin-top: 12px;
	/*margin-right: 3px;*/
	margin-bottom: 12px;
	/*margin-left: 3px;*/
	/*border: 1px solid #CCCCCC;*/
	width: 234px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*Old Styles*/
#pull {
	background-color: #FFCC99;
	border: thin dotted #660000;
	padding: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.category {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #990033; font-weight: bold}
.county {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003300}
.describe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.name {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
}

.toc { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #003300 }
.toctop { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CC9933}
.tocsub { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000}
.Text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #009900;
	text-align: center;
	border: solid;
	font-weight: bold;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	background-color: #CCFFCC;
	text-align: left;
	vertical-align: text-top;
	word-spacing: 0px;
	display: block;
	padding: 2px;
	margin-bottom: 0px;
	border-top: 2px solid #666666;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #666666;
	letter-spacing: 1px;
	width: 180px;
	text-indent: 2pt;
	white-space: normal;
	clip:    rect(auto auto auto auto);
	float: none;
}
.categorymain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bolder;
	text-transform: uppercase;
}
#map {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
}
